A collection of plugins and skills for Claude Code CLI. This marketplace provides reusable skills, commands, and templates that extend Claude Code's capabilities.
Generate interactive presentation slides using React + Tailwind CSS. Perfect for creating beautiful, responsive presentations quickly.
Features:
/plugin marketplace add <your-username>/af-claudecode-skill
# Browse available plugins
/plugin menu
# Install slides-generator plugin
claude plugin install slides-generator
# Generate a presentation
/slides title="My Presentation" slides=5 theme="modern"
# Or use the /ppt alias
/ppt title="Demo" slides=3 theme="dark"
af-claudecode-skill/
├── plugins/ # Plugin directory
│ └── slides-generator/ # slides-generator plugin
│ ├── plugin.json # Plugin configuration
│ ├── README.md # Plugin documentation
│ ├── skills/ # Skills definitions
│ ├── commands/ # Slash command definitions
│ └── templates/ # Code templates
├── scripts/ # Utility scripts
│ ├── validate.js # Plugin validator
│ └── release.sh # Release script
├── market.json # Marketplace index
└── package.json # Root package.json
# Validate a specific plugin
npm run validate plugins/slides-generator/plugin.json
# Validate all plugins
npm run validate:all
plugins/your-plugin-name/plugin.json file with your plugin configurationnpm run validate plugins/your-plugin-name/plugin.jsonmarket.json to include your plugin# Run the release script
npm run release
This will:
Each plugin must have a plugin.json file:
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "Plugin description",
"components": {
"skills": ["skills/*.md"],
"commands": ["commands/*.md"]
},
"keywords": ["keyword1", "keyword2"]
}
Contributions are welcome! Please:
MIT License - see LICENSE file for details
For questions or support, please open an issue on GitHub.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generate interactive presentation slides using React + Tailwind CSS
npx claudepluginhub zourunfa/af-caludecode-skills --plugin video-creatorCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer