Toru-claude-agents my-projects
Navigate your projects. Get context, paths, status. Use when needing project overview or finding specific work.
install
source · Clone the upstream repo
git clone https://github.com/ToruAI/toru-claude-agents
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ToruAI/toru-claude-agents "$T" && mkdir -p ~/.claude/skills && cp -r "$T/templates/my-projects" ~/.claude/skills/toruai-toru-claude-agents-my-projects && rm -rf "$T"
manifest:
templates/my-projects/SKILL.mdsource content
Your Project Map
Customize this template with your own projects and paths.
CORE PRODUCTS
[Product Name]
Path:
/path/to/project/
Status: [Active/Development/Production]
What: Brief description
Stack: Technologies used
Key files: Important files to know about
ACTIVE CLIENTS (if applicable)
| Client | Path | Focus |
|---|---|---|
| Client A | | Brief focus area |
| Client B | | Brief focus area |
TOOLS & UTILITIES
| Tool | Path | Purpose |
|---|---|---|
| Tool A | | What it does |
QUICK CONTEXT
To understand any project: read
.megg/info.md in its root (if using megg).
Current priorities:
- Priority 1
- Priority 2
- Priority 3