Skip to content

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.

SkillSDK extrasIntegration docs
/anthropicaxonpush[anthropic]Anthropic
/crewaiaxonpush[crewai]CrewAI
/langchainaxonpush[langchain]LangChain
/openai-agentsaxonpush[openai-agents]OpenAI Agents
/deepagentsaxonpush[deepagents]Deep Agents
/otel-pythonaxonpush[otel]OpenTelemetry
/customaxonpushOverview
SkillSDK packageIntegration docs
/ts-anthropic@axonpush/sdkAnthropic
/ts-langchain@axonpush/sdkLangChain
/ts-langgraph@axonpush/sdkLangGraph
/ts-llamaindex@axonpush/sdkLlamaIndex
/ts-mastra@axonpush/sdkMastra
/ts-openai-agents@axonpush/sdkOpenAI Agents
/ts-vercel-ai@axonpush/sdkVercel AI SDK
/ts-google-adk@axonpush/sdkGoogle ADK
/ts-custom@axonpush/sdkOverview
/otel-ts@axonpush/sdkOpenTelemetry

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:

  1. pyproject.toml, requirements.txt, package.json for dependency names.
  2. 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.

The skill bundle is open source — read or contribute at github.com/axonpush/skills.