agentsclimarketplace

Skill template

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

Reusable agent skills for Codex, Claude Code, and compatible AI coding agents.

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.

2 things to look at

  • 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.0 KB, 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.

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.