skills/forge/SKILL.md
Use when the user says 'forge this', 'new skill', 'create enchantment', or wants to create a MemStack skill.
npx skillsauth add cwinvestments/memstack forgeInstall 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.
Create new MemStack skills or improve existing ones.
When this skill activates, output:
🔨 Forge — Creating new enchantment...
Then execute the protocol below.
Ask the user:
Generate the skill file with v2.1 format:
Write the file to $MEMSTACK_PATH/skills/{name}.md
Update MEMSTACK.md — add a new row to the Skill Index table
Confirm creation — show the skill summary
User: "forge a new skill called Beacon for health check pinging"
🔨 Forge — Creating new enchantment...
Creating: Beacon
Emoji: 🔔 | Type: Passive | Triggers: "health check", "ping", "uptime"
Writing: skills/beacon.md ✓
Updating: MEMSTACK.md — added row #N ✓
Beacon is ready. Triggers: "health check", "ping", "uptime"
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.