一键导入
ax-cpp-llm
Use when writing C++ code with `axllm` for using the generated Ax package, factory functions, package docs, examples, and API reference.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when writing C++ code with `axllm` for using the generated Ax package, factory functions, package docs, examples, and API reference.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when writing C++ code with `axllm` for agent memory, recall callbacks, dynamic skill discovery, loaded-skill state, and used-skill tracking.
Use when writing C++ code with `axllm` for agent tracing, usage accounting, action logs, runtime diagnostics, replay, and production debugging.
Use when writing C++ code with `axllm` for agent optimization, evaluators, judges, optimizer artifacts, BootstrapFewShot, and GEPA.
Use when writing C++ code with `axllm` for RLM executor loops, AxCodeRuntime sessions, runtime envelopes, process runtimes, and optional runtime profiles.
Use when writing C++ code with `axllm` for agents, child delegation, tools, MCP, clarification, runtime state, and final typed responses.
Use when writing C++ code with `axllm` for provider clients, model selection, OpenAI-compatible calls, Responses, Gemini, Anthropic, routers, and balancers.
| name | ax-cpp-llm |
| description | Use when writing C++ code with `axllm` for using the generated Ax package, factory functions, package docs, examples, and API reference. |
| version | 22.0.6 |
This skill helps an agent write C++ code with the generated Ax package axllm. Use the generated package API, examples, and manifests; do not import TypeScript-only APIs unless you are editing the TypeScript package.
axllm.API.md and axir-api.json.axir-capabilities.json.examples/.javascript-quickjs, python-pyodide.#include "axllm/axllm.hpp"
auto llm = axllm::ai("openai", { {"apiKey", std::getenv("OPENAI_API_KEY")} });
axllm::s, axllm::FieldType, axllm::AxSignatureaxllm::ax, axllm::AxGenaxllm::ai, axllm::OpenAICompatibleClient, axllm::OpenAIResponsesClient, axllm::GoogleGeminiClient, axllm::AnthropicClient, axllm::AxBalancer, axllm::MultiServiceRouter, axllm::ProviderRouteraxllm::agent, axllm::AxAgentaxllm::flow, axllm::AxFlowaxllm::optimize, axllm::AxBootstrapFewShot, axllm::AxGEPA, axllm::OptimizerEngine, axllm::OptimizerEvaluatorprovider-api examples only when the user explicitly has provider credentials available.no-key examples for deterministic local checks and provider request mapping.tools/*/skills/ into user packages.