Turns a project's full claude-mem timeline into a serial, chapter-per-ISO-week narrative built by a chained sequence of subagents.
Splits a task into the smallest mergeable PRs, builds each in its own git worktree with evidence-backed manual QA, then loops on CI and review-bot gates until merged and cleaned up.
Grounds itself in your codebase, asks only the questions exploration can't answer, and after your explicit okay writes one decision-complete work plan a worker can execute with zero follow-up interview.
A 6-phase refactoring protocol: clarify intent, build a codemap, gauge test coverage, plan atomic steps, and verify after every change.
Look up precomputed AlphaGenome Atlas AVI scores and call the AlphaGenome model on demand to rank and mechanistically interpret non-coding regulatory SNVs.
A careful runbook for moving legacy NanoClaw and Claude-native memory into the shared memory/ tree with quarantine, reporting, and rollback.
Switches NanoClaw off the OneCLI credential gateway and injects Anthropic API keys or OAuth tokens straight from .env into the agent container.
Lets an agent safely modify its own environment — installing packages, adding MCP servers, or delegating code changes to a builder agent.
A step-by-step playbook for tracing NanoClaw agent container failures through host logs, the two session DBs, mounts, and heartbeats.
An operations skill that wires messaging channels to nanoclaw agent groups and configures isolation, mention and threading policies.
An interactive skill for adding channels, MCP integrations, personas, and deployment changes to a NanoClaw bot.
Routes a NanoClaw agent group to a local Ollama model instead of the Anthropic API via env overrides and a model setting.
Walks an operator through creating the first NanoClaw DM agent and verifies end-to-end delivery with a welcome message.
Detects an existing OpenClaw install and walks you conversationally through moving identity, channel tokens, scheduled tasks and MCP config into NanoClaw v2's entity model.
Extracts your NanoClaw fork's customizations into a replayable migration guide, then upgrades by reapplying them on a clean upstream checkout — no merge conflicts.
An AI/ML-specific security skill that scans for prompt injection and jailbreaks, scores model inversion and data poisoning risk, and maps findings to MITRE ATLAS.
Installs OneCLI and migrates your NanoClaw project's .env API credentials into the Agent Vault gateway.
An autonomous edit-measure-keep/revert loop that optimizes any file against a measurable metric using git as the safety net.
Wires OpenCode (OpenRouter, DeepSeek, Zen, Anthropic) in as a per-group agent backend for NanoClaw instead of the Anthropic Agent SDK.
Walks Claude through the human-judgment half of a NanoClaw v1→v2 upgrade: owner seeding, legacy memory, container config, and fork triage.