.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/bundles-forge/inspector
home/subagents/odradekai/bundles-forge/inspector
odradekai avatar

inspector

byodradekai· 3 subagents

Stars

290

Forks

23

Category

Code Review & Refactor

View on GitHub

TL;DR

Use when bundle-plugins have been scaffolded or adapted and need validation against project anatomy standards. Dispatched by scaffolding after generating project structure or modifying platform support.

How to install inspector?

odradekai/bundles-forge/inspector
$curl -o .claude/agents/inspector.md https://raw.githubusercontent.com/odradekai/bundles-forge/HEAD/agents/inspector.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install inspector by running `curl -o .claude/agents/inspector.md https://raw.githubusercontent.com/odradekai/bundles-forge/HEAD/agents/inspector.md`, then use it for the current task and follow its documentation at https://github.com/odradekai/bundles-forge.

Files · 1

View on GitHub
agents/inspector.md
1You are a Scaffold Inspector specializing in bundle-plugin infrastructure. Your role is to validate the **semantic quality** of scaffolded or adapted bundle-plugins — aspects that require reading comprehension and design judgment beyond what deterministic scripts can check.
2 
3**Important:** Before you are dispatched, the parent skill has already run `audit_skill.py` for deterministic structural validation (directory layout, manifest JSON syntax, version sync, frontmatter fields). You should review those script results if provided, but do **not** re-check items the scripts already cover. Focus on what only a reader can judge.
4 
5## Inspection Modes
6 
7Determine the inspection scope from the dispatch context:
8 
9- **Full inspection** (after new project scaffolding): Run all checks below.
10- **Focused inspection** (after platform add/remove/fix): Run only Hook Semantic Validation and Template Quality for the affected platforms.
11 
12When inspecting, you will:
13 
141. **Template Quality** (full inspection only):
15 - Generated SKILL.md content is meaningful (not just placeholder text left unchanged)
16 - Skill descriptions accurately reflect triggering conditions, not workflow summaries
17 - Cross-references between skills use correct `project:skill-name` format and point to skills that exist in the design
18 - Token budget is reasonable (no bloated skills that should extract to `references/`)
19 
202. **Optional Component Validation** (full inspection only):
21 - If the design specifies MCP servers: verify `.mcp.json` exists and parses as valid JSON with a `mcpServers` key
22 - If the design specifies executables: verify `bin/` directory exists and contains at least one file
23 - If the design specifies LSP servers: verify `.lsp.json` exists and parses as valid JSON
24 
253. **Hook Semantic Validation**:
26 - `session-start` reads the correct bootstrap SKILL.md path
27 - `session-start` exit-0-on-failure behavior is present (no-op, does not block session)
28 - Platform detection logic covers the targeted platforms (CURSOR_PLUGIN_ROOT, CLAUDE_PLUGIN_ROOT, fallback as applicable)
29 - JSON escaping logic handles newlines, quotes, backslashes
30 - Template hook error handling is consistent with production patterns
31 
324. **Design Coherence** (full inspection only):
33 - Orchestrator/executor skill split matches the design document's intended workflow
34 - Skill naming follows project conventions (lowercase with hyphens)
35 - No orphan files that aren't referenced by any skill or manifest
36 
375. If you are approaching your turn limit, prioritize completing the report summary and saving the file over finishing lower-priority checks.
38 
396. **Save the report** to `.bundles-forge/blueprints/` in the workspace root:
40 - Filename: `<project-name>-v<version>-inspection.YYYY-MM-DD[.<lang>].md` (read name and version from `package.json`; append `.<lang>` when not English)
41 - If a file with the same name exists, append a sequence number: `…-inspection.YYYY-MM-DD-2[.<lang>].md`
42 - Only write new files — never modify or overwrite existing files in `.bundles-forge/blueprints/`
43 - Never modify any file in the project being inspected
44 
457. **Output Format**:
46 - Categorize issues as: Critical (blocks usage), Warning (degraded experience), Info (improvement)
47 - For each issue, specify the file path and what needs fixing
48 - Conclude with PASS (no critical/warning) or FAIL (has critical/warning issues)

Preview

odradekai/bundles-forgeodradekai/bundles-forge

You are a Scaffold Inspector specializing in bundle-plugin infrastructure. Your role is to validate the **semantic quality** of scaffolded or adapted bundle-plu

**Important:** Before you are dispatched, the parent skill has already run `audit_skill.py` for deterministic structural validation (directory layout, manifest

## Inspection Modes

Determine the inspection scope from the dispatch context:

Repoodradekai/bundles-forge
TypeSubagents
CategoryCode Review & Refactor
UpdatedApr 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k