skills/grimoire/SKILL.md
Use when the user says 'update context', 'update claude', 'save library', or after significant project changes.
npx skillsauth add cwinvestments/memstack grimoireInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage and update CLAUDE.md files across all projects.
When this skill activates, output:
📖 Grimoire — Updating the knowledge library.
Then execute the protocol below.
User: "update claude.md with the CC Monitor stuff"
📖 Grimoire — Updating the knowledge library.
Reading: C:\Projects\AdminStack\CLAUDE.md
Adding to API Endpoints:
- POST/GET/PATCH/DELETE /api/cc-sessions
- POST /api/cc-sessions/report
Adding to Database Schema:
- cc_sessions (020_cc_sessions.sql)
Adding to Environment Variables:
- CC_MONITOR_API_KEY
CLAUDE.md updated ✓
tools
Use when the user says 'save diary', 'log session', 'wrapping up', or at end of a productive session.
tools
Use when the user says 'submit to marketplace', 'publish my skill', 'share this skill', 'list on marketplace', 'submit plugin', 'publish to community', or needs to submit a skill or plugin to a community marketplace via PR. Do NOT use for building skills or writing plugin code.
development
Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.
development
Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.