skill-creator

Guide developers through creating and structuring AI skills with SKILL.md.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/twiced-technology-gmbh/seedr --skill skill-creator-twiced-technology-gmbh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/twiced-technology-gmbh/seedr/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/twiced-technology-gmbh/seedr --skill skill-creator-twiced-technology-gmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details principles like conciseness, progressive disclosure, and setting degrees of freedom.
  • Skill Creation Process: Outlines a step-by-step process from understanding the skill to iteration.
  • Resource Management: Guides on when and how to use scripts, references, and assets.
  • Use Case: A developer wants to build a new skill for their team to manage internal documentation. They use this Skill to understand the best way to structure the SKILL.md, organize reference documents, and include any necessary scripts.

Quick Start

Use the skill-creator skill to learn how to structure and build a new AI skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an AI skill to keep its context management efficient?

To structure an AI skill for efficient context management, organize bundled resources into scripts, references, and assets directories, and apply progressive disclosure to load information only when needed.

What are the core principles for creating effective AI skills?

The core principles for creating effective AI skills include maintaining conciseness in the SKILL.md, utilizing progressive disclosure for context, and setting appropriate degrees of freedom to guide the AI's behavior.

What is the step-by-step process for AI skill development?

The AI skill development process involves understanding the skill's purpose, structuring the SKILL.md and resource directories, implementing necessary scripts, and iterating on the design to refine the AI capabilities.

Can I include custom scripts and reference documents when building AI skills?

Yes, you can include custom scripts and reference documents when building AI skills to provide specialized functionality and contextual data that the AI can access during execution.

When should I use bundled references versus scripts in an AI skill?

Use bundled references to provide static contextual information or documentation, and use scripts when the AI skill needs to execute dynamic logic or perform automated operations during its task.