learn

Solid

Review the current conversation and update project knowledge artifacts - common-gotchas.md (bug patterns), AGENTS.md (conventions), agent memory (cross-session). Use when asked to '/learn', 'what did we learn', 'capture lessons', 'update common-gotchas'.

AI & Automation 3 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

You are closing the learning loop. Review this conversation for things worth capturing, then update the right artifacts so the learning survives into future sessions. ## What to look for Scan the conversation and classify any of these as candidates to capture: 1. **Bug patterns** - a symptom someone ran into, a root cause, and a fix that should be visible to the next person who sees the same symptom. 2. **Tool gotchas** - something about a tool, framework, or service that surprised you and would surprise the next session. 3. **Conventions** - a decision about how code should look or how work should flow in this repo, validated in this session. 4. **Cross-session knowledge** - user preferences, working-style feedback, project milestones. 5. **Context drift** - anything you noticed is stale in existing docs. Things to SKIP: - Transient task state ("we're in the middle of X") - Stuff already documented elsewhere (check before duplicating) - Vague observations ("this could be cleaner") - Conversation turns that were noise ## Where each type goes | Type | Target | Action | |---|---|---| | Bug pattern | `docs/common-gotchas.md` | Append a row using the file's format. Include commit SHA + issue ID if known. Auto-apply. | | Tool gotcha | `docs/common-gotchas.md` (or agent memory if not project-specific) | Auto-apply. | | Convention | `AGENTS.md` | Propose the diff to the user first - do NOT auto-edit AGENTS.md. | | Cross-session knowledge | Your harness's persistent me...

Details

Author
craigcossairt
Repository
craigcossairt/trellis
Created
3 weeks ago
Last Updated
4 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category