Ink banner
DYAI2025 DYAI2025

Ink

Development community

Description

--- command: ink description: Delivery phase - Quality assurance, validation, and review --- # Ink - Delivery Phase (Double Diamond) ## 🤖 INSTRUCTIONS FOR CLAUDE When the user invokes this command (e.g., `/octo:ink <arguments>`): **✓ CORRECT - Use the Skill tool:** ``` Skill(skill: "octo:ink", args: "<user's arguments>") ``` **✗ INCORRECT - Do NOT use Task tool:** ``` Task(subagent_type: "octo:ink", ...) ❌ Wrong! This is a skill, not an agent type ``` **Why:** This command loads the `flo

Installation

Installs to ~/.claude/commands/dyai2025-claude-octopus-ink.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DYAI2025/claude-octopus/HEAD/.claude/commands/ink.md -o ~/.claude/commands/dyai2025-claude-octopus-ink.md

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

Full documentation available on GitHub

View Source Repository