Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/plugin-dev/skills/agent-development/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.1.0

## Overview

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.
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.

**Key concepts:**
- Agents are FOR autonomous work, commands are FOR user-initiated actions
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-dev/skills/command-development/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.1.0

## Overview

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.
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.

**Key concepts:**

Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-dev/skills/plugin-settings/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Provide template in plugin README:
```markdown
## Configuration

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

\`\`\`markdown
---
Expand All @@ -304,7 +304,7 @@ max_retries: 3

# Plugin Configuration

Your settings are active.
Settings are active.
\`\`\`

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

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

Document in your README:
Document in the plugin README:

```markdown
## Changing Settings
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-dev/skills/plugin-structure/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.1.0

## Overview

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.
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.

**Key concepts:**

Expand Down
Loading