Agent skill
shared-readme
Generate comprehensive README.md with project overview, setup instructions, and usage documentation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/shared-readme
SKILL.md
Purpose
Generate a well-structured README.md that helps users and contributors understand, set up, and use the project.
Arguments
--platform <p>— Target platform:mernorios(auto-detected if not specified)--minimal— Generate minimal README (overview + setup only)--badges— Include status badges (CI, coverage, license)
README sections
Standard (all projects)
- Title + Description — What is this project?
- Features — Key capabilities
- Prerequisites — Required tools and versions
- Quick Start — Get running in 5 minutes
- Development — Common commands
- Project Structure — Directory overview
- Contributing — How to contribute
- License — Legal terms
Platform-specific
MERN additions:
- Environment setup (.env)
- API documentation link
- Deployment instructions
iOS additions:
- Xcode version requirement
- Simulator/device setup
- Code signing notes
Badges available



Workflow
- Detect or specify platform
- Scan project for structure
- Extract info from package.json / Xcode project
- Generate README sections
- Add badges (if requested)
- Write README.md
Best practices enforced
- Clear, scannable structure
- Copy-paste ready commands
- Links to detailed documentation
- No stale information (generated from project)
Output
- README.md created/updated
- Sections generated based on project
Reference
For templates and examples, see reference/shared-readme-reference.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?