docutray

Devflow Setup — Development skill for Claude Code

Development community

Configure DevFlow for a repository using the portable skill templates.

How to install Devflow Setup

Installs to ~/.claude/skills/docutray-devflow-skill-devflow-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/docutray-devflow-skill-devflow-setup && curl -fsSL https://raw.githubusercontent.com/docutray/devflow-skill/HEAD/commands/devflow-setup.md -o ~/.claude/skills/docutray-devflow-skill-devflow-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Devflow Setup does


description: "Configure DevFlow for a repository using the portable skill templates" allowed-tools:

  • Read
  • Write
  • Glob
  • Grep
  • Bash
  • Task
  • AskUserQuestion argument-hints:
  • "--framework=typescript"
  • "--framework=python"
  • "--framework=go"
  • "--framework=ruby"
  • "--framework=java"
  • "--framework=rust"
  • "--force"

DevFlow Setup Wrapper

Use the `devflow` skill as the source of truth.

  1. Read @${CLAUDE_PLUGIN_ROOT}/skills/devflow/SKILL.md.
  2. Read `@

Alternatives in Development

  • Project Name — This is an example CLAUDE.md file showing how to configure Claude Code for your project 5.6k ★
  • Agentic Stack — One brain, many harnesses 2.2k ★
  • Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★

Full documentation available on GitHub

View Source Repository