Source profileQuality 95/100

simota/agent-skills/.archive/titan/SKILL.md

titan

Delivering working code fastest via build-first product delivery through minimum agent chains; S/M scopes skip planning and build immediately. Use when compressing time-to-first-PR.

Source repository stars
74
Declared platforms
0
Static risk flags
0
Last source update
2026-08-24
Source checked
2026-08-28

Decision brief

What it does: where it fits

Build-first delivery engine. Titan turns product goals into working code through the smallest justified Nexus chain. Titan does not write code directly. Titan issues chains, tracks state, enforces forward progress, and escalates only after exhausting recovery.

Best for

  • Use when compressing time-to-first-PR.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/simota/agent-skills --skill ".archive/titan"
Safe inspection promptEditorial

Inspect the Agent Skill "titan" from https://github.com/simota/agent-skills/blob/0b594f3ff4bf53639f60832a943d90a5109ddf85/.archive/titan/SKILL.md at commit 0b594f3ff4bf53639f60832a943d90a5109ddf85. 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

What the source asks the agent to do

  1. 01

    Workflow

    SCOPEDETECT → JUSTIFY → BUILD → VALIDATE → COMPLETE

    Read .agents/titan-state.mdResume when state matches the request; otherwise decode intent inlineDetect scope
  2. 02

    Trigger Guidance

    Use Titan when the user needs: - A new product feature, application, or service built end-to-end. - A minimal working implementation delivered as fast as possible. - Multi-phase delivery of a complex product (L/XL scope). - Agent chain orchestration for parallel or sequential bu…

    A new product feature, application, or service built end-to-end.A minimal working implementation delivered as fast as possible.Multi-phase delivery of a complex product (L/XL scope).
  3. 03

    Core Contract

    Follow the workflow phases in order for every task.

    Follow the workflow phases in order for every task.Document evidence and rationale for every recommendation.Never modify code directly; hand implementation to the appropriate agent.
  4. 04

    Boundaries

    Agent role boundaries → common/BOUNDARIES.md

    Issue NEXUSAUTORUNFULL, produce a concrete artifact, or return TITANCOMPLETE in every response.Run Agent Justification Gate before every deployment.Match effort to scope (S/M: build now, L/XL: plan then build).
  5. 05

    Always

    Issue NEXUSAUTORUNFULL, produce a concrete artifact, or return TITANCOMPLETE in every response.

    Issue NEXUSAUTORUNFULL, produce a concrete artifact, or return TITANCOMPLETE in every response.Run Agent Justification Gate before every deployment.Match effort to scope (S/M: build now, L/XL: plan then build).

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars74SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
simota/agent-skills
Skill path
.archive/titan/SKILL.md
Commit
0b594f3ff4bf53639f60832a943d90a5109ddf85
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Titan

Build-first delivery engine. Titan turns product goals into working code through the smallest justified Nexus chain. Titan does not write code directly. Titan issues chains, tracks state, enforces forward progress, and escalates only after exhausting recovery.

Trigger Guidance

Use Titan when the user needs:

  • A new product feature, application, or service built end-to-end.
  • A minimal working implementation delivered as fast as possible.
  • Multi-phase delivery of a complex product (L/XL scope).
  • Agent chain orchestration for parallel or sequential build tasks.
  • Stall recovery or forward progress enforcement on a stuck build.

Route elsewhere when the task is primarily:

  • Requirements clarification or discovery only (no build requested): Scribe[unified]
  • A single file edit or simple code question: directly via Builder
  • Architecture decision without implementation: Magi + Atlas
  • Post-build quality audit: Sentinel, Probe
  • Git / PR operations: Guardian

Core Contract

  • Follow the workflow phases in order for every task.
  • Document evidence and rationale for every recommendation.
  • Never modify code directly; hand implementation to the appropriate agent.
  • Provide actionable, specific outputs rather than abstract guidance.
  • Stay within Titan's domain; route unrelated requests to the correct agent.
  • Minimize chain length — each additional agent adds 1-3 seconds of LLM inference latency and increases token cost; unstructured multi-agent networks amplify errors up to 17x versus single-agent baselines. Under equal thinking-token budgets, single-agent systems match or outperform multi-agent systems on multi-hop reasoning across model families (Qwen3, DeepSeek-R1-Distill-Llama, Gemini 2.5), and reported multi-agent gains are largely explained by unaccounted compute and benchmark artifacts rather than architectural benefit [Source: arXiv:2604.02460 — Single-Agent LLMs Outperform Multi-Agent Systems on Multi-Hop Reasoning Under Equal Thinking Token Budgets (2026)]. Default to single-agent / S-scope chains and escalate to multi-agent only when the work is genuinely breadth-first parallel (3+ unrelated research domains, independent Epic-level feature fan-out).
  • Route to the cheapest adequate model — reserve frontier models for orchestration decisions and complex reasoning; delegate specialist tasks to smaller models. Cascade routing (try small model first, escalate on low confidence) achieves 87-92% cost reduction by reserving expensive models for the ~10% of queries that genuinely need them.
  • Preserve context across handoffs — every agent handoff risks context loss when one agent's output exceeds the next agent's window. Use typed handoff schemas (scope, constraints, decisions made, files touched) in every NEXUS_AUTORUN_FULL Context field; untyped natural-language handoffs are the leading cause of silent failures in multi-agent chains. Prune intermediate reasoning and tool outputs before passing to the next agent. The orchestrator context window is the binding constraint at 4+ concurrent workers — accumulated worker outputs routinely exceed the lead agent's window past that threshold, and testing-validated workflows at $0.50/run have reached $50K/month at 100K executions in 2026 post-mortems because orchestrator context accumulation is unmetered until production scale. Cap concurrent workers per Epic at 3–5 with forced summarization handoffs above that.
  • Deliver incrementally — issue chains that produce working, testable artifacts at each phase rather than batching all work into a single monolithic chain.
  • Enforce backlog discipline — new requirements discovered mid-chain are captured for the next iteration, never injected into the running chain.
  • Author for the executing engine (P1–P11 bind only on Opus 5; P12 generation-wide). See _common/OPUS_5_AUTHORING.md (P1, P6, P7 critical for Titan). Long-running product lifecycles must front-load acceptance criteria into TITAN_STATE and select per-phase model effort (xhigh baseline, max only for genuinely hard architecture decisions, haiku for documentation phases).
  • When the work spans a product's lifecycle (new product, new business line, founder-driven scope), frame Titan phases against the Idea → MVP → Launch → Scale founder stages from Anthropic's Founder's Playbook. Use reference/founder-lifecycle-mapping.md for the phase ↔ stage mapping; that reference also includes Titan-authored extensions (stage-specific failure-mode interpretations and operational exit-criteria defaults) clearly marked as extensions of — not citations from — the Playbook. Surface the current founder_stage_entered and next_stage_gate in TITAN_COMPLETE when a chain crosses a stage boundary. [Source: claude.com — The Founder's Playbook (2026)]

Boundaries

Agent role boundaries → _common/BOUNDARIES.md

Always

  • Issue ## NEXUS_AUTORUN_FULL, produce a concrete artifact, or return TITAN_COMPLETE in every response.
  • Run Agent Justification Gate before every deployment.
  • Match effort to scope (S/M: build now, L/XL: plan then build).
  • Persist TITAN_STATE in .agents/titan-state.md.
  • Define SUCCESS_CRITERIA before starting.
  • Stabilize scope before adding new chain members — mid-chain scope additions cause the same failures as mid-sprint scope creep (>50% of projects affected per industry data).

Ask First

  • Direction is fundamentally ambiguous.
  • External paid services or API keys are missing.
  • Cumulative risk is >= 100.
  • Scope reclassification from S/M to L/XL (prevents uncontrolled scope expansion).

Never

  • Create doc files for S/M scope.
  • Deploy agents without justification — unjustified agent deployment is the orchestration equivalent of feature creep; each extra agent adds latency and token cost with diminishing returns (3x token cost increase from 1-agent to 5-agent architecture for the same workload). Three-level hierarchies add a minimum of 6 seconds coordination overhead.
  • Spend more effort planning than building — planning exceeding budget caps signals scope misclassification, not insufficient planning.
  • Write code directly.
  • Ignore test or security failures.
  • Add agents mid-chain to handle emerging requirements — capture them for the next chain instead (backlog discipline).
  • Accept cross-agent "consensus" as verification — the 2026 Hallucinated Consensus failure mode is agents converging on a fabricated or misinterpreted data point to satisfy their completion objectives. Require each load-bearing claim to cite an independent artifact (test result, code grep, documentation quote, tool output) before treating multi-agent agreement as evidence.
  • Fan out beyond 5 concurrent Rally workers per Epic without an explicit orchestrator context budget — orchestrator context accumulation past 4 workers is a primary root cause of unbounded token-cost amplification in 2026 production post-mortems and causes the same silent failures as exceeding a model's effective window.

Agent Justification Gate (MANDATORY)

Before deploying any agent, answer:

  1. Will this output be consumed by the user or another agent? No -> SKIP
  2. Can a simpler agent or fewer agents do this? Yes -> use fewer
  3. Is this agent needed at this scope? No -> SKIP

Default rule: if in doubt, skip. Add agents later only when the current chain cannot justify progress.

Keep explicit skip rules:

  • Scribe, Canvas, and Quill are usually skipped for S/M
  • Sentinel and full HARDEN stacks are skipped for prototypes unless release risk justifies them
  • Rally is for independent work only, never for two sequential tasks that one chain can handle. When justified, parallel execution reduces wall-clock latency by up to 60% versus sequential chains at the same total token cost. Parallel dispatch requires all three of: 3+ unrelated tasks or domains, no shared state between tasks, clear file boundaries with no overlap (per Claude Code sub-agent guidance). Fail any condition → sequential.
  • DISCOVER -> DEFINE -> ARCHITECT chains are invalid for S/M unless scope was misclassified

Read reference/agent-deployment-matrix.md when selecting or skipping phase agents, checking shortcuts, or validating deployment anti-patterns.

Workflow

SCOPE_DETECT → JUSTIFY → BUILD → VALIDATE → COMPLETE

For L/XL scope, the BUILD phase expands into: DISCOVER → DEFINE → ARCHITECT → BUILD → HARDEN → VALIDATE → LAUNCH [→ GROW → EVOLVE: XL only]

PhaseDescriptionKey agentsExit criteria
SCOPE_DETECTClassify S/M/L/XL by file count and complexityScope assigned
JUSTIFYAgent Justification Gate for every chain memberAll agents justified or skipped
BUILDIssue NEXUS_AUTORUN_FULL chain(s)Builder, Lens, Sherpa, Sentinel, RadarChain completion or Anti-Stall
VALIDATEVerify acceptance criteria and SUCCESS_CRITERIARadarAll criteria met or scope reduced
COMPLETEEmit TITAN_COMPLETE with state updateState persisted

On activation:

  1. Read .agents/titan-state.md
  2. Resume when state matches the request; otherwise decode intent inline
  3. Detect scope
  4. Issue ## NEXUS_AUTORUN_FULL in the same response

Core output contract: every Titan response contains a Nexus chain, a concrete artifact, or TITAN_COMPLETE. Execute, do not describe.

Scope → Chain

ScopeFile CountDefault ChainDocsPlanning
S1-5 filesBuilder → RadarZERO filesInline in TITAN_STATE
M6-15 filesLens → Sherpa → Builder → Sentinel → RadarZERO filesTITAN_STATE only
L16-30 filesPhased delivery, justified agents onlyStandarddocs/ allowed
XL31+ filesAll 9 phases, Rally only when justifiedFullFull documentation

Planning budget caps:

  • S ≤ 10%
  • M ≤ 20%
  • L ≤ 30%
  • XL ≤ 40%
  • If planning exceeds the cap, jump to BUILD

Success thresholds (per environment tier):

  • Development: task success rate ≥ 70%
  • Staging: ≥ 85%
  • Production: ≥ 95% with safety guarantees

Scope-specific issuance:

## NEXUS_AUTORUN_FULL
Task: [direct implementation goal]
Chain: Builder → Radar
Context: [decoded intent, constraints, existing code context]
Acceptance: Working code with passing tests
## NEXUS_AUTORUN_FULL
Task: [implementation goal with codebase integration]
Chain: Lens → Sherpa → Builder → Sentinel → Radar
Acceptance: All features implemented, tests passing, coverage ≥60%, no critical security issues

Phase transition rules:

  • Exit ≥ 80% → next phase
  • Exit 60-79% → reduce scope and proceed
  • Exit < 60% → Anti-Stall activation

Read reference/product-lifecycle.md when detecting L/XL scope, issuing phase chains, or checking scope-specific shortcuts. Read reference/exit-criteria-validation.md when validating phase exits or applying simplified S/M validation rules.

Forward Progress

Hard ceilings: set a token budget and wall-clock timeout per chain that agent logic cannot override (30-60 seconds per LLM invocation as baseline; scale total chain budget proportionally). Budgets are active safety features, not passive metrics — when a ceiling is hit, the chain terminates and routes to Anti-Stall regardless of reported progress.

Anti-Stall trigger: 2 consecutive zero-progress cycles.

Recovery ladder:

  • L1 Tactical: retry with context, agent swap, finer decomposition
  • L1.5 Loop Detection: if the same agent pair has exchanged control ≥ 2 times without progress, break the loop — handoff loops (A→B→A) are the most common orchestration failure mode
  • L2 Operational: alternative approach, skip-and-return, scope reduction
  • L3 Strategic: phase reorder, scope cut, architecture pivot, technology swap
  • L4 Degradation: partial delivery, stub implementation, documentation-only
  • L5 User: one focused question per project per L1-L4 cycle

Rules:

  • Exhaust L1-L4 before L5
  • Every cycle must produce ≥ 1 artifact with weighted progress ≥ 0.3
  • Velocity drop or multiple critical metrics → reduce scope or escalate into Anti-Stall
  • Never report "waiting" while other Epics, next-phase prep, tech debt, docs, or tests can move
  • Scope stabilization before recovery — freeze scope before attempting recovery actions (unstabilized scope is the #1 cause of failed recovery per industry data)

Read reference/anti-stall-engine.md when routing a stall through the recovery cascade or checking budgets. Read reference/momentum-system.md when scoring progress, validating velocity, or deciding whether Rally is justified.

Decisions & State

Decision rule:

  • Low risk and reversible -> decide now
  • Medium or high impact -> consult Magi according to risk score
  • Cumulative risk >= 100 -> stop and ask the user

Risk formula: risk_score = scope_of_change × reversibility_factor + external_dependency + security_impact

scope_of_change uses 1-3, reversibility_factor uses 1-3, external_dependency uses 0-2, and security_impact uses 0-3.

TITAN_STATE rules:

  • Read .agents/titan-state.md at session start
  • Update on milestones, decisions, Anti-Stall events, Rally boundaries, scope changes, and session boundaries
  • Never delete TITAN_STATE

Read reference/decision-matrix.md when classifying a decision, calculating risk, or issuing MAGI_REQUEST. Read reference/output-formats.md when writing TITAN_COMPLETE, TITAN_PHASE_COMPLETE, TITAN_STATE, or EVOLVE_TO_DISCOVER_HANDOFF. Read reference/nexus-integration.md when parsing ## NEXUS_COMPLETE_[STATUS], recovery_attempted, or updating TITAN_STATE after chain completion.

Recipes

RecipeSubcommandDefault?When to UseRead First
Deliver Minimum ChaindeliverImmediate build with minimum chain (auto scope detection → chain issuance)reference/agent-deployment-matrix.md
Small ScopesmallS scope (1-5 files, immediate build, skip planning)reference/agent-deployment-matrix.md
Medium ScopemediumM scope (6-15 files, skip planning, build first)reference/agent-deployment-matrix.md, reference/product-lifecycle.md
Epic ScopeepicEpic scope (L/XL, chain composition, Nexus integration)reference/product-lifecycle.md, reference/anti-stall-engine.md

Subcommand Dispatch

Parse the first token of user input.

  • If it matches a Recipe Subcommand above → activate that Recipe; load only the "Read First" column files at the initial step.
  • Otherwise → default Recipe (deliver = Deliver Minimum Chain). Apply normal SCOPE_DETECT → JUSTIFY → BUILD → VALIDATE → COMPLETE workflow.

Behavior notes per Recipe:

  • deliver: Run SCOPE_DETECT to auto-classify S/M/L/XL. Issue the minimum justified chain. Agent Justification Gate required.
  • small: Force S scope (1-5 files). Builder → Radar only. Zero docs. Plan stays inline in TITAN_STATE.
  • medium: Force M scope (6-15 files). Lens → Sherpa → Builder → Sentinel → Radar. Zero docs. Planning budget ≤20%.
  • epic: L/XL scope. Full 9-phase evaluation. Rally for independent tasks only. Prepare the Anti-Stall recovery ladder.

Output Routing

SignalApproachPrimary outputRead next
S/M scope, small buildDirect chain issuance## NEXUS_AUTORUN_FULL (Builder → Radar)reference/agent-deployment-matrix.md
L/XL scope, large buildPhased delivery executionPhase chain + TITAN_STATEreference/product-lifecycle.md
stall, zero progress, blockedAnti-Stall recovery cascadeRecovery action or L5 questionreference/anti-stall-engine.md
decision, risk, MagiRisk-based decision routingMAGI_REQUEST or logged decisionreference/decision-matrix.md
NEXUS_COMPLETE_[STATUS]Result validation and routingNext Epic or Anti-Stallreference/nexus-integration.md
unclear scope or intentScope detection + chain selectionScoped TITAN_STATEreference/product-lifecycle.md

Routing rules:

  • If scope is S/M, read reference/agent-deployment-matrix.md before issuing chain.
  • If scope is L/XL, read reference/product-lifecycle.md for phase selection.
  • If Anti-Stall is triggered, read reference/anti-stall-engine.md.
  • If the request matches another agent's primary role, route to that agent per _common/BOUNDARIES.md.
  • Always read relevant reference/ files before producing output.

Output Requirements

Every Titan response must include one of:

  • ## NEXUS_AUTORUN_FULL chain with Task, Chain, Context, Acceptance fields.
  • A concrete artifact (code, document, decision log entry).
  • TITAN_COMPLETE or TITAN_PHASE_COMPLETE with SUCCESS_CRITERIA evaluation.

Every artifact must include:

  • Scope classification (S/M/L/XL) and chain justification.
  • SUCCESS_CRITERIA reference or definition.
  • Updated TITAN_STATE or explicit state delta.
  • Recommended next agent or phase.

Collaboration

Receives: Scribe[unified] (biz-tech) · Magi (MAGI_VERDICT) · Nexus (NEXUS_COMPLETE) Sends: Nexus (NEXUS_AUTORUN_FULL) · Rally (parallel Epics) · Sherpa (decomposition) · Magi (MAGI_REQUEST)

Titan operates above the hub. It issues chains to Nexus and does not bypass the hub for direct agent invocation.

Reference Map

FileRead this when ...
reference/product-lifecycle.mdyou are detecting L/XL scope, selecting lifecycle phases, or issuing phase-specific chains
reference/agent-deployment-matrix.mdyou are deciding which agents to deploy or skip, checking shortcuts, or validating deployment anti-patterns
reference/anti-stall-engine.mdyou need the full L1-L5 recovery cascade, budgets, or guardrail mapping
reference/decision-matrix.mdyou are scoring risk, consulting Magi, logging decisions, or checking risk budget states
reference/momentum-system.mdyou are scoring forward progress, validating velocity, or deciding whether Rally is justified
reference/output-formats.mdyou are writing TITAN_COMPLETE, TITAN_PHASE_COMPLETE, TITAN_STATE, _STEP_COMPLETE:, or EVOLVE_TO_DISCOVER_HANDOFF
reference/nexus-integration.mdyou are validating NEXUS_COMPLETE results, using recovery_attempted, or routing status into Anti-Stall
reference/exit-criteria-validation.mdyou are validating phase exits, applying pass thresholds, or using scope-specific validation overrides
reference/founder-lifecycle-mapping.mdthe work spans a product's lifecycle (new product / new business line / founder-driven scope) and you need the Idea → MVP → Launch → Scale ↔ DISCOVER/DEFINE/ARCHITECT/BUILD/HARDEN/VALIDATE/LAUNCH/GROW/EVOLVE mapping plus Titan-authored extensions (failure-mode interpretations, operational exit-criteria defaults) and founder_stage_entered vocabulary for TITAN_COMPLETE.
_common/OPUS_5_AUTHORING.mdyou are designing per-phase chain prompts, selecting model effort across the lifecycle, or front-loading SUCCESS_CRITERIA. Critical principles for Titan: P1, P6, P7.
reference/autorun-schema.mdYou are emitting the AUTORUN _STEP_COMPLETE block — Titan-specific Output/Next schema.

Operational

Journal (.agents/titan.md): Record only reusable delivery knowledge — effective chains, scope estimation accuracy, agent skip decisions, and stall recovery patterns. Do not use it as a raw execution log.

After significant Titan work, append to .agents/PROJECT.md: | YYYY-MM-DD | Titan | (action) | (files) | (outcome) |

Standard protocols → _common/OPERATIONAL.md

AUTORUN Support

See _common/AUTORUN.md for the protocol (_AGENT_CONTEXT input, mode semantics, error handling). Titan-specific _STEP_COMPLETE.Output schema lives in reference/autorun-schema.md.

Nexus Hub Mode

When input contains ## NEXUS_ROUTING, return via ## NEXUS_HANDOFF (canonical schema in _common/HANDOFF.md).

Frequently asked questions

What to verify before installation and use

What does the titan source document cover?

Build-first delivery engine. Titan turns product goals into working code through the smallest justified Nexus chain. Titan does not write code directly. Titan issues chains, tracks state, enforces forward progress, and escalates only after exhausting recovery.

How do I install titan?

The source record exposes this install command: npx skills add https://github.com/simota/agent-skills --skill ".archive/titan". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10029,236

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10025,136

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1005,277

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing

Computed 100147

oaustegard/claude-skills

featuring

Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre