.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

…/jamesaphoenix/tx
home/skills/jamesaphoenix/tx
jamesaphoenix avatar

jamesaphoenix/tx

28 skills

View on GitHub
$npx skills add jamesaphoenix/tx
SkillInstalls
cycleRun a tx cycle scan — sub-agent swarm for codebase issue discovery. Use when the user explicitly mentions "cycle".—debug-hooksDebug Claude Code hook artifacts. Use when investigating why ralph failed, what hooks fired, what was blocked, or reviewing hook behavior for a run.—decompose-specTurn a design spec into an explicit tx task graph with `tx decompose`, then refine the graph using normal tx task and dependency primitives.—design-docGenerate a detailed design document via `tx doc add design`. Covers architecture, interfaces, data model, invariants, failure modes, verification, and testing…—docs-diagramsAdd or refine diagrams in documentation, especially Mermaid workflow diagrams in apps/docs.—map-invariantsAuto-annotate existing tests and source code with [INV-*] / @spec tags by reading all spec gaps, understanding each invariant, and matching them to existing…—overview-specGenerate a system overview spec via `tx doc add overview`. Produces an architectural overview covering problem, scope, components, data flows, and non-goals.—prdGenerate a detailed Product Requirements Document via `tx doc add prd`.—ralph-loopRun Ralph against either the full repo queue or tasks linked to one design doc, with injected task/spec/queue context for Codex or Claude runtimes.—releaseRelease a new lockstep version of tx to GitHub and npm with preflight validation, workflow monitoring, and registry verification.—skills-syncRefresh bundled tx Claude Code and Codex skills in a project from the canonical tx source without manual copy and paste.—surface-parityInternal closed-loop skill: drive CLI/API/MCP to 100% shape parity (same service methods) AND behaviour parity (same response shapes).—system-design-docGenerate a system-level design document via `tx doc add design`.—task-spec-loopLink tasks to paired PRD/design specs, export all open work to markdown, and keep Ralph-style loops moving by creating tasks, subtasks, and dependency updates…—test-diagnosticsProfile all test files to find slow, hanging, or failing tests. Use when tests seem slow or when vitest hangs.—test-quietRun tests with context-efficient output. Hides passing test output, shows ONLY failures. Use when running tests, checking if tests pass, or verifying changes.—tx-autonomy-controlsConfigure gates, guards, labels, verification, and retrospectives for bounded autonomy.—tx-core-loopWork the main tx queue: initialize, create tasks, inspect work, claim tasks, and complete them.—tx-dependencies-hierarchyModel blockers, parent-child relationships, and shared group context. Use when working in Claude Code and the user needs tx commands from this area.—tx-docs-specsCreate, patch, lint, discover, trace, and complete docs-first specs. Use when working in Claude Code and the user needs tx commands from this area.—tx-graph-utilsInspect graph anchors plus supporting utility and usage commands. Use when working in Claude Code and the user needs tx commands from this area.—tx-memory-contextStore, recall, search, and relate memory documents, learnings, and task context. Use when working in Claude Code and the user needs tx commands from this area.—tx-messaging-pinsSend agent messages, acknowledge inbox items, and persist shared context pins. Use when working in Claude Code and the user needs tx commands from this area.—tx-observability-tracesInspect queue health, diagnostics, dashboards, run traces, and recent failures. Use when working in Claude Code and the user needs tx commands from this area.—tx-sync-dataExport, import, migrate, hydrate, and compact task state and sync artifacts. Use when working in Claude Code and the user needs tx commands from this area.—tx-workers-runtimeOperate workers, daemons, coordinators, cycle scans, and hook installation paths. Use when working in Claude Code and the user needs tx commands from this area.—verify-buildBuild a verification script that defines "done" for a parent task or project phase. Creates a .sh script and attaches it via tx auto verify set.—verify-invariantsImplement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward…—