template-skill
๐ฏSkillfrom qodex-ai/ai-agent-skills
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)
Installation
npx vibeindex add qodex-ai/ai-agent-skills --skill template-skillnpx skills add qodex-ai/ai-agent-skills --skill template-skill~/.claude/skills/template-skill/SKILL.mdSKILL.md
More from this repository10
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.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
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.