Cross-platform AI coding assistant skills for Claude Code and other agents
A curated collection of 22 production-ready skills for development workflows, documentation, git operations, and more.
Skills are modular capabilities that extend AI coding assistants with specialized knowledge, workflows, and tool integrations. They use progressive disclosure to minimize context overhead while providing powerful automation.
- implement-feature - Feature implementation with senior staff engineer best practices
- fix-bug - Test-driven debugging with strict sequential task chains
- review-security - OWASP Top 10 2025 security analysis
- inject-nextjs-docs - Next.js framework documentation injection
- project-planner - Break down projects into dependency-aware tasks
- docs-adr - Architecture Decision Records creation
- docs-check - Documentation validation and health scoring
- docs-diagram - Architecture diagrams (Mermaid)
- docs-init - Documentation structure initialization
- docs-rfc - Request for Comments documentation
- docs-update - Documentation sync with codebase
- git-commit - Conventional commit message generation
- git-create-pr - Pull request creation with standardized formats
- jira-daily - Smart standup report generator
- jira-todo - Daily work planner with intelligent prioritization
- create-command - Create new skills from templates
- create-rule - Create CLAUDE.md rules and memory guidelines
- agent-browser - AI-optimized browser automation (93% less context overhead)
- find-skills - Discover third-party skills from skills.sh
- skill-creator - Comprehensive guide for creating skills
- jira-cli - Interactive command-line tool for Jira
- team-implement - Spec-driven team orchestration (3-11 agents)
# Install individual skills
npx skills add mgiovani/skills/implement-feature
npx skills add mgiovani/skills/docs-adr
# Install all skills
npx skills add mgiovani/skills# Add marketplace
/plugin marketplace add mgiovani/skills
# Install variant
/plugin install skills@skills-marketplace# Clone repository
git clone https://github.com/mgiovani/skills
# Copy skills to your agent's skill directory
cp -r skills/* ~/.claude/skills/| Platform | Status | Notes |
|---|---|---|
| Claude Code | ✅ Full | Primary platform, all features supported |
| Cursor | ✅ Full | Full SKILL.md format support |
| Windsurf | ✅ Full | Full SKILL.md format support |
| Other agents | Depends on SKILL.md support |
Requirements:
- Agent must support SKILL.md format
- Python 3.10+ for skills with bundled scripts
- Bash for skills with shell scripts
- Node.js 18+ for skills requiring npm packages
See AGENTS.md for AI agent guidelines and docs/SKILL-FORMAT.md for authoring documentation.
Quick start:
# Use the skill-creator skill for guidance
npx skills add mgiovani/skills/skill-creatorApache 2.0 - see LICENSE
Contributions welcome! See docs/CONTRIBUTING.md for guidelines.
- Repository: https://github.com/mgiovani/skills
- Skills Marketplace: https://skills.sh
- Issue Tracker: https://github.com/mgiovani/skills/issues
- Parent Project: cc-arsenal