AI AGENT ADDONS

The asc workflow tool helps you run automations right from your command line. You can define steps in a simple JSON file and then run them with one command. This is useful for tasks like building software or releasing new versions.

Workflows are stored inside your project folder. They can run shell commands, check conditions, and save results for later use. You can even resume a workflow if something goes wrong. The tool supports important jobs like TestFlight submissions for app testing.

Anyone who works on software projects can benefit from these local automations. They save time and reduce mistakes by running the same steps every time in a reliable order.

Add Asc Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/asc-workflow

Project

mkdir -p .claude/skills/asc-workflow

Source Repository

Stars
879
Forks
48
Watchers
879
License
MIT
Last Push
1 month ago
Created
5 months ago