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

Building an Agentic RAG for Obsidian with Claude and an Eval Harness to Detect Hallucinations
A developer built an agentic RAG system over an Obsidian vault to let Claude answer questions from engineering books, then created an eval harness using Claude Sonnet as a judge to detect when the agent was confidently wrong. Rubric iterations improved judge-human agreement from 39% to 94%.

Tripsy Launches MCP Server for Claude: Manage Trips via Structured API
Tripsy's official MCP server lets Claude directly read, create, and update trips, activities, stays, transportation, and expenses. Setup takes ~1 minute via Claude's custom connector.

OpenClaw Skill for Local Meeting Transcription with Whisper
A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.

Open-source CLI uses Claude Haiku to automate Xero expense auditing
A developer has released an open-source Python CLI tool that uses Claude Haiku 4.5 to automate Xero expense auditing. The tool follows a 'deterministic code first, then AI to fill in the gaps' approach, keeping costs to a few cents per audit run.