agentsclimarketplace

Skill template

Skill kenzofujimoto/agent-skills/templates/skill-template

Describe the concrete outcome this skill produces and its trigger conditions.From its SKILL.md

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

  • 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

1.0 KB, 190 tokens by cl100k_base, as published. Nobody here has run it

{{SKILL_TITLE}}

When to use

Use this skill when the request requires its specialized workflow.

When not to use

Do not use it for unrelated tasks or when required inputs are unavailable.

Workflow

  1. Inspect the available context and constraints.
  2. Select the smallest safe approach.
  3. Execute the work with explicit error handling.
  4. Validate the result against the request.

Rules

  • Keep paths portable and inputs untrusted.
  • Never embed credentials or private data.
  • State assumptions that materially affect the result.

References

Read only the files in references/ needed for the task.

Recipes

Use recipes/ for repeatable implementation patterns.

Scripts

Prefer the tested helpers in scripts/ when applicable.

QA

Verify correctness, safety, portability, and documentation.

Deliverables

Return the completed artifact, validation results, and any remaining limitation.

What ships with it: 6 files

615 B alongside SKILL.md

recipes/

references/

scripts/

templates/

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.