Skills Workflow — Productivity skill for Claude Code
Agent skills workflow with an emphasis on orchestration during execution that works across Claude Code, Cursor, Roo, and other agent harnesses.
How to install Skills Workflow
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open semi-sentient/skills-workflow and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skills Workflow does
Agent skills workflow with an emphasis on orchestration during execution that works across Claude Code, Cursor, Roo, and other agent harnesses.
Alternatives in Productivity
- Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★
- Pi Subagents — Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, cus 967 ★
- DeduplicateMemory — You are an expert memory organizer 250 ★
README
skills-workflow
Agent skills workflow with an emphasis on orchestration during execution that works across Claude Code, Cursor, Roo, and other agent harnesses.
Recommended Workflow
These skills are designed to chain together. See [WORKFLOW.md](docs/WORKFLOW.md) for a guided walkthrough of the full idea-to-implementation workflow using `grill-with-docs` (or `grill-me`) → `write-a-prd` → `prd-to-plan` → `run-plan`.
Installation
Requires [Node.js](https://nodejs.org/). Install specific skills into any project using the [Vercel Skills CLI](https://github.com/vercel-labs/skills):
npx skills@latest add semi-sentient/skills-workflow --skill
Install multiple skills at once:
npx skills@latest add semi-sentient/skills-workflow \
--skill commit \
--skill grill-me \
--skill grill-with-docs \
--skill prd-to-plan \
--skill run-plan \
--skill tdd \
--skill write-a-prd \
-y
By default, skills are installed to all detected agent directories in the project. Use `--agent` to target a specific agent:
# Claude Code only (.claude/skills/)
npx skills@latest add semi-sentient/skills-workflow --agent claude-code --skill
# Agent-agnostic (.agents/skills/)
npx skills@latest add semi-sentient/skills-workflow --agent agents --skill
Updating
Update all installed skills to the latest version:
npx skills@latest update
Update a specific skill:
npx skills@latest update
**Claude Code users:** The `update` command does not support `--agent` and may create an `.agents/skills/` directory even in projects that only use `.claude/`. To update without this side effect, re-run `add` with `--agent claude-code`:
npx skills@latest add semi-sentient/skills-workflow --agent claude-code --skill -y
Available Skills
Universal
Skills that apply to all projects regardless of language or framework.
| Skill |
Related Skills
Teamshare
Shared team context for coding agents — one engineer publishes a short note, every teammate's next session sur
Adversarial Execution
Adversarial Execution — an execution-time review gate: two independent strong models must both prove your work
Franken Whisper
Agent-first Rust ASR orchestration stack: Bayesian backend routing across whisper.cpp/insanely-fast-whisper/wh
Claude Code Fleet Orchestrator
Tmux-fleet orchestration: supervisor↔worker dispatch, plan/task tracking, recurring schedules, universal Stop+
Workflow Orchestration
A Claude Code skill for disciplined task execution with planning, verification, and self-improvement loops
Video Expert Analyzer Vnext
Long-task-oriented video analysis skill for Claude Code (/vea) — resumable staged execution, automatic paralle
Related Agents
Agent Engineer
AI Agent Engineer — builds agent orchestration systems, evaluation harnesses, autonomous loops, and safety gua
Cursor Agent Writer
Explicit workspace-writing one-shot execution through the installed Cursor CLI
Forward Fixer
ninthwave orchestration agent -- diagnoses post-merge CI failures and creates fix-forward PRs during nw sessio