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

@@ -8,11 +8,11 @@ A curated marketplace of Agent Skills and plugins for Claude Code and Claude.ai,
Complete toolkit for mastering Claude Code features.
**Includes 5 specialized skills:**
- **claude-code-plugins** - Create and structure plugins
- **claude-code-slash-commands** - Build custom commands
- **claude-code-hooks** - Set up event-driven automation
- **claude-code-subagents** - Refine and troubleshoot subagents
- **claude-code-memory** - Optimize CLAUDE.md files
- **claude-plugins** - Create and structure plugins
- **claude-commands** - Build custom commands
- **claude-hooks** - Set up event-driven automation
- **claude-subagents** - Refine and troubleshoot subagents
- **claude-memory** - Optimize CLAUDE.md files
[View Plugin Details](./claude-code/README.md)
@@ -85,11 +85,11 @@ Each plugin can be zipped and uploaded individually:
**Best for:** Claude Code users who want to master plugins, commands, hooks, subagents, and memory management.
**Skills included:**
1. `claude-code-plugins` - Plugin development
2. `claude-code-slash-commands` - Custom command creation
3. `claude-code-hooks` - Event-driven automation
4. `claude-code-subagents` - Subagent optimization
5. `claude-code-memory` - Memory file management
1. `claude-plugins` - Plugin development
2. `claude-commands` - Custom command creation
3. `claude-hooks` - Event-driven automation
4. `claude-subagents` - Subagent optimization
5. `claude-memory` - Memory file management
**Installation:**
```bash
@@ -149,23 +149,23 @@ claude-skills-marketplace/
```
# Plugin development
"Help me create a plugin for my team"
→ claude-code-plugins skill activates
→ claude-plugins skill activates
# Custom commands
"I want to create a slash command for code review"
→ claude-code-slash-commands skill activates
→ claude-commands skill activates
# Setting up automation
"How do I run tests automatically after file edits?"
→ claude-code-hooks skill activates
→ claude-hooks skill activates
# Subagent issues
"My security analyzer subagent isn't triggering"
→ claude-code-subagents skill activates
→ claude-subagents skill activates
# Memory optimization
"My CLAUDE.md file is too long and wastes tokens"
→ claude-code-memory skill activates
→ claude-memory skill activates
```
### Creating New Skills