Agent skill
workflow-workflow
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/workflow-workflow
SKILL.md
{{WORKFLOW}} Workflow
Commands
{{COMMAND_1}}
{{Description}}
bun run scripts/run.ts {{command_1}} [options]
Options:
--dry-run— Preview without executing--verbose— Show detailed output
{{COMMAND_2}}
{{Description}}
bun run scripts/run.ts {{command_2}} [options]
Safety
Destructive operations require confirmation:
bun run scripts/run.ts dangerous-op
# Prompts: "This will delete X. Continue? [y/N]"
bun run scripts/run.ts dangerous-op --force
# Skips confirmation (use with caution)
Common Workflows
Workflow 1: {{WORKFLOW_NAME}}
- Run
{{command_1}}to {{step 1 purpose}} - Review the output
- Run
{{command_2}}to {{step 2 purpose}}
Workflow 2: {{WORKFLOW_NAME_2}}
- {{Step 1}}
- {{Step 2}}
- {{Step 3}}
Idempotency
All commands are designed to be safely re-run:
init— Creates only if not existsupdate— Applies only changed itemsclean— Removes only managed files
Requirements
- Bun runtime
- {{DEPENDENCIES}}
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Permission denied | Insufficient access | Check file/directory permissions |
| Already exists | Resource conflict | Use --force to overwrite |
| Not found | Missing dependency | Ensure prerequisites are installed |
Tips
- Always use
--dry-runfirst for destructive operations - Check
--verboseoutput for debugging - Commands are idempotent and safe to re-run
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?