Add the Virtual Duct Tape COO to your setup
This is a Ducttape COO — plug it into your AI setup, or superpower yourself. You install only the skill folder — at runtime it fetches the Duct Tape to COO knowledge base (wiki pages, process data) over HTTP, so you don't need a local copy of this repo. Your AI tool needs web access; offline, a local clone works as a fallback.
Quick start
Your AI tool
-
Clone the repo
git clone https://github.com/aksie/ducttape-to-coo.git
-
Copy the skill
cp -r ducttape-to-coo/.cursor/skills/virtual-coo ~/.cursor/skills/All projects?
~/.cursor/skills/virtual-coo/. One repo only?.cursor/skills/virtual-coo/inside it. Cursor discovers it automatically. -
Open a project
"Be my virtual COO."
Any folder or repo you work in day to day. First time: intro + questions about your company — then the COO creates
company-state.mdfor you. When you're ready for a weekly rhythm, the COO can point you to calendar reminders — first conversation or later.
-
Copy the skill
cp -r ducttape-to-coo/.cursor/skills/virtual-coo ~/.claude/skills/virtual-cooAll projects?
~/.claude/skills/virtual-coo/. One repo?.claude/skills/virtual-coo/— folder name must matchname:inSKILL.md. -
Open a project
/virtual-coo
Or ask "be my virtual COO" — Claude can pick it up from the skill description. First time: intro + company questions, then
company-state.mdis created for you.
-
Copy the skill
cp -r ducttape-to-coo/.cursor/skills/virtual-coo .claude/skills/virtual-cooOpenCode reads
.claude/skillsnatively. Or wire as a command, an agent, or paste intoAGENTS.md. -
Open a project
"Be my virtual COO."
First time: intro + company questions, then
company-state.mdis created for you.
-
Copy the skill
cp -r ducttape-to-coo/.cursor/skills/virtual-coo ~/.hermes/skills/virtual-cooOpenClaw: drop into its skills folder or install via ClawHub. Same
SKILL.mdformat for both. -
Invoke from chat
CLI or a channel (Telegram, Slack, …). First time: intro + company questions, then
company-state.mdis created for you.
-
Add the skill to your tool
For Cline, Continue, Aider, or a raw API: paste
SKILL.md(+reference.mdwhen needed) into rules or system prompt. Give file access to your workspace and web access to the wiki. -
Open a project
"Be my virtual COO."
First time: intro + company questions, then
company-state.mdis created for you.
At runtime the skill fetches the knowledge base over HTTP (default:
https://raw.githubusercontent.com/aksie/ducttape-to-coo/main).
No web access? Keep a local clone — the skill falls back to disk.