By Zourunfa
Generate interactive presentation slides using React + Tailwind CSS
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.
npx claudepluginhub zourunfa/af-caludecode-skills --plugin slides-generatorAI-powered video creation and publishing workflow
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.