Commit Graph

9 Commits

Author SHA1 Message Date
Ramon Niebla 81230170da feat: add launchdarkly-flag-drift skill
Detect and reconcile drift between a feature flag's in-code SDK fallback
default and its LaunchDarkly default rule (fallthrough), updating only the
default argument without removing the flag or changing its evaluation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-22 12:24:10 -07:00
Ramon Niebla 22a5175622 adding skill for navigating segment usage 2026-03-10 23:14:22 -07:00
Ramon Niebla fb5a94e57d [feat] Adding cursor plugin config (#10) 2026-02-19 06:31:44 -08:00
Ramon Niebla 7cd1d68dcd [REL-12163] feature management tools (#8)
* adding feature management workflow skills, updating skill creation

* updating readme
2026-02-13 09:53:10 -08:00
Scarlett Attensil dcfb2a8f43 feat: Add AI Config create & manage skills (#5)
* feat: Add AI Config create & manage skills

Add skills for creating and managing AI Configs:
- aiconfig-create: Create AI Configs with variations
- aiconfig-update: Update and delete AI Configs
- aiconfig-variations: Manage AI Config variations
- aiconfig-tools: Create and attach tools for function calling

* feat: Add API key auto-detection to create, tools, update, variations skills

* fix: Clarify correct /ai-tools API endpoint

* fix: Clarify that tools must be attached via PATCH, not defaultVariation

* docs: Add post-creation verification steps to aiconfig-create

* fix: Use modelConfigKey for proper model display in UI

- Add modelConfigKey table with common provider/model mappings
- Update examples to use two-step process (config then variations)
- Move modelConfigKey to prominent position in variation payloads
- Document that modelConfigKey is required for UI display

* fix: Add modelConfigKey to variations skill

- Add modelConfigKey table with common provider/model mappings
- Update examples to include modelConfigKey for UI display
- Update model names to current versions (gpt-4o, claude-sonnet-4-5)

* docs: Add API endpoint for listing model configs

* docs: Add URL guidance to skills

- Emphasize providing UI URLs to users after creation
- Add URL prints to create_tool function
- Add URLs to Complete Workflow in tools skill

* refactoring prompts for ai config workflows

* fixing json file

---------

Co-authored-by: Ramon Niebla <rniebla@launchdarkly.com>
2026-02-10 02:16:30 -08:00
Scarlett Attensil 3ce948ca03 feat: Add aiconfig-projects skill (Foundation) (#4)
* feat: Add aiconfig-projects skill (Foundation)

Add the foundation skill for AI Configs - aiconfig-projects enables
creating and managing LaunchDarkly projects to organize AI Configs.

* feat: Add API key auto-detection to aiconfig-projects

* refactoring skill to enable specific workflows - 'integrate aiconfigs… (#7)

refactoring skill to enable specific workflows - 'integrate aiconfigs into my codebase'

* updating json manifest

* fixing manifest json

---------

Co-authored-by: Ramon Niebla <nieblara@msu.edu>
Co-authored-by: Ramon Niebla <rniebla@launchdarkly.com>
2026-02-06 14:08:30 -08:00
Ramon Niebla 097938c64e fix: fixing template name (#2)
fixing template name
2026-02-03 10:23:18 -08:00
Ramon Niebla d67914a5ca Feat: Add skill scaffolding and Flag cleanup skill (#1) 2026-02-03 07:43:05 -08:00
ld-terraform-github-management-app[bot] bb869ffa63 Initial commit 2026-02-03 02:59:06 +00:00