By kecbigmt
Tailscale networking utilities for Claude Code. Configure dev servers for remote access via Tailscale VPN.
npx claudepluginhub kecbigmt/cc-plugins --plugin tailscaleA 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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.