crates/clawreform-skills/bundled/self-modify/SKILL.md
Enable ClawReform to safely modify its own codebase
npx skillsauth add aegntic/clawreform self-modifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Enable ClawReform to safely modify its own codebase through natural language requests.
User: Add a /api/health/live endpoint for liveness probes
ClawReform will:
| Endpoint | Method | Purpose |
|----------|--------|---------|
| /api/self-modify/analyze | POST | Analyze request → create plan |
| /api/self-modify/apply | POST | Apply plan with validation |
| /api/self-modify/rollback | POST | Restore from backup |
| /api/self-modify/status | GET | Get current status |
| /api/self-modify/history | GET | Get modification history |
"Add a /api/metrics endpoint that returns system metrics"
"Create a skill for summarizing PDF documents using the memory MCP server"
"Fix the memory leak in MCP connection handling"
The self-modification system consists of:
testing
Writing improvement specialist for grammar, style, clarity, and structure
development
Web search and research specialist for finding and synthesizing information
development
WebAssembly expert for WASI, component model, Rust/C compilation, and browser integration
data-ai
Vector database expert for embeddings, similarity search, RAG patterns, and indexing strategies