From tac
Lists git-tracked files, reads README and CLAUDE.md, summarizes project purpose, tech stack, directories, entry points, run instructions, and conventions to prime agent context.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Execute these steps to understand the codebase structure, then provide a concise summary:
Explores project structure and functionality by reading README.md and core files, generating a briefing report for the lead agent. Useful for new or unfamiliar codebases.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md. Use for new projects or initial Claude Code setup.
Share bugs, ideas, or general feedback.
Execute these steps to understand the codebase structure, then provide a concise summary:
List all tracked files:
git ls-files
Read the README: Read the README.md file (or README if no .md extension)
Check for CLAUDE.md: Look for CLAUDE.md or .claude/CLAUDE.md for project-specific instructions
Summarize your understanding: Provide a brief summary covering:
Keep the summary concise - focus on what an agent needs to know to work effectively in this codebase.