Reusable agent skills for RaidGuild.
This repo refactors the current Prism skill corpus into a smaller set of durable RaidGuild capability skills.
.
├── skills/ # Published skills after refactor and validation.
├── workflows/ # Normalized workflow recipes composed from skills.
├── references/
│ ├── writing-anti-patterns.md # Shared source material for future voice/content skills.
│ ├── prism-skills/ # Prism custom skill reference exports and migration notes.
│ └── prism-workflows/ # Prism workflow reference exports and migration notes.
├── docs/
│ ├── adopted-patterns.md # External skill patterns adopted by this repo.
│ ├── architecture.md # Skill design principles and boundaries.
│ ├── gaps-and-next-work.md # Remaining runtime, testing, corpus, and validation gaps.
│ ├── migration-plan.md # Refactor workflow from Prism one-offs to repo skills.
│ ├── prism-builtin-skills.md # Prism service built-ins this repo composes with.
│ ├── refactor-plan.md # Proposed target skill map after reviewing Prism.
│ └── voice-corpus-plan.md # Voice source strategy for RaidGuild and agent personas.
└── AGENTS.md # Instructions for agents working in this repo.
The first shared content slice has been created:
skills/rg-brand-voiceskills/rg-content-strategyskills/rg-researchskills/rg-public-output-safetyskills/rg-publishing-opsskills/rg-portal-opsskills/rg-dao-opsskills/rg-bankr-opsskills/s3-object-storageskills/rg-media-render-opsskills/rg-crm-ops
Next migration work:
- Forward-test normalized workflow recipes against realistic source packages.
- Convert accepted workflow recipes into the Prism runtime import format.
- Enrich the first-slice references from the voice corpus and Prism workflows.
Each published skill must:
- Live in
skills/<skill-name>/. - Include a concise
SKILL.mdwith onlynameanddescriptionin YAML frontmatter. - Keep durable details in
references/files loaded on demand. - Own exactly one durable capability.
- Cross-reference another skill instead of duplicating its rules.
- Avoid secrets, client-private context, live credentials, and environment-specific paths.
These are planning buckets; some are now represented by first-pass skills:
- Public output safety
- RaidGuild brand and voice
- Content strategy
- Research and source discipline
- Publishing operations
- Portal and CMS operations
- CRM operations
- Object storage operations
- Media render operations
- DAO operations
- Bankr and token operations
- Skill architecture and migration
Repository remote:
git@github.com:raid-guild/agent-skills.git