Automation demo automation
Skill guorunjie/skillpack-forge/examples/generated/automation/.claude/skills/automation-demo-automation
Use when running automation workflows for automation-demo.From its SKILL.md
npx -y skills add guorunjie/skillpack-forge --skill automation-demo-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 4 commands, including `npm install` and 3 more.
SKILL.md
0.8 KB, 153 tokens by cl100k_base, as published. Nobody here has run it
automation-demo-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Automation-ready repo context for repeatable agent workflows.
Workflow
- Inspect the current repo state and identify the automation entrypoint
- Confirm required inputs, credentials, and output paths
- Run the automation with a dry run or narrow scope first
- Verify outputs and document any skipped step
Commands
- install:
npm install - test:
npm test - validate:
npm run validate - check:
npm run check
Principles
- Define the task inputs, outputs, and success criteria before running automation
- Keep generated changes reviewable and reversible
- Run the smallest reliable verification command before reporting completion
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.