agentsclimarketplace

Basic skill

Skill Podcast72/agent-skill-starter-kit/examples/basic-skill

Use this skill for simple local coding-agent tasks that need consistent instructions and a clear final report.From its SKILL.md

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

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.

SKILL.md

1.1 KB, 200 tokens by cl100k_base, as published. Nobody here has run it

Basic Local Skill

What this skill does

Use this skill when you want the smallest reusable local skill with clear instructions, clear limits, and a short final report.

Activation

Activate this skill for small local tasks that do not need helper scripts.

Scope

  • Local work only.
  • Small and clear tasks.
  • No network access by default.
  • No global configuration changes.

Rules

  • Read the request carefully before changing files.
  • Keep changes small and explain what changed.
  • Do not use destructive commands by default.
  • Do not use sudo or global installs.
  • Report limits and missing verification clearly.

Stop rules

  • Stop if the request requires network access, secrets, or global changes.
  • Stop if the task scope is unclear.
  • Stop if the requested action becomes destructive.

Final Report Format

MODE:
TASK:
FILES CHANGED:
VALIDATION:
LIMITS:
STATUS:

No scripts are required for this example.

What ships with it: 1 file

1017 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. 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.