By reidworks-io
Reidworks skills for Claude. Install once to get every reusable skill in the library.
Edit or write external-facing prose so it doesn't read as AI-generated. Apply to documentation, blog posts, tutorials, public READMEs, customer-facing slide decks, marketing copy, and competitive briefs — whenever the user asks to write, edit, review, or style-check such content, even if they don't mention AI. Apply when creating this kind of content from scratch. Do NOT apply to internal communications (Slack, Notion, internal PRs, meeting notes) unless the user explicitly asks for a style review. Trigger phrases include "write a blog post", "edit this doc", "review this tutorial", "write copy for", "external-facing", "customer-facing", "public README", "slide deck for customers", "competitive brief", "does this sound AI-generated", "check this for AI tells", "make this less AI", "remove the slop".
Set up a long-running multi-agent orchestrator that builds a project end-to-end across many /loop cycles. Use when the user wants to "kick off an overnight build", "start a weekend run", "set up the orchestrator harness", "run a long autonomous build", or any task framed as "let Claude build this while I sleep". Hard-requires a detailed milestone roadmap before kickoff — if the user lacks one, this skill stops and routes them to write one (it does NOT auto-generate the roadmap). Uses Git as the source of truth; expects the app, docs, marketing site, tests, and screenshots to live in the same repo so the prototype's assets evolve together. Do NOT apply to short one-shot tasks, single PRs, or anything that can finish in one Claude turn.
Open, reusable skills for Claude. One Git repo, structured as a Claude plugin marketplace, so the same skills work in both Cowork (desktop app) and Claude Code (CLI), and installing is one command. Use them as-is, or fork the repo and swap in your own.
/plugin marketplace add reidworks-io/reidworks-skills
/plugin install reidworks-core@reidworks-skills
One command syncs every skill in this repo. Updates land on the next /plugin marketplace update. Works on any account.
Cowork's "Add marketplace" flow is org/team-only. On a personal account you install each skill individually as a ZIP:
long-run.zip).Repeat per skill. ZIPs are auto-rebuilt on every push to main, so re-downloading picks up new versions.
Refs: Use skills in Claude · Use plugins in Claude. Skills you upload are saved locally to your machine, so you run these steps once per device.
On a Team or Enterprise workspace, the full marketplace install also works inside Cowork: Customize → Plugins → Personal plugins → + → Add marketplace → Add from a repository → paste reidworks-io/reidworks-skills. On a personal account, use the ZIP path above.
| Skill | What it does | When it triggers | Owner |
|---|---|---|---|
| human-voice | Edits/writes external-facing prose so it doesn't read as AI-generated. | Writing or reviewing docs, blog posts, tutorials, public READMEs, customer-facing decks, marketing copy. | mscwilson |
| long-run | Scaffolds a /loop-driven multi-agent orchestrator that builds a project end-to-end across many cycles. Requires a detailed milestone roadmap first; uses Git as the source of truth and keeps app + docs + marketing colocated. | "kick off an overnight build", "weekend run", "set up the orchestrator harness", "long autonomous build", "let Claude build this while I sleep". | johnmicahreid |
Add a row every time you add a skill. The description column is what helps people discover it; keep it sharp.
reidworks-skills/
├── .claude-plugin/
│ └── marketplace.json # lists installable plugins (the catalog Claude reads)
├── README.md # this file — the human-browsable index
├── CONTRIBUTING.md # how to add your own skill
└── plugins/
└── reidworks-core/ # one plugin bundling all shared skills
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── human-voice/
│ ├── SKILL.md
│ └── references/
└── long-run/ # drop your skill folder here
└── SKILL.md
Everything lives in one plugin (reidworks-core) so a single install gives you every skill. If the library grows large, it can split into themed plugins later (writing/, eng/, sales/) by adding more entries to marketplace.json.
See CONTRIBUTING.md. Short version: drop a skill folder into plugins/reidworks-core/skills/, add a row to the catalog above, open a PR.
MIT. Use them, fork them, adapt them.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub reidworks-io/reidworks-skills --plugin reidworks-coreMemory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns