align
01Skill Claude CodeCodex
Structured 10-domain identity interview that maps operator values, preferences, and boundaries into HomarUS identity files (soul.md, user.md). Onboarding experience for new agents.
Skill Claude CodeCodex
Structured 10-domain identity interview that maps operator values, preferences, and boundaries into HomarUS identity files (soul.md, user.md). Onboarding experience for new agents.
Skill Claude CodeCodex
Detect reusable procedures and generate SKILL.md files. Runs automatically during reflection (when autoSkill.enabled) to flag complex or recurring workflows, or on-demand when user says "make this a skill". Produces a new .claude/skills/ /SKILL.md and tracks candidates in /.homaruscc/auto-skills.json. TRIGGER when…
Skill Claude CodeCodex
Autonomous experimentation loop that iteratively improves a target file. Produces experiments.jsonl log and structured results-data.json. TRIGGER when user says "optimize", "experiment with", "try variations of", "autoresearch", "run experiments on", or wants to iteratively improve code/config. Invoked with…
Skill Claude CodeCodex
Check and compact identity files that exceed character limits. Uses LLM-assisted consolidation to rewrite content at higher density without losing information. Produces compaction log entries and status reports. TRIGGER when user says "compact", "check identity sizes", "memory limits", or during reflection/session-end…
Skill Claude CodeCodex
Start HomarUScc — opens the dashboard, connects Telegram, and begins the zero-token event loop. Produces real-time Telegram/dashboard messaging, timer handling, email monitoring, and background agent dispatch. TRIGGER when user says "start homaruscc", "connect telegram", "open dashboard", "start the event loop", or…
Skill Claude CodeCodex
Run baseline metrics and performance tracking for HomarUScc. Measures memory retrieval quality, skill usage, event loop health, and prediction error patterns. Produces JSON metrics and a human-readable report. TRIGGER when user says "measure", "run metrics", "check performance", "how is memory doing", "skill usage…
Skill Claude CodeCodex
Multi-agent parallel code review. Spawns 4+ specialized reviewer agents (correctness, simplicity, security, style) that produce a consolidated review report with severity-ranked findings. TRIGGER when user says "review this code", "code review", "check my changes", "review the PR", or after significant code changes.…
Skill Claude CodeCodex
Transcribe audio or video locally using mlx-whisper on Apple Silicon. Produces a markdown transcript file. TRIGGER when user says "transcribe this", "what does this audio say", "transcribe the video", provides a YouTube URL for transcription, or sends a voice message to transcribe. Supports YouTube URLs, local files…
Skill Claude CodeCodex
Fact-check a document against source data using 2-pass claim extraction and verification. Produces an errata report (markdown) with claim-by-claim verdicts and optionally applies corrections to the source document. TRIGGER when user says "verify this", "fact-check", "check accuracy", "is this correct", or wants to…
Skill Claude CodeCodex
Multi-step writing workflow that produces polished long-form articles. Outputs a markdown article file through research, outline, draft, self-critique, and revision phases. TRIGGER when user says "write an article about", "write a post on", "draft a piece about", "write about", or wants a researched, polished written…
MCP server Claude CodeCodexCursor
MCP server that gives Claude Code a body — messaging, memory, identity, timers, browser automation, and dreams. Runs locally from the homaruscc npm package.