Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

tx-agent-kit

tx-agent-kit 收录了来自 jamesaphoenix 的 40 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
40
Stars
1
更新
2026-06-21
Forks
0
职业覆盖
5 个职业分类 · 已分类 85%
仓库浏览

这个仓库中的 skills

adversarial-bug-hunt
未分类

Long-running (multi-hour) adversarial hunt for P0/P1/P2 bugs across the codebase. Mixes codebase observation, mechanical linting, real test + telemetry verification, and parallel skeptic sub-agents that must REFUTE each candidate before it is accepted. Fixes verified bugs on a branch off main with surgical per-bug commits, re-runs gates, and writes a dated report to the Desktop. Never pushes or merges. Use when you want a deep, autonomous bug-finding-and-fixing pass.

2026-06-21
fix-test-flake
未分类

Diagnose and durably eliminate flaky/intermittent test failures (passes locally but fails CI, rotates between tests, red only under load). Reproduce under contention, instrument the real state instead of guessing, root-cause by signal not duration, fix at the source, validate multi-run. Use when a test is flaky, CI is intermittently red, or fixing one flake unmasks others.

2026-06-21
prune-dead-branches
未分类

Safely prune dead local branches, git worktrees, and remote branches in this repo. Use when asked to "prune dead branches", "clean up worktrees", "delete merged branches", "tidy up git", or after a batch of PRs has merged. Knows this repo merges via squash, so it verifies death by PR state, not just git ancestry.

2026-06-21
speed-up-test-suite
未分类

Reduce test-suite wall-clock (dev + CI) without losing coverage or telemetry. Measure the phase breakdown first, then apply proven levers (parallelize turbo, narrow imports vs barrels, lazy-load heavy graphs, pool/worker config, DB pool sizing) and capture the before/after delta. Use when tests are slow, CI time is high, or to set/check a perf baseline. Composes with the read-only test-perf and test-census skills.

2026-06-21
test-census
未分类

Census the repo's tests by TYPE, not by name. Classifies every tracked test file via content heuristics into unit / integration / react-component / e2e (plus a separate db pgTAP count), in precedence order so buckets are mutually exclusive. Use when the user asks "what kinds of tests do we have", "how many component vs integration tests", "what's our e2e coverage", or wants a per-area test-type breakdown.

2026-06-21
test-perf
未分类

Snapshot test-suite timings in this repo. Runs the unit and/or integration suites (or a single integration project) and reports wall-clock time, Vitest's own phase breakdown (transform/setup/import/tests/environment), and the slowest test files. Use when the user asks "how slow are the tests", "where does the test time go", wants a perf baseline, or wants to check the suite hasn't regressed.

2026-06-21
ai-vcr-test
软件质量保证分析师与测试员

Build and use the VCR (Video Cassette Recorder) test caching system for AI integration tests. Use when adding new AI tests, converting existing RUN_LIVE_INTEGRATION tests to cached replay, or managing cassette recordings.

2026-05-31
design-doc
软件开发工程师

Generate a detailed design document via `tx doc add design`. Covers architecture, interfaces, data model, invariants, failure modes, verification, and testing strategy. References plan via file path instead of embedding. Plan lives in ~/.claude/plans/<name>.md. Reads companion PRD automatically to map EARS requirements to invariants. Output lands in specs/design/<name>.md.

2026-05-26
overview-spec
软件开发工程师

Generate a system overview spec via `tx doc add overview`. Produces an architectural overview covering problem, scope, components, data flows, and non-goals. References plan via file path instead of embedding. Plan lives in ~/.claude/plans/<name>.md. Output lands in specs/<name>.md with tx-managed frontmatter.

2026-05-26
prd
项目管理专家

Generate a detailed Product Requirements Document via `tx doc add prd`. Uses EARS requirement syntax with traceable IDs, acceptance criteria, and non-functional requirements. References plan via file path instead of embedding. Plan lives in ~/.claude/plans/<name>.md. Designed to be created alongside a companion `/design-doc`. Output lands in specs/prd/<name>.md.

2026-05-26
design-doc
软件开发工程师

Generate a detailed design document via `tx doc add design`. Covers architecture, interfaces, data model, invariants, failure modes, verification, and testing strategy. References plan via file path instead of embedding. Plan lives in ~/.codex/plans/<name>.md. Reads companion PRD automatically to map EARS requirements to invariants. Output lands in specs/design/<name>.md.

2026-05-26
overview-spec
项目管理专家

Generate a system overview spec via `tx doc add overview`. Produces an architectural overview covering problem, scope, components, data flows, and non-goals. References plan via file path instead of embedding. Plan lives in ~/.codex/plans/<name>.md. Output lands in specs/<name>.md with tx-managed frontmatter.

2026-05-26
prd
项目管理专家

Generate a detailed Product Requirements Document via `tx doc add prd`. Uses EARS requirement syntax with traceable IDs, acceptance criteria, and non-functional requirements. References plan via file path instead of embedding. Plan lives in ~/.codex/plans/<name>.md. Designed to be created alongside a companion `/design-doc`. Output lands in specs/prd/<name>.md.

2026-05-26
worktree
软件开发工程师

Use git worktrees to isolate parallel agent tasks in this repository.

2026-05-26
decompose-spec
软件开发工程师

Turn a design spec into an explicit tx task graph with `tx decompose`, then refine the graph using normal tx task and dependency primitives.

2026-04-20
new-domain-event
软件开发工程师

Add a new domain event type to the transactional outbox system. Use when adding events like invitation.accepted, user.deleted, or any new aggregate event.

2026-04-20
playwright-cli
软件开发工程师

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-04-20
recontextualize
软件开发工程师

Produce a DEEP, massive briefing that re-establishes full mental context on a piece of work just completed on a branch — every critical workflow with its own code snippets, verbatim test titles, spine files, data paths, new tests, and open follow-ups. Use when returning to a branch after a break, picking up someone else's work, or handing off work to another agent. Length is NOT capped; scannability is the measure — the briefing must have a Workflow Index for jumping, and every workflow must include a code snippet.

2026-04-20
spec-to-implementation
软件开发工程师

End-to-end spec implementation with agent swarms. Analyzes a design spec, identifies gaps, implements with TDD, then runs adversarial review-fix loops until clean. Use when a design doc exists and you need to build or complete the implementation.

2026-04-20
subsystem-audit
软件质量保证分析师与测试员

Audit all design docs against the canonical system design for coverage, drift, duplication, interfaces, YAML schema, self-containment, and dependency graph validity. Use when adding new subsystems, verifying spec quality, or preparing for task decomposition.

2026-04-20
system-design-doc
软件开发工程师

Generate a system-level design document via `tx doc add design`. Covers cross-cutting architecture, service boundaries, data flows, scalability, and deployment topology. References plan via file path instead of embedding. Plan lives in ~/.claude/plans/<name>.md. Use for system-wide or multi-domain designs (vs /design-doc for feature-scoped).

2026-04-20
tx-core-loop
网络与计算机系统管理员

Work the main tx queue: initialize, create tasks, inspect work, claim tasks, and complete them. Use when working in Claude Code and the user needs tx commands from this area.

2026-04-20
tx-docs-specs
软件开发工程师

Create, patch, lint, discover, trace, and complete docs-first specs. Use when working in Claude Code and the user needs tx commands from this area.

2026-04-20
domain-driven-design
软件开发工程师

Guide for implementing domain entities, services, and ports following the project's DDD conventions.

2026-04-20
frontend-role-checks
软件开发工程师

Guide for implementing permission-based UI gating in the web app.

2026-04-20
spec-to-implementation
软件开发工程师

End-to-end spec implementation with agent swarms. Analyzes a design spec, identifies gaps, implements with TDD, then runs adversarial review-fix loops until clean.

2026-04-20
system-design-doc
软件开发工程师

Generate a system-level design document via `tx doc add design`. Covers cross-cutting architecture, service boundaries, data flows, scalability, and deployment topology. References plan via file path instead of embedding. Plan lives in ~/.codex/plans/<name>.md. Use for system-wide or multi-domain designs (vs /design-doc for feature-scoped).

2026-04-20
tx-core-loop
软件开发工程师

Work the main tx queue: initialize, create tasks, inspect work, claim tasks, and complete them. Use when working in Codex and the user needs tx commands from this area.

2026-04-20
tx-docs-specs
软件开发工程师

Create, patch, lint, discover, trace, and complete docs-first specs. Use when working in Codex and the user needs tx commands from this area.

2026-04-20
verify-invariants
软件质量保证分析师与测试员

Implement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward HARDEN (100% FCI). Works with any design doc that has an invariants block.

2026-04-20
verify-invariants
软件质量保证分析师与测试员

Implement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward HARDEN (100% FCI). Works with any design doc that has an invariants block.

2026-03-17
knip-audit
软件开发工程师

Audit and clean unused files, dependencies, and manifest issues with Knip in this repository. Use when running `pnpm lint:knip` or `pnpm lint:knip:strict`, triaging findings, fixing real hygiene issues, or deciding whether a Knip finding should become a targeted ignore in `.knip.jsonc`.

2026-03-12
new-package
软件开发工程师

Scaffold a new package in the monorepo with correct workspace wiring, TypeScript config, and path aliases.

2026-03-02
new-package
软件开发工程师

Scaffold a new package in the monorepo with correct workspace wiring, TypeScript config, and path aliases.

2026-03-02
data-retention
数据库架构师

Manage data retention policies for database tables. Use when adding a new table to automated pruning, modifying retention periods, or understanding which tables are excluded.

2026-03-02
debug-from-telemetry
软件开发工程师

Debug failures by correlating traces, logs, and metrics in this repository.

2026-03-02
deploy-dual-release
网络与计算机系统管理员

Deploy this repository to Mac Studio k3s (staging/prod) and optional GKE from the same image artifact, with Cloudflare tunnel reconcile/check on Mac deploys.

2026-03-02
golden-path-crud
软件开发工程师

Generate this repository CRUD layers using the repository scaffold and invariants.

2026-03-02
new-integration-test
软件质量保证分析师与测试员

Write this repository integration tests against Docker-backed infrastructure.

2026-03-02
new-migration
数据库架构师

Create additive Postgres migrations for this repository database changes.

2026-03-02