By vmaia00
Always-on multi-persona code-review pipeline: parallel distinct-angle reviewer panels → a Code Review Master that synthesizes one Solution → a second adversarial panel → Master 2 → an opt-in Executor & Fixer. No token optimization — every panelist is always spun up. Opt-in; install for deep, multi-perspective review.
Read-only application-security reviewer (OWASP-class) for the review-council pipeline. Use as the security lane of Panel R1 and the security re-check in R2. Returns JSON findings (unified schema). (Named appsec-reviewer to avoid colliding with ECC's security-reviewer.)
Read-only architecture/design critic for the review-council pipeline. Use as the architecture lane of Panel R1 and the design-fit lane in R2. Returns JSON findings (unified schema).
Read-only aggregator — the Code Review Master — for the review-council pipeline. Use at Stage 2 to synthesize one Solution from R1 findings, and at Stage 4 to produce the final verdict + fix work-list from R2. Returns Markdown (solution.md or verdict.md).
Read-only concurrency and API-contract reviewer for the review-council pipeline. Use as the concurrency-contract lane of Panel R1 — the documented LLM blind spots. Returns JSON findings (unified schema).
Read-only adversarial contrarian (devils-advocate) reviewer for the review-council pipeline. Use as the contrarian/blast-radius lane of Panel R2, reviewing the proposed Solution. Returns JSON findings (unified schema).
Uses power tools
Uses Bash, Write, or Edit tools
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.
A central, maintained-in-one-place set of Claude Code foundations that other repos pull from, while each repo keeps its own domain-specific agents/rules locally.
It's a Claude Code plugin marketplace. The shared layer ships as the core plugin; your
repo's own .claude/ is the local layer and overrides anything in the plugin with the same
name. Update centrally here, then git pull lands in every consuming repo with one command.
core providesexplorer, planner, builder, reviewer) — the orchestrator subagent set.new-project) — generic sub-project scaffolder.init-repo) — seeds a minimal starter CLAUDE.md (+ AGENTS.md pointer) for a new repo's local layer.secret-scan) — blocks Write/Edit/MultiEdit that contain real-looking credentials.session-start) — injects a concise standing directive (orchestrate · prefer existing skills/agents · define-done-then-verify · gate changes · untrusted-content baseline) at every session start.diagnose, write-a-skill, handoff, zoom-out, caveman) — curated engineering/productivity skills vendored from mattpocock/skills (MIT; see plugins/core/docs/THIRD-PARTY-NOTICES.md)./plugin marketplace add vmaia00/claude-specs
/plugin install core@claude-specs
/plugin marketplace update claude-specs
This git pulls the local clone and re-syncs the plugin. Bumping version in
plugins/core/.claude-plugin/plugin.json is what signals consumers there's a new version.
Point Claude Code at this folder directly instead of GitHub:
/plugin marketplace add ./claude-specs
/plugin install core@claude-specs
/reload-plugins # after editing plugin files
| Layer | Lives in | Example |
|---|---|---|
| Shared (pulled) | this repo's core plugin | generic builder, secret-scan, principles |
| Local (per repo) | each repo's .claude/ | domain agents/hooks that override the shared ones |
See BOOTSTRAP.md to stand up a brand-new repo on these foundations.
Heavier, dependency-bearing tools that are better consumed as their own installs than vendored into
core:
npx claude-mem install.See research/insights.md for a backlog of further patterns under evaluation.
Auto-update (track latest) and pinning (lock a version) are opposites — set up both so you can choose per machine/repo.
Cutting a release (do this on every change):
version in plugins/core/.claude-plugin/plugin.json. This is mandatory — if the
version string doesn't change, Claude Code keeps the cached copy and consumers never see your
update.main.plugin.json agrees with the marketplace entry):
claude plugin tag ./plugins/core --push -m "core %s"
Creates and pushes core--v<version> (e.g. core--v0.1.1).Track latest (default, recommended for your own machines): auto-update is enabled per
marketplace via "autoUpdate": true on the claude-specs entry under extraKnownMarketplaces
in ~/.claude/settings.json (or toggle it in /plugin → Marketplaces). The marketplace re-pulls
main at startup; you always get the newest version.
Pin a specific repo to a version (when you want stability): add a ref (tag/branch) or sha
to the plugin's source in marketplace.json. sha wins if both are set and survives branch
deletion:
{ "name": "core", "source": { "source": "github", "repo": "vmaia00/claude-specs",
"ref": "core--v0.1.1" } }
A repo using a pinned source ignores newer releases until you move the pin.
npx claudepluginhub vmaia00/claude-specs --plugin review-councilOrchestrator foundations: generic builder/explorer/planner/reviewer agents, a new-project command, a secret-scan hook, and universal working principles. Repo-specific agents/rules live in the consuming repo's .claude/ and override these.
Curated Ruby / Rails / Hotwire / TDD agent skills (28) + a code-reviewer agent, vendored (MIT) from superpowers-ruby, rails-agent-skills and ruby-core-skills. Opt-in; install for Ruby on Rails work. See ATTRIBUTION.md.
Vendored full copy of ECC (affaan-m/ECC) v2.0.0: 64 agents, 262 skills, 84 commands. MIT-licensed — see LICENSE and ATTRIBUTION.md. Most components are language/framework-specific; install only if you want the whole catalog.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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.