← ClaudeAtlas

readme-standardizerlisted

Use this Skill ALWAYS whenever you are asked to create, generate, standardize, or update a project's README.md. Never generate a README from scratch with an improvised structure.
GstMirabal/Token-Optimized-Agent-Pipeline · ★ 0 · AI & Automation · score 72
Install: claude install-skill GstMirabal/Token-Optimized-Agent-Pipeline
# 📝 Skill: README Gold Standardizer ## ⚠️ When to Trigger this Skill? If the Director (user) asks to **"create the readme"**, **"update the readme"**, or **"apply the template to the project"**: 1. You are PROHIBITED from inventing the Markdown structure. 2. You MUST mandatory execute this process using the master architectural template hosted in this Submodule. ## 🛠️ How it Works (Instructions) **Step 1: Project Understanding (Brain Drain)** Before blindly generating text, analyze the context of the current repository: - What languages does it use? (To fill in `{{TECH_STACK_BADGES}}`). - What are the execution steps? (Docker, npm, venv) for `{{INSTALLATION_xx}}`. - What is the project name and its actual GitHub URL? Infer it from the local `git remote -v` output, `package.json`/`pyproject.toml` repository fields, or equivalent project metadata. If it cannot be inferred with confidence, ASK the Director — never assume a default owner or organization. **Step 2: Read Master Template** Open and read the static template file using your base tool: `[submodule-root-directory]/.agents/skills/readme-standardizer/assets/template.md` **Step 3: Fusion and Overwriting (Render)** Mentally replace all `{{UPPERCASE_VARIABLES}}` delimiters in the template with the actual project information you extracted in Step 1. Keep the HTML structure, `<p align="center">`, shields (Shields.io), navigation anchors (`<a name="readme-top"></a>`), and the "Contact" section's Markdown/HTML structure i