troykelly

129 mods across 2 repositories, 22 stars between them.

clean-commits

97

troykelly/codex-skills

Skill Claude CodeCodex

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point.

11 7mo ago A 28 tokens

code-architect

98

troykelly/codex-skills

Skill Claude CodeCodex

Use when asked for an architecture blueprint or explicitly asked to run the code-architect subagent.

11 7mo ago A 23 tokens

code-explorer

99

troykelly/codex-skills

Skill Claude CodeCodex

Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.

11 7mo ago A 24 tokens

code-reviewer

100

troykelly/codex-skills

Skill Claude CodeCodex

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

11 7mo ago A 28 tokens

code-simplifier

101

troykelly/codex-skills

Skill Claude CodeCodex

Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.

11 7mo ago A 29 tokens

comment-analyzer

102

troykelly/codex-skills

Skill Claude CodeCodex

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

11 7mo ago A 27 tokens

comprehensive-review

103

troykelly/codex-skills

Skill Claude CodeCodex

Use after implementing features - 7-criteria code review with MANDATORY artifact posting to GitHub issue; blocks PR creation until complete.

11 7mo ago A 31 tokens

conflict-resolution

104

troykelly/codex-skills

Skill Claude CodeCodex

Use when encountering merge conflicts - handle conflicts cleanly, verify resolution, and maintain code integrity.

11 7mo ago A 22 tokens

database-architecture

105

troykelly/codex-skills

Skill Claude CodeCodex

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies.

11 7mo ago A 45 tokens

deferred-finding

106

troykelly/codex-skills

Skill Claude CodeCodex

Use when a review finding cannot be fixed in current PR - creates properly documented tracking issue with full context, linked to parent, following full issue-driven-development process.

11 7mo ago A 36 tokens

documentation-audit

107

troykelly/codex-skills

Skill Claude CodeCodex

Use when documentation drift is detected. Comprehensively audits codebase and creates/updates Swagger, features docs, and general documentation to achieve full sync.

11 7mo ago A 34 tokens

environment-bootstrap

108

troykelly/codex-skills

Skill Claude CodeCodex

Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions.

11 7mo ago C 24 tokens

epic-management

109

troykelly/codex-skills

Skill Claude CodeCodex

Use for LARGE work requiring feature-level grouping. Creates epic tracking issues, manages related issues under a common label, tracks epic progress, and coordinates with milestones.

11 7mo ago A 35 tokens

error-recovery

110

troykelly/codex-skills

Skill Claude CodeCodex

Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state.

11 7mo ago C 26 tokens

troykelly/codex-skills

Skill Claude CodeCodex

Use when user-facing features change. Ensures features documentation is updated. Pauses work if documentation has drifted, triggering documentation-audit skill.

11 7mo ago A 33 tokens

feedback-triage

112

troykelly/codex-skills

Skill Claude CodeCodex

Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.

11 7mo ago A 61 tokens

inclusive-language

113

troykelly/codex-skills

Skill Claude CodeCodex

Use when writing code, documentation, or comments - always use accessible and respectful terminology.

11 7mo ago A 19 tokens

troykelly/codex-skills

Skill Claude CodeCodex

Use for MASSIVE work requests requiring multi-epic planning. Creates research spikes, documents all unknowns and decisions, builds resumable architecture documents, and structures work into epics and milestones.

11 7mo ago A 43 tokens

inline-documentation

115

troykelly/codex-skills

Skill Claude CodeCodex

Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code.

11 7mo ago A 28 tokens

ipv6-first

116

troykelly/codex-skills

Skill Claude CodeCodex

IPv6 is THE first-class citizen. All code, tests, documentation, and configurations MUST be IPv6-first. IPv4 MAY be added only for legacy support as a second-class citizen.

11 7mo ago A 42 tokens

issue-decomposition

117

troykelly/codex-skills

Skill Claude CodeCodex

Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units.

11 7mo ago A 30 tokens

troykelly/codex-skills

Skill Claude CodeCodex

Use for any development work - the master 13-step coding process that orchestrates all other skills, ensuring GitHub issue tracking, proper branching, TDD, code review, and CI verification.

11 7mo ago A 42 tokens

issue-lifecycle

119

troykelly/codex-skills

Skill Claude CodeCodex

Use throughout all work - ensures GitHub issues are updated continuously as work happens, not batched at the end.

11 7mo ago A 26 tokens

issue-prerequisite

120

troykelly/codex-skills

Skill Claude CodeCodex

Use before starting ANY work - hard gate ensuring a GitHub issue exists, creating one if needed through user questioning.

11 7mo ago A 27 tokens