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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4351 adattributionkit dpearson2699/swift-ios-skills
AdAttributionKit Privacy-preserving ad attribution for iOS 17.4+ / Swift 6.3. AdAttributionKit lets ad networks measure conversions (installs and re-engagements) without exposing user-level data. It supports the App Store and alternative marketplaces, and interoperates with SKAdNetwork. Three roles exist in the attribution flow: the ad network (signs impressions, receives postbacks), the publisher app (displays ads), and the advertised app (the app being promoted). Contents Overview and Privacy ...
956
4352 carplay dpearson2699/swift-ios-skills
CarPlay Build apps that display on the vehicle's CarPlay screen using the CarPlay framework's template-based UI system. Covers scene lifecycle, template types, navigation guidance, audio playback, communication, point-of-interest categories, entitlement setup, and simulator testing. Targets Swift 6.3 / iOS 26+. See references/carplay-patterns.md for extended patterns including full navigation sessions, dashboard scenes, and advanced template composition. Contents Entitlements and Setup Scene Con...
956
4353 press-release deanpeters/product-manager-skills
Purpose Create a visionary press release following Amazon's "Working Backwards" methodology to define and communicate a product or feature before building it. Use this to align stakeholders on the customer value proposition, clarify the problem being solved, and test if the product story resonates—treating the press release as a forcing function for clarity and customer-centricity. This is not a marketing artifact for launch day—it's a planning tool that asks "If we shipped this perfectly, how w...
955
4354 event-prospecting browserbase/skills
Event Prospecting Take a conference URL → get a ranked list of people the AE should talk to, with a "why reach out" rationale per person. Required : BROWSERBASE_API_KEY env var, bb CLI installed ( @browserbasehq/cli ), and browse CLI installed ( @browserbasehq/browse-cli ) for JS-heavy speaker pages (most modern event sites). Path rules : Always use the full literal path in all Bash commands — NOT ~ or $HOME (both trigger "shell expansion syntax" approval prompts). Resolve the home directory onc...
955
4355 lynx-devtool lynx-community/skills
DevTool Skill This skill allows you to interact with Lynx applications running on connected devices (Android, iOS, Desktop) using the Lynx DevTool CLI. Usage The CLI is located at <path_to_the_skill>/scripts/index.mjs relative to this skill's directory. You can run it using node . In the skill directory, use: node < path_to_the_skill > /scripts/index.mjs < command > Note: All command outputs are multi-line JSON. You can use jq or Node.js to process the data. Global Options -h, --help : Display h...
955
4356 testing lobehub/lobehub
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
955
4357 aiconfig-tools launchdarkly/agent-skills
AI Config Tools You're using a skill that will guide you through adding capabilities to your AI agents through tools (function calling). Your job is to identify what your AI needs to do, create tool definitions, attach them to variations, and verify they work. Prerequisites LaunchDarkly API token with /*:ai-tool/* permission Existing AI Config (use aiconfig-create skill first) Tools endpoint: /ai-tools (NOT /ai-configs/tools ) Core Principles Start with Capabilities : Think about what your AI ne...
954
4358 runtime-debug vercel/next.js
Runtime Debug Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions. Local Repro Discipline Mirror CI env vars when reproducing CI failures. Key variables: IS_WEBPACK_TEST=1 forces webpack (turbopack is default), NEXT_SKIP_ISOLATE=1 skips packing next.js. For module-resolution validation, always rerun without NEXT_SKIP_ISOLATE=1 . Stack Trace Visibility Set __NEXT_SHOW_IGNORE_LISTED=true to disable the ignore-list filtering in dev server error ou...
954
4359 whisper davila7/claude-code-templates
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
954
4360 design-audit bencium/bencium-marketplace
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
953
4361 accessorysetupkit dpearson2699/swift-ios-skills
AccessorySetupKit Privacy-preserving accessory discovery and setup for Bluetooth and Wi-Fi devices. Replaces broad Bluetooth/Wi-Fi permission prompts with a system-provided picker that grants per-accessory access with a single tap. Available iOS 18+ / Swift 6.3. After setup, apps continue using CoreBluetooth and NetworkExtension for communication. AccessorySetupKit handles only the discovery and authorization step. Contents Setup and Entitlements Discovery Descriptors Presenting the Picker Event...
953
4362 audioaccessorykit dpearson2699/swift-ios-skills
AudioAccessoryKit Automatic audio switching and intelligent audio routing for third-party audio accessories. Enables companion apps to register audio accessories with the system, report device placement, and declare capabilities so the system can seamlessly switch audio output. Available iOS 26.4+ / Swift 6.3. Beta-sensitive. AudioAccessoryKit is new in iOS 26.4 and may change before GM. Re-check current Apple documentation before relying on specific API details. AudioAccessoryKit builds on top ...
953
4363 ui-design-system davila7/claude-code-templates
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
953
4364 pathfinder thedotmack/claude-mem
Pathfinder You are an ORCHESTRATOR. Map the codebase into feature-grouped flowcharts, identify duplicated concerns, propose the simplest unified architecture, and hand off per-system plans to /make-plan . You do not write implementation code. You produce diagrams, a duplication report, a proposed unified flowchart, and handoff prompts. Delegation Model Use subagents for discovery and extraction (file reading, flow tracing, grep, diagramming). Keep synthesis (deciding feature boundaries, picking ...
952
4365 parking-lot-search nomadamas/k-skill
Parking Lot Search What this skill does 유저가 알려준 현재 위치를 기준으로 근처 공영주차장 을 찾는다. 위치는 자동 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 기본값은 공영 주차장만 보여준다. 공식 전국주차장정보표준데이터 Open API를 사용한다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡은 뒤, 공식 주차장 데이터에서 거리순으로 정리한다. 실시간 만차/잔여면/예약 여부는 공식 표준데이터에 없으므로 확정해서 말하지 않는다. When to use "근처 주차장 찾아줘" "광화문 주변 공영주차장 어디 있어?" "서울역 근처 무료 주차장 있어?" "지금 여기서 가까운 공영주차장 지도 링크 줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 공영주차장을 찾아볼게요. ...
952
4366 base44-troubleshooter base44/skills
Troubleshoot Production Issues Prerequisites Verify authentication before fetching logs: npx base44 whoami If not authenticated or token expired, instruct user to run npx base44 login . Must be run from the project directory (where base44/.app.jsonc exists): cat base44/.app.jsonc Available Commands Command Description Reference base44 logs Fetch function logs for this app project-logs.md Troubleshooting Flow 1. Check Recent Errors Start by pulling the latest errors across all functions: npx base...
952
4367 mapbox-web-performance-patterns mapbox/mapbox-agent-skills
Mapbox Performance Patterns Skill This skill provides performance optimization guidance for building fast, efficient Mapbox applications. Patterns are prioritized by impact on user experience, starting with the most critical improvements. Performance philosophy: These aren't micro-optimizations. They show up as waiting time, jank, and repeat costs that hit every user session. Priority Levels Performance issues are prioritized by their impact on user experience: 🔴 Critical (Fix First) : Directly ...
952
4368 aiconfig-projects launchdarkly/agent-skills
LaunchDarkly Projects Setup You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works. Prerequisites Choose one: LaunchDarkly API access token with projects:write permission LaunchDarkly MCP server configured in your environment Core Principles U...
951
4369 update-screenshots microsoft/vscode
Update Component Screenshots from CI When asked to update, accept, or refresh screenshot baselines from CI — or when the Screenshot Tests GitHub Action has failed with screenshot differences — follow this procedure to download the CI-generated screenshots and commit them as the new baselines. Why CI Screenshots? Screenshots captured locally may differ from CI due to platform differences (fonts, rendering, DPI). The CI (Linux, ubuntu-latest) is the source of truth. This skill downloads the CI-pro...
950
4370 product-name phuryn/pm-skills
Product Name Brainstorm unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring name options that strengthen your brand positioning. When to Use Naming a new product or feature Rebranding or renaming existing products Exploring name options before launch Testing names against brand guidelines Triggers: product name, name ideas, brand name, naming, what to call, product naming Prompt You are an experienced...
950
4371 ios-design-guidelines ehmo/platform-design-skills
iOS Design Guidelines for iPhone Comprehensive rules derived from Apple's Human Interface Guidelines. Apply these when building, reviewing, or refactoring any iPhone app interface. 1. Layout & Safe Areas Impact: CRITICAL Rule 1.1: Minimum 44pt Touch Targets All interactive elements must have a minimum tap target of 44x44 points. This includes buttons, links, toggles, and custom controls. Correct: Button ( "Save" ) { save ( ) } . frame ( minWidth : 44 , minHeight : 44 ) Incorrect: // 20pt icon wi...
950
4372 aiconfig-create launchdarkly/agent-skills
Create AI Config 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. Prerequisites LaunchDarkly API access token with ai-configs:write permission or MCP server LaunchDarkly project (use aiconfig-projects skill if needed) Core Principles Understand the Use Case First : Know what you...
949
4373 aiconfig-update launchdarkly/agent-skills
AI Config Update & Lifecycle You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result. Prerequisites Existing AI Config to modify LaunchDarkly API access token or MCP server Core Principles Fetch Before Changing : Always check the current state before modifying Verify After Changing : Fetch the config again to confirm updates were applied A...
949
4374 context-engineering-advisor deanpeters/product-manager-skills
Purpose Guide product managers through diagnosing whether they're doing context stuffing (jamming volume without intent) or context engineering (shaping structure for attention). Use this to identify context boundaries, fix "Context Hoarding Disorder," and implement tactical practices like bounded domains, episodic retrieval, and the Research→Plan→Reset→Implement cycle. Key Distinction: Context stuffing assumes volume = quality ("paste the entire PRD"). Context engineering treats AI attention as...
949
4375 magicpath magicpathai/agent-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. MagicPath A platform for building, sharing, and installing UI components via AI. Components are added as source code to the user's project via the magicpath-ai CLI. MagicPath canvas components can also be created and edited directly from local code via the npx -y magicpath-ai code ... subcommands — see Edit or create canvas components from code...
949
4376 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...
949
4377 academic-research-writer endigo/claude-skills
Academic Research Writer This skill enables creation of high-quality academic research documents with proper scholarly standards, verified peer-reviewed sources, and IEEE-format citations. Core Principles Academic Rigor: Follow scholarly writing conventions and maintain objectivity Source Verification: Use only peer-reviewed, credible academic sources Proper Citation: Generate accurate IEEE-format references Research Integrity: Ensure all claims are supported by verified sources Workflow 1. Un...
949
4378 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...
949
4379 bazi-mingli wolke/bazi-mingli
八字命理占卜技能 (Bazi Mingli Divination Skill) 八字命理(四柱推命)專業排盤與解命系統。源自中國傳統命理學,以出生年月日時的天干地支組合,推算人生命運與運勢。 使用時機 當用戶請求以下類型的幫助時,應啟用此技能: 排盤相關:請求八字排盤、命盤查詢、生辰八字分析 命理諮詢:詢問五行、十神、大運、流年相關問題 運勢預測:事業財運、感情婚姻、健康運勢 關鍵詞觸發:「八字」「四柱」「命盤」「排盤」「算命」「命理」「五行」「大運」「流年」 核心功能 八字排盤(年柱、月柱、日柱、時柱) 五行分析(金木水火土分布) 十神配置分析 日主強弱判斷 用神喜忌推斷 大運流年預測 婚姻、事業、財運、健康專項分析 技能結構 /bazi-mingli/ ├── SKILL.md ← 本文件(核心指南) ├── ETHICS.md ← 倫理準則 ├── README.md ← 專案說明 ├── references/ │ ├── tiangan-dizhi.md ← 天干地支基礎 │ ...
949
4380 mcp2cli knowsuchagency/mcp2cli
mcp2cli Turn any MCP server or OpenAPI spec into a CLI at runtime. No codegen. Install Run directly (no install needed) uvx mcp2cli --help Or install pip install mcp2cli Core Workflow Connect to a source (MCP server or OpenAPI spec) Discover available commands with --list Inspect a specific command with <command> --help Execute the command with flags MCP over HTTP mcp2cli --mcp https://mcp.example.com/sse --list mcp2cli --mcp https://mcp.example.com/sse create-task --help mcp2cli --mcp https:...
948
4381 workshop-facilitation deanpeters/product-manager-skills
Purpose Provide the canonical facilitation pattern for interactive skills: one step at a time, with clear progress, adaptive recommendations at decision points, and predictable interruption handling. Key Concepts One-step-at-a-time: Ask a single targeted question per turn. Session heads-up + entry mode: Start by setting expectations and offering Guided , Context dump , or Best guess mode. Progress visibility: Show user-facing progress labels like Context Qx/8 and Scoring Qx/5 . Decision-point re...
948
4382 cmux-markdown manaflow-ai/cmux
Markdown Viewer with cmux Use this skill to display markdown files in a dedicated panel with rich formatting and live file watching. Core Workflow Write your plan or notes to a .md file. Open it in a markdown panel. The panel auto-updates when the file changes on disk. Open a markdown file as a split panel next to the current terminal cmux markdown open plan.md Absolute path cmux markdown open /path/to/PLAN.md Target a specific workspace cmux markdown open design.md --workspace workspace:2 Wh...
948
4383 android-kotlin-development aj-geddes/useful-ai-prompts
Android Kotlin Development Overview Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI. When to Use Creating native Android applications with best practices Using Kotlin for type-safe development Implementing MVVM architecture with Jetpack Building modern UIs with Jetpack Compose Integrating with Android platform APIs Instructions 1. Models & API Service // Models data class User( val id: String, val na...
948
4384 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 ...
948
4385 flash-moe-inference aradotso/trending-skills
Flash-MoE Inference Engine Skill by ara.so — Daily 2026 Skills collection. Flash-MoE is a pure C/Objective-C/Metal inference engine that runs Qwen3.5-397B-A17B (397B parameter Mixture-of-Experts) on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. It streams 209GB of expert weights from NVMe SSD on demand — no Python, no ML frameworks, just C, Objective-C, and hand-tuned Metal shaders. Requirements Hardware : Apple Silicon Mac (M3 Max or similar), 48GB+ unified memory, 1TB+ SSD with ~210GB fre...
948
4386 prompt-engineering giuseppe-trisciuoglio/developer-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
947
4387 drizzle-orm-patterns giuseppe-trisciuoglio/developer-kit
Drizzle ORM Patterns Overview Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases. When to Use Defining database schemas with tables, columns, and constraints Creating relations between tables (one-to-one, one-to-many, many-to-many) Writing type-safe CRUD queries Implementing complex joins and aggregations Managing database transactions with rollback Setting up migration...
947
4388 flask-api-development aj-geddes/useful-ai-prompts
Flask API Development Overview Create efficient Flask APIs with blueprints for modular organization, SQLAlchemy for ORM, JWT authentication, comprehensive error handling, and proper request validation following REST principles. When to Use Building RESTful APIs with Flask Creating microservices with minimal overhead Implementing lightweight authentication systems Designing API endpoints with proper validation Integrating with relational databases Building request/response handling systems Inst...
947
4389 ui-ux-pro-max davila7/claude-code-templates
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
947
4390 senior-devops davila7/claude-code-templates
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
947
4391 qwen-asr aahl/skills
Qwen ASR Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. Usage uv run scripts/main.py -f audio.wav cat audio.mp3 | uv run scripts/main.py > transcript.txt curl https://example.com/audio.ogg | uv run scripts/main.py
947
4392 aiconfig-variations launchdarkly/agent-skills
AI Config Variations You're using a skill that will guide you through testing and optimizing AI configurations through variations. Your job is to design experiments, create variations, and systematically find what works best. Prerequisites Existing AI Config (use aiconfig-create first) LaunchDarkly API access token or MCP server Clear hypothesis about what to test Core Principles Test One Thing at a Time : Change model OR prompt OR parameters, not all at once Have a Hypothesis : Know what you're...
946
4393 ljg-push lijigang/ljg-skills
ljg-push: 推送 ljg-* skills 把本地 ~/.claude/skills/ljg-* 里改过的 skills,一键同步到 github repo,覆盖 master 和 md 两个分支。 仓库路径(硬编码) SKILLS_REPO="$HOME/code/ljg-skills" 本地工作 repo SKILLS_LOCAL="$HOME/.claude/skills" 本地 skill 源 REPO_URL="git@github.com:lijigang/ljg-skills.git" 如果 $SKILLS_REPO 不存在,脚本会自动 clone。如果它存在但不是 ljg-skills 的 git repo,脚本会报错退出(不破坏现有目录)。 两条分支的差异 分支 输出格式 文件扩展 加粗 文件头 master (默认) org-mode .org *bold* +title: 等 md markdown .md bold YAML frontmatter ~/.claude/skills/ 里的 skill 是 master 风格 (源版...
946
4394 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...
946
4395 aws-ami-builder hashicorp/agent-skills
Build Amazon Machine Images (AMIs) using Packer's `amazon-ebs` builder. Reference: [Amazon EBS Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/amazon/latest/components/builder/ebs) Note: Building AMIs incurs AWS costs (EC2 instances, EBS storage, data transfer). Builds typically take 10-30 minutes depending on provisioning complexity. Basic AMI Template ``` packer { required_plugins { amazon = { source = "github.com/hashicorp/amazon" version = "~> 1...
946
4396 swap-integration uniswap/uniswap-ai
Swap Integration Integrate Uniswap swaps into frontends, backends, and smart contracts. Prerequisites This skill assumes familiarity with viem basics (client setup, account management, contract interactions, transaction signing). Install the uniswap-viem plugin for comprehensive viem/wagmi guidance: claude plugin add @uniswap/uniswap-viem Quick Decision Guide Building... Use This Method Frontend with React/Next.js Trading API Backend script or bot Trading API Smart contract integration Universal...
946
4397 eloquent-best-practices iserter/laravel-claude-agents
Eloquent Best Practices Query Optimization Always Eager Load Relationships // ❌ N+1 Query Problem $posts = Post::all(); foreach ($posts as $post) { echo $post->user->name; // N additional queries } // ✅ Eager Loading $posts = Post::with('user')->get(); foreach ($posts as $post) { echo $post->user->name; // No additional queries } Select Only Needed Columns // ❌ Fetches all columns $users = User::all(); // ✅ Only needed columns $users = User::select(['id', 'name', 'email'])->get(); //...
946
4398 create-video heygen-com/skills
Create Video Generate complete videos from a text prompt. Describe what you want and the AI handles script writing, avatar selection, visuals, voiceover, pacing, and captions automatically. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/video_agent/generate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"prompt": "Create a 60-second product demo video."}' Tool Selecti...
945
4399 twill-cloud-coding-agent twillai/skills
Twill Cloud Coding Agent Use this skill to run Twill workflows through the public v1 API. Setup Set API key and optional base URL: export TWILL_API_KEY = "your_api_key" export TWILL_BASE_URL = " ${TWILL_BASE_URL :- https : / / twill.ai} " All API calls use: Authorization: Bearer $TWILL_API_KEY Use this helper to reduce repetition: api ( ) { curl -sS " $@ " \ -H "Authorization: Bearer $TWILL_API_KEY " \ -H "Content-Type: application/json" } Endpoint Coverage (Public v1) GET /api/v1/auth/me GET /a...
945
4400 user-story-mapping-workshop deanpeters/product-manager-skills
Purpose Guide product managers through creating a user story map by asking adaptive questions about the system, users, workflow, and priorities—then generating a two-dimensional map with backbone (activities), user tasks, and release slices. Use this to move from flat backlogs to visual story maps that communicate the big picture, identify missing functionality, and enable meaningful release planning—avoiding "context-free mulch" where stories lose connection to the overall system narrative. Thi...
945