Jamie-BitFlight

115 mods across 2 repositories, 64 stars between them.

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Test harness for Claude Code skill argument substitution — demonstrates capture-block pre-declaration, XML tag referencing, unintentional variable corruption in code blocks, and correct placement of shell examples in reference files. Use when verifying substitution behavior before applying a pattern to other skills…

64 2d ago A 86 tokens original MIT

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Integrates patterns from external sources (URLs or local files) into local skills, agents, and plugins. Use when comparing external agent definitions against local equivalents, extracting best practices from frameworks like GSD or BMAD-METHOD, enhancing local skills with external workflow patterns, or adding…

64 2d ago A 93 tokens original MIT

fact-check

51

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Verifies claims in backlog items, skill documentation, or plugin content against primary sources using web lookups. Spawns parallel verification agents that must use WebFetch/WebSearch/gh — training data recall is explicitly rejected as evidence. Produces VERIFIED/REFUTED/INCONCLUSIVE verdicts with citations. Use when…

64 2d ago A 87 tokens original MIT

find-cause

52

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Wraps investigation requests with evidence-chain discipline. Use when asked to find out why something happens, research a root cause, debug an issue, or investigate unexpected behavior. Transforms vague investigation requests into reproducible-proof investigations with a 5-step protocol — disambiguate, reproduce, read…

64 2d ago A 85 tokens original MIT

gh

53

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Install and configure the GitHub CLI (gh) for AI agent environments where gh may not be pre-installed and git remotes use local proxies instead of github.com. Use when gh command not found, shutil.which returns None, need GitHub API access for issues or PRs or releases or workflow runs, or repository operations fail…

64 2d ago A 129 tokens original MIT

git-history-recon

54

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Analyze git repository history to produce a codebase risk profile before code review. Probes repo size, runs 7 parallel git analysis pipelines (hotspots, bug magnets, bus factor, contributor momentum, firefighting frequency, newly added files), cross-references hotspots with bug magnets to identify high-risk files…

64 2d ago A 113 tokens original MIT

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Assign backlog items to a GitHub milestone by bridging per-item files to GitHub Issues. Use when populating a sprint or release milestone, after create-milestone, or when a milestone number is specified with optional P0/P1/P2 or title filter. Creates missing GitHub Issues for selected P0/P1 items, assigns all selected…

64 2d ago A 91 tokens original MIT

knowledge-explorer

56

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Manages the research/ knowledge base of verified tool and library research entries via knowledge-explorer.py. Commands — list (browse by category or SDLC layer), fetch-github (draft entry from GitHub repo), add (validate and route to category dir), update-append (append dated revision), generate-descriptions (repair…

64 2d ago A 124 tokens original MIT

linear-walkthrough

57

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Produces a structured, end-to-end linear walkthrough of an unfamiliar codebase by orchestrating parallel subagents across four phases — discovery, tracing, validation, and synthesis. Use when onboarding to a new repository, understanding execution paths from entry points, generating navigable codebase documentation…

64 2d ago A 76 tokens original MIT

modern-git

58

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Modern Git workflows, best practices, and commands. Use when the user asks about Git branch management (git switch vs checkout), file restoration (git restore), fixup commits, autosquash rebasing, git worktrees, rerere, force-with-lease, repository cleanup (git clean, stale branches, bloat analysis), history…

64 2d ago A 97 tokens original MIT

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Facade skill for multi-agent swarm orchestration in Claude Code — routes to specialist skills covering primitives, spawning, operations, and patterns. Use when coordinating multiple agents in parallel, building pipeline workflows with dependencies, running parallel code reviews, creating self-organizing task queues…

64 2d ago A 120 tokens original MIT

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Transforms validated /linear-walkthrough artifacts into one presentation-ready deck outline per major codebase component. Use when the user asks to create a presentation, prepare a walkthrough deck, build an onboarding deck, produce an architecture review deck, or summarize a codebase for a technical audience.…

64 2d ago A 111 tokens original MIT

readme-badger

61

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Badge design and selection knowledge base for shields.io badges in README files. Use when writing or updating READMEs, choosing badge layouts, selecting badge styles, adding project health indicators, or picking Simple Icons logo slugs. Covers shields.io URL encoding rules, static vs dynamic badge selection, style…

64 2d ago A 122 tokens original MIT

rebase

62

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Strategic rebase with mandatory pre-analysis. Use when asked to rebase a branch onto main (or any target). Runs a file-level diff of both sides before touching git, produces a per-file disposition plan (KEEP/MERGE/DROP/REWRITE), and only then executes the rebase. Prevents surprise conflicts and silent data loss from…

64 2d ago A 114 tokens original MIT

refresh-research

63

Jamie-BitFlight/claude_skills

Skill Claude CodeCodex

Bulk-refresh research entries in ./research/ using parallel research-curator agents. Use when /refresh-research is invoked, stale research needs updating, or bulk re-verification of research entries is requested. Inventories entries by review date and age, runs RT-ICA pre-flight, spawns agents in waves of 5, updates…

64 2d ago A 101 tokens original MIT

code-review

64

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Use ONLY when explicitly requested by user or when invoked by a protocol in sessions/protocols/. DO NOT use proactively. Reviews code for security vulnerabilities, bugs, performance issues, and adherence to project patterns during context compaction or pre-commit reviews. When using this agent, you must provide files…

0 6mo ago A 92 tokens copy · 100% MIT

context-gathering

65

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Use when creating a new task OR when starting/switching to a task that lacks a context manifest. ALWAYS provide the task file path so the agent can read it and update it directly with the context manifest. Skip if task file already contains "Context Manifest" section.

0 6mo ago A 59 tokens copy · 100% MIT

context-refinement

66

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Updates task context manifest with discoveries from current work session. Reads transcript to understand what was learned. Only updates if drift or new discoveries found.

0 6mo ago A 32 tokens copy · 100% MIT

gsd-codebase-mapper

67

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.

0 6mo ago C 46 tokens copy · 80% MIT

gsd-debugger

68

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.

0 6mo ago A 30 tokens copy · 83% MIT

gsd-executor

69

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

0 6mo ago A 36 tokens copy · 91% MIT

gsd-plan-checker

72

Jamie-BitFlight/git-project-xray-mcp

Agent Claude Code

Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd:plan-phase orchestrator.

0 6mo ago A 36 tokens copy · 89% MIT