Skills
My personal marketplace with plugins for AI coding assistants, including skills, agents, slash commands and more.
Compatible with most of AI harnesses — Claude Code, GitHub Copilot CLI and VS Code.
Available plugins
| Plugin | Description | |---|---| | api | API development — FastAPI, SQLAlchemy, DDD; plus the api-reviewer agent. | | python | Python development and testing best practices. | | javascript | JavaScript/TypeScript, React, Next.js. | | dev-tools | General development tooling — git, GitHub, conventional commits, semantic versioning. |
Each plugin's README lists the skills and agents it ships.
---
Install
Install the marketplace and plugins under your preferred harness:
# Add the marketplace
/plugin marketplace add giocaizzi/skills
# Then install the plugins you want to use
/plugin install api@giocaizzi-skills
/plugin install python@giocaizzi-skills
/plugin install javascript@giocaizzi-skills
/plugin install dev-tools@giocaizzi-skills
VS Code Copilot
After adding the marketplace, browse @agentPlugins in the Extensions sidebar. To verify that VSCode loaded the plugins, see the "Setting > Customization" panel in the Copilot sidebar.
Local development
To run a plugin straight from a clone without installing it:
# Claude Code
claude --plugin-dir ./plugins/api
# GitHub Copilot CLI
copilot plugin install ./plugins/api
---
References
- Claude Code — plugins · marketplaces
- GitHub Copilot CLI — plugins overview · marketplace setup
- Agent Skills - specification
- VSCode plugins - plugins



