setup-workflow

Install and wire a standardized post-task workflow into CLAUDE.md.

Updated Nov 6, 2023
One-click install
npx skills add https://github.com/cryptofish7/dotfiles --skill setup-workflow-cryptofish7
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: setup-workflow
Source: https://github.com/cryptofish7/dotfiles/tree/main/config/claude/skills/setup-workflow
Command: npx skills add https://github.com/cryptofish7/dotfiles --skill setup-workflow-cryptofish7

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Automates installing and wiring a standardized autonomous post-task workflow into a project's CLAUDE.md, ensuring dependencies and agents are properly configured at project outset.

Core Features & Use Cases

  • Injects the nine-step canonical workflow into CLAUDE.md from references/workflow-template.md.
  • Validates and installs required skills (docs-consolidator, ci-cd-pipeline, smoke-test) and agents (code-reviewer, debugger) before activation.
  • Works at project initialization, creating CLAUDE.md if missing and updating existing CLAUDE.md without overwriting unrelated content.

Quick Start

Run this skill at the start of a new project to inject the standard workflow into CLAUDE.md and install all required skills and agents.

Frequently Asked Questions about setup-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project workflow setup in CLAUDE.md?โ–ผ

To automate project workflow setup in CLAUDE.md, apply this skill at project initialization to inject a standardized nine-step pipeline from a workflow template. It verifies dependencies, installs required skills and agents, and updates the configuration file without overwriting existing content.

What is a post-task workflow pipeline for autonomous project configuration?โ–ผ

A post-task workflow pipeline is a standardized nine-step process injected into CLAUDE.md to automate autonomous project operations. It ensures dependencies are validated, required skills and agents are installed, and frontmatter correctly defines the project name and description before activation.

Can I add an autonomous workflow to an existing CLAUDE.md without losing content?โ–ผ

Yes, you can add an autonomous workflow to an existing CLAUDE.md without losing content. The skill updates the file by injecting the nine-step pipeline and validating required configurations while preserving your existing unrelated markdown content.

Do I need specific agents and skills installed before setting up the project workflow?โ–ผ

You do not need to manually install specific agents and skills before setup. The workflow validates and automatically installs required components like docs-consolidator, ci-cd-pipeline, code-reviewer, and debugger directly during the CLAUDE.md configuration process.

When should I initialize a standardized workflow in CLAUDE.md?โ–ผ

You should initialize a standardized workflow in CLAUDE.md at the start of a new project. Applying it during project setup ensures dependencies are verified and the nine-step autonomous post-task pipeline is correctly wired before development begins.

What happens if CLAUDE.md is missing during project workflow setup?โ–ผ

If CLAUDE.md is missing during project workflow setup, the skill automatically creates the file. It then injects the nine-step workflow template, defines the required frontmatter, and installs the necessary skills and agents to establish the autonomous pipeline.