Skip to content

mgiovani/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

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.

🎯 What are Skills?

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.

📦 Available Skills

Development (5 skills)

  • 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

Documentation (6 skills)

  • 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 Operations (2 skills)

  • git-commit - Conventional commit message generation
  • git-create-pr - Pull request creation with standardized formats

Jira Integration (2 skills)

  • jira-daily - Smart standup report generator
  • jira-todo - Daily work planner with intelligent prioritization

Claude Utilities (2 skills)

  • create-command - Create new skills from templates
  • create-rule - Create CLAUDE.md rules and memory guidelines

Specialty (4 skills)

  • 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

Teams (1 skill)

  • team-implement - Spec-driven team orchestration (3-11 agents)

🚀 Installation

Via skills.sh (Recommended)

# 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

Via Claude Code Plugin Marketplace

# Add marketplace
/plugin marketplace add mgiovani/skills

# Install variant
/plugin install skills@skills-marketplace

Manual Installation

# Clone repository
git clone https://github.com/mgiovani/skills

# Copy skills to your agent's skill directory
cp -r skills/* ~/.claude/skills/

📱 Platform Compatibility

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 ⚠️ Partial 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

🎓 Creating Skills

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-creator

📄 License

Apache 2.0 - see LICENSE

🤝 Contributing

Contributions welcome! See docs/CONTRIBUTING.md for guidelines.

🔗 Links

About

Cross-platform AI coding assistant skills

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published