theafh

40 mods across 1 repository, 38 stars between them.

ai-modules

01

theafh/ai-modules

Plugin Claude Code

Plugin marketplace listing 2 plugins: knowledgemanagement, aidev.

38 2d ago A tokens not measured original MIT

theafh/ai-modules

Instructions file CodexOpenCode

Instructions for theafh/ai-modules, covering agents.md, what this repo is not, layout, authoring conventions and versioning.

38 2d ago A 2,579 tokens original MIT

theafh/ai-modules

Instructions file

Instructions for theafh/ai-modules, covering claude.md, what this repo is not, layout, authoring conventions and versioning.

38 2d ago A 2,351 tokens copy · 97% MIT

ai_dev

04

theafh/ai-modules

Plugin Claude Code

Skills and agents for everyday AI-assisted development: structured git commits, safe repository refresh and branch cleanup, day-grouped changelog maintenance, project-local task and todo tracking as plain-markdown files (a base task skill plus create, check, auto-check, explain, select, implement, audit, finish, and…

38 2d ago A tokens not measured original MIT

auto_drift_task

05

theafh/ai-modules

Agent

Reconstructs one task's committed-intent origin for taskautocheck and reports meaning-level Goal/title drift with recovered-versus-current evidence; read-only and human-routed.

38 2d ago A 40 tokens original MIT

auto_gate_task

06

theafh/ai-modules

Agent

Wraps taskcheck for taskautocheck by applying the single readiness gate to one task and returning taskcheck's full report followed by a structured verdict derived from it: final status, prior status, ready boolean, per-item checklist record, issue list, and evidence labels.

38 2d ago A 58 tokens original MIT

auto_reviewer_task

07

theafh/ai-modules

Agent

Proposes minimum task-body repairs for taskautocheck and read-side taskfix escalation, citing the base task skill's body repair rules and preserving frozen task intent.

38 2d ago A 37 tokens original MIT

auto_shaper_task

08

theafh/ai-modules

Agent

Resolves taskfix's escalated whole-tree judgement calls as the single serialized writer: verifies splits, body-framing reframes, scope relocations, link repairs, and the backlog-coherence repairs taskfix's default assessment surfaced and the user accepted, all against frozen task goals and optional CHARTER.md…

38 2d ago A 81 tokens original MIT

auto_verifier_task

09

theafh/ai-modules

Agent

Refute-by-default verifier for taskautocheck and autoshapertask proposals. Keeps only real, minimum, issue-resolving, frozen-intent-preserving task edits or writer-executed structural plans.

38 2d ago A 47 tokens original MIT

PreToolUse

10

theafh/ai-modules

Hook

Runs before the agent uses a tool for Edit, Write, apply_patch and Bash tool calls, executing charter_guardrail.sh (3 commands). From theafh/ai-modules.

38 2d ago A tokens not measured original MIT

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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