heyJordanParker

60 mods across 1 repository, 20 stars between them.

architecture

25

heyJordanParker/dotfiles

Skill Claude CodeCodex

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

20 3d ago A 23 tokens

cc

26

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…

20 3d ago A 116 tokens

code-first

27

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…

20 3d ago C 161 tokens

codex

28

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…

20 3d ago A 166 tokens

commit

29

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…

20 3d ago A 141 tokens

critical-path

30

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…

20 3d ago A 91 tokens

debate

31

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]…

20 3d ago A 67 tokens

debug

32

heyJordanParker/dotfiles

Skill Claude CodeCodex

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

20 3d ago A 18 tokens

delegate

33

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…

20 3d ago A 111 tokens

dent

34

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.

20 3d ago A 0 tokens

design

35

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.

20 3d ago A 34 tokens

diagram

36

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.

20 3d ago A 38 tokens

domain-design

37

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.

20 3d ago A 38 tokens

execute-plan

38

heyJordanParker/dotfiles

Skill Claude CodeCodex

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

20 3d ago A 30 tokens

execute

39

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…

20 3d ago A 87 tokens

gh-issue

40

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…

20 3d ago A 84 tokens

handoff

41

heyJordanParker/dotfiles

Skill Claude CodeCodex

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

20 3d ago A 19 tokens

impeccable

42

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.…

20 3d ago A 189 tokens

independent-review

43

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".

20 3d ago A 64 tokens

interview

44

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.

20 3d ago A 37 tokens

laravel

45

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…

20 3d ago A 110 tokens

merge

46

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…

20 3d ago A 130 tokens

modeling

47

heyJordanParker/dotfiles

Skill Claude CodeCodex

Transform Shaping output into a concrete Modeling artifact — database schema, User experience, and Architecture. TRIGGER between Shaping and Slicing, or when the Architect asks to model an existing system before Execution.

20 3d ago A 44 tokens

naming

48

heyJordanParker/dotfiles

Skill Claude CodeCodex

MANDATORY for naming any code identifier — variable, function, file, folder, class, database column, route, CSS class. Always returns a 5-10 candidate slate; the caller picks. TRIGGER when proposing or choosing a name, on /naming, on "rename", "ideas", "options", "what should I call", or any new…

20 3d ago A 119 tokens