// Open-source catalog for AI coding harnesses

487 skills. 348 agents.
114 promoted research candidates.
One install.

Drop-in skills and agent adapters for Claude Code, OpenAI Codex, GitHub Copilot, Cursor, Gemini CLI, Kiro, and Lovable.

View catalog
/plugin marketplace add TechTideOhio/techtide-harness-kit

// the catalog

487
skills
348
agents
114
promoted research candidates
5
enterprise missions
27
provider lanes

// what ships

Seven directories. One repo.

  • skills/

    Portable task workflows with frontmatter.

  • agents/

    Specialist roles with harness adapters.

  • rules/

    Harness-specific operating guidance.

  • mcp/

    Trusted MCP server notes.

  • catalog/

    Machine-readable indexes + trust metadata.

  • powers/

    Kiro Power packages.

  • plugins/

    Codex plugin packages + templates.

// supported harnesses

Install path per harness.

HarnessCommand
Claude Code/plugin marketplace add TechTideOhio/techtide-harness-kit
OpenAI Codexcodex plugin marketplace add TechTideOhio/techtide-harness-kit
GitHub Copilotcopilot plugin marketplace add TechTideOhio/techtide-harness-kit
Cursorgit clone … && add as plugin directory
Gemini CLI / Antigravitynpx thk-export-agents --platform gemini --all
Kiroadd selected powers/techtide-* directories
Lovablenpm run lovable:write # one ZIP per skill

// install

From the cloned repo.

Clone, install dependencies, validate the catalog, then export agents to your harness of choice.

shell
$ git clone https://github.com/TechTideOhio/techtide-harness-kit
$ cd techtide-harness-kit && npm install
$ npm run validate
$ npx thk-export-agents --help

// trust posture

How this catalog treats risk.

  • 01

    Read-first, approval-gated, target-confirmed for risky ops.

  • 02

    Skills carry tool scopes, data classes, network posture, approval gates, audit metadata.

  • 03

    External skills are quarantine-first.

  • 04

    Compliance mappings are engineering aids, not legal attestations.

  • 05

    See TRUST.md, EVALS.md, DATA-HANDLING.md, PROMPT-INJECTION.md.