skill-creator

Create and structure AI skills with SKILL.md and bundled resources.

41|8|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/fimoklei/pm-ai-playbook --skill skill-creator-fimoklei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fimoklei/pm-ai-playbook/tree/main/skills/agentic-skills/skill-creator
Command: npx skills add https://github.com/fimoklei/pm-ai-playbook --skill skill-creator-fimoklei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, enabling users to extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers principles, anatomy, and a step-by-step process for developing new skills.
  • Resource Management: Explains how to effectively use SKILL.md, scripts/, references/, and assets/.
  • Use Case: A user wants to build a new skill to automate a specific internal process. They would use this skill to understand best practices for structuring the skill, writing the SKILL.md file, and organizing supporting resources.

Quick Start

Use the skill-creator skill to learn how to create a new skill.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new AI skill to extend agent capabilities?

To create an AI skill, follow a structured process covering skill design principles, anatomy, and progressive disclosure. You need to write a SKILL.md file and bundle supporting resources like scripts, references, and assets to guide agentic coding workflows.

What is the anatomy of a skill unit for workflow automation?

The anatomy of a skill unit consists of a core SKILL.md file paired with bundled resources. These resources include scripts for execution, references for specialized knowledge, and assets, all structured to manage the context window effectively.

How do I package and iterate on developer guides for AI development?

Packaging and iterating on AI skills involves organizing supporting resources and progressively disclosing information to manage the context window. You bundle scripts and references, then refine the SKILL.md structure through continuous iteration to improve agentic coding outcomes.

Do I need specific dependencies to build skills for agentic coding?

No external dependencies are required to build skills for agentic coding. The skill creation process relies entirely on structuring internal components like SKILL.md, scripts, and references to provide specialized knowledge and workflow automation without external packages.

What is the best way to manage the context window when creating AI skills?

The best way to manage the context window during skill creation is through progressive disclosure. This technique structures SKILL.md and bundled resources to provide information incrementally, ensuring the agent processes only necessary context for workflow automation.

When should I use bundled scripts versus references in skill creation?

Use bundled scripts when your skill requires executable actions for workflow automation, and use references when providing static specialized knowledge. Both components support the SKILL.md file to extend agent capabilities without overwhelming the context window.