๐ŸŽฏ

template-skill

๐ŸŽฏSkill

from qodex-ai/ai-agent-skills

VibeIndex|
What it does
|

Provides a foundational template and structure for developers to create custom Claude Code skills with standard patterns and best practices.

๐Ÿ“ฆ

Same repository

qodex-ai/ai-agent-skills(84 items)

template-skill

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add qodex-ai/ai-agent-skills --skill template-skill
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add qodex-ai/ai-agent-skills --skill template-skill
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/template-skill/SKILL.md

SKILL.md

63Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
word-document-processor๐ŸŽฏSkill

Comprehensive Word document processing skill handling creation, editing, formatting preservation, tracked changes (redlining), and metadata management for .docx files, with workflows for text extraction via pandoc and raw XML access for complex document operations.

๐ŸŽฏ
multi-agent-orchestration๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
financial-analysis-agent๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
ecommerce-platform-specialist๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
legal-document-analyzer๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
spreadsheet-processor๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
autonomous-agent-gaming๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
deep-research-agent๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
generate-swagger-docs๐ŸŽฏSkill

Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.

๐ŸŽฏ
system-design๐ŸŽฏSkill

Software architecture skill based on Clean Architecture and Domain-Driven Design principles, covering early return patterns, library-first approach, architecture separation of concerns, and guidelines for decomposing long functions and components.