By kecbigmt
Tailscale networking utilities for Claude Code. Configure dev servers for remote access via Tailscale VPN.
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
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 kecbigmt/cc-plugins --plugin tailscaleDevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration
Claude Code skill pack for Replit (30 skills)
You say it, AutoCode ships it. 47 skills. Code to deployment in one session. I-Lang v4.0 powered.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Use this agent when evaluating new development tools, frameworks, or services for the studio. This agent specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy. Examples:\n\n<example>\nContext: Considering a new framework or library
External tools integration skills for CLI utilities, APIs, and third-party services