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

OpenTrace: Self-Hosted Observability Server with 75+ MCP Tools
OpenTrace is a self-hosted observability server that provides logs, user analytics, and database introspection through 75+ MCP tools, running on a $4 VPS with SQLite storage and read-only Postgres connections.
CTOP: Terminal UI to Monitor Claude Code Sessions, Zero Deps
CTOP is a zero-dependency Node.js TUI that shows CPU, memory, context window saturation, token breakdown, and cost estimates for all running Claude Code and Codex sessions.

Developer builds MCP server connecting 18 e-commerce tools to Claude
A developer created an MCP server that integrates 18 e-commerce platforms and tools with Claude, enabling cross-referencing queries across multiple data sources. The project was primarily built using Claude Code (Opus) in days rather than months.

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.