skill-creator

Create Brynhild skills with minimal frontmatter schema and SKILL.md structure guidance.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/mandersogit/brynhild-harness --skill skill-creator-mandersogit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mandersogit/brynhild-harness/tree/main/src/brynhild/builtin_skills/skill-creator
Command: npx skills add https://github.com/mandersogit/brynhild-harness --skill skill-creator-mandersogit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides the creation of effective Brynhild skills, focusing on minimal frontmatter, progressive disclosure, and structured organization of references, scripts, and assets.

Core Features & Use Cases

  • Frontmatter-driven discovery
  • Clear guidance on SKILL.md structure
  • Patterns for references and scripts organization
  • Practical examples in the repository

Quick Start

Create a new skill directory, add SKILL.md with proper frontmatter, and optionally add references/, scripts/, and assets as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Brynhild skill with frontmatter and SKILL.md?

Brynhild skills require minimal frontmatter (name and description) in a SKILL.md file kept under 500 lines. Create a skill directory, add frontmatter at the top, write concise body content, then optionally organize references/, scripts/, and assets/ subdirectories for supporting materials.

What's the difference between skill frontmatter and skill body content?

Frontmatter is structured metadata (name, description) at the top of SKILL.md that enables discovery and routing. Body content is the skill's actual logic and guidance, kept concise to encourage progressive disclosure and clarity rather than monolithic documentation.

Can I add custom metadata beyond name and description in skill frontmatter?

The skill-creator enforces a minimal frontmatter schema with only name and description to prevent system mutation and maintain consistency across Brynhild deployments. Additional metadata is not supported within frontmatter; use references and assets subdirectories instead.

How do I organize references and scripts when creating a skill?

Create optional references/, scripts/, and assets/ subdirectories within your skill folder. References hold external links and structured data; scripts contain reusable code or workflows; assets store supporting files. This structure supports progressive disclosure without cluttering SKILL.md.

What are skill patterns and when should I apply them?

Skill patterns are proven structural templates for organizing knowledge, workflows, and tool integrations in Brynhild skills. Apply them when designing a new skill to ensure consistency, clarity, and compatibility across agent deployments.

Why keep SKILL.md under 500 lines?

The 500-line limit enforces progressive disclosure, preventing overwhelming documentation and keeping core skill logic readable. Extended content moves into references and assets, making skills maintainable and scanned quickly by agents.