skills/dev-loop-research/SKILL.md
Standalone research agent — scans repo health (CLI, skills, spec drift) and vault health (raw-to-page coverage, cross-link density, page quality, type coverage). Outputs prioritized work-item recommendations. Pass `high` for aggressive mode.
npx skillsauth add karlorz/agent-skills dev-loop-researchInstall 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.
Standalone entry point for the research agent. Enables invocation independent of the dev-loop idle path:
/dev-loop-research or /dev-loop-research high/loop 1h dev-loop-researchParse arguments for high (case-insensitive). If present,
intensity = high; otherwise intensity = normal. Full threshold
definitions live in the companion prompt (see Execution below).
Load the same way dev-loop does (.claude/dev-loop.config.md, then
CLAUDE.md introspection, then repo autodiscover). If session variables
from a prior REFRESH are already in scope ($BACKEND_CAPS,
$VAULT_TYPES, etc.), reuse them — do not re-read unchanged files.
Read the full research agent prompt from the dev-loop skill's companion
file at ~/.claude/plugins/cache/karlorz-agent-skills/dev-loop/<version>/research.md
(check the version directory) and execute exactly one research pass as
documented there. If the cache path is unavailable, fall back to
skills/dev-loop/research.md relative to the repo root.
The companion prompt is the canonical execution spec — it defines intensity thresholds, Track A/B steps, SYNTHESIZE scoring, idle fast-path, and save/exit protocol. This SKILL.md is the invocable wrapper only.
development
Review and simplify recently changed code for reuse, clarity, and efficiency while preserving behavior. Use when the user asks to simplify, refine, polish, clean up, or make code clearer, or after finishing a logical chunk of implementation that should be tightened before commit.
tools
Use this skill when the user asks to open a browser, browse a website, scrape a page, automate Chrome, take a screenshot, fill out a form, click a button, or otherwise interact with a website. Includes a browser-worker agent (model: sonnet) for mechanical Chrome lifecycle and interaction tasks.
development
Host-level backup and restore with profile system (presets + custom YAML profiles), model-aware agents (sonnet worker for mechanical tasks), post-discovery research, and skillwiki infrastructure capture. Uses rsync with partial-dir for resumable WAN transfers. Use when backing up or restoring Caddy reverse-proxy domains, databases (postgres, mysql, redis, mongodb, sqlite), systemd services, full SSH identity/config, Tailscale state/config, and Hermes agent state on remote Linux hosts.
tools
Hermes Agent CLI commands reference. Use when the user asks about hermes-agent CLI usage, commands, flags, or subcommands. Covers the full hermes terminal command surface.