skills/dev/SKILL.md
Developer workflows: plan feature architecture, explore technical approaches, compare repos, generate docs, or approve tasks in Linear. Triggers on: "dev plan", "dev explore", "dev diff", "dev docs", "dev approve", "dev allow", "dev help", "architecture plan", "plan architecture", "technical design", "explore options", "research approaches", "compare repos".
npx skillsauth add cloudvoyant/codevoyant devInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Developer skill dispatcher.
Pass your intent directly on the invocation line — explore and plan proceed immediately with no opening question when a description is provided.
/dev explore how the auth middleware works
/dev plan auth system --mode arch
help.md — never error silently$REMAINING_ARGS unchangedVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS as the argument string.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md and note the unknown verb.
references/workflows/allow.md) — pre-approve permissions for background agentsreferences/workflows/approve.md) — push tasks to Linearreferences/workflows/diff.md) — compare two repos for structural differencesreferences/workflows/docs.md) — generate or update documentationreferences/workflows/explore.md) — research technical approaches, generate proposalsreferences/workflows/help.md) — print command referencereferences/workflows/plan.md) — plan feature or system architectureagents/linear-tasks-agent.md) — pushes tasks to Linear; used by approveagents/proposal-writer.md) — writes technical proposals; used by exploreagents/researcher.md) — researches technical approaches; used by exploretools
Vim and Neovim key binding reference. Triggers on: "vim keys", "vim shortcuts", "how do I open a file in vim", "vim search replace", "vim splits", "vim buffers", "how do I navigate in vim".
testing
Generate a responsible-AI usage and decision-attribution report for the current session. Triggers on: "usage report", "usage generate", "usage run", "usage help".
development
Unified task runner dispatcher: auto-detects mise, just, task.dev, or package.json scripts and provides commands to run, list, or detect the project task runner. Triggers on: "/task", "run task", "list tasks", "detect task runner", "what tasks", "mise run", "just run", "pnpm run", "package.json scripts".
development
TanStack patterns: Start file-based routing, Router v1, Query v5, Form, and server functions. Load when working with @tanstack/ packages in a React project.