Agent skills that actually work. Marketing, code, design, ops. Plug into Claude Code, Cursor, Gemini CLI, Goose, or any AgentSkills-compatible tool.
Skills aren't prompts. They're structured workflows with quality gates, verification loops, and feedback cycles that make your agent good at the job — not just "generate me something" good.
6 skills. Full pipeline. From "who's my customer?" to "did that post work?"
/strategy → /create → /roast → /repurpose → /measure → ♻️
| Skill | TL;DR |
|---|---|
| strategy/ | ICP, personas, positioning (Dunford), messaging matrix, competitive analysis, GTM |
| create/ | Brief → Write → Audit → Iterate → Ship. Hard gates. No shortcuts. |
| write/ | LinkedIn, X, Email, Ads, Landing pages. Platform frameworks + anti-AI rules. |
| roast/ | 6 experts roast your draft. 9.0/10 or rewrite. 30+ AI poison words caught. |
| repurpose/ | 1 post → 8 pieces. Atomize, adapt per platform, stagger schedule. |
| measure/ | Metrics, benchmarks, A/B testing for small audiences, reporting templates. |
5 skills. The dev workflow your agent should follow.
/review → /debug → /refactor → /ship
| Skill | TL;DR |
|---|---|
| review/ | Systematic code review. Security + performance checklists. Auto-fix obvious, flag ambiguous. |
| ship/ | Test → commit → push → PR. Pre-ship gate, conventional commits, PR template. |
| debug/ | Reproduce → isolate → understand → fix → verify. Bisect, layer method, regression tests. |
| refactor/ | Change structure, keep behavior. Extract, simplify, early returns. Tests before AND after. |
| react/ | 50+ React/Next.js rules across 8 categories. Re-render prevention, bundle size, data fetching. |
2 skills. From design systems to production code.
| Skill | TL;DR |
|---|---|
| frontend/ | Production-grade frontend. Color, typography, spacing, motion, interaction, responsive. 7 reference guides. |
| ui-ux/ | 50 styles, 21 palettes, 50 font pairings, 9 stacks. BM25 search engine + design system generator. |
2 skills. Ship it and keep it alive.
| Skill | TL;DR |
|---|---|
| deploy/ | Pre-deploy gate, deploy execution, post-deploy validation, rollback decision tree. |
| monitor/ | Health checks, diagnosis flow, alerting patterns, incident response. |
| Skill | TL;DR |
|---|---|
| pm/ | Issue tracking via Baaton. Tickets, status transitions, TLDRs. |
The meta layer that makes individual skills 10x better.
| File | What it is |
|---|---|
| CLAUDE.md.template | Copy to your project root. Configures all skills + documents your workflows. |
| workflows.md | 7 tested workflows: content sprint, launch sprint, feature dev, bug fix, refactoring, full stack launch. |
Skills are atoms. Workflows are molecules. meta/ explains how to chain them.
# Everything
git clone https://github.com/rmzlb/rmzstack.git /tmp/rmzstack
cp -r /tmp/rmzstack/marketing/* ~/.claude/skills/
cp -r /tmp/rmzstack/code/* ~/.claude/skills/
cp -r /tmp/rmzstack/design/* ~/.claude/skills/
cp -r /tmp/rmzstack/ops/* ~/.claude/skills/
# Just one category
cp -r /tmp/rmzstack/marketing/* ~/.claude/skills/
# Just one skill
cp -r /tmp/rmzstack/code/review ~/.claude/skills/reviewYou: /strategy icp
Agent: [ICP builder with templates, Mom Test, filled examples]
You: /create linkedin "why onboarding is probably broken"
Agent: [Brief → draft → 6-expert roast → 7.8 → iterate → 9.2 → ship]
You: /review
Agent: [Scans diff, finds race condition, auto-fixes unused import,
flags security concern, generates coverage report]
You: /ship
Agent: [Tests pass, conventional commit, PR opened with template]
You: /deploy production api
Agent: [Pre-deploy gate, deploy, post-deploy validation, smoke test]
rmzstack/
├── marketing/ # 6 skills — full marketing pipeline
│ ├── strategy/
│ ├── create/
│ ├── write/
│ ├── roast/
│ ├── repurpose/
│ └── measure/
├── code/ # 5 skills — dev workflow
│ ├── review/
│ ├── ship/
│ ├── debug/
│ ├── refactor/
│ └── react/
├── design/ # 2 skills — UI/UX + frontend
│ ├── frontend/
│ └── ui-ux/
├── ops/ # 2 skills — deploy + monitor
│ ├── deploy/
│ └── monitor/
├── pm/ # Baaton project management
├── meta/ # CLAUDE.md template + workflow orchestration
├── LICENSE
└── README.md
- 16 skills + meta workflows across 5 categories
- 60+ files
- 0 uses of the word "delve"
- 100% AgentSkills spec compliant
- Works with Claude Code, Cursor, Gemini CLI, Goose, OpenClaw, and 30+ other tools
Open a PR. Follow AgentSkills format. Real examples, not theory. Tested with at least one agent.
MIT. Go build something.