Engrammic
Reference

Skills Reference

Pre-built workflows for memory-powered tasks

What are Skills?

Skills are pre-built workflows your agent can load on demand. Each skill encodes a proven approach to a common task, combining tool calls, reasoning steps, and memory operations into a repeatable pattern.

Skills teach your agent HOW to approach tasks with memory. Instead of figuring out when to recall, what to store, and how to reason, a skill handles the workflow so your agent can focus on the task itself.

Core Skills

SkillPurpose
engrammic-onboardingSession start ritual, load context
engrammic-eag-guideProactive memory behavior and layer selection
engrammic-explore-codebaseTwo-phase codebase exploration with parallel agents
engrammic-wanderCuriosity-driven exploration without agenda

The MCP tools (remember, learn, believe, recall, trace, link, reason, reflect, hypothesize, commit) are called directly. Skills provide higher-level workflows that orchestrate these tools for specific tasks.

How to Load a Skill

Ask your agent directly by name:

Use the engrammic-debug skill

Or load a skill programmatically via the patterns tool:

{
  "action": "get",
  "name": "debug"
}

The patterns tool returns the full workflow guide for the requested skill, which the agent then follows step by step.

On this page