Commit 61b1ea6
refactor: convert passive voice to imperative form in skill content (#8)
## Summary
- Convert "Understanding X enables creating Y" passive constructions to
imperative "Master X to create Y" form
- Replace second-person possessive "your" with definite article "the" in
template examples
- Ensure consistent instructional voice across all skill content
## Problem
Fixes #4
Per the skill-development best practices, SKILL.md body content should
use **imperative/infinitive form**, not passive voice or second person.
Several skills contained passive constructions and second-person
pronouns that needed conversion.
## Solution
Applied consistent imperative voice conversions following these
patterns:
| Pattern | Before | After |
|---------|--------|-------|
| Passive gerund | "Understanding X enables creating Y" | "Master X to
create Y" |
| Second-person possessive | "in your project" | "in the project" |
| Second-person possessive | "Your settings" | "Settings" |
## Changes
- `agent-development/SKILL.md`: Line 11 - passive to imperative
- `command-development/SKILL.md`: Line 11 - passive to imperative
- `plugin-structure/SKILL.md`: Line 11 - passive to imperative
- `plugin-settings/SKILL.md`: Lines 296, 307, 371 - second-person to
definite article
## Testing
- [x] All changes follow imperative/infinitive form
- [x] Markdown linting passes
- [x] Skills read naturally with consistent voice
- [x] No second-person pronouns in instructional content
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent a14e9a6 commit 61b1ea6
4 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments