Supported Frameworks
The 17 framework integrations below are now cross-agent skills — host-agnostic Markdown bundles that ship inside axonpush/skills. Once you install the bundle (npx skills add axonpush/skills or /plugin install axonpush/skills in Claude Code), each framework integration becomes invocable directly from your agent — for example /anthropic or /ts-langchain in Claude Code.
The skills detect your project, install the right SDK extras, and wire the integration into your entry point. The same Markdown skills run identically across Claude Code, Cursor, Codex, OpenCode, Cline, GitHub Copilot, Windsurf, Gemini, and 40+ other agents.
Python
Section titled “Python”| Skill | SDK extras | Integration docs |
|---|---|---|
/anthropic | axonpush[anthropic] | Anthropic |
/crewai | axonpush[crewai] | CrewAI |
/langchain | axonpush[langchain] | LangChain |
/openai-agents | axonpush[openai-agents] | OpenAI Agents |
/deepagents | axonpush[deepagents] | Deep Agents |
/otel-python | axonpush[otel] | OpenTelemetry |
/custom | axonpush | Overview |
TypeScript
Section titled “TypeScript”| Skill | SDK package | Integration docs |
|---|---|---|
/ts-anthropic | @axonpush/sdk | Anthropic |
/ts-langchain | @axonpush/sdk | LangChain |
/ts-langgraph | @axonpush/sdk | LangGraph |
/ts-llamaindex | @axonpush/sdk | LlamaIndex |
/ts-mastra | @axonpush/sdk | Mastra |
/ts-openai-agents | @axonpush/sdk | OpenAI Agents |
/ts-vercel-ai | @axonpush/sdk | Vercel AI SDK |
/ts-google-adk | @axonpush/sdk | Google ADK |
/ts-custom | @axonpush/sdk | Overview |
/otel-ts | @axonpush/sdk | OpenTelemetry |
Auto-detection
Section titled “Auto-detection”If you run the top-level /axonpush-integrate skill instead of one of the framework-specific skills, the agent picks one for you by scanning:
pyproject.toml,requirements.txt,package.jsonfor dependency names.- Source files (
.py,.ts,.tsx,.js) for import statements.
If multiple frameworks are detected, the agent prompts you to pick one before proceeding. You can always override by invoking a framework skill directly.
Source
Section titled “Source”The skill bundle is open source — read or contribute at github.com/axonpush/skills.