Skills
Ready-made skills for Claude Code that use Engrams for persistent memory. Install with one command, and your AI never forgets.
Note: Skills are a Claude Code feature (terminal / IDE). In Claude.ai, ChatGPT, and other tools, Engrams memory works automatically via the connector — no skills needed.
How to use a skill
Download the .md file into your project's .claude/skills/ folder
Make sure Engrams is connected to your AI tool (setup)
Use the slash command (e.g. /research) or just describe what you need
The skill saves findings, decisions, and context to Engrams automatically
Research that compounds. Findings survive across sessions and are available in any AI tool. Never re-research something you've already investigated.
Install
mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/research-assistant.md
Persistent project state. Tasks, decisions, and context survive across sessions. Run standups, make decisions, plan work — nothing gets lost.
Install
mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/project-manager.md
Reviews that learn. Coding standards and past feedback persist across PRs. The reviewer remembers what your team has already agreed on.
Install
mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/code-reviewer.md
A skill is just a markdown file. Add Engrams and your skill never starts from zero.
curl -o ~/.claude/commands/my-skill.md https://raw.githubusercontent.com/gustavkall/engrams-skills/main/TEMPLATE.md
Change the name, description, and instructions. The template includes Engrams memory types and workflow patterns.
Run /my-skill in Claude Code. Your skill has persistent memory across sessions.
Push to GitHub and tag with engrams-skill. Anyone can install with one curl command.
View template on GitHub → · Claude Code skill docs →
Built a useful skill? hello@engrams.app — we'll feature it here.