# Bundled cms-edit skills (generated)

**Do not edit files in this directory by hand.**

These files are copied from the monorepo canonical package at build time:

```bash
# From repo root
pnpm --filter @se-studio/contentful-cms sync:skills

# Or automatically before build/test
pnpm --filter @se-studio/contentful-cms build
```

## Source of truth

| What | Where |
|------|--------|
| **Edit skill content** | `packages/skills/skills/contentful-cms-*/SKILL.md` |
| **Bundled subset for npm** | This directory (`core`, `editor-tasks`, `templates`, `setup`) via `scripts/sync-cms-edit-skills.mjs` |
| **Install into a project** | `npx skills add @se-studio/skills` → `.agents/skills/contentful-cms-<name>/` |

Full monorepo skill sync (all marketing-site + CMS skills): `pnpm skills:sync` → `.agents/skills/` (gitignored).

## Agent skill directories

- **In this monorepo:** use `.agents/skills/` (symlinked as `.cursor/skills/`). Never commit hand-edited copies under `.claude/skills/` — that tree is local/optional and untracked.
- **External projects:** `npx skills add @se-studio/skills`.

See [docs/SKILLS.md](../docs/SKILLS.md) and [packages/skills/README.md](../../skills/README.md).
