{
  "markdown": "# Multi-Agent Skills Template\n\n[中文文档](README.zh-CN.md)\n\nBlank repository template for sharing one skills library across multiple coding agents.\n\nThe repository keeps agent-neutral skill instructions in `skills/` and provides thin entrypoints for agent runtimes such as Cursor, Claude, Codex, Gemini, Kimi, OpenCode, and Pi.\n\n## Repository Layout\n\n```text\n.\n├── skills/                 # Shared skill library\n├── docs/                   # Maintainer documentation\n├── hooks/                  # Optional hook manifests and scripts\n├── .cursor-plugin/         # Cursor plugin manifest\n├── .claude-plugin/         # Claude plugin manifest\n├── .codex-plugin/          # Codex plugin manifest\n├── .kimi-plugin/           # Kimi plugin manifest\n├── .opencode/              # OpenCode plugin entrypoint\n├── .pi/                    # Pi extension entrypoint\n├── AGENTS.md               # Generic agent instructions\n├── CLAUDE.md               # Claude-compatible instructions\n├── GEMINI.md               # Gemini-compatible instructions\n└── gemini-extension.json   # Gemini CLI extension manifest\n```\n\n## Add a Skill\n\nCreate a new directory under `skills/`:\n\n```text\nskills/my-skill/\n├── SKILL.md\n└── reference.md\n```\n\nEvery skill must include `SKILL.md` with YAML frontmatter:\n\n```markdown\n---\nname: my-skill\ndescription: Performs a specific workflow. Use when the user asks for that workflow or mentions related trigger terms.\n---\n\n# My Skill\n\n## Instructions\n\nWrite concise, agent-neutral instructions here.\n```\n\nSee `docs/adding-a-skill.md` for the full checklist.\n\n## Agent Support\n\nAgent entrypoints should stay thin. They should point the runtime at `skills/` and avoid duplicating skill content.\n\nSee `docs/agent-support.md` for current entrypoints and maintenance notes.\n\n## Verification\n\n```bash\npnpm install\npnpm typecheck\npnpm test\n```\n",
  "bytes": 1839,
  "sha": "b990bdddd25a9de8c1f76b09c7da434f1769440462e46bc91d584751befe64e1",
  "repo_slug": "gylove1994/ts-ddd-monorepo-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gylove1994_ts_ddd_monorepo_skills_ade3bf95/readme"
}