Use this skill when working on supercli documentation — editing docs/index.html, docs/plugins.html, creating scripts that generate doc data (meta-plugins.json), or aligning docs to current implementation. Covers the docs structure, terminology conventions, script patterns, and beads issue workflow.
Move records from an external source (CSV, JSON, SQL dump, or API response) into a live FileMaker solution via OData. Reads the source data, maps source columns to FM fields with type coercion, gets developer approval on the mapping, then executes the migration with error tracking. Use when the developer asks to "migrate data", "import records", "move data into FileMaker", "load CSV", or "import JSON".
- 📁 assets/
- 📁 references/
- 📁 scripts/
- 📄 CONTRIBUTING.md
- 📄 LICENSE
- 📄 README.md
A production-grade framework for long-running, autonomous agents based on Harness Engineering principles. Features three-layer self-healing memory, circuit breaker protection, KAIROS dream-mode consolidation, and multi-agent coordination. When a user describes a task idea, Agent automatically initializes the workspace, fills all template files, sets up the cron schedule, and begins execution immediately.
Assemble generated sprint fragments into a complete, buildable project. This is the final step in the greenfield pipeline after `codd implement`.
- 📁 autoplan/
- 📁 benchmark/
- 📁 browse/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 ARCHITECTURE.md
Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with
>-
- 📁 .github/
- 📁 cmd/
- 📁 docs/
- 📄 .gitignore
- 📄 .goreleaser.yaml
- 📄 apkgo.example.yaml
Upload APK files to Android app stores (Huawei, Xiaomi, OPPO, vivo, Honor, Google Play, Samsung, Pgyer, fir.im) and run custom scripts. Designed for AI agents with structured JSON output, semantic exit codes, and zero interaction.
Full agent verification suite. Runs security, patterns, quality, and language-specific checks. Use when asked to "verify agent", "verify my agent", "audit agent", or "full verification".
Analyze changed tests in the current branch and improve them using Behavior Driven Development principles. Use when asked to rewrite, restructure, or improve tests in a BDD style with readable, meaningful, and real-world focused test cases.
Use skill if you are applying Clean Architecture layers, dependency direction, DDD entities, use cases, or strict TypeScript patterns to structure or audit a codebase.
- 📁 references/
- 📁 scripts/
- 📄 .clawhubignore
- 📄 .gitignore
- 📄 AGENTS.md
Interact with Kanban Zone kanban boards via the Kanban Zone API. Use when the user wants to manage kanban cards, view boards, move cards between columns, check WIP limits, link cards, search across boards, or get board-level metrics. Supports listing boards, creating/updating/moving cards, card links, custom fields, watchers, filtering, and cross-board search. Even if the user just says "check the board", "what's in progress", or mentions kanban cards, use this skill.
- 📄 atomic-chat-mcp-stdio.ts
- 📄 SKILL.md
Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.