Works with the AI tools you already use
AGENTS.md and llms.txt Writer-Reviewer
For AGENTS.md it covers runnable build, test, and run commands, code conventions, a map of where logic lives, and the gotchas that trip agents up.
Free
See it in action
You say
Review the AGENTS.md in this repo and tell me if it's ready for a coding agent. Then draft an llms.txt for our docs site at example.com. Give me a PASS or REVISE verdict with a prioritized fix list, and flag anything that wastes context.
Your agent does
AGENTS.md — Verdict: REVISE
Priority fixes:
- Build/test commands missing. Add the exact commands an agent should run, e.g.
npm install,npm run build,npm test. - No code map. Add a short "where things live" section (e.g. app logic in src/, API routes in src/api/).
- Gotcha undocumented. Note that migrations must run before the test suite.
Context efficiency: removed ~180 tokens of filler ("This project is a wonderful...", "please be careful"). Keep instructions imperative.
llms.txt — drafted (ready to commit):
Example Docs
Documentation for the Example API and SDK.
Docs
- Quickstart: Install and first request
- API Reference: Endpoints and parameters
Optional
Verdict: PASS once the two AGENTS.md commands above are confirmed against your project.
About this skill
AI agents are now a primary reader of your documentation: a coding agent opens AGENTS.md before it touches your repo, and a browsing agent reads llms.txt before it uses your site. Both are young conventions, and most are missing, vague, or padded with words that waste the very context window they are meant to fill. This skill writes them properly and reviews existing ones against what an agent actually needs. For AGENTS.md it covers runnable build, test, and run commands, code conventions, a map of where logic lives, and the gotchas that trip agents up. For llms.txt it produces the correct structure — H1 name, summary, and curated, linked sections an agent can navigate. It has a write mode that drafts the file ready to commit, and a review mode that returns a PASS or REVISE verdict with a prioritized fix list, including a context-efficiency pass that cuts the filler tokens agentic engineers warn about. Works with Claude Code, Cursor, Codex CLI, Gemini CLI, and any SKILL.md agent.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account
Creator
95 skills on Agensi
PubsProToolkit builds rigor-first skills for AI agents — they write your docs and content properly, then adversarially review them to catch what's wrong before it ships. The result: cleaner output and a hard quality gate in one toolkit. Built by a CMPP-certified, PhD medical writer who brings regulated-industry standards to developer docs, content, compliance, and research integrity.
Frequently Asked Questions
Popular in Documentation
incident-postmortem
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.

Developer Documentation Writer
Developers don't read documentation — they arrive with a task, scan for the answer, and leave. Docs that aren't structured for that pattern don't get read, they get abandoned
Context Engineering — Optimize What Your AI Agent Sees and When
Systematic framework for engineering AI agent context at the right level of abstraction

ai-codebase-onboarding-architect
Teaches AI coding agents to generate a trustworthy onboarding package for an unfamiliar repository: a verified architecture map, dependency and ownership map, risk register, local development checklis