theafh/ai-modules

A collection of professional AI skills, packaged as Claude and Codex plugins and deployable globally across IDE vendors or per project.

38Stars on the repository
40Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

theafh/ai-modules

Skill Claude CodeCodex

Organize AI-consumed content (prompts, rules, skills, commands, agents, system instructions) into pseudo-XML by wrapping each semantic concern in a dedicated tag for role, policy, inputs, and output contract.

38 2d ago A 50 tokens original MIT

theafh/ai-modules

Skill Claude CodeCodex

Write AI-consumed content using positive, action-oriented language as the primary carrier of every instruction. Use when creating or editing any artifact an AI reads at inference time — SKILL.md files, .mdc rule files, CLAUDE.md/AGENTS.md/GEMINI.md configuration, prompt templates, system prompts, commands, agent and…

38 2d ago A 84 tokens original MIT

format_markdown

03

theafh/ai-modules

Skill Claude CodeCodex

Apply markdown linting compliance and best practices when creating or editing markdown files (.md, .mdc). Covers blank-line rules around block elements, consistent bullet style, fenced code blocks with language identifiers, table alignment syntax, header level progression, list indentation and spacing, and link/image…

38 2d ago A 62 tokens original MIT

format_python

04

theafh/ai-modules

Skill Claude CodeCodex

Apply formatting standards, code quality rules, structure conventions, linting prevention, and best practices when generating or editing Python code (.py). Covers indentation, quoting, imports, naming, line length, type hints, error handling, logging, data structures, testing, and security practices aligned with…

38 2d ago A 72 tokens original MIT

format_rust

05

theafh/ai-modules

Skill Claude CodeCodex

Apply clippy-aligned Rust practices when writing or editing Rust code (.rs). Covers procedural flow, clippy-driven clarity improvements, minimal imports, Result/Option idioms, the error-versus-invariant model with panic discipline and clippy unwrapused enforcement, fallible builders following the error idiom by…

38 2d ago A 87 tokens original MIT

git_commit

06

theafh/ai-modules

Skill Claude CodeCodex

Create one structured git commit covering the full current working-tree state. Use when the user explicitly asks to commit in the current turn — "commit", "commit this", "commit changes", "make a commit", "write a commit message", "git commit", or an equally direct ask to put the current repo state into git history.…

38 2d ago A 101 tokens original MIT

git_refresh

07

theafh/ai-modules

Skill Claude CodeCodex

Refresh a local git repo back to a clean current default branch: fetch/prune, detect the remote HEAD, fast-forward main/master by --ff-only, delete merged local branches, and offer gated cleanup for upstream-gone, squash-merged, stale, or force-delete branch pruning. Use when the user asks to clean up branches…

38 2d ago A 127 tokens original MIT

guardrail

08

theafh/ai-modules

Skill Claude CodeCodex

Hub and source of truth for the repo-root guardrail documents (CHARTER.md, ARCHITECTURE.md, TESTING.md, SECURITY.md) that keep AI agents anchored to human intent while a project evolves within its declared boundaries. Explains the doc set, the authority hierarchy, the shared format, and how skills consult the docs…

38 2d ago A 182 tokens original MIT

guardrail_audit

09

theafh/ai-modules

Skill Claude CodeCodex

Read-only audit of a repository's existing guardrail docs — surfaces doc-vs-doc contradictions and doc-vs-code divergences ranked by the guardrail hierarchy, plus grounded missing-doc proposals where repo substance warrants an absent doc. Edits nothing; every finding carries evidence and a reconcile recommendation…

38 2d ago A 155 tokens original MIT

harness_portability

10

theafh/ai-modules

Skill Claude CodeCodex

Cross-agent-harness and cross-OS portability review for runtime artefacts bundled inside skills and plugins. Use when creating, editing, reviewing, or troubleshooting shell scripts, Python or Node helpers, hooks and hook configuration, MCP servers, command wrappers, setup and install flows, plugin wiring, agent and…

38 2d ago A 157 tokens original MIT

skill_doctor

11

theafh/ai-modules

Skill Claude CodeCodex

Check-only doctor for skill artifacts. It audits SKILL.md frontmatter, descriptions that must serve both a browsing user and an LLM router, registration, tests, and instruction quality for one skill, a skill family, or every skill in the repo, editing no targets and running no harness-portability review. Use when…

38 2d ago A 105 tokens original MIT

task

12

theafh/ai-modules

Skill Claude CodeCodex

Manage the project task backlog as plain markdown files in tasks. Use for broad backlog work including create, list, query, update, triage, implement, audit, finish, defer, archive, lint, split, or repair tasks.

38 2d ago A 49 tokens original MIT

task_audit

13

theafh/ai-modules

Skill Claude CodeCodex

Audit one implemented or finished task against the actual codebase. Use when verifying a believed-done task, checking claimed completion against the code, or running a drift check before close-out. Inspect code and tests, run verification, stamp audited only on clean implemented work, and report gaps otherwise.

38 2d ago A 62 tokens original MIT

task_auto_check

14

theafh/ai-modules

Skill Claude CodeCodex

Autonomously drive one task from open or checked to ready through taskcheck, verifier-approved body repairs, and final mechanical task-lint cleanup. Use when a user asks to auto-fix readiness issues, make a task ready, refresh a stale task against the current codebase, or run an autonomous readiness loop without…

38 2d ago A 91 tokens original MIT

task_check

15

theafh/ai-modules

Skill Claude CodeCodex

Check one task before implementation. Use when the user asks if a task is ready to build or still valid. Assess structure, scope, focus, complexity, contradictions, and ambiguity, verify the task's premise and described current state against the codebase, surface a stale invalidated task with deferral as the user's…

38 2d ago A 77 tokens original MIT

task_create

16

theafh/ai-modules

Skill Claude CodeCodex

Create exactly one new task file for one upcoming work item. Use when the user asks to make, add, file, write, or capture a single task or todo. Use task for listing, querying, updating, archiving, linting, or multi task backlog work.

38 2d ago A 58 tokens original MIT

task_explain

17

theafh/ai-modules

Skill Claude CodeCodex

Explain one project task in compact what/why/how prose without editing it. Use when the user asks to explain, summarize, walk through, or orient on a task file by path, partial name, or conversation context. If the task reference is missing or ambiguous, activate and ask which task to explain. Not for readiness…

38 2d ago A 82 tokens original MIT

task_finish

18

theafh/ai-modules

Skill Claude CodeCodex

Close one completed or parked task. Use when the user asks to finish, mark done, defer, park, drop, or archive a task. Set finished or deferred, move the file to archive, update links, and relint.

38 2d ago A 50 tokens original MIT

task_fix

19

theafh/ai-modules

Skill Claude CodeCodex

Repair the whole tasks backlog tree in one pass and assess its backlog-coherence by default. Use when the user asks to health check, clean up, audit, or lint the backlog, to check backlog coherence or consistency, to say whether selected tasks ship together, or to autonomously resolve backlog judgement calls. Run the…

38 2d ago A 98 tokens original MIT

task_implement

20

theafh/ai-modules

Skill Claude CodeCodex

Implement one existing task file end to end. Use when the user asks to build, do, or implement the work described by a task. Edit code and tests, run verification, stamp implemented, and leave audit and finish to sibling skills.

38 2d ago A 52 tokens original MIT

task_select

21

theafh/ai-modules

Skill Claude CodeCodex

Select and rank eligible live tasks from the project backlog. Use when the user asks what task to work on next, asks the agent to pick or prioritize backlog work, rank open tasks, choose from tasks/, or recommend the next task/action without editing task files.

38 2d ago A 55 tokens original MIT

update_changelog

22

theafh/ai-modules

Skill Claude CodeCodex

Create or update a day-grouped, add-only CHANGELOG.md from git commit history. Use when asked to generate, refresh, or maintain a repository changelog. Produces newest-first day sections while keeping existing entries immutable and processes one day at a time to stay within context limits.

38 2d ago A 61 tokens original MIT

executive_summary

23

theafh/ai-modules

Skill Claude CodeCodex

Create executive summaries from documents, reports, and written content. Use when user asks to summarize a document, create an executive summary, condense content, extract key takeaways, or synthesize written materials. Produces structured prose preserving logic and reasoning at 10-15% of original length.

38 2d ago A 63 tokens original MIT

spr

24

theafh/ai-modules

Skill Claude CodeCodex

Convert any input text into a Sparse Priming Representation (SPR) — a compact, markdown-structured set of non-overlapping, informationally dense priming statements that allow another LLM (not previously exposed to the source) to reconstruct the original material as completely as possible. Use when asked to create an…

38 2d ago A 90 tokens original MIT