Skills and plugins for AI coding assistants. Works with Claude Code, Codex, Cursor, and any tool that reads instruction files.
/plugin marketplace add https://github.com/agentic-utils/skillsThen use /plugin to browse and install available plugins.
| Plugin | Description |
|---|---|
| claude-code | Skills grounded in Claude Code internals |
| disk-cleanup | Scan for and clean up disk space on macOS (macOS only) |
| ty-lsp | Python type checking via ty |
| svelte-lsp | Svelte language server |
See AGENTS.md for development guidelines.
- Create or update a plugin directory under
plugins/ - Add skills in
plugins/<plugin-name>/skills/ - Add a
README.mdto the plugin directory - Update this
README.mdtable - Submit a PR