---
description: AutoSnippet Project Skills — knowledge enhancement documents for AI Agent
alwaysApply: true
---

# AutoSnippet Project Skills

Project Skills are AI knowledge documents in `AutoSnippet/skills/`, tracked in Git.

## Discovery & Loading

- **List**: `autosnippet_skill({ operation: "list" })` — all available Skills (builtin + project)
- **Load**: `autosnippet_skill({ operation: "load", name: "<skill>" })` — full Skill content
- **Create**: `autosnippet_skill({ operation: "create", name, description, content })` — new project Skill

## Built-in Skills (5)

| Skill | Purpose |
|-------|---------|
| `autosnippet-create` | Submit knowledge candidates (V3 fields, validation) |
| `autosnippet-recipes` | Project standard context (Recipe search, retrieval) |
| `autosnippet-guard` | Code compliance checking against Recipes |
| `autosnippet-structure` | Project structure discovery & knowledge graph |
| `autosnippet-devdocs` | Save development documents (ADRs, debug reports) |

## Priority

- **Project Skills > Built-in Skills** — same name → project overrides builtin
- **Skills = read-only reference** — load via MCP tool, do not edit SKILL.md directly
