Skip to content

Commit 5b2282f

Browse files
sjnimsclaude
andcommitted
refactor: convert passive voice to imperative form in skill content
Convert "Understanding X enables creating Y" patterns to imperative "Master X to create Y" form in 3 skills. Also convert second-person "your" to definite article "the" in plugin-settings templates. Skills updated: - agent-development: line 11 - command-development: line 11 - plugin-structure: line 11 - plugin-settings: lines 296, 307, 371 Fixes #4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a14e9a6 commit 5b2282f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/plugin-dev/skills/agent-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 0.1.0
88

99
## Overview
1010

11-
Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities.
11+
Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Master agent structure, triggering conditions, and system prompt design to create powerful autonomous capabilities.
1212

1313
**Key concepts:**
1414
- Agents are FOR autonomous work, commands are FOR user-initiated actions

plugins/plugin-dev/skills/command-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 0.1.0
88

99
## Overview
1010

11-
Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows.
11+
Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Master command structure, frontmatter options, and dynamic features to create powerful, reusable workflows.
1212

1313
**Key concepts:**
1414

plugins/plugin-dev/skills/plugin-settings/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Provide template in plugin README:
293293
```markdown
294294
## Configuration
295295

296-
Create `.claude/my-plugin.local.md` in your project:
296+
Create `.claude/my-plugin.local.md` in the project:
297297

298298
\`\`\`markdown
299299
---
@@ -304,7 +304,7 @@ max_retries: 3
304304

305305
# Plugin Configuration
306306

307-
Your settings are active.
307+
Settings are active.
308308
\`\`\`
309309

310310
After creating or editing, restart Claude Code for changes to take effect.
@@ -368,7 +368,7 @@ fi
368368

369369
**Important:** Settings changes require Claude Code restart.
370370

371-
Document in your README:
371+
Document in the plugin README:
372372

373373
```markdown
374374
## Changing Settings

plugins/plugin-dev/skills/plugin-structure/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 0.1.0
88

99
## Overview
1010

11-
Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code.
11+
Claude Code plugins follow a standardized directory structure with automatic component discovery. Master this structure to create well-organized, maintainable plugins that integrate seamlessly with Claude Code.
1212

1313
**Key concepts:**
1414

0 commit comments

Comments
 (0)