# New Skill

> Scaffold a new skill for the Mneme bay (or for personal use) with skill-creator, then wire it to read/write the Mneme cache. Use when the user wants to add a skill to Mneme, build a new capability for the engine, or create a skill that learns into the cache.

- **Type:** Skill
- **Install:** `agentstack add skill-aexagon-mneme-new-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Aexagon](https://agentstack.voostack.com/s/aexagon)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Aexagon](https://github.com/Aexagon)
- **Source:** https://github.com/Aexagon/mneme/tree/main/plugins/mneme/skills/new-skill

## Install

```sh
agentstack add skill-aexagon-mneme-new-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Add a skill to Mneme

Mneme's skill bay is just the plugin's `skills/` directory — any skill placed there is auto-discovered. This skill adds the Mneme conventions on top of normal skill creation.

## Steps

1. **Scaffold with skill-creator.** Invoke the `skill-creator` skill to design and write the new skill properly (name, trigger-rich description, structure, validation). Do not reinvent that process.

2. **Place it.**
   - To ship it with Mneme (shareable): `~/Desktop/Claude/mneme/plugins/mneme/skills//SKILL.md`.
   - For a quick personal-only skill: `~/.claude/skills//SKILL.md` is fine.

3. **Wire it to the cache (encouraged).** If the skill benefits from memory, follow the `mneme-engine` skill's "How a skill reads or writes the cache" section:
   - Read relevant notes from `~/.claude/mneme/cache/` (+ project overlay).
   - Write durable learnings back via `/mneme:remember` or the note schema.

4. **Description discipline.** The skill's `description` is how it gets discovered. Make it specific and trigger-rich, per skill-creator's guidance.

Keep skills small and single-purpose. A skill you can hold in your head is a skill that works.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Aexagon](https://github.com/Aexagon)
- **Source:** [Aexagon/mneme](https://github.com/Aexagon/mneme)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-aexagon-mneme-new-skill
- Seller: https://agentstack.voostack.com/s/aexagon
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
