By shoto290
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.
Use before adding a component to get a reuse/extend/new verdict on existing components and utilities for the desired capability. Returns the unified anchored contract; read-only — never modifies files, never asks the user anything. Not for the reuse-vs-build discipline itself — use engineering:reuse-first.
Fallback-only lens — use when the subject matches no specific inventory lens, or when mapping a Claude Code plugin/artifact root (skills, subagents, hooks, manifests, MCP config). Prefer the specific inventory-* lens whenever one fits. Returns the unified anchored contract; read-only — never modifies files, never asks the user anything.
Use before writing new code to match house style — maps the repo's naming, structure, and idiom conventions with one sample each for error handling, logging, and tests. Returns the unified anchored contract; read-only — never modifies files, never asks the user anything. Not for the external community best practice — use explore:explore-conventions.
Use before changing dependencies or coupling — maps external libraries, internal coupling, dependency-direction violations, and unused or oversized deps. Returns the unified anchored contract; read-only — never modifies files, never asks the user anything.
Use before modifying a feature's flow — traces its control and data flow (entry, steps, branches, side effects, exits) so you know how it actually executes. Returns the unified anchored contract; read-only — never modifies files, never asks the user anything.
Inventories external libraries and internal coupling, flags dependency-direction and unused/oversized deps, and returns the contract.
Traces a single feature's control/data flow (entry, steps, branches, side effects, exits) and returns the anchored contract.
Inventories the data-access layer (repos/DAOs, ORM vs raw, entity-table mapping, migrations) and returns the anchored contract.
Inventories the service layer (classes, public operations, wiring, relations to repos and clients) and returns the anchored contract.
Inventories test locations, runner, and which modules have tests versus which do not, and returns the anchored contract.
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. |
npx claudepluginhub shoto290/shoto --plugin inventoryCode 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).
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification