noizai/skills

template-skill

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

All-time #7583 First seen Mar 2, 2026
8-week activity · all time api

Installation

$ npx skills add noizai/skills --skill template-skill

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from noizai/skills.

npx skills add noizai/skills

Browse all from noizai/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 524
Default branch main
Open issues 3
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 914 B
  • docs SUMMARY.md 867 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,523 installs

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:

- fielda: Description - fieldb: 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:

- ...