Skills Ecosystem — Weavetab Docs

Drop-in agent skills and recipes from @weavetab/skills.

Skills Ecosystem

Drop-in agent skills and recipes from @weavetab/skills.

# Weavetab Skills Ecosystem

The **`@weavetab/skills`** package provides drop-in operational directives and behavior skills for AI agents (Claude, Cursor, Windsurf, Copilot, Antigravity).

## Interactive Skills Installer

```bash
npx -y @weavetab/skills@latest
```

The interactive installer detects your IDE (`.agents`, `.cursorrules`, `.clinerules`, `.roocode`, etc.) and injects selected skills directly without workspace clutter.

---

## Available Skills Directory

- **CAPTCHA Evasion** (`general/captcha-evasion.md`) — Heuristics for resolving bot challenges and checkbox modals.
- **Context Awareness** (`general/context-awareness.md`) — Deep page analysis and landmark scoping.
- **Cookie Consent Banners** (`general/cookie-consent.md`) — Auto-dismissing GDPR and overlay modals.
- **Data Extraction** (`general/data-extraction.md`) — CSS & XPath tabular scraping.
- **Dynamic Interaction** (`general/dynamic-interaction.md`) — Precision hover, drag-and-drop, and flyout menus.
- **Error Recovery** (`general/error-recovery.md`) — Resolving 404s, stale elements, and network timeouts.
- **File Upload** (`general/file-upload.md`) — Direct CDP file attachments.
- **Form Filling** (`general/form-filling.md`) — Multi-field smart form batch completion.
- **Infinite Scroll** (`general/infinite-scroll.md`) — Pagination and dynamic lazy loading.
- **SPA Navigation** (`general/spa-navigation.md`) — Client-side route changes in React/Vue/Angular.