Agent skill · software engineering · mvanhorn
pp-context-dev
Printing Press CLI for Context.dev. Agent-friendly website intelligence, brand enrichment, scraping, crawling, structured extraction, screenshots, styleguides, competitor maps, source packs, and change digests.
Why this skill is useful
Adds executable commands for website intelligence and data extraction that enhance the AI's capabilities beyond generic scraping knowledge.
What it needs
Requires context-dev-pp-cli installed locally. About 9k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Context Dev — Printing Press CLI Prerequisites: Install the CLI This skill drives the context-dev-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: context-dev-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Agent-friendly Context.dev CLI for website intelligence, brand enrichment, scraping, crawling, structured extraction, screenshots, styleguides, competitor maps, source packs, and change digests. Command Reference first-class workflows — Prefer these for common Context.dev operator tasks. context-dev-pp-cli scrape <url> --agent — Scrape one URL to clean Markdown. context-dev-pp-cli crawl <seed> --max-pages 5 --agent — Crawl same-domain pages. Use --estimate; above 25 pages requires --confirm or --yes. context-dev-pp-cli extract <url> --schema schema.json --agent — Extract typed JSON using a JSON Schema file. context-dev-pp-cli styleguide <domain url> --agent — Extract design-system data. context-dev-pp-cli screenshot <domain url> --agent — Capture a screenshot preview. context-dev-pp-cli entity-discover --type company --name "<name>" --location "<place>" --agent — Fielded public entity discovery with search, brand/scrape enrichment, ranking, and provenance. Valid types: company, venue, provider, school, agency, other. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/context-dev