Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ai-config

ai-config contains 343 collected skills from d-morrison, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
343
Stars
0
updated
2026-07-25
Forks
1
Occupation coverage
9 occupation categories · 100% classified
repository explorer

Skills in this repository

ardi
software-developers

ARD + Iterate: apply the ARD framework within an iterate loop on a single PR/MR. Read the latest review, Address/Rebut/Defer every finding, push fixes, post the ARD summary, then re-request review — repeating until the verdict is clean. Runs a per-round checklist before each re-review trigger (latest review analyzed for current head, all findings dispositioned, fixes pushed and summary posted) and a fully-clean exit checklist before declaring clean (all CI green, zero findings, all inline threads resolved, only final all-clear exchange open). Use when asked to 'ardi', 'dc', 'drive', 'clean', 'drive to clean', 'iterate', 'iterate until clean', 'iterate this MR', 'drive this PR to clean', 'address the review comments', '@claude review again and fix what it finds', or after receiving a review you want to resolve completely / carry a PR all the way to mergeable.

2026-07-25
consolidate-memory
computer-occupations-all-other

Merge two or more genuinely-redundant memory entries in the `memories/` corpus into a single canonical entry — union the facts, keep one copy in the right scope, and repoint any `[[links]]` — so the corpus shrinks without losing a fact or a cross-reference. Delegates detection to `find-overlap` (scope = `memories/`), proposes a plan for approval, then ships it via branch + PR. The memory-corpus counterpart of `consolidate-skills`. Use when asked to "consolidate memory", "consolidate memories", "merge duplicate memories", "dedupe memories", or "collapse redundant memory entries". Invoke explicitly with /consolidate-memory.

2026-07-25
memorize
computer-occupations-all-other

Persist a fact or preference to memory that survives across sessions, machines, and agents — routed by relevance to project-specific or general scope. Use when the user says 'memorize', 'remember that …', '/remember', 'from now on …', 'always/never …', 'note that …', or 'add to memories'. (`remember` / `/remember` and `always` / `/always` are synonyms.)

2026-07-25
merge-it
software-developers

Merge a ready pull request, then automatically wrap up — verify the merge landed, tidy the branch, and run UMS — without asking. Use when the user says 'merge it', 'merge this', 'merge the PR', or 'go ahead and merge'. Performs the actual merge when the PR isn't merged yet (squash by default), then chains into the post-merge skill. If the PR is already merged, it skips straight to post-merge.

2026-07-25
post-merge
software-developers

Wrap up a just-merged PR/MR: verify the merge actually landed (never assume), tidy the local branch (switch to main, pull, delete the merged branch), confirm any deferred follow-up issues are tracked, then run UMS to capture what the PR's review lifecycle taught — mistakes corrected and guidance given along the way. Use right after a PR merges, or when asked to 'post-merge', 'wrap up the merged PR', or 'clean up after the merge'. For the directive to actually perform the merge ('merge it' / 'merge this'), use the merge-it skill, which merges then chains into this one.

2026-07-25
purge-hallucinations
software-developers

Audit a target for hallucinations — concrete, checkable references that don't actually resolve (a missing file path, an undefined R function/object, a non-existent `uses:` action ref or version, a dead URL, a `[[memory-link]]` with no target, a fabricated skill name, citation, package, flag, config key, or SDK method) — then interactively propose a fix for each one. Conservative: only flags references PROVEN absent; unverifiable ≠ hallucination. Scope is any of the memory/instruction corpus (ai-config memories/, skills/, CLAUDE.md), the current repo's code & docs, or an explicit file / PR diff / pasted AI output. Use when asked to 'purge hallucinations', 'ph', 'check for hallucinations', 'verify the references', 'find made-up / fabricated references', 'fact-check this AI output', 'does everything in this file actually exist', 'audit my memories for stale references', or 'what did you make up'.

2026-07-25
push-memory
computer-occupations-all-other

Push a general-purpose memory into the ai-config repo when you're working primarily in ANOTHER repo — a `CLAUDE.md` standing rule or a `memories/*.md` reference fact — delivered on its own branch + PR (or via the GitHub file API) without disturbing the repo you're in. Use when the user says 'push this to ai-config', 'remember this globally from here', 'add this to ai-config's memory / CLAUDE.md', 'record this in ai-config even though we're in <other repo>', or '/push-memory'. For the normal case where ai-config IS your working repo, use `memorize` instead.

2026-07-25
record-learnings
software-developers

Persist discoveries, debugging insights, and working patterns to memory and shared instruction files as you work. Ensures knowledge survives across sessions and is accessible to other AI agents via the shared ai-config repo. Use continuously — after solving a tricky bug, discovering a codebase convention, or learning a tool quirk.

2026-07-25
skill-builder
computer-occupations-all-other

Build a new skill for the ai-config repo the right way — FIRST check whether an existing skill should be extended instead (search skills/, scan every branch for in-flight similar work, AND check open PRs for in-progress drafts to redirect to instead of duplicating), and only then scaffold skills/<name>/SKILL.md with proper frontmatter, a discoverable trigger-rich description, a spelled-out/short alias as appropriate, cross-links, and (if it encodes a standing rule) matching preferences.md / CLAUDE.md updates — shipped via branch + PR, reviewer requested, ARDI'd to clean. Use when asked to 'build a skill', 'create a skill', 'make a new skill', 'add a skill', 'add an alias for X', 'make X an alias for Y', 'should this be an alias for Y', or 'skill-builder' — creating an alias stub routes here too, so the codex wrapper gets regenerated and the stub is self-reviewed.

2026-07-25
ums
software-developers

Update Memories and Skills: review recent session context for lessons learned, then actively update memory files and skill definitions to capture them. Use when asked to 'ums', 'update memories and skills', 'record what we learned', or after a workflow reveals a gap in existing skills/memories.

2026-07-25
address-rebut-defer-iterate-all-edit-instructions
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `address-rebut-defer-iterate-all-edit-instructions`. Alias for `ardiaei` (ARDIA + Edit Instructions). Use when asked to 'address-rebut-defer-iterate-all-edit-instructions', 'address rebut defer iterate all then edit instructions'. Use when Codex is asked to use `address-rebut-defer-iterate-all-edit-instructions`, `/address-rebut-defer-iterate-all-edit-instructions`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
address-rebut-defer-iterate-all
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `address-rebut-defer-iterate-all`. Alias for `ardia`. Use when asked to 'address-rebut-defer-iterate-all', 'address rebut defer iterate all'. Use when Codex is asked to use `address-rebut-defer-iterate-all`, `/address-rebut-defer-iterate-all`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
address-rebut-defer-iterate
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `address-rebut-defer-iterate`. Alias for `ardi`. Use when asked to 'address-rebut-defer-iterate', 'address rebut defer iterate'. Use when Codex is asked to use `address-rebut-defer-iterate`, `/address-rebut-defer-iterate`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
address-rebut-defer
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `address-rebut-defer`. Alias for `ard`. Use when asked to 'address-rebut-defer', 'address rebut defer'. Use when Codex is asked to use `address-rebut-defer`, `/address-rebut-defer`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
adr
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `adr`. Alias for `ard` (common transposition typo). Use when asked to 'adr'. Use when Codex is asked to use `adr`, `/adr`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
adri
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `adri`. Alias for `ardi` (common transposition typo). Use when asked to 'adri'. Use when Codex is asked to use `adri`, `/adri`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
adria
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `adria`. Alias for `ardia` (common transposition typo). Use when asked to 'adria'. Use when Codex is asked to use `adria`, `/adria`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
ai-tells
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `ai-tells`. Alias for `find-ai-tells`. Use when asked to 'ai-tells'. Use when Codex is asked to use `ai-tells`, `/ai-tells`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
always
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `always`. Alias for `memorize` (synonym of `remember`). Use when asked to 'always', 'always …', 'I prefer …', '/always'. Use when Codex is asked to use `always`, `/always`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
ard
software-quality-assurance-analysts-and-testers

Codex wrapper for the ai-config Claude skill `ard`. Address, Rebut, Defer, or Acknowledge: respond to every review comment on a PR/MR with exactly one disposition. For each item a reviewer (human or bot) raises, choose one — fix it (Address), explain why it's correct as-is (Rebut), file a follow-up issue (Defer), or acknowledge a no-change-requested observation (Acknowledge). Silently ignoring a comment is never acceptable. Runs a round-close checklist before reporting the round done: every finding captured, every Address committed and pushed, every Defer tracked, every inline thread replied-to. Works on GitHub (gh) and GitLab (glab). Use after receiving a review, when asked to 'address reviews' / 'respond to the review' / 'ard this review', or as the inner loop of the `ardi` skill. Use when Codex is asked to use `ard`, `/ard`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
ca
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `ca`. Alias for `config-ai`. Use when asked to 'ca'. Use when Codex is asked to use `ca`, `/ca`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
cai
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `cai`. Alias for `config-ai`. Use when asked to 'cai'. Use when Codex is asked to use `cai`, `/cai`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
cb
software-developers

Codex wrapper for the ai-config Claude skill `cb`. Alias for `clean-branches`. Use when asked to 'cb'. Use when Codex is asked to use `cb`, `/cb`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
cdu
software-developers

Codex wrapper for the ai-config Claude skill `cdu`. Alias for `check-dependency-updates`. Use when asked to 'cdu'. Use when Codex is asked to use `cdu`, `/cdu`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
ciq
software-developers

Codex wrapper for the ai-config Claude skill `ciq`. Alias for `check-info-quality`. Use when asked to 'ciq'. Use when Codex is asked to use `ciq`, `/ciq`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
clean
software-quality-assurance-analysts-and-testers

Codex wrapper for the ai-config Claude skill `clean`. Alias for `ardi` ("drive to clean"). Use when asked to 'clean', 'clean this PR', 'drive to clean', 'make this PR clean'. Not for git-branch, worktree, or code cleanup -- see `clean-branches` (`cb`), `clean-worktrees` (`cw`), and `tidy` / `simplify`. Use when Codex is asked to use `clean`, `/clean`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
clear-all
software-developers

Codex wrapper for the ai-config Claude skill `clear-all`. Alias for `gia` (Grab Issues + iterate-All). Use when asked to 'clear-all', 'clear all the work', 'clear everything', 'open PRs for all the issues and drive them clean', 'open a PR for every issue and make every PR green'. Use when Codex is asked to use `clear-all`, `/clear-all`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
crf
software-developers

Codex wrapper for the ai-config Claude skill `crf`. Alias for `convert-repo-format`. Use when asked to 'crf'. Use when Codex is asked to use `crf`, `/crf`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
crr
software-developers

Codex wrapper for the ai-config Claude skill `crr`. Alias for `check-rendered-refs`. Use when asked to 'crr'. Use when Codex is asked to use `crr`, `/crr`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
cw
software-developers

Codex wrapper for the ai-config Claude skill `cw`. Alias for `clean-worktrees`. Use when asked to 'cw'. Use when Codex is asked to use `cw`, `/cw`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
dc
software-developers

Codex wrapper for the ai-config Claude skill `dc`. Alias for `ardi` ("drive to clean"). Use when asked to 'dc'. Use when Codex is asked to use `dc`, `/dc`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
deconflict-sessions
software-developers

Codex wrapper for the ai-config Claude skill `deconflict-sessions`. Alias for `session-lock`. Use when asked to 'deconflict-sessions', 'deconflict multiple ai sessions', 'avoid stepping on another local session'. Use when Codex is asked to use `deconflict-sessions`, `/deconflict-sessions`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
dependabot
software-developers

Codex wrapper for the ai-config Claude skill `dependabot`. Alias for `chores`. Use when asked to 'dependabot', 'handle the dependabot PRs', 'process dependabot', 'merge the bump PRs'. Use when Codex is asked to use `dependabot`, `/dependabot`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
done
software-developers

Codex wrapper for the ai-config Claude skill `done`. Alias for `wrap-up`. Use when asked to 'done', 'all done', 'are we done?'. Use when Codex is asked to use `done`, `/done`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
drive
software-developers

Codex wrapper for the ai-config Claude skill `drive`. Alias for `ardi` ("drive to clean"). Use when asked to 'drive', 'drive this PR', 'drive to clean', 'drive this PR to clean'. Use when Codex is asked to use `drive`, `/drive`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
dtc
software-developers

Codex wrapper for the ai-config Claude skill `dtc`. Alias for `delegate-to-codex`. Use when asked to 'dtc'. Use when Codex is asked to use `dtc`, `/dtc`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
fa
software-developers

Codex wrapper for the ai-config Claude skill `fa`. Alias for `fetch-all`. Use when asked to 'fa'. Use when Codex is asked to use `fa`, `/fa`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
fcp
software-developers

Codex wrapper for the ai-config Claude skill `fcp`. Alias for `fact-check-prose`. Use when asked to 'fcp'. Use when Codex is asked to use `fcp`, `/fcp`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
ffr
software-developers

Codex wrapper for the ai-config Claude skill `ffr`. Alias for `fix-forward-references`. Use when asked to 'ffr'. Use when Codex is asked to use `ffr`, `/ffr`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
find-duplicates
computer-occupations-all-other

Codex wrapper for the ai-config Claude skill `find-duplicates`. Alias for `find-overlap`. Use when asked to 'find-duplicates'. Use when Codex is asked to use `find-duplicates`, `/find-duplicates`, or the corresponding ai-config/Claude skill workflow.

2026-07-25
Showing top 40 of 343 collected skills in this repository.