your-skill-name

One sentence describing what this skill does — start with a verb, ≤ 120 chars.

5 stars

Best use case

your-skill-name is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

One sentence describing what this skill does — start with a verb, ≤ 120 chars.

Teams using your-skill-name should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/template/SKILL.md --create-dirs "https://raw.githubusercontent.com/inbharatai/claude-skills/main/template/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/template/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How your-skill-name Compares

Feature / Agentyour-skill-nameStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

One sentence describing what this skill does — start with a verb, ≤ 120 chars.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Your Skill Name

## Overview

Describe your skill in 2–3 sentences. What problem does it solve? Who is it for? What makes it unique?

## When to Use This Skill

Use **Your Skill Name** when you need to:

- [Trigger scenario 1]
- [Trigger scenario 2]
- [Trigger scenario 3]

## Instructions

When this skill is active, Claude will:

1. [First thing Claude does]
2. [Second thing Claude does]
3. [Third thing Claude does]
4. [Fourth thing Claude does]

## Examples

### Example 1 — Basic Usage

**User:** [A simple request the user might make]

**Claude:** [How Claude responds — be specific and show the output format]

### Example 2 — Advanced Usage

**User:** [A more complex request]

**Claude:** [How Claude handles the complexity — show reasoning and output]

### Example 3 — Edge Case

**User:** [A tricky or ambiguous request]

**Claude:** [How Claude handles ambiguity — clarifying questions or sensible defaults]

## Guidelines

**Do:**
- [Positive guideline 1]
- [Positive guideline 2]
- [Positive guideline 3]

**Don't:**
- [Negative guideline 1]
- [Negative guideline 2]

## Dependencies

Required: [list tools, packages, or services — or write "none"]

## Platforms

Available on: [claude.ai, claude-code, api — remove any that don't apply]

---

*Part of the [claude-skills](https://github.com/inbharatai/claude-skills) collection — 183+ skills for Claude.*

Related Skills

xml-parser

5
from inbharatai/claude-skills

Parse, transform, validate, and convert XML documents — XPath queries, XSLT transforms, schema validation, and XML-to-JSON conversion.

xlsx

5
from inbharatai/claude-skills

Create, read, edit, and fix spreadsheets — add columns, compute formulas, format cells, generate charts, and clean messy tabular data.

vuln-scanner

5
from inbharatai/claude-skills

Identify security vulnerabilities in code and configurations — CVE lookup, SAST findings, and remediation guides.

vue-component

5
from inbharatai/claude-skills

Create Vue 3 components with Composition API — composables, Pinia store integration, TypeScript, and unit tests.

tutorial-builder

5
from inbharatai/claude-skills

Build step-by-step tutorials — prerequisites, numbered steps, screenshots, troubleshooting, and next-steps.

threat-modeler

5
from inbharatai/claude-skills

Perform threat modeling — STRIDE, attack trees, data flow diagrams, and mitigation recommendations.

theme-factory

5
from inbharatai/claude-skills

Generate complete UI themes — color tokens, spacing scales, typography systems, and dark/light mode variants.

svelte-component

5
from inbharatai/claude-skills

Build Svelte 5 components — runes, stores, SvelteKit routing, and server-side rendering.

statistical-analyzer

5
from inbharatai/claude-skills

Run statistical analyses — hypothesis tests, regressions, ANOVA, confidence intervals, and power calculations.

sql-builder

5
from inbharatai/claude-skills

Write and optimize complex SQL queries — JOINs, CTEs, window functions, query plans, and dialect-specific syntax.

sql-analyst

5
from inbharatai/claude-skills

Perform SQL-based data analysis — exploratory queries, aggregations, funnels, cohorts, and insight narratives.

skill-creator

5
from inbharatai/claude-skills

Build new Claude skills from scratch — SKILL.md authoring, instruction design, example writing, and testing.