By genkovich
Pre-push security audit: scan staged diff and dependencies for hardcoded secrets, dangerous eval/shell patterns, and known-vulnerable packages.
A private Claude Code plugin marketplace for a 50-engineer team. Ships three reference plugins (deploy-checklist, pr-review-rules, security-scan) that standardize how the team deploys services, reviews pull requests, and scans branches for security issues before push. Use this repo as the single source of truth for shared Claude Code automation.
Add this marketplace to your Claude Code instance:
/plugin marketplace add github:your-org/team-marketplace
To pin the marketplace at the project level (so every contributor in this repo gets it automatically), commit .claude/settings.json with:
{
"extraKnownMarketplaces": {
"team-marketplace": {
"type": "github",
"repo": "your-org/team-marketplace"
}
}
}
/plugin install deploy-checklist@team-marketplace
/plugin install pr-review-rules@team-marketplace
/plugin install security-scan@team-marketplace
claude plugin release after merging to main./plugin marketplace update team-marketplace
.github/workflows/validate-plugins.yml.Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimSpec-Driven Development for Claude Code: 17 atomic, stack-agnostic skills + 9 subagents that carry a feature from idea → spec → design → data-model → API → tasks → tests → implement → review → ship, plus a TDD implementation engine and a living roadmap above the per-feature flow. Start with `survey` (maps an existing codebase or bootstraps an empty one), walk the gated backbone — each stage reads the previous artifact and hard-refuses if missing — and keep `docs/roadmap.md` (Now/Next/Later, outcome-altitude, never dates) in sync as `specify` promotes a feature to Now and `ship` moves it to Shipped. The Q&A skills are depth-tunable (easy/medium/hard — decide-for-me vs. interrogate-me-with-trade-offs); the ideation analyses run as named subagents (researcher/strategist/analyst/devil's-advocate) gated by that dial; diagrams are presented in prose and written to file (never raw Mermaid dumped to the terminal); and every acceptance criterion is covered end-to-end. design is surface-aware: it declares the feature's target surfaces at the architecture stage (backend-service / web-frontend / mobile-app / desktop-app / cli / worker / library-sdk, each a C4 container) and downstream stages gate their output by that choice — the `ui` task layer, UI-driven sequence flows, and the component / visual-regression / e2e-through-UI frontend test tiers; `ui` work reuses the repo's existing design system (components / tokens / styling) from the architecture map, never reinvents. Every stage ends with a copy-ready handoff block — what changed, the files to review, then `/clear` + the next `/sdd:…` command.
LLM Wiki workflows — ingest, query, lint, inbox. Operates on any wiki whose CLAUDE.md has frontmatter type: schema, scope: wiki.
Enforce team PR review conventions: changelog entry, no console.log, test coverage, no formatting churn, security checklist.
Pre-deploy checklist enforcer: env diff, migrations dry-run, smoke endpoints, rollback plan, oncall heads-up.
Pre-deploy checklist enforcer: env diff, migrations dry-run, smoke endpoints, rollback plan, oncall heads-up.
npx claudepluginhub genkovich/team-marketplace-demo --plugin security-scanComprehensive 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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns