Skip to content

Commit 14c03cc

Browse files
authored
chore: add review agent memory files (#120)
1 parent af9007f commit 14c03cc

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Agent Memory Index
2+
3+
- [Project documentation conventions](project-doc-conventions.md) — Skill reference format: frontmatter with name/description, source comments at bottom, no `allowed-tools` in SKILL.md index files
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Project documentation conventions
3+
description: Established conventions for skill reference files and SKILL.md index files in this plugin marketplace repo
4+
type: project
5+
---
6+
7+
Skill reference files use YAML frontmatter with `name` and `description` fields (no `allowed-tools`).
8+
Source URL comments appear at the bottom of each reference file in an HTML comment block.
9+
SKILL.md index files use a table structure with Topic/Description/Reference columns, grouped into sections (Core, Features, Advanced, API).
10+
Plugin-only (knowledge-only) plugins have `plugin.json` with `"skills": "./.agents/skills/"` and no `mcpServers` field.
11+
The `skills/nuxt-i18n/` top-level directory mirrors `plugins/nuxt-i18n/.agents/skills/nuxt-i18n/` — both sets of files are identical and appear to be duplicates that are generated/synced.
12+
13+
**Why:** Observed in nuxt-i18n PR (2026-03-28), first knowledge-only plugin without MCP server.
14+
**How to apply:** When reviewing skill-only plugins, expect no `mcpServers` in plugin.json and no `allowed-tools` in SKILL.md.

0 commit comments

Comments
 (0)