🎯

template-skill

🎯Skill

from vibery-studio/templates

VibeIndex|
What it does

Provides a structured template for creating and documenting Claude AI skills with best practices and recommended project organization.

πŸ“¦

Part of

vibery-studio/templates(40 items)

template-skill

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add vibery-studio/templates --skill template-skill
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Replace with description of the skill and when Claude should use it.

Overview

# Template Skill

This is a basic template for creating new skills.

Structure

```

skill-name/

β”œβ”€β”€ SKILL.md # Main skill file (required)

β”œβ”€β”€ references/ # Additional documentation (optional)

β”œβ”€β”€ scripts/ # Utility scripts (optional)

└── assets/ # Output files, templates (optional)

```

SKILL.md Format

```markdown

---

name: skill-name

description: Brief description of what this skill does and when to use it.

license: MIT

---

# Skill Name

[Skill instructions and documentation here]

```

Best Practices

  1. Keep SKILL.md under 200 lines
  2. Use references/ for detailed documentation
  3. Follow progressive disclosure principles
  4. Use Python/Node for scripts (cross-platform)

Credits

Source: https://github.com/mrgoonie/claudekit-skills

More from this repository10

🎯
frontend-design🎯Skill

Crafts distinctive, production-grade frontend interfaces with creative design, avoiding generic AI aesthetics across websites, components, and web applications.

🎯
spec-writer🎯Skill

spec-writer skill from vibery-studio/templates

🎯
ui-styling🎯Skill

Crafts beautiful, accessible user interfaces using shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems.

🎯
devops🎯Skill

Deploys and manages cloud infrastructure across Cloudflare, Docker, and Google Cloud Platform with comprehensive edge computing solutions.

🎯
skill-creator🎯Skill

Guides users through creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.

🎯
code-review🎯Skill

Enforces rigorous code review practices by systematically evaluating feedback, requesting reviews, and requiring evidence before claiming task completion.

🎯
frontend-dev-guidelines🎯Skill

Provides comprehensive, opinionated frontend development best practices and coding standards for React and modern web development workflows.

🎯
mermaidjs-v11🎯Skill

Generates text-based diagrams and visualizations across 24+ diagram types using Mermaid.js v11 declarative syntax for technical documentation and project planning.

🎯
udemy-crawler🎯Skill

udemy-crawler skill from vibery-studio/templates

🎯
theme-factory🎯Skill

Generates professional, context-specific visual themes for slides, docs, and other artifacts with 10 pre-set design palettes.