agentsclimarketplace

Example skill

Skill fiedlrob/agent-skills/skills/example-skill

Reusable skills for AI coding agentsFrom the repository description

Install
npx -y skills add fiedlrob/agent-skills --skill example-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

  • 0 stars0 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

2.0 KB, 482 tokens by cl100k_base, as published. Nobody here has run it

SKILL

This is the tool-agnostic core for the example skill. Keep reusable workflow instructions here, and put tool-specific discovery metadata in adapter files under adapters/.

Name

example-skill

Description

A reference skill that demonstrates the structure, sections, and writing style expected of skills in this repository. Use it as a starting template when authoring a new skill.

When to use

  • You are creating a new skill and want a known-good layout to copy.
  • You want a concrete example of how the sections in CONTRIBUTING.md map onto a real SKILL.md.

When not to use

  • For real agent work. This skill performs no task on its own; it only illustrates structure.
  • When an existing skill already covers your task. Improve that skill instead of duplicating it.

Required workflow

  1. Copy the skills/example-skill/ directory to skills/<your-skill-name>/.
  2. Replace the Name and Description with your skill's specifics.
  3. Fill in When to use and When not to use with concrete trigger rules.
  4. Write the Required workflow as ordered, concrete steps the agent can follow without guessing.
  5. Update adapters/codex/SKILL.md and adapters/claude/SKILL.md with the loader metadata and short entrypoint text for those tools.
  6. Add Safety notes for any destructive, external, or irreversible action.
  7. Delete references/ or scripts/ directories if your skill does not need them. Keep both adapter directories.

Safety notes

  • This skill does not run commands, write files, or contact external services.
  • When adapting it, mark any step that deletes data, pushes to a remote, or calls an external API, and require confirmation before that step runs.

Optional examples

To scaffold a new skill from this template:

cp -r skills/example-skill skills/my-new-skill

See references/optional-reference.md for a checklist, and scripts/optional-helper.sh for a small validation helper. The Codex and Claude adapter examples live under adapters/.

What ships with it: 2 files

2.6 KB alongside SKILL.md, 1 of them executable

references/

scripts/

Keep looking

Skills are one crate of 326,144. 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.