jamestexas

56 mods across 1 repository, 2 stars between them.

jamestexas/agents

Agent

Use this agent when you need rigorous theoretical analysis of complex mathematical or computational systems, cross-disciplinary problem solving, or fundamental correctness review of novel approaches. Sometimes referred to as a "math friend". Examples: Context: User has implemented a novel coordinate-based embedding…

2 5d ago A 236 tokens

jamestexas/agents

Agent

Use this agent for adversarial analysis of supply-chain and trust-root compromise scenarios — helper binary tamper, keystore confusion, CA bundle poisoning, kid (key-id) confusion, signer rotation races. Sometimes referred to as a 'trust-root-friend'. Distinguished from the broader 'security-auditor' (sec-friend) by…

2 5d ago A 277 tokens

jamestexas/agents

Agent

Use this agent to audit whether a codebase's invariants are carried by the strongest mechanism available — a type that makes the violation unrepresentable > a transaction boundary > a machine-checked property > a named example test > prose. Hunts three defect classes: invariants demoted to prose that a type could…

2 5d ago A 442 tokens

break-glass

28

jamestexas/agents

Skill Claude CodeCodex

Emergency IAM elevation for oncall/debugging. Discovers GCP projects and guides through granting/revoking permissions.

2 5d ago A 27 tokens

jamestexas/agents

Skill Claude CodeCodex

Generate a bottom-up diagram of actual code coupling from cross-references — what the code does, not what was intended. Use for structural PR review; pair with diagram-gen-spec for intended-vs-actual drift.

2 5d ago A 49 tokens

diagram-gen-spec

30

jamestexas/agents

Skill Claude CodeCodex

Generate a top-down diagram of intended architecture from a mache schema file — what the PR proposes, not what the code does. Local reviewer context only; pair with diagram-gen-emergent for spec-vs-reality drift.

2 5d ago A 49 tokens

doc-triage

31

jamestexas/agents

Skill Claude CodeCodex

Find internal docs (not for external consumers), review against code reality, bead real items, archive stale files. Converts markdown debt into tracked beads.

2 5d ago A 34 tokens

explain-work

32

jamestexas/agents

Skill Claude CodeCodex

Review a PR, ticket, or path and explain it so it sticks — mache/CODEOWNERS/ ticket context synthesized into a taught explanation, not a bare findings list. Own work gets onboarding framing; a peer's gets findings-teaching. Not for posting reviews (pr-review) or the reviewer-only pre-flight alone (review-prep). Local…

2 5d ago A 76 tokens

feature-impl

33

jamestexas/agents

Skill Claude CodeCodex

Research-first feature implementation workflow. Use when building new features or net-new code that should follow existing codebase patterns. Enforces pattern discovery before coding; dispatches to repo-specific standards skills for convention checks.

2 5d ago A 45 tokens

first-party-audit

34

jamestexas/agents

Skill Claude CodeCodex

Before writing glue, a wrapper, or a "small helper", audit whether the capability already exists first-party — in the binary, the codebase, or the platform — and whether existing glue bypasses a better first-party implementation. Use when adding shell/Taskfile/CI glue, when a helper feels trivially writable, or when…

2 5d ago A 90 tokens

handoff

35

jamestexas/agents

Skill Claude CodeCodex

Compact a session into a handoff at the work SEAM — where this session ends and the next resumes. Writes a rosary mailbox entry, bead comment, jj checkpoint, and /tmp view; --resume drains it next session. Use at the end of a task another session must continue, or to resume one — not a general summary.

2 5d ago A 74 tokens

jamestexas/agents

Skill Claude CodeCodex

Use for Linear tickets assigned to you — oncall queue sweeps, aged P1/P2 escalations in Triage > 7 days, stale Todos needing cleanup, or an external escalation (Slack/support) surfacing a ticket needing a triaged reply.

2 5d ago A 60 tokens

mache-usage

37

jamestexas/agents

Skill Claude CodeCodex

Start or locate a running mache MCP server for a source path or .db file. Builds a .db from source if needed. Base skill used by diagram-gen-spec, diagram-gen-emergent, and review-prep. Returns port and session ID.

2 5d ago A 56 tokens

pr-board

38

jamestexas/agents

Skill Claude CodeCodex

Answers "how are my PRs?", "did I address the review?", "anything waiting on me?". Lectio-first via authored-PR activity (reviews/comments by others, excluding your own replies), falls back to gh for coverage gaps, joins to local worktrees, prints a board of what needs you. Read-only.

2 5d ago A 68 tokens

pr-review-kit

39

jamestexas/agents

Skill Claude CodeCodex

Self-contained playbook for rigorous PR review: state inspection, design-intent hunting, verification rules (cite sources, walk commits, verify artifacts), agent dispatch, falsifiable-matrix output, GitHub posting only with explicit authorization. Generic, sequential phases.

2 5d ago A 55 tokens

pr-review

40

jamestexas/agents

Skill Claude CodeCodex

Give or respond to PR reviews with structural awareness via mache. Review mode: review-prep diagrams + impact analysis, parallel analysis agents, one consolidated GitHub review. Respond mode: address reviewer comments.

2 5d ago A 43 tokens

jamestexas/agents

Skill Claude CodeCodex

Produce cited, structured comparisons between a project and external systems solving adjacent problems; updates a prior-art matrix. Use for prior-art research or "are we reinventing X?" before committing to a design. Max 5 systems/invocation; no uncited claims.

2 5d ago A 58 tokens

problem-decomposer

42

jamestexas/agents

Skill Claude CodeCodex

Decompose an aspiration into dispatchable bead specs via 5-whys descent + a 7-property rubric. Use when starting new platform/capability/migration work that needs breaking down before agents can ship it, or to audit a backlog for orphan-dispatchable beads.

2 5d ago A 59 tokens

readme-restructure

43

jamestexas/agents

Skill Claude CodeCodex

Restructure a README for human skimmers and LLM ingestion — fixes frontloaded internals, moves the value prop into the first 200 tokens, generates a diff for review. Preserves content, reorders disclosure. Sub-skill of repo-seo-curator.

2 5d ago B 59 tokens

jamestexas/agents

Skill Claude CodeCodex

Audit and polish the GitHub repo description — the pitch shown in search results, previews, and embeds. Proposes a stronger one from README + signals; applies via gh repo edit after approval. Sub-skill of repo-seo-curator.

2 5d ago A 54 tokens

repo-homepage-set

45

jamestexas/agents

Skill Claude CodeCodex

Audit and set the GitHub repo homepage URL — the link on the repo card's "About" panel and every search result. Detects candidates from docs sites, registries, and demos; applies via gh repo edit after approval. Sub-skill of repo-seo-curator.

2 5d ago A 62 tokens

repo-social-preview

46

jamestexas/agents

Skill Claude CodeCodex

Audit the GitHub OpenGraph social preview image shown when a repo URL is posted on HN/Twitter/Slack/Discord. Flags if missing, checks clarity at small sizes, suggests sources, reports manual upload steps. Sub-skill of repo-seo-curator.

2 5d ago A 58 tokens

repo-topic-tagger

47

jamestexas/agents

Skill Claude CodeCodex

Audit and apply GitHub topic tags for discoverability — proposes tags from code signals, deduplicates against current tags, applies via gh api after explicit approval. Sub-skill of repo-seo-curator.

2 5d ago A 47 tokens

review-prep

48

jamestexas/agents

Skill Claude CodeCodex

Synthesize a PR's spec-driven diagram, emergent diagram, and impact analysis into reviewer context: what's proposed vs. what the code does vs. blast radius of changed symbols. Local only, never posted to GitHub.

2 5d ago A 49 tokens