Claude-init prime

Get a general understanding of the codebase (stack, key files, structure, etc) and/or specific feature

install
source · Clone the upstream repo
git clone https://github.com/Flexonze/claude-init
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Flexonze/claude-init "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/prime" ~/.claude/skills/flexonze-claude-init-prime && rm -rf "$T"
manifest: .claude/skills/prime/SKILL.md
source content

Prime - Codebase Understanding

Get a comprehensive understanding of the codebase and optionally dive deep into a specific feature.

Instructions

1. Explore the Codebase

Investigate and understand the codebase:

  • Technology stack and architecture
  • Project structure and key directories
  • Important files and entry points
  • Development workflow

2. Feature Analysis (Optional)

If

$1
is provided, also investigate that specific feature:

  • Find where the feature is implemented
  • Understand how it works
  • Identify related files and dependencies
  • Note any relevant tests or configuration

3. Share Your Findings

Present what you learned about the codebase and feature in a clear, helpful way.