Skill with scripts
Skill Podcast72/agent-skill-starter-kit/examples/skill-with-scripts
A practical starter kit for turning repeated AI agent workflows into reusable local skills with scripts, templates, checks, and optional hooks.
npx -y skills add Podcast72/agent-skill-starter-kit --skill skill-with-scriptsAssembled 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 this skill for local agent tasks that benefit from small helper scripts, templates and basic checks.
SKILL.md
1.1 KB, as published. Nobody here has run it
Skill With Scripts
Activation
Use this skill when a local task benefits from small repeatable helpers and a structured report.
Scope
- Local agent tasks with clear boundaries.
- Small documentation or code changes.
- Optional checks before completion.
Helpers
scripts/mode_detect.pycan classify the request into a simple working mode.scripts/scope_guard.pycan validate whether a target path stays inside an allowed root.scripts/report_check.pycan validate the final report structure.templates/final_report.mdprovides a reusable report shape.checks/validate_skill.pyvalidates the example folder structure.
Rules
- Scripts are helpers, not replacements for judgment.
- Use scripts for repeatable checks.
- Use the agent for reasoning, interpretation and decisions.
- Keep edits scoped to the approved folder.
- Report what was changed and what was not checked.
Final Report
Use templates/final_report.md as the preferred report structure.