learn
Installation
SKILL.md
Learn
Explore the current project thoroughly and produce a learning document summarizing everything important, then generate a visual infographic.
Instructions
1. Explore the Project
Use whatever tools make sense to understand the project. Be thorough but efficient:
- Identity: README, package.json, Cargo.toml, pyproject.toml, go.mod, or equivalent. What does this project do?
- Structure: Directory layout, key directories, entry points
- Tech stack: Languages, frameworks, libraries, databases
- Architecture: How code is organized, key abstractions, design patterns
- Data flow: How data moves through the system — APIs, state management, database interactions
- Core logic: Read key source files to understand the main business logic
- Development workflow: Scripts, CI/CD, testing setup, build process
- Git history: Recent commits for project evolution and active areas