Developer Docs and Writing Suite — Generate, Review, and Ship Every Doc a Developer Writes
Everything a developer writes that isn't code, in one suite. Generate a professional README and clear API reference, write conventional-commit messages, PR descriptions, and release notes, draft your AGENTS.md and llms.txt, and review any doc to a professional editorial standard before it ships. Five skills covering the full documentation lifecycle — write, review, and ship — for Claude Code, Cursor, Codex CLI, and any SKILL.md agent.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 5 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
5 skills
Generate a complete, reader-ready README from your code and project details — not a template dump. It leads with what the project is and why, gives a quickstart that actually runs, and includes only the sections that apply.

Generate consistent API reference docs from your code, OpenAPI spec, or route handlers — per-endpoint parameters, real request and response examples, error codes, auth, and copy-pasteable curl, written for the developer calling the API.

A professional technical editor's review for your docs. Catches missing context, unclear writing, and unverifiable claims in READMEs, API docs, and changelogs before they ship — with a PASS/REVISE verdict and a prioritized fix list.

Turn your diffs and commit history into commit messages, PR descriptions, and release notes that reviewers and users actually read. One skill, three jobs — conventional-commit compliant, reviewer-ready, and written in plain language.

Write and review the docs AI agents actually read — AGENTS.md for your repo and llms.txt for your site. Drafts them from scratch or audits existing ones for completeness, clarity, and wasted context, with a PASS or REVISE verdict.
See it in action
You say
Write a README for the current project. Focus on the CLI tool in /src and use the setup instructions from package.json.
Your agent does
TaskRunner
A CLI tool to automate local development workflows.
Install
npm install -g task-runner
Quickstart
Run the init command to create a config:
task-runner init
# Created .taskrc.json
TODO: Add license type to package.json.
How to install
One snippet installs every skill in this bundle. Run it once per agent you use.
mkdir -p ~/.claude/skills
for slug in "readme-writer-generate-a-professional-reader-ready-readme-not-a-template-dump" "api-docs-writer-generate-clear-accurate-api-reference-from-your-code-or-openapi-spec" "docs-review-gate-a-professional-editor-s-review-of-your-readme-api-docs-changelogs" "git-writing-suite-commit-messages-pr-descriptions-and-release-notes-developers-actually-read" "agents-md-and-llms-txt-writer-reviewer-make-your-repo-and-site-agent-ready"; do
curl -sL "https://www.agensi.io/api/install/$slug" -o "/tmp/$slug.zip" \
&& unzip -o "/tmp/$slug.zip" -d ~/.claude/skills \
&& rm "/tmp/$slug.zip"
donePaid skills require purchase first — the loop will fail on any skill you don't own. After buying the bundle, use the Download button to grab fingerprinted ZIPs from your library.