Communitygithub.com

template-skill

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

template-skill 是什么?

template-skill is a Claude Code agent skill that reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add https://github.com/noizai/skills/tree/main/skills/template-skill

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

简体中文 | 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:
    • ...

Individual skills in this repo

This repo contains 6 individual skills — each has its own dedicated page.

相关技能