semi-sentient

Skills Workflow — Productivity skill for Claude Code

Productivity community

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 |