G1Joshi

template

Expert [skill-name] assistance covering [feature 1], [feature 2], and [feature 3]. Use when [working with X], [debugging Y], or [implementing Z].

G1Joshi 8 2 Updated 4mo ago
GitHub

Install

npx skillscat add g1joshi/agent-skills/template

Install via the SkillsCat registry.

SKILL.md

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