Brief description of what this skill enables. Include trigger keywords that should activate this skill. Triggers on keyword1, keyword2, keyword3.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Makiya1202/ai-agents-skills --skill skill-template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/makiya1202-skill-template)More formats (shields.io, HTML) on the badges page.
---
name: skill-name
description: Brief description of what this skill enables. Include trigger keywords that should activate this skill. Triggers on keyword1, keyword2, keyword3.
---
# Skill Title
One-line description of the skill's purpose.
## Quick Start
```typescript
// Minimal working example
// This should be copy-paste ready
```
## Core Patterns
### Pattern 1
```typescript
// Implementation
```
### Pattern 2
```typescript
// Implementation
```
## Common Use Cases
### Use Case 1
```typescript
// Example
```
### Use Case 2
```typescript
// Example
```
## Resources
- **Official Docs**: https://...
- **API Reference**: See `references/api.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!