Releases: CodeAlive-AI/claude-code-reflection-skills
Releases · CodeAlive-AI/claude-code-reflection-skills
v1.1.1 - Hooks manager improvements
Changes
claude-hooks-manager
- Added guidance to prefer script files for complex hooks instead of inline escaping
- New section: "Simple vs Complex Hooks" with complexity table
- Bash script template for hook development
- Recommended script location:
~/.claude/hooks/
Cleanup
- Removed redundant top-level
/skills/directory (all skills are in plugin)
v1.1.0 - Multi-Agent Support
What's New
Multi-Agent Skills Support
The skills-manager skill now supports 15 AI coding agents, allowing you to install, copy, and move skills between different AI tools.
Supported Agents:
OpenCode, Claude Code, Codex, Cursor, Amp, Kilo Code, Roo Code, Goose, Gemini CLI, Antigravity, GitHub Copilot, Clawdbot, Droid, Windsurf
New Commands
detect_agents.py- Detect installed AI agentslist_agent_skills.py- List skills for any agentinstall_skill.py- Install skills to one or more agentscopy_skill.py- Copy skills between agentsmove_skill_agent.py- Move skills between agents
Breaking Changes
- Renamed
claude-skills-managertoskills-manager
Acknowledgments
Multi-agent support is based on add-skill by Vercel Labs.
v1.0.1 - Improve claude-mcp-manager skill
Changes
- claude-mcp-manager skill improvements following best practices:
- Reduced SKILL.md from 360 to 100 lines (~72% reduction)
- Added table of contents to all reference files
- Moved detailed configuration examples to scopes.md
- Removed time-sensitive GitHub issue references
- Consistent terminology throughout all files
Best Practices Applied
- Concise main SKILL.md that defers to reference files
- Progressive disclosure pattern for detailed content
- One-level deep references from SKILL.md
- No time-sensitive information
v1.0.0
Claude Code Reflection Skills v1.0.0
A marketplace for meta-skills that let Claude Code configure itself through conversation. No more editing JSON files.
Installation
# Add the marketplace
/plugin marketplace add https://github.com/CodeAlive-AI/claude-code-reflection-skills.git
# Install the plugin
/plugin install claude-code-reflection-skills@claude-code-reflection-skillsUse Cases
- Connect to your database — Install PostgreSQL MCP server
- Auto-format code — Run Prettier/Black after every edit
- Auto-run tests — Run pytest when Python files change
- Enable sandbox mode — 84% fewer permission prompts
- Block access to secrets — Protect .env and sensitive files
- Create a code reviewer — Read-only subagent with Opus
- Switch to Opus — Better reasoning for complex tasks
- Share team config — Project-scoped settings for everyone
- Log all commands — Full audit trail
- GitHub integration — Create PRs and manage issues
- Update MCP credentials — Rotate API keys without reinstalling
Included Skills
claude-mcp-installer— Connect to databases, GitHub, APIsclaude-hooks-manager— Auto-format, auto-test, loggingclaude-settings-manager— Permissions, sandbox, model selectionclaude-subagents-manager— Specialized agents for specific tasksclaude-skills-manager— Organize and share skillsclaude-plugins-manager— Package and publish plugins
See README for details.