Files

4.3 KiB

Skill Registry — tx-image-creation

Last updated: 2026-08-14

Sources scanned

  • C:\Users\horacio.config\opencode\skills
  • C:\Users\horacio.copilot\skills
  • C:\Users\horacio.codex\skills

Contract

Delegator use only. This registry is an index, not a summary. Any agent that launches subagents reads it to select relevant skills, then passes exact SKILL.md paths for the subagent to read before work.

SKILL.md remains the source of truth. Do not inject generated summaries or compact rules by default; pass paths so subagents load the full runtime contract and preserve author intent.

Skills

Skill Trigger / description Scope Path
branch-pr Create Gentle AI pull requests with issue-first checks. Trigger: creating, opening, or preparing PRs for review. user C:\Users\horacio\.config\opencode\skills\branch-pr\SKILL.md
chained-pr Trigger: PRs over 400 lines, stacked PRs, review slices. Split oversized changes into chained PRs that protect review focus. user C:\Users\horacio\.config\opencode\skills\chained-pr\SKILL.md
cognitive-doc-design Design docs that reduce cognitive load. Trigger: writing guides, READMEs, RFCs, onboarding, architecture, or review-facing docs. user C:\Users\horacio\.config\opencode\skills\cognitive-doc-design\SKILL.md
comment-writer Write warm, direct collaboration comments. Trigger: PR feedback, issue replies, reviews, Slack messages, or GitHub comments. user C:\Users\horacio\.config\opencode\skills\comment-writer\SKILL.md
gentle-ai-bench Trigger: bench, journey, journeys, driven mode, gentle-ai-bench, journey corpus, j-numbers, bench axis. Author and verify gentle-ai bench journeys; go test ./bench never proves driven execution. user C:\Users\horacio\.config\opencode\skills\gentle-ai-bench\SKILL.md
go-testing Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns. user C:\Users\horacio\.config\opencode\skills\go-testing\SKILL.md
issue-creation Create and triage GitHub issues from repository evidence. Trigger: issue creation, bug reports, feature requests, or issue approval. user C:\Users\horacio\.config\opencode\skills\issue-creation\SKILL.md
judgment-day Trigger: judgment day, dual review, adversarial review, juzgar. Run explicit blind dual review with at most two scoped fix/re-judgment rounds. user C:\Users\horacio\.config\opencode\skills\judgment-day\SKILL.md
rdd-defect-workflow Trigger: RDD, receipt-driven development, review authority, receipt/lineage, correction/recovery, delivery gate/kill switch, bounded review defects. Guide work. user C:\Users\horacio\.config\opencode\skills\rdd-defect-workflow\SKILL.md
skill-creator Trigger: new skills, agent instructions, documenting AI usage patterns. Create LLM-first skills with valid frontmatter. user C:\Users\horacio\.config\opencode\skills\skill-creator\SKILL.md
skill-improver Trigger: improve skills, audit skills, refactor skills, skill quality. Audit and upgrade existing LLM-first skills. user C:\Users\horacio\.config\opencode\skills\skill-improver\SKILL.md
systemic-issue-triage Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it. user C:\Users\horacio\.config\opencode\skills\systemic-issue-triage\SKILL.md
work-unit-commits Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code. user C:\Users\horacio\.config\opencode\skills\work-unit-commits\SKILL.md

Loading protocol

  1. Match task context and target files against the Trigger / description column.
  2. Pass only the matching Path values to the subagent under ## Skills to load before work.
  3. Instruct the subagent to read those exact SKILL.md files before reading, writing, reviewing, testing, or creating artifacts.
  4. If no matching skill exists, proceed without project skill injection and report skill_resolution: none.