docs(plugin-structure): remove extraneous README.md from skill#87
docs(plugin-structure): remove extraneous README.md from skill#87
Conversation
Remove README.md that doesn't conform to official Claude Code skill structure. Per skills.md documentation, skill directories should only contain SKILL.md, references/, examples/, scripts/, and assets/. The removed file contained redundant information already in SKILL.md and word counts that could drift from actual values. Fixes #84 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @sjnims's task —— View job PR Review CompleteReviewing PR #87: Remove non-conformant README.md from plugin-structure skill Summary✅ Looks good - This is a straightforward documentation cleanup that correctly removes a non-conformant file. What's Good
Checklist Verification
RecommendationApprove and merge. This PR correctly removes a non-conformant file while preserving all valuable information in the proper location ( |
Summary
Remove non-conformant
README.mdfrom theplugin-structureskill directory.Problem
Fixes #84
The
plugins/plugin-dev/skills/plugin-structure/README.mdfile doesn't conform to official Claude Code skill structure. Per the skills documentation, skill directories should only contain:SKILL.md(required)references/(optional)examples/(optional)scripts/(optional)assets/(optional)Solution
Delete the extraneous README.md file. All relevant information is already available in
SKILL.md.Alternatives Considered
Changes
plugins/plugin-dev/skills/plugin-structure/README.md(108 lines)Testing
🤖 Generated with Claude Code