troykelly

129 mods across 2 repositories, 22 stars between them.

Skill Development

25

troykelly/claude-skills

Skill Claude CodeCodex

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

11 7mo ago A 63 tokens

SessionStart

26

troykelly/claude-skills

Hook

Runs when a session starts, executing session-start.sh and check-orchestration-sleep.sh (2 commands). From troykelly/claude-skills.

11 7mo ago A tokens not measured

PreToolUse

27

troykelly/claude-skills

Hook

Runs before the agent uses a tool for Bash, mcp__github__create_pull_request and mcp__github__merge_pull_request tool calls, executing validate-pr-creation.sh, validate-local-testing.sh, validate-pr-merge.sh and validate-tests-pass.sh (4 commands). From troykelly/claude-skills.

11 7mo ago A tokens not measured

PostToolUse

28

troykelly/claude-skills

Hook

Runs after a tool call finishes for Edit, Write, Bash and mcp__github__create_pull_request tool calls, executing security-scan.sh, validate-generated-artifacts.sh, track-test-results.sh and post-pr-creation.sh (4 commands). From troykelly/claude-skills.

11 7mo ago A tokens not measured

Stop

29

troykelly/claude-skills

Hook

Runs when the agent finishes a response, executing plan-limit-account-switch.sh and check-ci-before-stop.sh (2 commands). From troykelly/claude-skills.

11 7mo ago A tokens not measured

api-documentation

31

troykelly/claude-skills

Skill Claude CodeCodex

Use when API code changes (routes, endpoints, schemas). Enforces Swagger/OpenAPI sync. Pauses work if documentation has drifted, triggering documentation-audit skill.

11 7mo ago A 38 tokens

apply-all-findings

32

troykelly/claude-skills

Skill Claude CodeCodex

Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace.

11 7mo ago A 29 tokens

troykelly/claude-skills

Skill Claude CodeCodex

Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved.

11 7mo ago A 28 tokens

troykelly/claude-skills

Skill Claude CodeCodex

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers using Task tool, monitors with TaskOutput, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

11 7mo ago A 48 tokens

branch-discipline

35

troykelly/claude-skills

Skill Claude CodeCodex

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base.

11 7mo ago A 28 tokens

ci-monitoring

36

troykelly/claude-skills

Skill Claude CodeCodex

Use after creating PR - monitor CI pipeline, resolve failures, address review feedback, and merge when all gates pass.

11 7mo ago A 26 tokens

clean-commits

37

troykelly/claude-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

troykelly/claude-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

39

troykelly/claude-skills

Skill Claude CodeCodex

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

11 7mo ago A 22 tokens

troykelly/claude-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

41

troykelly/claude-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

42

troykelly/claude-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

troykelly/claude-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

44

troykelly/claude-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

45

troykelly/claude-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/claude-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

47

troykelly/claude-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

github-api-cache

48

troykelly/claude-skills

Skill Claude CodeCodex

MANDATORY before any GitHub project operations - caches project metadata to prevent rate limit exhaustion. Called by session-start. Other skills MUST use cached data.

11 7mo ago A 34 tokens