Skip to content

Commit 7c90fc8

Browse files
committed
Add README for plain.skills
1 parent 18ff409 commit 7c90fc8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

plain/plain/skills/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# plain.skills
2+
3+
**Agent skills for working with Plain projects.**
4+
5+
These skills provide context and workflows for common tasks when using [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [Codex](https://codex.openai.com/).
6+
7+
## Available skills
8+
9+
| Skill | Description |
10+
| ------------------ | -------------------------------------------------------------- |
11+
| `plain-docs` | Retrieves detailed documentation for Plain packages |
12+
| `plain-install` | Installs Plain packages and guides through setup steps |
13+
| `plain-upgrade` | Upgrades Plain packages and applies required migration changes |
14+
| `plain-shell` | Runs Python with Plain configured and database access |
15+
| `plain-request` | Makes test HTTP requests against the development database |
16+
| `plain-principles` | Provides Plain framework context and coding conventions |
17+
18+
## Installation
19+
20+
To install skills to your project's `.claude/` or `.codex/` directory:
21+
22+
```bash
23+
uv run plain skills --install
24+
```
25+
26+
This copies the skill definitions so your agent can use them. Run it again after upgrading Plain to get updated skills.

0 commit comments

Comments
 (0)