Add cross-agent compatibility layer (Codex, Gemini CLI, Cursor) #8

Closed
opened 2026-04-24 02:59:24 +00:00 by frank · 1 comment
Owner

Summary

Make core skills work beyond Claude Code with adapter layers for other AI coding agents.

Why

The solo dev lifecycle is tool-agnostic. Scripts already use pure Python stdlib. Cross-agent support massively expands the addressable user base.

Implementation

  • Add adapter layers (.cursorrules, codex task definitions)
  • Publish to npm or pip for discoverability
  • Start with 2-3 most popular skills as POC

Effort

Large (1-2 weeks)

## Summary Make core skills work beyond Claude Code with adapter layers for other AI coding agents. ## Why The solo dev lifecycle is tool-agnostic. Scripts already use pure Python stdlib. Cross-agent support massively expands the addressable user base. ## Implementation - Add adapter layers (.cursorrules, codex task definitions) - Publish to npm or pip for discoverability - Start with 2-3 most popular skills as POC ## Effort Large (1-2 weeks)
frank closed this issue 2026-04-24 20:09:26 +00:00
Author
Owner

Implemented in 35f58c9. Added .cursorrules (Cursor), AGENTS.md (agent-agnostic guide, also Gemini CLI), and codex.md (OpenAI Codex). Scripts were already pure stdlib Python � these adapter files map discovery and invocation patterns to each agent format.

Implemented in 35f58c9. Added .cursorrules (Cursor), AGENTS.md (agent-agnostic guide, also Gemini CLI), and codex.md (OpenAI Codex). Scripts were already pure stdlib Python � these adapter files map discovery and invocation patterns to each agent format.
Sign in to join this conversation.
No description provided.