/template-skill
Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.
$ npx -y skills add noizai/skills --skill template-skill --agent claude-codeHow 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.mdname: 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:
- `...`
Central repository for managing Skills to "human" vibe-talking.
Other skills on noizai-skills.
- /characteristic-voice
Use this skill whenever the user wants speech to sound more human, companion-like, or emotionally expressive. Triggers include: any mention of 'say like', 'talk like', 'speak like', 'companion voice', 'comfort me', 'cheer me up', 'sound more human', 'good night voice', 'good
Open skill - /chat-with-anyone
Chat with any real person or fictional character in their own voice by automatically finding their speech online, extracting a clean reference sample, and generating audio replies. Also supports generating a matching voice from an uploaded image. Use when the user says
Open skill - /daily-news-caster
Fetches the latest news using news-aggregator-skill, formats it into a podcast script in Markdown format, and uses the tts skill to generate a podcast audio file. Use when the user asks to get the latest news and read it out as a podcast.
Open skill - /sound-fx
Use this skill whenever the user wants to generate sound effects, ambient audio, or short audio clips from a text description. Triggers include: any mention of 'sound effect', 'sfx', 'generate sound', 'make a sound', 'audio effect', 'ambient sound', 'foley', 'sound clip',
Open skill - /speech-to-text
Use this skill whenever the user wants to transcribe audio to text, convert speech to text, or get a transcript from an audio or video file. Triggers include: any mention of 'transcribe', 'transcription', 'speech to text', 'STT', 'convert audio to text', 'what does this audio
Open skill - /tts
Use this skill whenever the user wants to convert text into speech, generate audio from text, or produce voiceovers. Triggers include: any mention of 'TTS', 'text to speech', 'speak', 'say', 'voice', 'read aloud', 'audio narration', 'voiceover', 'dubbing', or requests to turn
Open skill

