Skip to content

Clarify frontmatter requirements in contributing-skills.md#38

Open
wise-king-sullyman wants to merge 1 commit intopatternfly:mainfrom
wise-king-sullyman:clarify-frontmatter-requirements-in-skills
Open

Clarify frontmatter requirements in contributing-skills.md#38
wise-king-sullyman wants to merge 1 commit intopatternfly:mainfrom
wise-king-sullyman:clarify-frontmatter-requirements-in-skills

Conversation

@wise-king-sullyman
Copy link

Closes #37

```

That's it. No frontmatter required. No code. No config. Just instructions in markdown.
Every SKILL.md needs YAML frontmatter with a `name` and `description` so the plugin system can discover it:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to push back on "needs" here.

Here's a working example with no frontmatter: unit-test-generator/SKILL.md — it registers fine as /pf-react:unit-test-generator:
Image

Skills are discovered by directory path, not frontmatter. A description is important — but it can just be the first line of the SKILL.md, it doesn't need to be in YAML frontmatter. And name is redundant since the directory name is the skill name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix CONTRIBUTING-SKILLS.md: frontmatter is required for skills

2 participants