Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.24 KB

File metadata and controls

35 lines (25 loc) · 1.24 KB

agentic-utils Skills

Skills and plugins for AI coding assistants. Works with Claude Code, Codex, Cursor, and any tool that reads instruction files.

Installation

/plugin marketplace add https://github.com/agentic-utils/skills

Then use /plugin to browse and install available plugins.

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

Contributing

See AGENTS.md for development guidelines.

  1. Create or update a plugin directory under plugins/
  2. Add skills in plugins/<plugin-name>/skills/
  3. Add a README.md to the plugin directory
  4. Update this README.md table
  5. Submit a PR