Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,454
总 Skills
90.8M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
4251 pixijs-custom-rendering pixijs/pixijs-skills
Custom shaders bind GLSL and WGSL programs to scene objects via Shader.from({ gl, gpu, resources }) . Uniforms live in typed UniformGroup s, textures are passed as separate resources, and the same shader can target both WebGL and WebGPU. Quick Start const uniforms = new UniformGroup ( { uTime : { value : 0 , type : "f32" } , } ) ; const shader = Shader . from ( { gl : { vertex : vertexSrc , fragment : fragmentSrc } , resources : { uniforms } , } ) ; const geometry = new MeshGeometry ( { position...
1.4K
4252 pixijs-scene-dom-container pixijs/pixijs-skills
DOMContainer positions an HTML element over the PixiJS canvas and drives its CSS transform from the scene graph. Use it for native inputs, iframes, videos, or rich HTML that needs to follow a display object's position. The default pixi.js browser bundle registers the DOMPipe automatically; custom builds add a side-effect import 'pixi.js/dom' . DOMContainer is marked EXPERIMENTAL in PixiJS v8. The API may change between minor releases. Assumes familiarity with pixijs-scene-core-concepts . DOMCont...
1.4K
4253 pixijs-create pixijs/pixijs-skills
create pixi.js is the official CLI for scaffolding a new PixiJS v8 project. Run it with any package manager ( npm , yarn , pnpm , bun ) and pick a template from the interactive menu, or pass --template to skip prompts. It writes a self-contained project folder; you then cd in, install dependencies, and run the dev script. Quick Start Scaffold a new project with interactive prompts: npm create pixi.js@latest Or skip prompts by passing a project name and template: npm create pixi.js@latest my-game...
1.4K
4254 pixijs-blend-modes pixijs/pixijs-skills
Set container.blendMode to composite display objects with GPU blend equations (standard modes) or filter-based advanced modes. Blend-mode transitions break render batches, so group like-mode siblings together. Quick Start const light = new Sprite ( await Assets . load ( "light.png" ) ) ; light . blendMode = "add" ; app . stage . addChild ( light ) ; const shadow = new Sprite ( await Assets . load ( "shadow.png" ) ) ; shadow . blendMode = "multiply" ; app . stage . addChild ( shadow ) ; import "p...
1.4K
4255 gtm-board-and-investor-communication github/awesome-copilot
Board and Investor Communication Structure board meetings, investor updates, and executive communication that builds trust and drives decisions — not slide decks that nobody reads. When to Use Triggers: "How do I prepare for our board meeting?" "What should go in our investor update?" "We missed our numbers, how do we communicate this?" "Board deck structure" "How often should we update investors?" "Our board meetings aren't productive" Context: Seed through growth-stage companies Board meeting ...
1.4K
4256 having-difficult-conversations refoundai/lenny-skills
Having Difficult Conversations Help the user navigate tough conversations with courage and skill using frameworks from 43 product leaders. How to Help When the user asks for help with a difficult conversation: Understand the situation - Ask what kind of conversation (feedback, performance, firing, conflict resolution, delivering bad news) and what makes it difficult for them Check their preparation - Ensure they have specific examples, a clear desired outcome, and have thought through the other ...
1.4K
4257 surprise-me bytedance/deer-flow
Surprise Me Deliver an unexpected, delightful experience by dynamically discovering available skills and combining them creatively. Workflow Step 1: Discover Available Skills Read all the skills listed in the <available_skills>. Step 2: Plan the Surprise Select 1 to 3 skills and design a creative mashup. The goal is a single cohesive deliverable, not separate demos. Creative combination principles: Juxtapose skills in unexpected ways (e.g., a presentation about algorithmic art, a research report...
1.4K
4258 avkit dpearson2699/swift-ios-skills
AVKit High-level media playback UI built on AVFoundation. Provides system-standard video players, Picture-in-Picture, AirPlay routing, transport controls, and subtitle/caption display. Targets Swift 6.3 / iOS 26+. Contents Setup AVPlayerViewController SwiftUI VideoPlayer Picture-in-Picture AirPlay Transport Controls and Playback Speed Subtitles and Closed Captions Common Mistakes Review Checklist References Setup Audio Session Configuration Configure the audio session and background modes before...
1.4K
4259 privacy-policy phuryn/pm-skills
Privacy Policy Generator You are an experienced data privacy and compliance specialist. Your role is to help draft comprehensive, clear, and compliant privacy policies for digital products and services. Purpose Draft a detailed privacy policy for a product or service. The policy covers data types handled, applicable jurisdiction, and clearly marks clauses that require legal review. Provide plain-language explanations to ensure accessibility and transparency. Important Disclaimer This is for info...
1.4K
4260 pixijs-scene-mesh pixijs/pixijs-skills
Meshes render arbitrary 2D (or perspective-projected) geometry with a texture or custom shader. PixiJS ships the base Mesh class plus four specialized subclasses for common shapes: MeshSimple , MeshPlane , MeshRope , and PerspectiveMesh . Pick the subclass that matches your shape; drop to the base Mesh when you need full vertex-level control or a custom shader. Assumes familiarity with pixijs-scene-core-concepts . Meshes are leaf nodes; they cannot have children. Wrap multiple meshes in a Contai...
1.4K
4261 mongodb-search-and-ai mongodb/agent-skills
MongoDB Search and AI Recommendations Skill You are helping MongoDB users implement, optimize, and troubleshoot Atlas Search (lexical), Vector Search (semantic), and Hybrid Search (combined) solutions. Your goal is to understand their use case, recommend the appropriate search approach, and help them build effective indexes and queries. Core Principles Understand before building - Validate the use case to ensure you recommend the right solution Always inspect first - Check existing indexes and s...
1.4K
4262 running-effective-meetings refoundai/lenny-skills
Running Effective Meetings Help the user run more effective meetings using frameworks from 40 product leaders. How to Help When the user asks for help with meetings: Question the meeting's necessity - Ask if this could be async or if a meeting is truly needed Clarify the purpose - Determine if it's for discovery, discussion, or decision Design the structure - Help them create an appropriate agenda and process Ensure follow-through - Guide them on capturing decisions and next steps Core Principle...
1.4K
4263 spring-data-jpa giuseppe-trisciuoglio/developer-kit
Spring Data JPA Overview To implement persistence layers with Spring Data JPA, create repository interfaces that provide automatic CRUD operations, entity relationships, query methods, and advanced features like pagination, auditing, and performance optimization. When to Use Use this Skill when: Implementing repository interfaces with automatic CRUD operations Creating entities with relationships (one-to-one, one-to-many, many-to-many) Writing queries using derived method names or custom @Query ...
1.4K
4264 storyboard deanpeters/product-manager-skills
Purpose Create a 6-frame visual narrative that tells the story of a user's journey from problem to solution, using the classic storytelling arc to build empathy, illustrate value, and make abstract product concepts concrete. Use this to align stakeholders, pitch features, communicate vision, or test if your solution resonates emotionally before building it. This is not a UI mockup—it's a storytelling tool that brings the human side of your product to life. Key Concepts The 6-Frame Storyboard Str...
1.4K
4265 sentry-nestjs-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > NestJS SDK Sentry NestJS SDK Opinionated wizard that scans your NestJS project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to NestJS" or "setup Sentry" in a NestJS app User wants error monitoring, tracing, profiling, logging, metrics, or crons in NestJS User mentions @sentry/nestjs or Sentry + NestJS User wants to monitor NestJS controllers, services, guards, microservices, or background jobs Note: SDK versions and APIs b...
1.4K
4266 mintlify codewithshreyans/skills
Mintlify reference Reference for building documentation with Mintlify. This file covers essentials that apply to every task. For detailed reference on specific topics, read the files listed in the reference index below. Reference index Read these files only when your task requires them . They are in the reference/ directory next to this file. To find them, look in the same directory as this skill file (e.g., .claude/skills/mintlify/reference/ ). File When to read reference/components.md Adding o...
1.4K
4267 realitykit dpearson2699/swift-ios-skills
RealityKit Build AR experiences on iOS using RealityKit for rendering and ARKit for world tracking. Covers RealityView , entity management, raycasting, scene understanding, and gesture-based interactions. Targets Swift 6.3 / iOS 26+. Contents Setup RealityView Basics Loading and Creating Entities Anchoring and Placement Raycasting Gestures and Interaction Scene Understanding Common Mistakes Review Checklist References Setup Project Configuration Add NSCameraUsageDescription to Info.plist For iOS...
1.4K
4268 hygiene microsoft/vscode
Hygiene Checks VS Code runs a hygiene check as a git pre-commit hook. Commits will be rejected if hygiene fails. Running the hygiene check Always run the pre-commit hygiene check before declaring work complete. This catches issues that would block a commit. To run the hygiene check on your staged files: npm run precommit This executes node --experimental-strip-types build/hygiene.ts , which scans only staged files (from git diff --cached ). To check specific files directly (without staging them ...
1.4K
4269 spritekit dpearson2699/swift-ios-skills
SpriteKit Build 2D games and interactive animations for iOS 26+ using SpriteKit and Swift 6.3. Covers scene lifecycle, node hierarchy, actions, physics, particles, camera, touch handling, and SwiftUI integration. Contents Scene Setup Nodes and Sprites Actions and Animation Physics Touch Handling Camera Particle Effects SwiftUI Integration Common Mistakes Review Checklist References Scene Setup SpriteKit renders content through SKView , which presents an SKScene -- the root node of a tree that th...
1.4K
4270 hack yaklang/hack-skills
HACKING SKILLS / HackSkills Overview 这是一个面向 漏洞赏金、Web 安全、API 安全、授权渗透测试 的总入口技能。 它的核心作用不是替代所有专题技巧,而是帮助 Agent: 先确定测试阶段(Recon / 验证 / 提权 / 组合链) 再选择正确的漏洞类别 避免只依赖基础训练数据,优先使用结构化方法论 优先关注 AI 容易忽略但在实战里很重要的边界条件 Trust Model 本知识库强调内容安全与可审查性。 使用时应限定在 授权目标 、 合法研究 、 防御验证 、 漏洞赏金规则允许 的范围内。 不要把这里的技巧用于未授权攻击。 When to Use This Skill 在以下场景优先使用本技能: 你刚接手一个新的漏洞赏金目标,不知道先测什么 你需要决定应该加载 XSS / SQLi / SSRF / IDOR / JWT / API 等哪类思路 你想让 Agent 按更稳定的方法论进行 Web/API 安全测试 你需要把零散的现象路由到合适的攻击面 你希望 AI 在安全领域少漏掉关键测试点 Operating Model Step 1: 先...
1.4K
4271 aiconfig-migrate launchdarkly/agent-skills
Migrate to AI Configs You're using a skill that will guide you through migrating an application from hardcoded LLM prompts to a full LaunchDarkly AI Configs implementation. Your job is to run the migration in five stages , stopping at each stage for the user to confirm: Audit the code — read-only scan that produces a structured list of everything hardcoded (prompt, model, parameters, tools, app-scoped knobs). Wrap the call — install the SDK, create the AI Config in LaunchDarkly with a fallback t...
1.4K
4272 triaging-issues pytorch/pytorch
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses. Contents - [MCP Tools Available](mcp-tools-available) - [Labels You Must NEVER Add](labels-you-must-never-add) - [Issue Triage Steps](issue-triage-for-each-issue) Step 0: Already Routed — SKIP - Step 1: Question vs Bug/Feature - Step 2: Transfer - Step 3: Redirect to Secondary Oncall - Step 4: Label the Issue - Step 5: High Priority — REQUIRES HUMAN REVIEW - Step 6: bot-triaged...
1.4K
4273 pyrefly-type-coverage pytorch/pytorch
Pyrefly Type Coverage Skill This skill guides you through improving type coverage in Python files using Pyrefly, Meta's type checker. Follow this systematic process to add proper type annotations to files. Prerequisites The file you're working on should be in a project with a pyrefly.toml configuration Step-by-Step Process Step 1: Remove Ignore Errors Directive First, locate and remove any pyre-ignore-all-errors comments at the top of the file: REMOVE lines like these: pyre-ignore-all-errors ...
1.4K
4274 metrickit dpearson2699/swift-ios-skills
MetricKit Collect aggregated performance metrics and crash diagnostics from production devices using MetricKit. The framework delivers daily metric payloads (CPU, memory, launch time, hang rate, animation hitches, network usage) and immediate diagnostic payloads (crashes, hangs, disk-write exceptions) with full call-stack trees for triage. Contents Subscriber Setup Receiving Metric Payloads Receiving Diagnostic Payloads Key Metrics Call Stack Trees Custom Signpost Metrics Exporting and Uploading...
1.4K
4275 rhwp-advanced nomadamas/k-skill
rhwp-advanced What this skill does 업스트림 rhwp CLI (Rust 네이티브 바이너리)를 써서 HWP 파일의 레이아웃 디버깅·IR 구조 검사·버전 비교·썸네일 추출·배포용 문서 잠금 해제 를 수행한다. k-skill-rhwp (Node 편집 CLI)가 다루지 못하는 구조 분석·렌더 문제 진단용이다. 이 스킬은 편집을 하지 않는다 . 편집은 rhwp-edit 스킬, 문서 → Markdown/JSON 변환은 hwp 스킬(kordoc) 을 쓴다. When to use "표/셀이 이상하게 잘려. 어디서 깨지는지 IR 덤프를 보고 싶어" "두 HWP 파일 구조 차이를 줄 단위로 보고 싶어" "SVG 렌더가 이상해. 문단/표 경계선을 시각적으로 확인하고 싶어" "페이지가 몇 개이고 어느 문단이 몇 페이지에 걸쳐 있는지 보고 싶어" "배포용(읽기전용) HWP 파일 잠금을 풀고 싶어" "HWP 파일에서 PrvImage 썸네일을 꺼내고 싶어" When not to us...
1.4K
4276 k-dart nomadamas/k-skill
k-dart — 금감원 DART 전자공시 조회 What this skill does API_K_DART 환경변수에 담긴 인증키로 DART OpenAPI( https://opendart.fss.or.kr/api/ )를 직접 호출해 공시·재무·주요사항 정보를 조회한다. 프록시를 거치지 않는다. When to use "삼성전자 최근 공시 보여줘" "카카오 기업개황 알려줘" "LG에너지솔루션 2024년 연간 재무제표" "네이버 배당 현황" "하이브 전환사채 발행 이력" "셀트리온 소송 현황" "SK하이닉스 감사의견" "현대차 증자/감자 이력" "삼성바이오 자기주식 취득/처분" When not to use 실시간 주가/호가/체결 조회 → korean-stock-search 스킬 해외 기업 공시 투자 자문/매수 추천 Prerequisites API_K_DART 환경변수가 설정되어 있어야 한다. 키 발급: https://opendart.fss.or.kr/uss/umt/EgovMberInsertV...
1.4K
4277 musickit dpearson2699/swift-ios-skills
MusicKit Search the Apple Music catalog, manage playback with ApplicationMusicPlayer , check subscriptions, and publish Now Playing metadata via MPNowPlayingInfoCenter and MPRemoteCommandCenter . Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Catalog Search Subscription Checks Playback with ApplicationMusicPlayer Queue Management Now Playing Info Remote Command Center Common Mistakes Review Checklist References Setup Project Configuration Enable the MusicKit capability in Xcode (adds ...
1.4K
4278 brainstorm-ideas-new phuryn/pm-skills
Brainstorm Product Ideas (New Product) Multi-perspective ideation for initial product discovery of a new product. Generates specific feature ideas from PM, Designer, and Engineer viewpoints. Context You are supporting initial product discovery for a new product: $ARGUMENTS . If the user provides files (market research, competitive analysis), read them first. Use web search to understand the market if needed. Domain Context Initial Discovery vs Continuous Discovery : Initial Discovery focuses on ...
1.4K
4279 apify-sdk-integration apify/agent-skills
Apify SDK Integration Add Apify Actor execution to an existing application. This skill covers the apify-client package for JS/TS and Python, plus the REST API for other languages. When to Use This Skill Adding web scraping or automation to an existing app Calling Apify Actors programmatically from application code Building a product that uses Apify as a backend service Integrating Actor results into a data pipeline Critical: Package Naming apify-client is the API client for calling Actors from y...
1.4K
4280 aiconfig-ai-metrics launchdarkly/agent-skills
AI Metrics Instrumentation You're using a skill that wires LaunchDarkly AI metrics around an existing provider call. Your job is to audit what's already there, pick the right tier from the ladder below, and implement it with the least ceremony that still captures the metrics the Monitoring tab needs (duration, input/output tokens, success/error, plus TTFT when streaming). The single most important thing to get right: default to the highest tier that fits the shape of the call . Going lower ("jus...
1.4K
4281 aoti-debug pytorch/pytorch
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
1.4K
4282 content-writer shubhamsaboo/awesome-llm-apps
Content Writer You write compelling marketing copy. Follow these principles: Voice Conversational but professional Active voice, present tense Short sentences, short paragraphs Structure Lead with the biggest benefit Use specific numbers over vague claims End with a clear call-to-action Rules No jargon unless the audience expects it No superlatives without proof ("best", "revolutionary") Every paragraph must earn its place
1.4K
4283 tailwind-design-system giuseppe-trisciuoglio/developer-kit
Tailwind Design System (v4) Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility. Note : This skill targets Tailwind CSS v4 (2024+). For v3 projects, refer to the upgrade guide . When to Use This Skill Creating a component library with Tailwind v4 Implementing design tokens and theming with CSS-first configuration Building responsive and accessible components Standardizing UI patte...
1.4K
4284 aiconfig-custom-metrics launchdarkly/agent-skills
Custom Metrics for AI Configs Full lifecycle management of custom business metrics: create metric definitions via API, track events via SDK, retrieve metric data, and manage metrics programmatically. Prerequisites LaunchDarkly SDK initialized (see aiconfig-sdk ) LaunchDarkly API token with writer role for metric management Understanding of built-in AI metrics (see aiconfig-ai-metrics ) API Key Detection Before prompting the user for an API key, try to detect it automatically: Check Claude MCP co...
1.4K
4285 querying-soql forcedotcom/sf-skills
querying-soql: Salesforce SOQL Query Expert Use this skill when the user needs SOQL/SOSL authoring or optimization : natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance/safety improvements for Salesforce queries. When This Skill Owns the Task Use querying-soql when the work involves: .soql files query generation from natural language relationship queries and aggregate queries query optimization and selectivity analysis SOQL/SOSL syntax and...
1.4K
4286 deploying-metadata forcedotcom/sf-skills
deploying-metadata: Comprehensive Salesforce DevOps Automation Use this skill when the user needs deployment orchestration : dry-run validation, targeted or manifest-based deploys, CI/CD workflow advice, scratch-org management, failure triage, or safe rollout sequencing for Salesforce metadata. When This Skill Owns the Task Use deploying-metadata when the work involves: sf project deploy start , quick , report , or retrieval workflows release sequencing across objects, permission sets, Apex, and...
1.4K
4287 debugging-apex-logs forcedotcom/sf-skills
debugging-apex-logs: Salesforce Debug Log Analysis & Troubleshooting Use this skill when the user needs root-cause analysis from debug logs : governor-limit diagnosis, stack-trace interpretation, slow-query investigation, heap / CPU pressure analysis, or a reproduction-to-fix loop based on log evidence. When This Skill Owns the Task Use debugging-apex-logs when the work involves: .log files from Salesforce stack traces and exception analysis governor limits SOQL / DML / CPU / heap troubleshootin...
1.4K
4288 sf-flow jaganpro/sf-skills
Expert Salesforce Flow Builder with deep knowledge of best practices, bulkification, and Winter '26 (API 65.0) metadata. Create production-ready, performant, secure, and maintainable flows. 📋 Quick Reference: Validation Script Validate Flow XML before deployment: ``` Path to validation script python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/validate_flow.py <flow-file.xml> Example python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/...
1.4K
4289 new-user medusajs/medusa-agent-skills
Create Admin User Create a new admin user in Medusa with the specified email and password. The user will provide two arguments: First argument: email address Second argument: password For example: /medusa-dev:user admin@test.com supersecret Use the Bash tool to execute the command npx medusa user -e <email> -p <password> , replacing <email> with the first argument and <password> with the second argument. Report the results to the user, including: Confirmation that the admin user was created succ...
1.4K
4290 saas-revenue-growth-metrics deanpeters/product-manager-skills
Purpose Master revenue and retention metrics to understand SaaS business momentum, evaluate product-market fit, and make data-driven decisions about growth investments. Use this to calculate key metrics, interpret trends, identify problems early, and communicate business health to stakeholders. This is not a business intelligence tool—it's a framework for PMs to understand which metrics matter, how to calculate them correctly, and what actions to take based on the numbers. Key Concepts Revenue M...
1.4K
4291 impl-validator ar9av/obsidian-wiki
Implementation Validator — Quality Subagent You are a critical reviewer. Another skill or agent has just done work and wants you to check it. Your job is to verify that what was produced actually matches what was intended — not to be encouraging, but to catch real problems before the user sees them. This skill runs in two modes: Subagent mode — spawned programmatically by another skill passing a structured check: block. Read the block, run the checks, return structured output. User mode — the us...
1.4K
4292 eventkit dpearson2699/swift-ios-skills
EventKit Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key Access Level NSCalendar...
1.4K
4293 chatgpt-codex-onboarding starchild-ai-agent/official-skills
🔐 ChatGPT / Codex OAuth Onboarding Use the user's existing ChatGPT or Codex subscription for gpt-5-codex , gpt-5 , gpt-5-mini access — without an API key. This is a script-mode skill — no tools registered. Read this file, then call the exports from a bash block. See also byok-custom-model skill — for vendor-key BYOK setup (DIFFERENT mechanism, NOT OAuth) config/context/references/model-onboarding.md — overall model-selection landscape When to use this skill ✅ Use when the user EXPLICITLY says on...
1.4K
4294 pixijs-environments pixijs/pixijs-skills
DOMAdapter abstracts every piece of DOM access PixiJS does (canvas creation, Image loading, fetch, XML parsing) so the library can run in non-browser contexts. Call DOMAdapter.set(...) before app.init() to swap in a different adapter. Quick Start // worker.ts — OffscreenCanvas posted from main thread DOMAdapter . set ( WebWorkerAdapter ) ; self . onmessage = async ( event ) => { const app = new Application ( ) ; await app . init ( { canvas : event . data . canvas , width : 800 , height : 600 , }...
1.4K
4295 plan launchdarkly/agent-skills
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
1.4K
4296 first-flag launchdarkly/agent-skills
Create first feature flag The SDK is connected. Now help the user create their first feature flag and see it work end-to-end. This skill is nested under LaunchDarkly onboarding ; the parent Step 6 is first flag . Prior: Apply code changes . Optional -- Flag Create skill already installed: If the launchdarkly-flag-create skill from github.com/launchdarkly/ai-tooling is available in the session (install with npx skills add launchdarkly/ai-tooling --skill launchdarkly-flag-create -y --agent <agent>...
1.4K
4297 apply launchdarkly/agent-skills
Apply code changes (SDK install) Execute the integration plan. Install the SDK(s) and add the minimal code needed to initialize each tracked surface. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 3 is apply . Prior: Generate integration plan . Next: Start the application . Dual SDK: If the approved plan is dual SDK ( plan: Dual SDK integrations ), you must complete Steps 1-3 for both tracks -- two packages in the manifest, two install commands run (or equival...
1.4K
4298 detect launchdarkly/agent-skills
Detect repository stack (SDK install) Before installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 1 is detect . Next: Generate integration plan unless the decision tree sends you elsewhere. 1. Language and framework Look for the indicator files below (and related root layout), then read the relevant manifests to infer language an...
1.4K
4299 mcp-configure launchdarkly/agent-skills
Configure Dataverse MCP for GitHub Copilot This skill configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL. Each organization is registered with a unique server name based on the org identifier (e.g., DataverseMcporgbc9a965c ). If the user provided a URL it is: $ARGUMENTS. Instructions 0. Ask for MCP scope Ask the user whether they want to configure the MCP server globally or for this project only: Would you like to configure the Dataverse MCP server: G...
1.4K
4300 sdk-install launchdarkly/agent-skills
LaunchDarkly SDK Install (onboarding) Installs and initializes the right LaunchDarkly SDK for the user’s project by following three nested skills in order . Do not skip ahead to feature flags here—the parent LaunchDarkly onboarding continues with Step 6: First feature flag using Create first feature flag . Prerequisites Project context from parent Step 1: Explore the Project (reuse it; only re-run deep detection if something is unclear) SDK key / client-side ID / mobile key: Needed when you reac...
1.4K