← ClaudeAtlas

metalisted

Metacognition skill for AI agents. Use when starting work, feeling stuck, output feels off, or before complex tasks. Teaches how to think about thinking.
atrislabs/atris · ★ 67 · AI & Automation · score 72
Install: claude install-skill atrislabs/atris
# Meta Skill How to be an effective agent. Load this when you need to check yourself. ## When to activate - Starting a new session (orientation) - Feeling stuck or uncertain - Output feels sloppy or generic - Complex task ahead - After a mistake ## Context awareness 1. **MAP first** - Read `atris/MAP.md` before any search. It's the index. 2. **Journal context** - Check today's log for recent work, patterns, blockers. 3. **LESSONS.md** - What failed before? Don't repeat. 4. **Skill routing** - Frontend? Load `design`. Backend? Load `backend`. Writing? Load `writing`. ## Pace control | Signal | Action | |--------|--------| | Simple task, clear path | Execute fast | | Complex task, multiple approaches | Slow down, plan first | | Uncertain about intent | Ask ONE question | | Output feels off | Pause, re-read context | | Stuck > 2 attempts | Escalate, don't spiral | ## Self-correction triggers Stop and reassess when: - You're about to search without checking MAP - You're writing code during PLAN phase - You're adding features not requested - You're explaining instead of doing - You've used words like "robust", "comprehensive", "streamlined" ## Memory leverage Before acting: 1. Check `atris/policies/LESSONS.md` - short lessons from past mistakes 2. Check `atris/features/` - prior art for similar work 3. Check journal history - `grep -i "<keyword>" atris/logs/**/*.md` ## Skill composition You can stack skills: - `meta` + `design` = thoughtful frontend work - `meta` + `b