Topic: self-improving
33 skills in this topic.
-
hive.task-decomposition
Decompose complex tasks into explicit subtasks before diving in.
aden-hive/hive 10,180
-
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
aden-hive/hive 10,180
-
triage-issue
aden-hive/hive 10,180
-
hive.batch-ledger
Track per-item status when processing collections to prevent skipped or duplicated items.
aden-hive/hive 10,180
-
hive.context-preservation
Proactively preserve critical information before automatic context pruning destroys it.
aden-hive/hive 10,180
-
hive.note-taking
Maintain structured working notes throughout execution to prevent information loss during context pruning.
aden-hive/hive 10,180
-
test-reporting
aden-hive/hive 10,180
-
hive.error-recovery
Follow a structured recovery protocol when tool calls fail instead of blindly retrying or giving up.
aden-hive/hive 10,180
-
hive.quality-monitor
Periodically self-assess output quality to catch degradation before the judge does.
aden-hive/hive 10,180
-
morning-briefing
Generate a daily morning briefing: email, calendar, Discord, and news — delivered via voice or Discord DM.
sonichi/sutando 114
-
x-twitter
Post tweets, search, read mentions, and check engagement on X (Twitter) via API v2.
sonichi/sutando 114
-
screen-record
sonichi/sutando 114
-
schedule-crons
sonichi/sutando 114
-
regression-search
Search phone-call history for when a feature regressed (find-regression.py) and drill into a single call to see what went wrong (diagnose-call.py). Skips reading 100+ transcripts by hand.
sonichi/sutando 114
-
quota-tracker
Track Claude Code quota usage via Anthropic API rate limit headers. Shows 5h and 7d utilization, reset times, and quota status. Works with both subscription and API key auth.
sonichi/sutando 114
-
proactive-loop
Start Sutando's autonomous proactive loop. Monitors tasks, runs health checks, and builds missing capabilities on a recurring schedule.
sonichi/sutando 114
-
phone-conversation
Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.
sonichi/sutando 114
-
meeting-prep
Auto-prepare for upcoming meetings: attendee info, recent email threads, talking points, and agenda. Runs 30 min before each meeting or on demand.
sonichi/sutando 114
-
macos-tools
macOS native integrations: screen capture, calendar, reminders, contacts, email (Mail.app), Spotlight search. Use when the user asks about their screen, schedule, to-do list, contacts, or wants to send email on macOS.
sonichi/sutando 114
-
info-radar
Monitor arXiv, GitHub, Hacker News, and tech news for topics the owner cares about. Surface discoveries via morning briefing or voice.
sonichi/sutando 114
-
image-generation
Generate and edit images using Gemini Flash Image, and generate videos using Veo. Supports text-to-image, image editing, text-to-video, and image-to-video.
sonichi/sutando 114
-
claude-router
Choose between the local Codex CLI and Gemini CLI from Claude Code. Use for automatic model selection when the user wants the best local delegate for code review, repo-wide analysis, planning, or implementation.
sonichi/sutando 114
-
claude-gemini
Use the local Gemini CLI from Claude Code with the user's existing Gemini authentication or API configuration. Use for large-context repo scans, multimodal analysis, second-opinion planning, or structured Gemini runs in the current workspace.
sonichi/sutando 114
-
claude-codex
Use the local Codex CLI from Claude Code with the user's existing Codex login or API key. Use for Codex reviews, second-opinion analysis, implementation delegation, or non-interactive Codex runs in the current workspace.
sonichi/sutando 114