Skip to content

docs: improve skill metadata and navigation#34

Merged
joneidejohnsen merged 2 commits intomainfrom
chore/improve-skill-metadata
Mar 6, 2026
Merged

docs: improve skill metadata and navigation#34
joneidejohnsen merged 2 commits intomainfrom
chore/improve-skill-metadata

Conversation

@joneidejohnsen
Copy link
Copy Markdown
Contributor

@joneidejohnsen joneidejohnsen commented Mar 5, 2026

Why

These changes align the repo more closely with Anthropic's published skill best practices: Anthropic Skill Creator guide.

The main reasons for the update are:

  • improve skill triggering by moving more concrete task language into each skill's description, since name and description are the primary discovery fields
  • simplify SKILL.md frontmatter to the portable name + description shape used in Anthropic's public skill format
  • make long reference docs easier for agents to scan with lightweight tables of contents, which supports the guide's progressive-disclosure approach
  • clean up repo docs so examples and contributor guidance match the actual skill layout and current usage patterns

Summary

  • align all four skills with stronger trigger-oriented descriptions and simplify SKILL.md frontmatter to the portable name + description shape
  • add table-of-contents navigation to the longest reference docs so agents can jump to the relevant sections faster
  • update README.md and /sanity command copy so the repo docs reflect the current skill layout and contributor workflow

Test plan

  • npm ci
  • npm run validate:all

Align the skills with stronger trigger-oriented metadata and add lightweight UI descriptors so they are easier for agents to discover. Improve reference navigation and repo docs so contributors can find the right guidance without extra scanning.

Made-with: Cursor
Drop the OpenAI-specific skill metadata files and related README references so the PR stays aligned with Anthropic's published skill guidance. Keep the trigger, navigation, and validation improvements intact.

Made-with: Cursor
@joneidejohnsen joneidejohnsen merged commit 4b1fb10 into main Mar 6, 2026
3 checks passed
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.

1 participant