Skip to content
Content
Skill

/template-skill

Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

From plugin
noizai-skills
5268 skills
Install
$ npx -y skills add noizai/skills --skill template-skill --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/template-skill

Context preview

The summary Claude sees to decide when to auto-load this skill.

Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

SKILL.md

template-skill.SKILL.md
name: template-skill
description: Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

<skill-name>

[简体中文](./SKILL.zh-CN.md) | English

One-line description of what this skill solves.

Triggers

  • trigger keyword 1
  • trigger keyword 2

Use Cases

  • Typical scenario 1
  • Typical scenario 2
  • Typical scenario 3

Inputs

  • Required inputs:
  • `field_a`: Description
  • `field_b`: Description
  • Optional inputs:
  • `field_c`: Description

Outputs

  • Success output format (example)
  • Failure output format (example)

Workflow

1. Validate input completeness 2. Build request parameters 3. Execute core action 4. Format outputs 5. Provide retry or fallback strategy on failure

Limitations

  • Clearly define capability boundaries
  • Explain common failure causes

Examples

  • Input example:
  • `...`
  • Output example:
  • `...`
Ships withnoizai-skills

Central repository for managing Skills to "human" vibe-talking.

Get the whole plugin
Stats
526
Stars
77
Forks
Maintained
Maintenance
Python
Language
3mo ago
Last commit
5mo ago
Created

Repo: noizai/skills

Other skills on noizai-skills.