By shoto290
Foundation plugin for the shoto marketplace: artifact authors (skill/subagent/hook/mcp/plugin/workflow smiths), the alignment + base skills, the orchestrator agent, and shared infrastructure.
Catch-all writer fallback the orchestrator delegates to for straightforward file edits, creations, and shell tasks when no specialist fits. Keeps changes surgical. Prefer a specialist whenever one matches.
Delegate when a Claude Code hook must be created or edited - the user wants something to run automatically at a lifecycle event (on save, before a tool, on stop), to block or validate a tool call, or to fix a hook that does not fire. Owns the event/type/matcher choice, the settings.json entry, any hook script, and the validation gate. Not for explaining how hooks work.
Delegate when a project-level MCP server must be added, configured, or debugged - the user wants to connect an MCP server, pick its transport and scope, wire its secrets via env vars, or fix one that will not connect. Owns the .mcp.json or ~/.claude.json entry and the connection check. Not for MCP bundled inside a plugin (plugin-smith); not for explaining how MCP works.
Generalist task coordinator that runs core:alignment FIRST to clarify intent, then orchestrates skills, subagents, and workflows end to end. NEVER writes files itself - always delegates to a best-fit writer subagent. Wired as the default agent; NOT auto-delegated, do not add 'use PROACTIVELY'.
Delegate when a Claude Code plugin must be scaffolded or restructured as a whole - the user wants to create a new plugin, edit its plugin.json manifest, lay out its directories, bump its version, or wire its marketplace distribution. Owns the plugin shell, manifest, and distribution plus the validation gate. Not for authoring an individual skill (skill-smith), subagent (subagent-smith), or hook (hooks-smith); not for explaining how plugins work.
Clarify task intent up front via inline questions.
Global foundation rules, principles, and shared conventions.
Create, update, or debug Claude Code lifecycle hooks.
Configure and debug project-level MCP servers.
Operating contract for the orchestrator agent: align, plan, then delegate every step to the best-fit installed delegate - it never writes files itself.
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 Claude Code marketplace hosting plugins for building Claude Code itself.
# inside Claude Code
/plugin marketplace add shoto290/shoto
/plugin install <plugin>@shoto
| Plugin | Description |
|---|---|
core | Foundation plugin for the shoto marketplace: artifact authors (skill/subagent/hook/mcp/plugin/workflow smiths), the alignment + base skills, the orchestrator agent, and shared infrastructure. |
git | Git and pull-request workflows: commit changes, create PRs, and rebase branches onto the default branch with safety backups. |
backend-engineer | Ships the backend-engineer subagent: a server-side specialist for designing APIs, modeling data, and building secure, observable, resilient services, with seven bundled skills. |
design-engineer | Ships the design-engineer subagent: a front-end specialist (React + TypeScript) for building, using, and refactoring design systems, with seven bundled skills. |
designer | Ships the designer subagent: a product/UI design specialist for design systems, Figma and Paper.design canvases, typography, accessibility, and design-to-dev handoff. |
engineering | Bundles eight focused senior-developer craft skills that dev subagents preload by default to write and review code with senior judgment. |
explore | Codebase-grounded external research: precise library docs (context7), conventions/best-practices, and focused web search tied to how this repo actually uses things. |
inventory | General-purpose codebase-inventory toolkit: nine read-only lenses that each return one unified anchored contract. |
review | Code review automation: review the workspace diff against bug criteria, triage PR comments into verdicts, and apply confirmed fixes with verification. |
workflow | Dynamic multi-agent workflows: fan out subagents at scale and return only the final result. Ships /evolve, /deep-review, and /onboard. |
Code review automation — review the workspace diff against bug criteria, triage PR comments into verdicts, and apply the confirmed fixes with verification; also ships reusable review subagents (review-diff / review-comments / review-fix) consumed by the deep-review workflow.
Git and pull-request workflows: commit changes, create PRs, and rebase branches onto the default branch with safety backups.
Dynamic multi-agent workflows for Claude Code — fan out subagents at scale and return only the final result. Ships /evolve (inventory the repo, plan and apply skill/subagent/hook/plugin/MCP changes) and /deep-review (multi-lens diff review → validate → optional auto-fix) and /onboard (run a project interview to generate a committed project orchestrator — plus an optional per-user operator-profile skill — that each user opts into locally via settings.local.json).
General-purpose codebase-inventory toolkit. Nine read-only lenses (workspace, test, components, services, repositories, conventions, feature, dependencies, context) that each return one unified anchored contract. Consumed directly or by the evolve workflow.
Engineering conventions plugin — bundles eight focused senior-developer craft skills (senior-mindset, clean-code-craft, solid-dry-kiss-yagni, reuse-first, avoid-over-engineering, pragmatic-principles, scalable-architecture, secure-by-default) that dev subagents preload by default to write and review code with senior judgment.
npx claudepluginhub shoto290/shoto --plugin coreHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
AI-powered development tools for code review, research, design, and workflow automation.