wyattjoh

70 mods across 9 repositories, 243 stars between them.

claude-sessions

25

wyattjoh/skills

Skill Claude CodeCodex

Parses and analyzes Claude Code conversation history. Triggers on "analyze a Claude Code conversation", "parse conversation history", "read session files", "extract messages from JSONL", "list Claude sessions", "find conversations by prompt", "search conversation content", "find projects", "search plans", or mentions…

2 6d ago A 87 tokens original MIT

wyattjoh/skills

Skill Claude CodeCodex

Checks for updates to Claude Code skill authoring APIs and best practices, then proposes changes to the claude-skills skill. Triggers on "update claude-skills", "sync skill docs", "check for skill API changes", "are my skills up to date", "claude-skills outdated", "refresh skill documentation".

2 6d ago A 73 tokens original MIT

claude-skills

27

wyattjoh/skills

Skill Claude CodeCodex

Provides comprehensive guidance on Claude Code skill authoring. Triggers on "create a skill", "build a skill", "make a new skill", "develop a skill", "write a skill", "enhance a skill", "improve this skill", "refine skill description", "add trigger phrases", "fix skill frontmatter", "update SKILL.md", or works with…

2 6d ago B 106 tokens original MIT

clean-storage

28

wyattjoh/skills

Skill Claude CodeCodex

Reclaims disk space by finding and removing regenerable build artifacts and tool caches (cargo target/, Xcode DerivedData, nodemodules, Swift .build, Homebrew/pnpm/bun/npm caches). Triggers on "clean storage", "free up disk space", "what is taking up space", "disk is full", "reclaim disk", "clean build artifacts"…

2 6d ago C 88 tokens original MIT

conductor

29

wyattjoh/skills

Skill Claude CodeCodex

Navigates Conductor worktree environments for parallel agent development. Triggers on working in a .conductor/ directory, mentions of "Conductor", or parallel agent workspaces. PROACTIVE.

2 6d ago A 42 tokens original MIT

dialkit

30

wyattjoh/skills

Skill Claude CodeCodex

Live parameter tweaking and design exploration for React projects using the dialkit npm package. Triggers on "design with dialkit", "live parameter tweaking", "interactive design exploration", "tweak parameters", "tune values", "explore design directions", "dial in this component", "design exploration", or invokes…

2 6d ago A 118 tokens original MIT

wyattjoh/skills

Skill Claude CodeCodex

Use when an agent needs to drive a booted iOS Simulator programmatically - tap, scroll/swipe, type text, press hardware buttons, read on-screen elements, or screenshot - especially for SwiftUI apps. Also use when simulator taps silently do nothing or fail with "SimulatorKit is required for HID interactions".

2 6d ago A 69 tokens original MIT

effect-ts

32

wyattjoh/skills

Skill Claude CodeCodex

This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'.

2 6d ago A 39 tokens original MIT

wyattjoh/skills

Skill Claude CodeCodex

Executes Claude Code workflow scripts (.claude/workflows/.js) in a harness that lacks the Workflow tool (Codex, plain sessions) by interpreting the script and performing each agent() call as a subtask. Use when asked to "run this workflow", "execute the workflow file", "follow the workflow manually", or when handed a…

2 6d ago A 92 tokens original MIT

herd

34

wyattjoh/skills

Skill Claude CodeCodex

Runs a batch of tickets in parallel as real agent sessions in sibling herdr tabs, each in its own worktree, coordinated over cross-session peer messaging. Workers self-review against the spec and report back; the coordinator serializes merges. Triggers on "herd these tickets", "run these in parallel panes", "spin up…

2 6d ago A 101 tokens original MIT

herdr

35

wyattjoh/skills

Skill Claude CodeCodex

Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDRENV=1).

2 6d ago A 62 tokens original MIT

icon-gen

36

wyattjoh/skills

Skill Claude CodeCodex

Generates app icons using the snapai CLI with AI-powered image generation. Orchestrates project discovery, style refinement, icon generation, review, and multi-platform resizing. Triggers on "generate app icon", "create an icon", "make an app icon", "icon for my project", "app icon design", "generate icons", "app…

2 6d ago A 87 tokens original MIT

json-inspect

37

wyattjoh/skills

Skill Claude CodeCodex

Generates JSON Schema from JSON files using genson to understand data structure. Triggers on "inspect JSON", "understand JSON format", "analyze JSON data shape", "generate JSON schema", or mentions "genson".

2 6d ago A 50 tokens original MIT

just

38

wyattjoh/skills

Skill Claude CodeCodex

Kickstart the just command runner and author justfiles. Triggers on "just", "justfile", "Justfile", "just recipe", "just --list", "run a just task", "just command runner", "just --fmt", "just --init".

2 6d ago A 61 tokens original MIT

cli-flags

39

wyattjoh/skills

Command

Command "cli-flags" from wyattjoh/skills, covering just — cli flag reference, invocation, action flags (mode switches), option flags and listing / discovery display.

2 6d ago A 0 tokens original MIT

mermaid

40

wyattjoh/skills

Skill Claude CodeCodex

Creates, validates, and renders Mermaid diagrams as interactive HTML. MUST be used to validate written Mermaid syntax, including Mermaid code fences in Markdown. Triggers on "validate mermaid", "create a diagram", "draw a flowchart", "sequence diagram", "visualize architecture", "class diagram", "ER diagram", "Gantt…

2 6d ago A 97 tokens original MIT

name-gen

41

wyattjoh/skills

Skill Claude CodeCodex

Guides structured naming workflows with brainstorming, domain availability checking, and conflict research. Triggers on "name a project", "brainstorm names", "find a name for", "check domain availability", "what should I call", or "suggest names".

2 6d ago A 54 tokens original MIT

new-cli-skill

42

wyattjoh/skills

Skill Claude CodeCodex

Generates a new CLI-usage skill for a target CLI. Given a name (searched) or a URL (GitHub repo / package), it maps the CLI's command surface and config-file formats into a skill that kickstarts common operations. Triggers on "use the new-cli-skill", "create a skill for the [cli] cli", "generate a CLI skill", "make a…

2 6d ago A 105 tokens original MIT

npm-info

43

wyattjoh/skills

Skill Claude CodeCodex

Looks up npm package metadata, readmes, and maintainer info. Triggers on "look up npm package", "what does [package] do", "npm package info", "show me the readme for", "who maintains [package]", or mentions needing information about a specific npm package.

2 6d ago A 63 tokens original MIT

pr-create

44

wyattjoh/skills

Skill Claude CodeCodex

Creates a pull request for the current branch. Reviews commits up to the merge base, detects repo PR templates, or generates a What/Why/How description. Prompts for draft state and optionally rebases stale branches first. Triggers on "create a PR", "open a pull request", "push and create PR", "submit this branch"…

2 6d ago A 86 tokens original MIT

pr-fix

45

wyattjoh/skills

Skill Claude CodeCodex

Fetches PR review comments and failing CI checks, verifies each against the codebase, proposes a triaged plan (fix, push back, clarify, skip) for user approval, then silently implements fixes, posts reasoned replies only on disagreements or clarifications, auto-resolves fixed threads, and optionally commits the…

2 6d ago A 142 tokens original MIT

pr-rebase

46

wyattjoh/skills

Skill Claude CodeCodex

Rebases the current branch onto the latest origin base branch, autonomously resolves conflicts by reading both sides' intentions, verifies the result via project checks, then force-pushes with lease. Triggers on "rebase this branch", "rebase onto main", "update PR with latest base", "resolve rebase conflicts", "run…

2 6d ago A 91 tokens original MIT

pr-review

47

wyattjoh/skills

Skill Claude CodeCodex

Performs comprehensive code review of Git changes with security, performance, and quality analysis, including repository health diagnostics (churn, bug hotspots, bus factor, momentum, crisis patterns) cross-referenced against the current diff for risk assessment. Triggers on "review code", "review changes", "check my…

2 6d ago A 103 tokens original MIT

pr-status

48

wyattjoh/skills

Skill Claude CodeCodex

Shows a graph of all open PRs authored by the current GitHub user in the current repository, grouped by stack, plus any PRs merged remotely whose local branches still exist. Triggers on "show my PRs", "PR status", "PR graph", "open PRs", "my open pull requests", "what PRs do I have", "pr cleanup", or invocation via…

2 6d ago A 86 tokens original MIT