Skip to content

Releases: CodeAlive-AI/claude-code-reflection-skills

v1.1.1 - Hooks manager improvements

22 Jan 18:19

Choose a tag to compare

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

18 Jan 07:43

Choose a tag to compare

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 agents
  • list_agent_skills.py - List skills for any agent
  • install_skill.py - Install skills to one or more agents
  • copy_skill.py - Copy skills between agents
  • move_skill_agent.py - Move skills between agents

Breaking Changes

  • Renamed claude-skills-manager to skills-manager

Acknowledgments

Multi-agent support is based on add-skill by Vercel Labs.

v1.0.1 - Improve claude-mcp-manager skill

17 Jan 17:04

Choose a tag to compare

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

16 Jan 22:25

Choose a tag to compare

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

Use Cases

  1. Connect to your database — Install PostgreSQL MCP server
  2. Auto-format code — Run Prettier/Black after every edit
  3. Auto-run tests — Run pytest when Python files change
  4. Enable sandbox mode — 84% fewer permission prompts
  5. Block access to secrets — Protect .env and sensitive files
  6. Create a code reviewer — Read-only subagent with Opus
  7. Switch to Opus — Better reasoning for complex tasks
  8. Share team config — Project-scoped settings for everyone
  9. Log all commands — Full audit trail
  10. GitHub integration — Create PRs and manage issues
  11. Update MCP credentials — Rotate API keys without reinstalling

Included Skills

  • claude-mcp-installer — Connect to databases, GitHub, APIs
  • claude-hooks-manager — Auto-format, auto-test, logging
  • claude-settings-manager — Permissions, sandbox, model selection
  • claude-subagents-manager — Specialized agents for specific tasks
  • claude-skills-manager — Organize and share skills
  • claude-plugins-manager — Package and publish plugins

See README for details.