heyJordanParker/dotfiles

20Stars on the repository
150Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

5-whys

01

heyJordanParker/dotfiles

Skill Claude CodeCodex

Find the Architectural cause of a problem by asking why until the answer names Architecture — a missing public API, a wrong Owner, or a Decision nobody made — with every answer settled before it is kept. TRIGGER on "root cause", "5 whys", "why does this keep happening", a defect that returns after a fix, and whenever…

not rated 20 6d ago A 113 tokens

agent-browser

02

heyJordanParker/dotfiles

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

not rated 20 6d ago A 200 tokens

architecture

03

heyJordanParker/dotfiles

Skill Claude CodeCodex

TRIGGER when presenting Architectural options, Architecting systems, or discussing tradeoffs. Append to any Prompt.

not rated 20 6d ago A 23 tokens

cc

04

heyJordanParker/dotfiles

Skill Claude CodeCodex

Write and fix Claude Code Prompts — skills, agents, commands, hooks, rules files, Claude.md, and plugin distribution. TRIGGER when the task says "cc"/"claude code"/"claude-code", or asks to build, edit, test, or share a skill/agent/hook/command, tune a description's triggering, write or prune a Claude.md, or cut…

not rated 20 6d ago A 116 tokens

code-first

05

heyJordanParker/dotfiles

Skill Claude CodeCodex

Autonomous async Execution. The Architect hands off and walks away; the Agent drives the Task to done — makes every Architectural call via /trace + /pcc + ranking, executes through /delegate, verifies from each implementing Subagent's Evidence (they exercise their own flows, real browser for UI), and returns finished…

not rated 20 6d ago C 161 tokens

codex

06

heyJordanParker/dotfiles

Skill Claude CodeCodex

Drive codex CLI runs as your Agents — you own Orchestration, codex does the work. One wrapper, codex-run, owns the mechanics (flags, output storage, stream parsing, failure detection); you write the Task Prompt and do the judgment. Calls /delegate for Orchestration doctrine on a codex-run substrate. TRIGGER when the…

not rated 20 6d ago A 166 tokens

commit

07

heyJordanParker/dotfiles

Skill Claude CodeCodex

Mandatory contract for every commit. The classifier names it when it authorizes a commit — it injects "Skills to execute: /commit" whenever the Architect asks to commit ("/commit", "commit this", "create a commit"). Holds the whole commit job: stage, write the message, commit, verify, then suggest which session notes…

not rated 20 6d ago A 141 tokens

critical-path

08

heyJordanParker/dotfiles

Skill Claude CodeCodex

Process for changes with a large blast radius — files with many callers or repo-p95 complexity, and actions that are destructive, hard to reverse, or visible outside the repo. TRIGGER before editing a file whose enrichment context shows callers ≥ 20 or complexity at the repo p95, and before any delete, force-push…

not rated 20 6d ago A 91 tokens

debate

09

heyJordanParker/dotfiles

Skill Claude CodeCodex

Run N independent architect Agents debating Architectural options through rounds. TRIGGER when the Architect wants multiple competing solutions evaluated, when 3+ distinct approaches need comparison, or when the Prompt says "debate", "competing solutions", "run architects", "architecture debate", or /debate [count]…

not rated 20 6d ago A 67 tokens

debug

10

heyJordanParker/dotfiles

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

not rated 20 6d ago A 18 tokens

delegate

11

heyJordanParker/dotfiles

Skill Claude CodeCodex

Framework for dispatching one-shot Subagents that complete a Task and return. Covers Prompting (WHY -> WHAT -> HOW), the Story/Business/Goal/Verification/Process Prompt Template, and Evidence directories. TRIGGER when dispatching or resuming Subagents, when Orchestration needs the dispatch Prompt Template, or when the…

not rated 20 6d ago A 111 tokens

dent

12

heyJordanParker/dotfiles

Skill Claude CodeCodex

Operate Dent via first-party API. Trigger: Dent API, Funnels, Offers, Pages, Articles, Courses, Spaces, Analytics. Do not trigger for WordPress-only work.

not rated 20 6d ago A 0 tokens

design

13

heyJordanParker/dotfiles

Skill Claude CodeCodex

TRIGGER when building UI components, styling pages, or making visual/interaction Decisions. Guides design thinking, anti-patterns, CSS Architecture, and responsive patterns.

not rated 20 6d ago A 34 tokens

diagram

14

heyJordanParker/dotfiles

Skill Claude CodeCodex

Generate Excalidraw diagrams with a hand-drawn aesthetic. Pushes elements to a live Excalidraw canvas via HTTP API, or renders to PNG/SVG.

not rated 20 6d ago A 38 tokens

domain-design

15

heyJordanParker/dotfiles

Skill Claude CodeCodex

Build or sharpen a project's Domain.md and Decisions. Use when the Architect wants to pin down project language, record a Decision, or when another Skill needs to change Domain.md.

not rated 20 6d ago A 38 tokens

execute-plan

16

heyJordanParker/dotfiles

Skill Claude CodeCodex

Orchestration Process for executing Plans. Assigns Slices to Subagents. The Orchestrator coordinates, it does not implement.

not rated 20 6d ago A 30 tokens

execute

17

heyJordanParker/dotfiles

Skill Claude CodeCodex

Mandatory contract for every executing-state turn. The classifier names it when the Architect types /execute, and every 30 turns after that while the session is executing. Implements the work the Architect approved; when that work needs an Architectural change, stop and escalate instead of deciding. TRIGGER on every…

not rated 20 6d ago A 87 tokens

gh-issue

18

heyJordanParker/dotfiles

Skill Claude CodeCodex

Create or update GitHub issues. Writes the durable context an Agent cannot rediscover — the problem, the WHY, the systems it crosses, the impact — and leaves the tactical HOW to the Agent that picks it up. Use when the Architect says "create an issue", "file an issue", "gh issue", "update the issue", or wants to turn…

not rated 20 6d ago A 84 tokens

handoff

19

heyJordanParker/dotfiles

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another Agent to pick up.

not rated 20 6d ago A 19 tokens

impeccable

20

heyJordanParker/dotfiles

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

not rated 20 6d ago A 189 tokens

independent-review

21

heyJordanParker/dotfiles

Skill Claude CodeCodex

Run N identical parallel Subagents on the same Task for independent Verification. Use when the Architect wants consensus through redundancy — multiple Subagents independently analyze, review, or test the same thing, then the combined returns are triaged with /triage. Invocation /independent-review [count] "task".

not rated 20 6d ago A 64 tokens

interview

22

heyJordanParker/dotfiles

Skill Claude CodeCodex

Interview the Architect to plan complex Architectural work before any code is written. Use when the Architect asks for an interview, or a Plan or Proposal needs his Decisions before Execution.

not rated 20 6d ago A 37 tokens

laravel

23

heyJordanParker/dotfiles

Skill Claude CodeCodex

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…

not rated 20 6d ago A 110 tokens

merge

24

heyJordanParker/dotfiles

Skill Claude CodeCodex

An Agent merges two branches one file at a time and checks each file against its two parents, so both sides' code survives while one side's feature stops working and no file-level check sees it. This Skill merges the branches and proves every behaviour each side committed still runs afterward. TRIGGER when merging two…

not rated 20 6d ago A 130 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: