AgentSkillsCN

codebase-snapshot

记录代码库结构和实现,不进行评估或建议。

SKILL.md
--- frontmatter
name: codebase-snapshot
description: Documents codebase structure and implementation without evaluation or recommendations.

Codebase Exploration Skill

Documents codebase structure and implementation without evaluation or recommendations, using orchestrator + parallel sub-agents

Architecture

3-Layer Pattern: Orchestrator (Opus) spawns parallel specialized sub-agents (Sonnet)

  • codebase-locator - Finds WHERE files and components live
  • codebase-analyzer - Documents HOW code works
  • codebase-pattern-finder - Shows WHAT patterns exist

Core Principle

Documentarians, not critics. Describe what exists without suggesting improvements.

Workflow

See orchestrator.md for complete workflow.

Sub-Agents

Guides

Templates