Automation demo automation
Skill guorunjie/skillpack-forge/examples/generated/automation/.codex/skills/automation-demo-automation
One manifest for every AI coding agent: generate AGENTS.md, CLAUDE.md, Claude/Codex Skills, Cursor rules, Copilot instructions, MCP resources, and MCPB bundles.
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.
One thing 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.
What its author says it does
Copied from the file, not written here
Use when running automation workflows for automation-demo.
SKILL.md
0.8 KB, 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