# Thinkmill AI Agent Skills

Thinkmill publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Thinkmill repository, with install commands and source links.

Official page: https://skillscout.sh/official/thinkmill/
Markdown page: https://skillscout.sh/official/thinkmill/thinkmill_skills_skillscout.md
Vendor website: https://thinkmill.com.au/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/thinkmill/thinkmill_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Thinkmill skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### thinkmill/sydjs-keystatic

Includes 2 official skills: add-event, add-person.

Install:

```bash
npx skills add thinkmill/sydjs-keystatic -y
```

Source: https://github.com/Thinkmill/sydjs-keystatic

## Individual skills

### add-event

Official Thinkmill skill from thinkmill/sydjs-keystatic.

Install:

```bash
npx skills add thinkmill/sydjs-keystatic@add-event -y
```

Package: thinkmill/sydjs-keystatic
Source: https://github.com/Thinkmill/sydjs-keystatic/tree/main/.cursor/skills/add-event

### add-person

Official Thinkmill skill from thinkmill/sydjs-keystatic.

Install:

```bash
npx skills add thinkmill/sydjs-keystatic@add-person -y
```

Package: thinkmill/sydjs-keystatic
Source: https://github.com/Thinkmill/sydjs-keystatic/tree/main/.cursor/skills/add-person

## thinkmill/sydjs-keystatic package overview

Includes 2 official skills: add-event, add-person.

### Top skills in this package

- add-event: Official Thinkmill skill from thinkmill/sydjs-keystatic.
- add-person: Official Thinkmill skill from thinkmill/sydjs-keystatic.

### Install

Install the full package:

```bash
npx skills add thinkmill/sydjs-keystatic -y
```

Install a specific skill:

```bash
npx skills add thinkmill/sydjs-keystatic@add-event -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/thinkmill/sydjs-keystatic#readme
