Results for “repo-scan”
12 skillsTech Debt
Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]
0
Doc Organizer
Scans repositories for markdown and HTML documentation, classifies files as repo-local or centralizable content, generates an inventory report, and optionally consolidates content into a centralized docs repository.
1
Improve Codebase Architecture
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
236k · bundle
Dbs AI Check
Scans copy for AI-generated writing patterns and outputs a diagnostic report. Diagnosis only by default.
Broken Link Scan
Find broken links on any website. Crawls the page, checks every link for 404s, redirects, and timeouts. Reports dead links with their location. Uses Playwright MCP only — no signup.
More results
PDF
Process PDF files: extract text and tables, merge, split, rotate, watermark, create, encrypt, and OCR scanned documents using Python libraries and command-line tools.
61
PDF
Process PDFs with Python libraries and command-line tools: extract text and tables, merge, split, rotate, create, watermark, encrypt, and OCR scanned documents.
1 · bundle
Accessibility Check
Quick WCAG accessibility scan of any URL. Checks color contrast, missing alt text, keyboard navigation, ARIA labels, heading hierarchy, and focus indicators. Produces a graded report. Uses Playwright MCP only — no signup.
PDF
Read, extract, merge, split, rotate, encrypt, and create PDF files. Supports markdown-to-PDF conversion, table extraction, form filling, and OCR for scanned documents.
1.5k · bundle
PDF Official
Process PDFs with Python libraries and command-line tools: merge, split, extract text and tables, create documents, OCR scanned files, add watermarks, and manage passwords.
2 · bundle
Samedaydesk Machine Commerce
Discover SameDayDesk's twenty-two account-free machine services and produce a verified, non-spending purchase intent from the live OpenAPI contract and unpaid HTTP 402 challenge. Use to select and preflight public web extraction, company or wallet enrichment, repository security scans, JSON-LD generation, AI-search audits, Morpho risk analysis, work opportunities, agent-service discoverability, agent-surface context budgets, contract-qualified service search, seller integrity, x402 or MPP payment offers, Base or Solana transaction evidence, or delegated-wallet policy conformance before a separately authorized payment executor is involved.
Pollers
Mechanics for building and managing pollers — subprocess scripts that check external services on a schedule and emit events when something has changed. Use when authoring a new poller (a `pollers.json` manifest plus a script in any language), debugging why a poller isn't firing, or extending an existing one. Pollers run on cron, emit JSONL events when there's something to report, and stay silent otherwise (silence-as-filter). The framework discovers `<home>/skills/<name>/pollers.json` files at startup and via `reload_pollers`; each emitted event becomes a fresh turn on a `poller:<name>` synthetic channel. Companion to the `world-scanning` skill, which catalogs *what's worth polling*. Distinct from `async-tasks` (one-shot wake-up via bash_async, not recurring) and from in-process scheduler callables (saga-consolidate, oauth-usage-poll — those mutate mimir-internal state and aren't subprocess-isolated).
6 · bundle