Claude Skills SDK Template

Create custom Claude Skills with a structured three-tier architecture.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gsannikov/claude-skill-template --skill claude-skills-sdk-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Claude Skills SDK Template
Source: https://github.com/gsannikov/claude-skill-template/tree/main/skill-package
Command: npx skills add https://github.com/gsannikov/claude-skill-template --skill claude-skills-sdk-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, PyGithub, notion-client, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a robust, production-ready framework for developers to build their own Claude Skills. It solves the common challenges of data persistence, architectural design, and development automation, allowing you to focus on your skill's unique logic rather than infrastructure.

Core Features & Use Cases

  • Multi-Backend Storage: Seamlessly integrate data persistence using local files, GitHub, Email, Notion, or temporary checkpoints.
  • Structured Architecture: Follows a clear three-tier design (skill-package, user-data, docs) for maintainability and scalability.
  • Developer Automation: Includes scripts for validating skill structure, managing releases, and simplifying setup.
  • Use Case: Rapidly prototype and deploy a custom Claude Skill for your team's specific workflow, such as managing project tasks in Notion or tracking research notes in GitHub, without needing to build the underlying infrastructure from scratch.

Quick Start

To begin, attach this entire repository to your Claude conversation. Then, simply say 'hi' or 'help me get started' to initiate an interactive onboarding process that will guide you through setup and skill creation.