Open Resources
We open-source a selection of the AI agent skills we build internally for the community to use freely. Copy a repository link and paste it into Codex, Claude Code, or any other AI IDE to get started.
After copying, add it as a skill repository in your AI IDE.
The official Scrapling web-scraping skill: built-in anti-bot bypass (e.g. Cloudflare Turnstile), stealth headless browsing, a spider framework, and adaptive parsing — for reliably scraping protected sites.
Read an entire existing codebase (and related projects) and produce a structured, queryable project handbook covering business rules, UI interaction details, the full architecture, and project-specific conventions — usable by technical and non-technical people alike.
Understand a business requirement from scratch, dig into the code implementation, and produce structured docs plus a Mermaid flowchart and an implementation plan — for new-feature design, mapping existing systems, and cross-session knowledge capture.
For any system with an HTTP API, front-end UI, database, and third-party integrations: auto-analyze the architecture, generate a coverage checklist, and land tests across 12 ordered layers with multi-agent collaboration, independent acceptance, and hard pass gates.