From orchestrator
Use proactively whenever you discover a pattern, convention, gotcha, workaround, or important fact about the codebase that would be valuable in future sessions. Also use when the user corrects you or explains how something works. If in doubt about whether to record it, record it.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorThis skill uses the workspace's default tool permissions.
You just discovered something worth preserving. Record it immediately with `note`:
Extracts patterns, quirks, and decisions from conversations; persists to Markdown files in knowledge/learnings/. Use /learn for quick or /learn --deep for thorough analysis.
Proactively saves valuable development insights like bug fixes, patterns, decisions, gotchas, features, and refactors to fireauto-mem database using automatic memory-save calls or explicit user triggers like 'remember this'.
Saves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Share bugs, ideas, or general feedback.
You just discovered something worth preserving. Record it immediately with note:
Choose the right type:
convention - "This codebase always does X" / "The pattern for Y is Z"anti_pattern - "Never do X because Y" / "This approach causes Z"insight - General understanding: "System X works by Y"architecture - Structural knowledge: "Module X connects to Y via Z"risk - "X could break if Y happens"quality_gate - "All new code must pass X"tool_capability - "Tool X can do Y" / "MCP server X provides Y"When the user corrects you, always record it as high-value knowledge. Their corrections reveal gaps in your understanding that will repeat across sessions.
Be specific and actionable. "The event bus uses broadcast channels" is better than "events work a certain way."