Skills

AI skills that remember.

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

01

Download the .md file into your project's .claude/skills/ folder

02

Make sure Engrams is connected to your AI tool (setup)

03

Use the slash command (e.g. /research) or just describe what you need

04

The skill saves findings, decisions, and context to Engrams automatically

Research Assistant
/research

Research that compounds. Findings survive across sessions and are available in any AI tool. Never re-research something you've already investigated.

research cross-session multi-tool

Install

mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/research-assistant.md
View source →
Project Manager
/pm

Persistent project state. Tasks, decisions, and context survive across sessions. Run standups, make decisions, plan work — nothing gets lost.

tasks decisions planning

Install

mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/project-manager.md
View source →
Code Reviewer
/review

Reviews that learn. Coding standards and past feedback persist across PRs. The reviewer remembers what your team has already agreed on.

code quality conventions standards

Install

mkdir -p .claude/skills && curl -sO --output-dir .claude/skills https://raw.githubusercontent.com/gustavkall/engrams-skills/main/code-reviewer.md
View source →

Build your own skill

A skill is just a markdown file. Add Engrams and your skill never starts from zero.

1. Start from the template
curl -o ~/.claude/commands/my-skill.md https://raw.githubusercontent.com/gustavkall/engrams-skills/main/TEMPLATE.md
2. Edit the file

Change the name, description, and instructions. The template includes Engrams memory types and workflow patterns.

3. Test it

Run /my-skill in Claude Code. Your skill has persistent memory across sessions.

4. Share it

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.