Role
This skill owns skill catalogs, routing indexes, migration catalogs, and repository knowledge structure for AI-facing documentation. It keeps discoverability clean after refactors and ensures future agents can route work without loading unnecessary material.
When To Use
- Use for skill indexes, routing references, migration reports, knowledge catalogs, and AI-facing repository guidance.
- Use for keywords such as skill index, routing map, knowledge base, migration report, and AI docs structure.
- Use when a skill system, AI workflow, or repository knowledge layout is being reorganized.
Source Material
AI-ENTRY.mdAI-README.mdCLAUDE.mddev/ai/skills/_index.mddev/ai/skills/weline-framework-skill-router/SKILL.mddev/ai/skills/documentation-standards/SKILL.md
Responsibilities
- Keep skill indexes and routing references current after structural changes.
- Preserve repository reading order and discovery guidance for future agents.
- Record migration mappings and missing-source status when skills are reorganized.
- Keep AI-facing knowledge concise, navigable, and self-consistent.
Workflow
- Read the current AI entry documents and routing indexes before restructuring knowledge files.
- Identify outdated paths, renamed skills, and role-based routing needs.
- Rewrite indexes and mapping documents to match the new structure.
- Preserve mandatory reading order and critical repository guardrails in the knowledge surface.
- Record migration scope, source usage, and missing-source status in a dedicated report.
- Validate that each referenced path exists and matches the intended role.
- Report the new navigation model and any remaining follow-up needs.
Weline Rules
- Read
AI-ENTRY.mdfirst. - Prefer diagrams and module docs before reading source code.
- Keep AI-facing routing material concise and discoverable.
- Do not require legacy source files at runtime for the new skill system.
Inputs Required
- The old and new skill structures.
- Required role model and routing expectations.
- Any mandatory source list or migration constraints.
- The target directory and naming scheme.
Expected Output
- Updated knowledge-base files, indexes, and migration mappings.
- A self-consistent route from entry docs to the new skill system.
- A report that records whether any required source material was missing.
Validation
- Check that all referenced skill paths exist.
- Check that role names, folder names, and index labels align.
- Check that the new knowledge files preserve critical repository rules.
- Check that migration reporting accurately reflects source availability.
Constraints
- Do not leave stale routing references to the old structure without explanation.
- Do not depend on runtime loading of legacy skill files.
- Do not omit migration notes when the structure changed materially.
- Do not bloat the index with redundant narrative when a routing table is enough.