Skip to content

feat(skills): Add write-example-description skill.#21

Open
edonehoo wants to merge 1 commit intopatternfly:mainfrom
edonehoo:docs-updater-skill
Open

feat(skills): Add write-example-description skill.#21
edonehoo wants to merge 1 commit intopatternfly:mainfrom
edonehoo:docs-updater-skill

Conversation

@edonehoo
Copy link

@edonehoo edonehoo commented Mar 18, 2026

Toward #16

Adds a project skill at .cursor/skills/write-example-descriptions/SKILL.md so developers/designers can get help writing example and demo copy for PatternFly.org. The skill runs only when asked, uses the PatternFly MCP to ensure alignment with PatternFly content guidelines, and presents suggestions in raw markdown for easy copy-paste.

Copy link
Collaborator

@jpuzz0 jpuzz0 left a comment

Choose a reason for hiding this comment

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

Couple of small comments. Otherwise, this LGTM

@@ -0,0 +1,212 @@
---
Copy link
Collaborator

Choose a reason for hiding this comment

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

The file is named SKILL.MD (uppercase extension) — the repo convention is SKILL.md. On case-sensitive filesystems (Linux), this could prevent the skill from being discovered. Could you rename it to SKILL.md?

@@ -0,0 +1,212 @@
---
name: patternfly-example-descriptions
Copy link
Collaborator

Choose a reason for hiding this comment

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

The directory name write-example-description is what determines the skill name — the name field here is redundant and mismatched. Safe to just remove it.

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.

2 participants