·aiconfig-create
</>

aiconfig-create

Guide for setting up AI configuration in your application. Helps you choose between agent vs completion mode, select the right approach for your stack, and create AI Configs that make sense for your use case.

32Installs·2Trend·@launchdarkly

Installation

$npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create

How to Install aiconfig-create

Quickly install aiconfig-create AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: launchdarkly/agent-skills.

SKILL.md

View raw

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.

Guide for setting up AI configuration in your application. Helps you choose between agent vs completion mode, select the right approach for your stack, and create AI Configs that make sense for your use case. Source: launchdarkly/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from launchdarkly/agent-skills

Quick answers

What is aiconfig-create?

Guide for setting up AI configuration in your application. Helps you choose between agent vs completion mode, select the right approach for your stack, and create AI Configs that make sense for your use case. Source: launchdarkly/agent-skills.

How do I install aiconfig-create?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-create Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/launchdarkly/agent-skills