agentsclimarketplace

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.

Install
npx -y skills add Podcast72/agent-skill-starter-kit --skill skill-with-scripts

Assembled 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.py can classify the request into a simple working mode.
  • scripts/scope_guard.py can validate whether a target path stays inside an allowed root.
  • scripts/report_check.py can validate the final report structure.
  • templates/final_report.md provides a reusable report shape.
  • checks/validate_skill.py validates 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.