Extract article content from any URL as clean Markdown. Uses Scrapling script as primary method (with auto fast→stealth fallback), Jina Reader as alternative for simple pages. Preserves headings, links, images, lists, and code blocks. Use this skill whenever the user wants to fetch, read, extract, scrape, or summarize…
Use when releasing AgentBro from this repository: merging dev/main, bumping versions, updating release notes, tagging, pushing, monitoring GitHub Actions, Homebrew cask publication, or fixing a bad release.
A local validation workflow that runs frontend linting, tests, a frontend build, and a Rust check in sequence. It uses the repository's pnpm and Cargo commands.
A guided command for adding support for another coding agent to an application. An agent adapter connects that coding tool's events and settings to the application.
A command that runs the project's full local checks in a fixed order: frontend linting, tests, frontend build, and Rust compilation checks. Linting checks code style and common mistakes; a build check confirms the application can be compiled.
Use when reviewing, fixing CI for, approving workflows for, or merging AgentBro pull requests into dev/main, especially external contributor PRs where contributor attribution matters.