Skip to main content

jamesaphoenix/tx-agent-kit

SkillsMP는 jamesaphoenix/tx-agent-kit에서 40개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
40
GitHub 스타
1
GitHub 포크
0

수집된 skill 40개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write this repository integration tests against Docker-backed infrastructure.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Create additive Postgres migrations for this repository database changes.

원문 언어: 영어

업데이트
수집된 skill 40개 중 40개를 표시합니다.