agentsclimarketplace

0 template

Skill JayRHa/AgentSkills/0-template

The largest community-driven library of Agent Skills (SKILL.md + scripts/references/examples) for Claude, Codex, Gemini CLI, Cursor and friends.

Install
npx -y skills add JayRHa/AgentSkills --skill 0-template

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

  • 3 stars3 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

Template for creating a new Agent Skill. Copy this folder, rename it to your skill's kebab-case name, and fill in every section. Use this as the starting point whenever you author a new skill for the AgentSkills library.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.2 KB, as published. Nobody here has run it

Skill Template

Copy this folder to a new top-level <your-skill-name>/ folder in the repo root, rename it, and replace this content. Delete this blockquote when done.

Overview

One short paragraph: what this skill does and the situations it applies to.

Keywords: comma, separated, discovery, terms

Workflow

  1. First step — what to do.
  2. Second step.
  3. Third step.
  4. Verify the result.

Decision Framework

Use a table or bullet heuristics to help the agent choose between options.

If…Then…
condition Aaction A
condition Baction B

Worked Example

Show a concrete input and the expected output. See examples/sample.md for a fuller example.

Best Practices

  • Do this.
  • Prefer that.

Common Pitfalls

  • Avoid this.
  • Watch out for that.

Supporting Files

  • references/guide.md — deep reference material (loaded only when needed).
  • scripts/run.py — runnable helper.
  • examples/sample.md — worked example.

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.