---
Creates custom workflow definitions as markdown files that can be referenced and executed. Activates when users request to create new workflows, define automation sequences, or set up reusable process steps.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create custom workflow definitions as markdown files that can be referenced and executed.
Activate when user:
Gather Requirements Ask user for:
Generate Workflow Definition Create markdown file with:
Save to Workflows Folder
workflows/ folder if neededworkflows/[name].mdVerify Creation (Gate 6)
---
name: workflow-name
description: What this workflow does
trigger:
keywords:
- keyword 1
- keyword 2
conditions:
- file_type: meeting
- has_tag: actionable
---
# Workflow: [Name]
## Description
[What this workflow accomplishes]
## Trigger
Activated when: [trigger description]
## Steps
### Step 1: [Name]
**Action**: read | search | extract | write | ask
**Target**: [file path or search query]
**Output**: [what this step produces]
### Step 2: [Name]
**Action**: [action type]
**Input**: {{step1.output}}
**Target**: [target]
**Condition**: [optional condition]
### Step 3: [Name]
**Action**: [action type]
**Target**: [target]
## Expected Output
[What the workflow produces when complete]
## Notes
[Any additional context or variations]
| Action | Description | Example |
|---|---|---|
read | Read a file | Read meeting notes |
search | Search for notes | Find notes with tag |
extract | Extract data | Get action items |
write | Write/edit file | Update daily note |
ask | Prompt user | Confirm before action |
delegate | Call another agent | Use action-extraction-agent |
Workflows can include conditions:
### Step 3: Create Tasks
**Condition**: {{step2.count}} > 0
**Action**: write
**Target**: daily-notes/{{date}}.md
Available variables in workflows:
| Variable | Description |
|---|---|
{{date}} | Current date (YYYY-MM-DD) |
{{input.path}} | User-provided file path |
{{input.text}} | User-provided text |
{{stepN.output}} | Output from step N |
{{stepN.count}} | Count from step N |
---
name: code-review
description: Structured code review with feedback template
trigger:
keywords:
- review this code
- code review
- review PR
---
# Workflow: Code Review
## Steps
### Step 1: Identify Code
**Action**: read
**Target**: {{input.path}}
**Output**: code_content
### Step 2: Generate Review
**Action**: analyze
**Target**: {{step1.output}}
**Template**: |
## Code Review
### Summary
[Brief summary]
### Issues Found
- [ ] Issue 1
### Suggestions
- Suggestion 1
### Approval
[ ] Approved / [ ] Changes Requested
### Step 3: Create Review Note
**Action**: write
**Target**: reviews/{{date}}-{{input.filename}}.md
**Content**: {{step2.output}}
---
name: publish-content
description: Review and publish content to destination
trigger:
keywords:
- publish this
- ready to publish
---
# Workflow: Content Publishing
## Steps
### Step 1: Read Draft
**Action**: read
**Target**: {{input.path}}
### Step 2: Check Requirements
**Action**: validate
**Checks**:
- has_frontmatter: true
- has_section: "## Summary"
- word_count: "> 500"
### Step 3: Confirm Publish
**Action**: ask
**Question**: "Ready to publish '{{input.title}}'?"
### Step 4: Move to Published
**Condition**: {{step3.confirmed}}
**Action**: move
**From**: {{input.path}}
**To**: published/{{input.filename}}
| Gate | Status | Notes |
|---|---|---|
| 1. Read Before Write | ✓ | Reads existing workflows first |
| 2. File Exists Check | ✓ | Checks for workflow folder |
| 3. Chain Validation | N/A | Single-step skill |
| 4. Mutation Confirm | ✓ | Confirms before creating |
| 5. MCP Health | N/A | No MCP mutations |
| 6. Post Validation | ✓ | Re-reads file after Write, verifies content (step 4) |
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.