skill-creator

Create AI skills with frontmatter, resource directories, and Python packaging workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AnywhereOps/claude-drew-and-keanu-kemp --skill skill-creator-anywhereops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AnywhereOps/claude-drew-and-keanu-kemp/tree/main/archive/50_reference/skills/skill-creator
Command: npx skills add https://github.com/AnywhereOps/claude-drew-and-keanu-kemp --skill skill-creator-anywhereops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Designing AI skills that extend capabilities without constraining agent behavior; it provides a repeatable pattern for documenting, structuring, and packaging skills so AI agents can be given modular functionality safely.

Core Features & Use Cases

  • Structured Skill Anatomy with a frontmatter brain (name, description) and a lean Markdown body that becomes the loaded instructions.
  • Resource directories (scripts/, references/, assets/) that host deterministic tools, domain knowledge, and output templates and are loaded on demand.
  • Agency-first design guidance that favors agent decision-making while giving guardrails and templates for safe, auditable behavior.
  • Use cases include building new capabilities for an AI agent, refining existing skills, and packaging skills for distribution or reuse.

Quick Start

Create a new skill folder named my-new-skill under the skills root with SKILL.md frontmatter and optional scripts, references, and assets.

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 agent skill to safely expand its capabilities without constraining behavior?

To structure an AI agent skill safely, you use an agency-first design pattern with a frontmatter brain containing metadata and a lean Markdown body for instructions. This approach enforces resource directories and packaging workflows to ensure safe, auditable agent behavior.

What is the best way to package AI skills for distribution across different teams?

The best way to package AI skills for distribution is using a structured anatomy with required frontmatter and resource directories. This enforces a repeatable packaging workflow with Python scripts, ensuring modular functionality is safely shared and reused across projects.

How do I set up resource directories for AI engineering templates and scripts?

You set up resource directories by creating folders for scripts, references, and assets under your skill root. These directories host deterministic tools, domain knowledge, and output templates that the AI agent loads on demand during execution.

Does building modular AI skills require specific frontmatter metadata?

Yes, building modular AI skills requires specific frontmatter metadata. The frontmatter acts as the skill's brain, mandating fields like name and description to define capabilities, which preserves agency while giving the AI guardrails for safe behavior.

Can I use Python scripts to automate scaffolding for new AI agent capabilities?

Yes, you can use Python scripts to automate scaffolding for new AI agent capabilities. The skill creation process enforces a packaging workflow driven by Python scripts to establish resource directories and validate the required frontmatter.

When should I not use a modular skill design pattern for AI agents?

You should not use a modular skill design pattern when your AI agent task requires tightly coupled, non-reusable logic rather than distributed capabilities. The agency-first approach favors structured, auditable behaviors over monolithic prompt engineering.