Install
$ agentstack add skill-endearqb-endearqb-skills-readme-first-builder ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
README First Builder
Purpose
Use this skill as a one-time initializer or upgrader for a project-level README First architecture. Do not use it as the default way to write every README after a project already has AGENTS.md; once initialized, the target project's own AGENTS.md becomes the operating protocol.
Canonical Source
Read references/readmefirst-source.md for the upstream repository and file roles. The canonical project is endearqb/ReadmeFirst:
README.md: principle and architecture explanation.AGENTS.md: executable agent protocol.
When network access is available, inspect the latest upstream files before initializing. If network is unavailable, explain that the initialization is based on the locally known structure and recommend a later sync.
Initialization Workflow
- Inspect the target project root and confirm whether
AGENTS.md,README.md, and.ai/already exist. - If
AGENTS.mdis missing, create it from the upstream ReadmeFirstAGENTS.mdcontent, then adapt only project-specific placeholders if necessary. - If
AGENTS.mdalready exists, merge the README First protocol into it without overwriting local rules. Keep stricter or project-specific local rules. - Ensure the root
README.mdacts as the project map: purpose, setup, commands, top-level directory responsibilities, and links to important directory READMEs. - Create
.ai/changes/and.ai/decisions/if missing. Add lightweight starter templates only when useful. - Add or update directory-level
README.mdfiles only for key long-lived directories. Do not cover generated, dependency, cache, build, log, or temporary directories. - Record the initialization in
.ai/changes/YYYY-MM-DD.md. - Verify paths and commands mentioned in the generated docs.
Existing File Rules
- Never overwrite an existing
AGENTS.mdorREADME.mdblindly. - Treat existing project rules as local authority unless they conflict with safety or the user's explicit request.
- Preserve user-authored prose and append or merge README First sections.
- If the upstream
AGENTS.mdconflicts with existing project instructions, report the conflict and choose the least destructive merge.
Handoff After Initialization
End by telling future agents to follow the newly created or merged project AGENTS.md. For later ordinary code, documentation, review, or refactor tasks, use the project's own AGENTS.md and relevant directory READMEs rather than re-triggering this skill.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: endearqb
- Source: endearqb/endearqb-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.