We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d019de8 commit fd5b51dCopy full SHA for fd5b51d
1 file changed
README.md
@@ -63,4 +63,14 @@ clime init # built-in defaults
63
clime init https://example.com/tools.yaml # your team's plugin list
64
```
65
66
+## AI Agent Skill
67
+
68
+clime ships with a built-in skill that AI agents (Claude Code, Codex, etc.) can use to discover and manage plugins on your behalf. Install it with:
69
70
+```sh
71
+clime install skill
72
+```
73
74
+This writes the skill file to `~/.claude/skills/` and `~/.codex/skills/` so agents can automatically pick it up.
75
76
Run **clime help** or **clime <command> --help** for full usage details.
0 commit comments