Skills {{SKILL_NAME}}

{{SKILL_DESCRIPTION}}

install
source · Clone the upstream repo
git clone https://github.com/hicoldcat/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hicoldcat/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/_template" ~/.claude/skills/hicoldcat-skills-skill-name && rm -rf "$T"
manifest: skills/_template/SKILL.md
source content

{{SKILL_NAME}}

Write concise, procedural instructions for another Claude instance.

Triggers

  • Use when the task involves ...
  • Use when the user mentions ...
  • Use when the work touches ...

Workflow

  1. Inspect the current context and touched files
  2. Read any bundled references only if needed
  3. Apply the repository- or domain-specific rules
  4. Use bundled scripts or assets when they add reliability
  5. Return a concise result with verification steps

Rules

  • Preserve existing conventions unless the task explicitly requires change
  • Keep edits local and compatible with current workflows
  • Avoid unnecessary refactors or dependency churn
  • Add safety notes specific to this skill

References

  • Read
    references/...
    when you need deeper domain details
  • Use
    scripts/...
    when a deterministic helper is provided
  • Use
    assets/...
    only when the task needs bundled output resources

Examples

  • "Help me ..."
  • "Fix ..."
  • "Review ..."

Output

  • Summarize what changed or what was found
  • Mention affected files or systems
  • Include the smallest useful verification steps