This commit adds 91 skills converted from the system_prompts_leaks repository.
## Stats
- Anthropic: 21 skills
- OpenAI: 42 skills
- Google: 11 skills
- Perplexity: 2 skills
- xAI: 5 skills
- Proton: 2 skills
- Misc: 8 skills
## Features
- Auto-integrated with Ralph autonomous agent system
- Actual system prompts from production AI systems
- Includes Claude Code, GPT-5, Gemini 3, Grok 4, and more
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Add all 21 commands (clawd, ralph, prometheus*, dexto*)
- Add all hooks (intelligent-router, clawd-*, prometheus-wrapper, unified-integration-v2)
- Add skills (ralph, prometheus master)
- Add MCP servers (registry.json, manager.sh)
- Add plugins directory with marketplaces
- Add health-check.sh and aliases.sh scripts
- Complete repository synchronization with local ~/.claude/
Total changes: 100+ new files added
All integrations now fully backed up in repository
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Enhanced codebase-indexer to run automatically on ALL code-related tasks:
- Added always-active status to codebase-indexer skill
- Integrated into always-use-superpowers decision tree
- Now runs first before any code work for 40-60% token reduction
Benefits:
- Automatic semantic codebase indexing
- Intelligent file discovery
- Reduced token usage
- Better code understanding
🤖 Generated with Claude Code SuperCharged v2.0.0
Fixed YAML parsing errors in 4 skill files that were missing the
closing '---' delimiter in their frontmatter, causing skill loading
failures.
Fixed files:
- skills/auto-superpowers/SKILL.md
- skills/cognitive-context/SKILL.md
- skills/cognitive-planner/SKILL.md
- skills/cognitive-safety/SKILL.md
Co-Authored-By: Claude <noreply@anthropic.com>
- Moved 3 new skill folders to skills/: python-patterns, react-best-practices, release-skills
- Removed 48 duplicate skill folders from root (already existed in skills/)
- Repository root now only contains: agents/, skills/, and config files
Co-Authored-By: Claude <noreply@anthropic.com>
Fixed Windows line endings (CRLF) in all shell scripts to Unix format (LF):
- supercharge.sh (main installation script)
- agents/*.sh (all agent management scripts)
- hooks/*.sh (all hook scripts)
- skills/ui-ux-pro-max/scripts/wordpress_safe_update.sh
All scripts now pass bash syntax validation.