Meta-plugin containing the ecosystem generation primitives. Includes scaffolding for Agent Skills, Plugins, CLI sub-agents, autonomous GitHub workflows, Azure Foundry agents, and more.
npx claudepluginhub richfrem/agent-plugins-skills --plugin agent-scaffoldersValidate a plugin's structure, components, and security
../skills/create-agentic-workflow/SKILL.md
../skills/create-azure-agent/SKILL.md
../skills/create-docker-skill/SKILL.md
../skills/create-github-action/SKILL.md
../skills/create-hook/SKILL.md
../skills/create-mcp-integration/SKILL.md
../skills/create-plugin/SKILL.md
../skills/create-skill/SKILL.md
../skills/create-stateful-skill/SKILL.md
../skills/create-sub-agent/SKILL.md
Scaffold a GitHub agentic workflow from an existing skill
Deploy a skill as an Azure AI Foundry hosted agent
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define a command with arguments", "create a command that runs bash", "add a /command to my plugin", "use $ARGUMENTS in a command", "set up argument-hint", "create a workflow command", "interactive command", or needs guidance on slash command structure, YAML frontmatter fields, file references, bash execution, command organization, or command best practices. Use this skill whenever Claude Code slash commands are mentioned even without the word "command" -- e.g. "I want a shortcut that reviews PRs" or "automate my deploy workflow" should trigger this. Do NOT use this for hooks (use create-hook), skills (use create-skill), or agents (use create-sub-agent).
Scaffold an agent skill with Docker runtime support
Scaffold a deterministic GitHub Actions CI/CD workflow
Design and scaffold an event-driven Claude Code hook
Add an MCP server integration to a plugin
Scaffold a complete Claude Code plugin from scratch
Scaffolds the filesystem structure for a new agent skill: creates the directory layout, writes a starter SKILL.md, generates evals/evals.json, references/, scripts/, and assets/ as needed, and runs a discovery interview to capture name, purpose, and trigger phrases before writing any files. Trigger with "create a new skill", "scaffold a skill", "generate a skill", "new skill setup", or "make a skill directory". <example> Context: User wants to create a brand-new skill from scratch. user: "Create a new skill called link-validator" assistant: [triggers create-skill, runs discovery interview, scaffolds directory structure] </example> <example> Context: User wants to improve an existing skill's content, not scaffold a new one. user: "Improve the trigger description for my link-checker skill" assistant: [triggers os-skill-improvement, not create-skill] </example>
Scaffold an advanced stateful agent skill with L4 patterns
Design and scaffold a Claude Code sub-agent
This skill should be used when the user wants to "create a marketplace", "setup a marketplace catalog", "scaffold marketplace.json", or "initialize a plugin registry". Use this even if they just mention "setting up a marketplace".
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 11+ AI coding assistants.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.