Use this skill to "learn" the codebase structure automatically.
librarian-skill follows the SKILL.md standard. Use the install command to add it to your agent stack.
# Librarian Skill Use this skill to "learn" the codebase structure automatically. ## When to use - **First Interaction:** When you first join a project. - **After Big Changes:** When you refactor or add many files. ## Command ```bash squadron learn ``` ## Output Creates `squadron/knowledge/CODEBASE_MAP.md` containing: - File paths - Class definitions - Function signatures - Docstring summaries