Skill refresh

This commit is contained in:
movq
2025-10-28 12:28:48 -05:00
parent 7911d90995
commit 35d2069861
26 changed files with 3837 additions and 4143 deletions

View File

@@ -6,7 +6,7 @@ Comprehensive skills for mastering Claude Code features including plugins, slash
This plugin provides five specialized skills that help you work more effectively with Claude Code:
### 1. claude-code-plugins
### 1. claude-plugins
Create and structure Claude Code plugins with commands, agents, skills, hooks, and MCP servers.
**Use when:**
@@ -14,7 +14,7 @@ Create and structure Claude Code plugins with commands, agents, skills, hooks, a
- Setting up plugin structure
- Configuring plugin manifests
### 2. claude-code-slash-commands
### 2. claude-commands
Create custom slash commands with argument handling, bash execution, and file references.
**Use when:**
@@ -22,7 +22,7 @@ Create custom slash commands with argument handling, bash execution, and file re
- Automating workflows
- Creating project-specific commands
### 3. claude-code-hooks
### 3. claude-hooks
Configure event-driven hooks for automating workflows, validating code, and controlling tool execution.
**Use when:**
@@ -31,7 +31,7 @@ Configure event-driven hooks for automating workflows, validating code, and cont
- Injecting context
- Integrating external tools
### 4. claude-code-subagents
### 4. claude-subagents
Refine and troubleshoot Claude Code subagents by optimizing prompts, tool access, and delegation patterns.
**Use when:**
@@ -39,7 +39,7 @@ Refine and troubleshoot Claude Code subagents by optimizing prompts, tool access
- Debugging activation issues
- Optimizing performance
### 5. claude-code-memory
### 5. claude-memory
Optimize and troubleshoot Claude Code memory files (CLAUDE.md) for efficiency, token management, and team collaboration.
**Use when:**
@@ -75,11 +75,11 @@ Or install from local directory:
Once installed, these skills activate automatically when you work on related tasks:
- **Working on a plugin?** → claude-code-plugins skill activates
- **Creating slash commands?** → claude-code-slash-commands skill activates
- **Setting up hooks?** → claude-code-hooks skill activates
- **Refining a subagent?** → claude-code-subagents skill activates
- **Troubleshooting CLAUDE.md?** → claude-code-memory skill activates
- **Working on a plugin?** → claude-plugins skill activates
- **Creating slash commands?** → claude-commands skill activates
- **Setting up hooks?** → claude-hooks skill activates
- **Refining a subagent?** → claude-subagents skill activates
- **Troubleshooting CLAUDE.md?** → claude-memory skill activates
You can also explicitly reference skills:
```
@@ -90,7 +90,7 @@ You can also explicitly reference skills:
## Skills Details
### claude-code-plugins
### claude-plugins
**Covers:**
- Plugin manifest configuration (plugin.json)
@@ -98,9 +98,9 @@ You can also explicitly reference skills:
- Distribution and marketplace publishing
- Best practices and troubleshooting
[View Details](./skills/claude-code-plugins/SKILL.md)
[View Details](./skills/claude-plugins/SKILL.md)
### claude-code-slash-commands
### claude-commands
**Covers:**
- Command syntax and frontmatter options
@@ -109,9 +109,9 @@ You can also explicitly reference skills:
- File references with @ prefix
- Complete examples and patterns
[View Details](./skills/claude-code-slash-commands/SKILL.md)
[View Details](./skills/claude-commands/SKILL.md)
### claude-code-hooks
### claude-hooks
**Covers:**
- All hook types (SessionStart, PreToolUse, PostToolUse, etc.)
@@ -120,9 +120,9 @@ You can also explicitly reference skills:
- Environment variables
- Complete working examples
[View Details](./skills/claude-code-hooks/SKILL.md)
[View Details](./skills/claude-hooks/SKILL.md)
### claude-code-subagents
### claude-subagents
**Covers:**
- Common problems and solutions
@@ -132,9 +132,9 @@ You can also explicitly reference skills:
- Testing and validation
- Migration from ad-hoc prompts
[View Details](./skills/claude-code-subagents/SKILL.md)
[View Details](./skills/claude-subagents/SKILL.md)
### claude-code-memory
### claude-memory
**Covers:**
- Memory hierarchy (project/user/subfolder)
@@ -144,7 +144,7 @@ You can also explicitly reference skills:
- Troubleshooting loading issues
- Template examples
[View Details](./skills/claude-code-memory/SKILL.md)
[View Details](./skills/claude-memory/SKILL.md)
## Best Practices
@@ -176,18 +176,18 @@ Start with one skill at a time:
- Try explicit skill references in prompts
**Need help with specific features?**
- Memory issues → Use claude-code-memory skill
- Subagent problems → Use claude-code-subagents skill
- Hook debugging → Use claude-code-hooks skill
- Memory issues → Use claude-memory skill
- Subagent problems → Use claude-subagents skill
- Hook debugging → Use claude-hooks skill
## Version History
### 1.0.0 (Initial Release)
- claude-code-plugins skill
- claude-code-slash-commands skill
- claude-code-hooks skill
- claude-code-subagents skill
- claude-code-memory skill
- claude-plugins skill
- claude-slash-commands skill
- claude-hooks skill
- claude-subagents skill
- claude-memory skill
## Contributing