theafhtheafhCommunity·13 Agent Skills Included

ai-modules

Persistent task backlogs, wikis, and guardrails for coding

Gives coding agents a persistent markdown task backlog and a self-maintaining project wiki that survive across sessions. Replaces forgotten chat context, vague one-shot prompts, and unverified done claims with checked task files, sourced wiki pages, and guardrail documents. Ships git commit, checkout, refresh, changelog, code formatting, and skill-auditing workflows that run in Claude Code, Codex, Cursor, and more.
npx skills add theafh/ai-modules --all -g -y
Available:

Tells the agent how this plugin repository is structured and gives it the authoring, versioning, linting, and deployment rules to follow when editing or shipping the bundled skills.

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
theafhtheafh

wiki_import

Import external resources into a markdown wiki with reviewable triage before writing pages.

Community
Advanced
📦 In Repo
theafhtheafh

wiki_fix

Audit and autonomously repair markdown wiki structure, links, tags, and contradictions.

Community
Intermediate
📦 In Repo
theafhtheafh

executive_summary

Generate executive summaries at 10–15% length in continuous prose.

Community
Intermediate
📦 In Repo
theafhtheafh

wiki

Create and maintain an interlinked markdown wiki with typed pages and provenance.

Community
Advanced
📦 In Repo
theafhtheafh

wiki_wrapup

Mine conversation knowledge, diff it against a wiki, and propose reconciled updates.

Community
Intermediate
📦 In Repo
theafhtheafh

spr

Convert input text into compact Sparse Priming Representation markdown bullets.

Community
Advanced
📦 In Repo
theafhtheafh

format_python

Format Python code with consistent style and linting-safe patterns.

Community
Intermediate
📦 In Repo
theafhtheafh

format_rust

Apply clippy-aligned formatting rules to Rust code.

Community
Intermediate
📦 In Repo
theafhtheafh

update_changelog

Generate a day-grouped CHANGELOG.md from git commit history with status markers.

Community
Advanced
📦 In Repo
theafhtheafh

ai_instruction_formatting

Format LLM instruction content into pseudo-XML with snake_case tags.

Community
Advanced
📦 In Repo
theafhtheafh

git_commit

Stage the full working tree and generate an evidence-based git commit message.

Community
Advanced
📦 In Repo
theafhtheafh

ai_instruction_writing

Rewrites AI-consumed instructions to prioritize positive, actionable phrasing while retaining necessary catch-all negatives.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install ai-modules?

Run `npx skills add theafh/ai-modules --all -g -y` in your terminal to install all skills globally.

What problem does ai-modules solve?

It gives your coding agent a persistent task backlog and knowledge wiki as plain markdown files, so context and decisions survive across sessions instead of being reinvented each chat.

Which coding agents does ai-modules support?

The same skills deploy into Claude Code, Codex, Cursor, GitHub Copilot in VS Code, Antigravity, and OpenCode through the included deployment script.

How does the task backlog workflow work?

Tasks live as markdown files in a tasks/ folder and move through a create, check, implement, audit, finish lifecycle, with each step handled by a dedicated skill.

Do I need a database or external service for the wiki?

No. The wiki is plain interlinked markdown files in your repo that you can grep, diff, and version in git, with no database or proprietary reader required.

Related Repositories in Software Engineering

View All in Software Engineering