Comprehensive feature development workflow with mandatory AskUserQuestion tool usage and specialized agents for codebase exploration, architecture design, and quality review
npx claudepluginhub scottweinstein/cc-plugins --plugin sw-feature-devDesigns feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter
A Claude Code plugin marketplace containing custom plugins that extend Claude Code's capabilities.
A comprehensive 7-phase feature development workflow plugin that guides you through:
code-explorer agentscode-architect agentscode-reviewer agents check for bugs and conventionsDev server and Inngest management CLI for multi-worktree projects:
Install plugins directly from the marketplace:
claude plugins:add https://github.com/ScottWeinstein/cc-plugins
This gives you access to all plugins in the marketplace.
Install from a GitHub release (no npm publish required):
# Install a specific version
pnpm add https://github.com/ScottWeinstein/cc-plugins/releases/download/v0.1.0/wt-dev.tgz
pnpm install
pnpm build
| Script | Description |
|---|---|
pnpm build | Build all packages |
pnpm typecheck | Type check all TypeScript |
pnpm lint | Run ESLint |
pnpm format | Format code with Prettier |
pnpm format:check | Check code formatting |
pnpm check | Run all checks (format, lint, typecheck) |
pnpm release | Cut a new release |
cc-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── .github/workflows/
│ ├── ci.yml # CI checks on push/PR
│ └── release.yml # Release workflow on tags
├── plugins/
│ ├── sw-feature-dev/ # Feature development plugin (markdown-only)
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ │ └── feature-dev.md
│ │ └── agents/
│ │ ├── code-explorer.md
│ │ ├── code-architect.md
│ │ └── code-reviewer.md
│ └── wt-dev/ # Dev server CLI plugin (TypeScript)
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── src/
│ ├── skills/
│ └── package.json
├── scripts/
│ └── release.js # Release automation script
├── package.json # Workspace root
├── pnpm-workspace.yaml
└── CLAUDE.md # Claude Code guidelines
This monorepo uses unified versioning - all packages share the same version number. When a release is created, both the root package.json and plugins/wt-dev/package.json are updated to the same version.
This approach:
plugins/<plugin-name>/.claude-plugin/plugin.json with metadataREADME.md with documentationcommands/*.md with YAML frontmatteragents/*.md with YAML frontmatter.claude-plugin/marketplace.jsonFor TypeScript plugins:
package.json with build scriptstsconfig.json extending root configpnpm-workspace.yaml to include the packageReleases are done via GitHub Actions to avoid direct commits to main.
pnpm release # Bump patch: 0.1.1 → 0.1.2
pnpm release --minor # Bump minor: 0.1.1 → 0.2.0
pnpm release --major # Bump major: 0.1.1 → 1.0.0
pnpm release --dry-run # Preview without triggering
The release workflow will:
package.json filesmainRequires GitHub CLI (gh) to be installed and authenticated.
MIT
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.