SKILL_MD
browser-edge-cases
by aden-hive
87

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.

Automation / 自动化Safe-ishScanned
SKILL_MD
83

Required before any browser_* tool call. Teaches the screenshot + browser_click_coordinate workflow that reaches shadow-DOM inputs selectors can't see, the CSS-pixel coordinate rule (not physical px), rich-text editor quirks ("send button stays disabled" failures), and CSP gotchas. Covers Chrome vi…

Automation / 自动化Safe-ishScanned
78

Required reading whenever any chart_* tool is available. Teaches the one-tool embedding contract (call chart_render → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic…

MLOps / AI 工程Safe-ishScanned
SKILL_MD
78

Read before automating LinkedIn with browser_* tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified …

Automation / 自动化Safe-ishScanned
SKILL_MD
hive.x-automation
by aden-hive
78

Read before automating X / Twitter with browser_* tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying sc…

Automation / 自动化Safe-ishScanned
SKILL_MD
78

Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatter, optional scripts/references/assets directories). Use when the user asks to create, scaffold, add, or package a new skill for a Hive agent.

Coding / 软件开发Safe-ishScanned
74

Use when launching anything that runs longer than a minute, anything that streams logs, anything you want to keep running while doing other work — or when terminal_exec auto-backgrounded on you and returned a job_id. Teaches the start→poll→wait pattern with terminal_job_logs offset bookkeeping, the…

Coding / 软件开发Safe-ishScanned
SKILL_MD
74

Follow a structured recovery decision tree when tool calls fail instead of blindly retrying or giving up.

Coding / 软件开发Safe-ishScanned
74

Required reading whenever any shell_* tool is available. Teaches the foreground/background dichotomy (terminal_exec auto-promotes past 30s, returns a job_id you poll with terminal_job_logs), the standard envelope shape (exit_code, stdout, stdout_truncated_bytes, output_handle, semantic_status, warn…

Coding / 软件开发NetworkScanned
74

Use when you need state across calls — building env vars, navigating with cd, driving REPLs (python -i, mysql, psql, node), or responding to interactive prompts (sudo password, ssh host-key confirmation, mysql connection). Teaches the prompt-sentinel exec pattern (default mode), raw I/O for REPLs (…

Coding / 软件开发ShellScanned
SKILL_MD
74

Use terminal_rg / terminal_find when you need raw filesystem search outside the project tree — system configs, /var/log, /etc, archive contents — or when files-tools.search_files is too project-scoped. Teaches the rg vs find vs terminal_exec("ls/du/tree") split, common rg flag combos for code/logs/…

Coding / 软件开发Safe-ishScanned
SKILL_MD
triage-issue
by aden-hive
74

Analyze a GitHub issue, verify claims against the codebase, and close invalid issues with a technical response.

Coding / 软件开发Safe-ishScanned
SKILL_MD
test-reporting
by aden-hive
74

Run the Level 2 dummy agent integration test suite and produce a detailed HTML report with per-test input → outcome analysis.

Coding / 软件开发Safe-ishScanned

Read when a terminal-tools call returned something surprising — empty stdout despite no error, exit_code is null, output_handle came back expired, "too many jobs" / "session busy" / "too many PTYs", warning was set unexpectedly, semantic_status disagrees with exit_code. Diagnostic recipes only — lo…

Coding / 软件开发NetworkScanned
SKILL_MD
70

Periodically self-assess output quality to catch degradation before the judge does.

Coding / 软件开发Safe-ishScanned
SKILL_MD
70

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a db_path field.

Coding / 软件开发Safe-ishScanned
SKILL_MD
65

Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.

Coding / 软件开发Safe-ishScanned
SKILL_MD
hive.note-taking
by aden-hive
65

Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.

Personal Knowledge / 个人知识管理Safe-ishScanned