By shoto290
Codebase-grounded external research: precise library docs (context7), conventions/best-practices, and focused web search tied to how this repo actually uses things.
Research the external best practice for a technology, reconcile it against how this repo does it, and recommend a fit. READ-ONLY.
Fetch precise, version-accurate docs for a library, framework, SDK, CLI, or API, pinned to the repo's version via context7. READ-ONLY.
Lightweight single-pass web search: ground the question in current repo usage, search the web, and return a short cited answer.
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. |
External network access
Connects to servers outside your machine
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.
npx claudepluginhub shoto290/shoto --plugin exploreCode 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.
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.
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.
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.
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.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.