Build Workflow banner
NTCoding NTCoding

Build Workflow

Git community

Description

--- name: build-workflow description: "Build a custom workflow plugin using the @ntcoding/agentic-workflow-builder library. Guides a conversation to capture requirements, then generates a complete, tested, installable Claude Code plugin project." trigger: /build-workflow --- # Build Workflow Plugin Generate a complete Claude Code workflow plugin from a conversational requirements-gathering session. ## Prerequisites - Node.js 22+ with `npx` on PATH - `pnpm` installed globally - The generated

Installation

Installs to ~/.claude/skills/ntcoding-autonomous-claude-agent-team-build-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntcoding-autonomous-claude-agent-team-build-workflow && curl -fsSL https://raw.githubusercontent.com/NTCoding/autonomous-claude-agent-team/HEAD/.claude/skills/build-workflow.md -o ~/.claude/skills/ntcoding-autonomous-claude-agent-team-build-workflow/SKILL.md

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

Full documentation available on GitHub

View Source Repository