singularity-claude: A Self-Evolving Skill Engine for Claude Code

singularity-claude is an open-source Claude Code plugin that addresses skill rot in AI coding agents. The creator noticed that skills degrade over time due to edge cases and shifting requirements, with no built-in quality infrastructure. This tool adds a recursive evolution loop to maintain skill quality.
Key Features
- Score: Evaluates every skill execution using a 5-dimension rubric (0-100)
- Auto-repair: Automatically fixes skills when scores drop below a threshold
- Crystallize: Locks high-performing skills into git-tagged versions
- Detect capability gaps: Suggests new skills automatically
Skills progress through four maturity levels: Draft → Tested → Hardened → Crystallized. The entire system runs locally with no cloud dependencies or external requirements.
Installation
Install with two commands:
claude plugin marketplace add shmayro/singularity-claude
claude plugin install singularity-claudeThe current version is v0.1.0, and the creator is actively seeking feedback on what's missing, useful, or broken. The project is available on GitHub for developers to examine and contribute to.
📖 Read the full source: r/ClaudeAI
👀 See Also

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.

Replacing complex retrieval pipelines with simple git commands for AI agents
A developer replaced their 3GB Docker image with sentence-transformers, rank-bm25, and scikit-learn with a single tool that lets AI agents execute read-only shell commands like git log, grep, and git diff directly on their memory repository.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.