One-click install
npx skills add https://github.com/lttr/dotfiles --skill skill-creator-lttr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lttr/dotfiles/tree/main/claude/skills/skill-creator
Command: npx skills add https://github.com/lttr/dotfiles --skill skill-creator-lttr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the guesswork and complexity of creating effective AI skills. It provides a clear, step-by-step guide to help you design, develop, and package robust skills that seamlessly extend Claude's capabilities, saving you time and ensuring your skills are optimized for AI consumption.

Core Features & Use Cases

  • Structured Skill Design: Learn the essential components of a skill, including the SKILL.md entry point and optional scripts/, references/, and assets/ directories.
  • Efficient Context Management: Understand the "progressive disclosure" principle to optimize token usage and ensure Claude accesses information only when needed.
  • Automated Skill Management: Utilize helper scripts for initializing new skills with templates (init_skill.py) and packaging them for distribution (package_skill.py), streamlining your development workflow.
  • Use Case: A product manager wants to create a new skill to help Claude generate marketing copy based on specific brand guidelines. They would use this skill to understand how to structure the brand guidelines as references/, include boilerplate copy as assets/, and write clear SKILL.md instructions for Claude.

Quick Start

Guide me through the process of creating a new skill called 'my-content-generator' that will help Claude produce blog posts based on a given topic and tone.