ai-modules
01Plugin Claude Code
Plugin marketplace listing 2 plugins: knowledgemanagement, aidev.
Plugin Claude Code
Plugin marketplace listing 2 plugins: knowledgemanagement, aidev.
Instructions file CodexOpenCode
Instructions for theafh/ai-modules, covering agents.md, what this repo is not, layout, authoring conventions and versioning.
Instructions file
Instructions for theafh/ai-modules, covering claude.md, what this repo is not, layout, authoring conventions and versioning.
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…
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.
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.
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.
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…
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.
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.
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.
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…
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…
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…
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…
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.…
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…
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…
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…
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…
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…
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.
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.
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…