什么是 aiconfig-create?
在应用程序中设置 AI 配置的指南。帮助您在代理模式与完成模式之间进行选择,为您的堆栈选择正确的方法,并创建对您的用例有意义的 AI 配置。 来源:launchdarkly/agent-skills。
在应用程序中设置 AI 配置的指南。帮助您在代理模式与完成模式之间进行选择,为您的堆栈选择正确的方法,并创建对您的用例有意义的 AI 配置。
通过命令行快速安装 aiconfig-create AI 技能到你的开发环境
来源:launchdarkly/agent-skills。
You're using a skill that will guide you through setting up AI configuration in your application. Your job is to explore the codebase to understand the use case and stack, choose agent vs completion mode, create the config following the right path, and verify it works.
| Persistent instructions across interactions | Agent | | LangGraph, CrewAI, AutoGen | Agent | | Direct OpenAI/Anthropic API calls | Completion | | Full control of message structure | Completion | | One-off text generation | Completion |
Both modes support tools. Agent mode: single instructions string. Completion mode: full messages array.
在应用程序中设置 AI 配置的指南。帮助您在代理模式与完成模式之间进行选择,为您的堆栈选择正确的方法,并创建对您的用例有意义的 AI 配置。 来源:launchdarkly/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create在应用程序中设置 AI 配置的指南。帮助您在代理模式与完成模式之间进行选择,为您的堆栈选择正确的方法,并创建对您的用例有意义的 AI 配置。 来源:launchdarkly/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/launchdarkly/agent-skills