kecbigmt's Claude Code plugins marketplace
npx claudepluginhub kecbigmt/cc-pluginsTailscale networking utilities for Claude Code. Configure dev servers for remote access via Tailscale VPN.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code plugins.
# Add the marketplace
/plugin marketplace add kecbigmt/cc-plugins
# Install the story-driven plugin
/plugin install story-driven@kecbigmt-plugins
Story-driven Development workflow plugin for Claude Code. Provides skills and commands for user story creation, acceptance criteria, verification, and story log management.
Codex CLI integration for autonomous code analysis, reviews, and codebase queries. Executes the codex tool with real-time execution visibility for deep codebase understanding.
To test plugins during development:
git clone https://github.com/kecbigmt/cc-plugins.git
claude --plugin-dir ./cc-plugins/plugins/story-driven
Restart Claude Code after making changes to pick up updates.
/story-driven:start # Start workflow (interactive)
/story-driven:start <free text> # Start with intent
Examples:
/story-driven:start
/story-driven:start add login feature
/story-driven:start verify
The codex plugin provides the codex-exec skill that automatically activates when you request code analysis or reviews.
Examples:
"Review the authentication module for security vulnerabilities"
"Analyze the database query patterns for performance issues"
"Explain how the user registration flow works"
"Find potential bugs in error handling code"
Claude will automatically execute the codex CLI tool with appropriate parameters.
Skills are model-invoked and activate based on workflow phase.
| Skill | Phase |
|---|---|
defining-stories | Define |
implementing-stories | Implement |
verifying-stories | Verify |
accepting-stories | Accept |
publishing-stories | Publish |
The timing of acceptance testing adapts to your workflow:
| Workflow | Flow |
|---|---|
| Pre-commit | Verify → Accept → Commit → Push |
| Pre-push | Verify → Commit → Accept → Push |
| Post-PR | Verify → Commit → Push → Draft PR → Accept → Ready |
Ask Claude naturally:
Claude will automatically use the relevant skill.
plugins/story-driven/
commands/
start.md # /story-driven:start command
skills/
defining-stories/
implementing-stories/
verifying-stories/
accepting-stories/
publishing-stories/
MIT