fix: standardize command frontmatter across plugin commands#107
Conversation
Align both plugin commands with documented best practices from the command-development skill and official Claude Code docs: - create-plugin.md: Remove unnecessary quotes from argument-hint - create-plugin.md: Use comma-separated allowed-tools format - create-marketplace.md: Shorten description to under 60 chars - create-marketplace.md: Use bracket notation for argument-hint - create-marketplace.md: Add Edit tool for consistency - create-marketplace.md: Use comma-separated allowed-tools format Fixes #105 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5e02113 to
c21b864
Compare
|
Claude finished @sjnims's task in 1m 17s —— View job PR Review: Standardize Command FrontmatterSummary: ✅ Looks great! This PR successfully standardizes the frontmatter across both plugin commands following documented best practices. What's Good
Markdown Linting✅ Both files pass Frontmatter VerificationI verified the changes against the command-development skill documentation and frontmatter reference: create-plugin.md (
create-marketplace.md (
Changes Summary
Architecture NoteAccording to the frontmatter reference (
Checklist Verification
Recommendation: Approve and merge. This is a clean improvement that standardizes the codebase according to documented best practices. |
|
Rebased on main to resolve conflicts with #104. PR #104 had already converted
|
Summary
Standardize frontmatter formatting across both plugin commands to follow documented best practices from the command-development skill and official Claude Code documentation.
Problem
Fixes #105
The two plugin commands (
create-plugin.mdandcreate-marketplace.md) had inconsistent frontmatter that deviated from best practices:Solution
Applied consistent formatting following the command-development skill examples:
[placeholder]for argument-hint without quotesAlternatives Considered
Could have kept JSON array format for allowed-tools since both are technically valid, but comma-separated matches the skill documentation examples and is more readable.
Changes
plugins/plugin-dev/commands/create-plugin.md:plugins/plugin-dev/commands/create-marketplace.md:Testing
🤖 Generated with Claude Code