agentsclimarketplace

Template

Skill sidtheone/claude-skill-template/template

Template and examples for creating Claude Code skills. Includes comprehensive guides, 5 working examples, and best practices following the Agent Skills standard.

Install
npx -y skills add sidtheone/claude-skill-template --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.

What its author says it does

Copied from the file, not written here

Brief description of when to use this skill

SKILL.md

3.0 KB, as published. Nobody here has run it

Skill Name

Brief overview of what this skill does and when to use it.

Instructions

When this skill is invoked, follow these steps:

  1. First step: Describe what Claude should do first

    • Use $ARGUMENTS to access all arguments passed to the skill
    • Use $ARGUMENTS[0] or $0 for the first argument
    • Use ${CLAUDE_SESSION_ID} for logging/session-specific work
    • Use ${CLAUDE_SKILL_DIR} for paths relative to this skill directory
  2. Second step: Next action to take

    • Be specific about what to do
    • Include verification steps
    • Reference patterns from the codebase
  3. Final step: Complete the task

    • Ensure quality checks pass
    • Provide feedback to the user

Examples

Provide usage examples:

# Example 1: Basic usage
/skill-name argument1

# Example 2: Multiple arguments
/skill-name arg1 arg2 arg3

Additional Resources

Reference supporting files so Claude knows when to load them:

Notes

  • Add important caveats or gotchas
  • Mention prerequisites or dependencies
  • Link to related skills if applicable

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.