skilly. Buy ad slot
All skills
Agent Development / AGENT SKILL

template-skill

noizai/skills
1.5K installs 525 GitHub stars
0

Provide a reusable template for agent skills with triggers, workflows, and input/output contracts.
Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# <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:
  - `...`