Setting the file. One moment.
Subchapter 22.10
README.mdMarkdown2 KBView on GitHub
An Agent Skill for setting up LaunchDarkly project management in a codebase. Guides exploration of the stack, assessment of the right approach, and integration that fits the architecture.
This skill teaches agents how to:
For now, install by placing this skill directory where your agent client loads skills.
Examples:
skills/agentcontrol/projects/ into your client’s skills pathChoose one:
projects:write permissionOnce installed, the skill activates automatically when you ask about project setup:
Set up a LaunchDarkly project for our configsCreate a project for our customer support agentAdd LaunchDarkly project management to this codebaseprojects/
├── SKILL.md
├── README.md
└── references/
├── quick-start.md
├── python-setup.md
├── nodejs-setup.md
├── go-setup.md
├── env-config.md
├── project-cloning.md
├── iac-automation.md
├── admin-tooling.md
└── multi-language-setup.mdApache-2.0