template

📁 g1joshi/agent-skills 📅 10 days ago
22
总安装量
9
周安装量
#16590
全站排名
安装命令
npx skills add https://github.com/g1joshi/agent-skills --skill template

Agent 安装分布

opencode 9
gemini-cli 8
claude-code 8
github-copilot 8
amp 8
codex 8

Skill 文档

Skill Name

Brief overview of what this skill does and the key capabilities it provides.

When to Use

  • Trigger phrase or scenario 1
  • Trigger phrase or scenario 2
  • Trigger phrase or scenario 3

Quick Start

// Minimal working example - copy-paste ready
// Include essential imports and setup

Core Concepts

Concept 1

Explanation of fundamental concept with practical context.

// Code example demonstrating the concept

Concept 2

Another essential concept with clear explanation.

// Practical code example

Common Patterns

Pattern Name

Problem: What challenge does this solve?

Solution:

// Recommended approach with comments

Best Practices

Do:

  • Practice 1 with rationale
  • Practice 2 with explanation

Don’t:

  • Anti-pattern 1 and why
  • Anti-pattern 2 and the alternative

Troubleshooting

Error Cause Solution
Error message Why it happens How to fix

References