Adds new skill to quickly generate project-specific .mcp.json files with pre-configured templates for common use cases: - Technical: Full MCP suite for software development - Prose: Writing-focused MCPs only - Minimal: Just memory essentials - Custom: User-specified MCPs Eliminates need to look up MCP configurations for each new project. Bump version to 1.3.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Claude Code Plugin
Comprehensive skills for mastering Claude Code features including plugins, slash commands, hooks, subagents, and memory management.
What's Included
This plugin provides five specialized skills that help you work more effectively with Claude Code:
1. claude-plugins
Create and structure Claude Code plugins with commands, agents, skills, hooks, and MCP servers.
Use when:
- Building plugins for Claude Code
- Setting up plugin structure
- Configuring plugin manifests
2. claude-commands
Create custom slash commands with argument handling, bash execution, and file references.
Use when:
- Building reusable prompts
- Automating workflows
- Creating project-specific commands
3. claude-hooks
Configure event-driven hooks for automating workflows, validating code, and controlling tool execution.
Use when:
- Setting up automation
- Enforcing standards
- Injecting context
- Integrating external tools
4. claude-subagents
Refine and troubleshoot Claude Code subagents by optimizing prompts, tool access, and delegation patterns.
Use when:
- Improving existing subagents (NOT initial creation - use
/agentscommand) - Debugging activation issues
- Optimizing performance
5. claude-memory
Optimize and troubleshoot Claude Code memory files (CLAUDE.md) for efficiency, token management, and team collaboration.
Use when:
- Memory isn't loading
- Context is bloated
- Organizing memory hierarchy
- Setting up team collaboration (NOT initial setup - use
/initcommand)
Installation
For Claude Code
Install from marketplace:
/plugin install claude-code@claude-skills-marketplace
Or install from local directory:
/plugin install /path/to/Skills/claude-code@local
For Claude.ai
- Zip this plugin directory
- Go to Settings > Capabilities > Upload skill
- Upload the zip file
- Enable the plugin
Usage
Once installed, these skills activate automatically when you work on related tasks:
- 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:
"Help me optimize my CLAUDE.md file"
"My subagent isn't triggering correctly"
"How do I create a hook that runs after file writes?"
Skills Details
claude-plugins
Covers:
- Plugin manifest configuration (plugin.json)
- Component setup (commands/agents/skills/hooks)
- Distribution and marketplace publishing
- Best practices and troubleshooting
claude-commands
Covers:
- Command syntax and frontmatter options
- Argument patterns ($ARGUMENTS, $1, $2...)
- Bash integration with ! prefix
- File references with @ prefix
- Complete examples and patterns
claude-hooks
Covers:
- All hook types (SessionStart, PreToolUse, PostToolUse, etc.)
- Matcher patterns for tool filtering
- Exit codes and control flow
- Environment variables
- Complete working examples
claude-subagents
Covers:
- Common problems and solutions
- System prompt optimization
- Tool access strategies
- Model selection guide
- Testing and validation
- Migration from ad-hoc prompts
claude-memory
Covers:
- Memory hierarchy (project/user/subfolder)
- Token management and optimization
- Import system (@path/to/file)
- Team collaboration patterns
- Troubleshooting loading issues
- Template examples
Best Practices
Initial Setup
- Use built-in commands first:
/initfor memory setup/agentsfor subagent creation
- Use these skills to refine and optimize afterward
Progressive Learning
Start with one skill at a time:
- Begin with memory - establish good context management
- Add slash commands for common workflows
- Implement hooks for automation
- Create subagents for specialized tasks
- Package everything in plugins for reusability
Team Collaboration
- Share this plugin with your team for consistent workflows
- Use memory files for team standards
- Create project-specific slash commands
- Document subagent usage patterns
Troubleshooting
Skills not activating?
- Verify plugin is installed:
/plugin list - Check descriptions match your use case
- Try explicit skill references in prompts
Need help with specific features?
- 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-plugins skill
- claude-slash-commands skill
- claude-hooks skill
- claude-subagents skill
- claude-memory skill
Contributing
Found an issue or have improvements? See the main marketplace CONTRIBUTING.md.
License
See main marketplace repository for license information.
Remember: These skills are for refinement and troubleshooting. Use Claude Code's built-in commands (/init, /agents, /memory) for initial setup, then use these skills to optimize.