什麼是 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