Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill template-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-template-skill)More formats (shields.io, HTML) on the badges page.
---
author: luo-kai
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:
- `...`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.