Skip to content

Commit 7d2034a

Browse files
sjnimsclaude
andauthored
fix(skill-development): use imperative form in workflow reference (#45)
## Summary - Fix second-person usage in `references/skill-creation-workflow.md` - Change "the directories you actually need" → "the directories actually needed" - Ensures the skill follows its own writing style guidelines (imperative form, not second person) ## Test plan - [ ] Verify markdown renders correctly - [ ] Confirm no other second-person violations remain in the file 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c04afb3 commit 7d2034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-dev/skills/skill-development/references/skill-creation-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When editing the (newly-created or existing) skill, remember that the skill is b
7070

7171
To begin implementation, start with the reusable resources identified above: `scripts/`, `references/`, and `assets/` files. Note that this step may require user input. For example, when implementing a `brand-guidelines` skill, the user may need to provide brand assets or templates to store in `assets/`, or documentation to store in `references/`.
7272

73-
Also, delete any example files and directories not needed for the skill. Create only the directories you actually need (references/, examples/, scripts/).
73+
Also, delete any example files and directories not needed for the skill. Create only the directories actually needed (references/, examples/, scripts/).
7474

7575
### Update SKILL.md
7676

0 commit comments

Comments
 (0)