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

Airbyte Agents: A Pre-Indexed Context Layer for AI Agents vs Raw API MCPs
Airbyte launches Airbyte Agents, a context layer that pre-indexes data from operational systems (Slack, Salesforce, Linear, Zendesk, Gong) to reduce agent token consumption by up to 90% compared to direct vendor MCPs.

Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT
Revise is an AI editor for documents built from scratch over 10 months using agentic coding tools, with a custom word processor engine and rendering layer that only uses Y.js for the CRDT stack. It integrates multiple AI models including GPT-5.4 variants and Claude models for proofreading and revision.

Canopy: Terminal Dashboard for Managing Multiple Claude Code Agents
Canopy is an open source terminal UI that provides a single dashboard view for tracking multiple AI coding agents running across git worktrees. It shows agent states (running, idle, waiting for input, done, errored) and lets you jump into sessions or send input without fully switching.

Simplifying Automation with OpenClaw Wrappers
OpenClaw Wrappers offer an efficient way to manage AI coding agents. Discover how these tools integrate easily into existing frameworks with specific command examples and community feedback.