Best for
- Use when reviewing skill quality, saying "audit orchestration", "check my skills for parallelism", "skill orchestration review", or "/claude-skill-orchestration-audit".
jackchuka/skills/claude-skill-orchestration-audit/SKILL.md
Audit skills for agentic orchestration quality. Checks subagent dispatch patterns, parallelism opportunities, anti-patterns, and alignment with the three-phase pattern (setup → dispatch → aggregate). Use when reviewing skill quality, saying "audit orchestration", "check my skills for parallelism", "skill orchestration review", or "/claude-skill-orchestration-audit".
Decision brief
Check skills against orchestration best practices in references/subagent-orchestration-best-practices.md.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/jackchuka/skills --skill "claude-skill-orchestration-audit"Inspect the Agent Skill "claude-skill-orchestration-audit" from https://github.com/jackchuka/skills/blob/7b0b33f68b8f11522e43622e5cb3bacd802999d2/claude-skill-orchestration-audit/SKILL.md at commit 7b0b33f68b8f11522e43622e5cb3bacd802999d2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Read references/subagent-orchestration-best-practices.md — defines the rules 2. Read references/agent-skill-analyzer.md — defines the per-skill analysis task 3. Glob /.claude/skills//SKILL.md to discover skills. If a directory path is provided as argument, glob //SKILL.md ins…
Launch one agent per skill in SKILLSTOAUDIT. Each agent receives:
After all agents return:
Skill names: filter to specific skills
Permission review
The documentation asks the agent to create, modify, or delete local files.
| Per-item implementation | "write one file per resolver/page/command" | N independent file writes to separate paths |Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 77/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 1 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Check skills against orchestration best practices in references/subagent-orchestration-best-practices.md.
metadata.author match)references/subagent-orchestration-best-practices.md — defines the rulesreferences/agent-skill-analyzer.md — defines the per-skill analysis task~/.claude/skills/*/SKILL.md to discover skills. If a directory path is provided as argument, glob <path>/*/SKILL.md insteadmetadata.author matches the user (default: jackchuka). If skill names provided, filter to those instead| Category | Audit type | Signal |
|---|---|---|
| Multi-source aggregation | Orchestration quality | Already dispatches 2+ parallel agents against independent sources |
| Multi-step workflow | Latent parallelism scan | Sequential phases where some sub-tasks within a phase are independent |
| Single-source operation | Skip | One tool/API, truly linear flow, no fan-out possible |
| Meta/utility | Skip | Routers, reference libraries, formatters |
How to detect latent parallelism in multi-step workflows:
Look for phases that iterate over N independent items — even if written as sequential steps:
| Pattern | Example | Signal |
|---|---|---|
| Per-item scaffolding | "scaffold X for each actor/flow/feature" | N independent CLI calls |
| Per-item implementation | "write one file per resolver/page/command" | N independent file writes to separate paths |
| Multi-source research | "search Odoo, Oracle, SAP" | N independent web fetches |
| Independent tracks | "implement commands" then "implement queries" | Parallel tracks after a shared dependency |
A skill is "multi-step workflow" (audit it) if any phase has 2+ items that don't depend on each other. If every phase is truly linear with no fan-out, classify as "single-source operation" and skip.
SKILLS_TO_AUDIT = all skills classified as "multi-source aggregation" or "multi-step workflow"Launch one agent per skill in SKILLS_TO_AUDIT. Each agent receives:
references/ directory listing (if any)references/agent-skill-analyzer.mdEach agent returns structured findings per the format in the reference file. If a skill's SKILL.md can't be read, skip gracefully.
After all agents return:
## Orchestration Audit
### Skills with existing orchestration
| Skill | Category | S1-4 | P1-4 | C1-3 | A1-3 | X1-4 | Issues |
|-------|----------|------|------|------|------|------|--------|
### Skills with latent parallelism opportunities
| Skill | Opportunity | Phase | Benefit | Issues |
|-------|-------------|-------|---------|--------|
### Findings
#### [skill-name]: [issue count] issues
- **[RULE]:[SEVERITY]** — [description]
- Current: [what the skill does now]
- Suggested: [what it should do]
### Top N Highest-Impact Improvements
Rank by benefit (high > medium > low) and usage frequency.
### Summary
N skills checked, M have orchestration, P have latent parallelism, X issues found (E errors, W warnings, I info)
| Severity | Action |
|---|---|
| ERROR | Show the fix, apply with Edit after user confirms |
| WARN | Show suggestion, apply only if user agrees |
| INFO | Note for awareness, no auto-fix |
After fixing, re-run the check and show updated table.
Alternatives
jackchuka/skills
Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
affaan-m/ECC
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
affaan-m/ECC
Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, IATF 16949, and AS9100 environments. Includes NCR lifecycle management, CAPA systems, SPC interpretation, and audit methodology. Use when investigating non-conformances, performing root cause analysis, managing CAPAs, interpreting SPC data, or handling supplier
affaan-m/ECC
Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.