← ClaudeAtlas

mass-standardizerlisted

Batch-normalizes the flat skills/ library — detects skills missing the Three-File Skill Standard (README.md, SKILL.md, /scripts/) and injects the missing artifacts from templates, keeping manifest_skills.json in sync.
GstMirabal/Token-Optimized-Agent-Pipeline · ★ 0 · Data & Documents · score 72
Install: claude install-skill GstMirabal/Token-Optimized-Agent-Pipeline
# Sub-Role Skill: Mass Standardizer ## Base Profile **Name**: `mass-standardizer` **Category**: Infrastructure / Automation **Description**: Automotive engine for the batch normalization of the pipeline's skill library following the `skill-creator` standard. ## Technical Logic This skill implements a **Template-Driven Scaffolding** pattern. It scans the skill library for structural gaps (missing `README.md`, `SKILL.md`, or `/scripts/` folders) and surgically injects the required artifacts using standardized templates and manifest metadata. ## Procedures ### 1. Gap Analysis (Skill Library Audit) - **Scanning**: Iterate through the flat `skills/` directory (and `profiles/*/skills/` when auditing profiles). - **Detection**: Apply the Three-File Skill Standard (`agents.md §3 three_file_standard`): - Every skill: `SKILL.md` with `name`/`description` frontmatter. - Executable skills (those shipping `/scripts/`): additionally `README.md` and `scripts/__init__.py`. ### 2. Context Extraction - **Meta-Harvesting**: Read the corresponding entry in `manifest_skills.json` to extract the skill's official name, description, category, and tags. - **Logic Mapping**: For `SKILL.md`, extract any existing procedural comments in the code to seed the "Technical Logic" section. ### 3. Template Injection - **README Synthesis**: Apply the official `readme-standardizer/assets/template.md`. - **SKILL Synthesis**: Generate the YAML frontmatter and standard sections (Base Profile, Cycles, G