Skip to content
← all systems

claude-skills

A curated, version-controlled collection of 21 Claude Code agent skills in one consistent style.

21 skills · one consistent style

role
Author and curator
stack
Claude Code · SKILL.md · Python
status
oss

claude-skills is a curated, version-controlled collection of 21 Claude Code agent skills kept in one consistent style. Each skill is self-contained - a SKILL.md with a trigger description, references for deep dives, and worked examples - covering frontend, Sitecore, AI and agents, devex fundamentals, and personal workflows. It is curated, not collected: only skills reached for repeatedly earn their place, because a smaller set the agent reliably auto-loads beats a junk drawer it ignores.

// 01 - PROBLEM

Agent skills scattered across machines and projects rot fast. This repo keeps the skills actually used day to day in one place - consistent, portable, and version-controlled.

// 02 - APPROACH

  • Each skill is self-contained: SKILL.md with trigger description, references for deep dives, worked examples.
  • Covers frontend, Sitecore, AI/agents, devex fundamentals and personal workflows.
  • Curation notes document why each skill earns its place.

// 03 - ARCHITECTURE

trigger-matched · auto-loaded

  1. Task

    The work the agent is asked to do

  2. Skill match

    Trigger description matches the task

  3. Auto-load

    The matched skill loads into context

  4. Guided execution

    The agent follows the skill's process

Curation over collection
Only skills reached for repeatedly stay. A smaller set the agent reliably auto-loads beats a junk drawer it ignores.

// 04 - PRODUCTION-GRADE

  • Consistent skill structure across all 21
  • Portable across machines via one install path

// 05 - ARTIFACTS