By vmaia00
Orchestrator 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.
Writes and edits code/docs to the repo's conventions. Use for any file creation or modification.
Read-only researcher. Use to find code, answer "where/how is X", and gather references. Returns concise findings with file:line citations — never edits.
Read-only implementation planner. Use to design a change and assess its blast radius before any code is written. Returns a step-by-step plan.
Read-only pre-commit reviewer. Use before committing to check secrets, convention compliance, tests, and link integrity. Returns a pass/fail checklist.
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Compact the current conversation into a handoff document for another agent to pick up.
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
Modifies files
Hook triggers on file write and edit operations
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 coreAlways-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.
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.
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
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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.