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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
7901 godot-export gamedev-skills/awesome-gamedev-agent-skills
Godot Export & Builds (4.x) Turn a project into runnable platform builds via export presets and the command line, and handle the web/dedicated-server gotchas. Targets Godot 4.7 . When to use Use when producing a shippable build: installing export templates, creating/editing export presets, exporting from the editor or headless CLI (CI), or troubleshooting web (HTML5) and dedicated-server exports. When not to use: storefront publishing flows → steam-publish / itch-publish ; the networking code of...
1.5K
7902 grok-delegate amelnagdy/delegate-skills
Grok Delegate You are the orchestrator . This skill lets you hand a bounded coding task to a separate implementer — the Grok Build CLI ( grok ) — then review what it produced and land it yourself. You write the brief and own the judgment; Grok does the typing under an explicit autonomy profile; you verify and commit. Nothing here is specific to one orchestrating agent. The loop needs only the ability to run a shell command and read a file, so it works the same whether you are Claude Code, Cursor...
1.5K
7903 google-like-a-spy useosint/skills
Search operators Operators turn a search box into a filter over a crawled index. The cost is that you are querying somebody's index , not the web — coverage, freshness and operator fidelity vary enormously between engines. The mistake beginners make is assuming their query ran as typed. Google routinely drops, stems, and synonym-expands your terms, so a zero-result dork and a silently-rewritten dork look nothing alike but are equally useless. Which engine for which job You want Go to Why Broad c...
1.5K
7904 github-research lingzhi227/agent-research-skills
GitHub Research Skill Trigger Activate this skill when the user wants to: "Find repos for [topic]", "GitHub research on [topic]" "Analyze open-source code for [topic]" "Find implementations of [paper/technique]" "Which repos implement [algorithm]?" Uses /github-research <deep-research-output-dir> slash command Overview This skill systematically discovers, evaluates, and deeply analyzes GitHub repositories related to a research topic. It reads deep-research output (paper database, phase reports, ...
1.5K
7905 owasp-security-check sergiodxa/agent-skills
OWASP Security Check Comprehensive security audit patterns for web applications and REST APIs. Contains 20 rules across 5 categories covering OWASP Top 10 and common web vulnerabilities. When to Apply Use this skill when: Auditing a codebase for security vulnerabilities Reviewing user-provided file or folder for security issues Checking authentication/authorization implementations Evaluating REST API security Assessing data protection measures Reviewing configuration and deployment settings Befo...
1.5K
7906 idea-validator buildgreatproducts/builder-os
Validate — Pressure-Test the Idea This skill pressure-tests a product idea before the founder invests in planning, building, or launching. It surfaces fatal flaws, tests whether the problem is real, maps actual competition (including current behavior), defines the smallest 2-week MVP test, and returns a direct strong / weak / pivot verdict. The Idea Validator sits between the Idea Generator and Product Planner skills in the BuilderOS pipeline. It also runs fully standalone — if no docs/product-i...
1.5K
7907 canva-creator anthropics/knowledge-work-plugins
Canva Creator Scope This skill handles a campaign in five sequential stages, each gated by owner approval: brief → calendar → asset inventory → Canva designs → copy → HubSpot staging Path Channels What this skill produces Canva (social) Instagram, Facebook, X/Twitter, LinkedIn Canva design + caption + scheduled HubSpot post Text-only Email (newsletter, marketing, drip) Subject + preheader + body, surfaced inline for the owner to send Show more Installs 498 Repository anthropics/know…-plugins Git...
1.5K
7908 youtube-full zeropointrepo/youtube-skills
YouTube Full Complete YouTube toolkit via TranscriptAPI.com . Everything in one skill. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key sa...
1.5K
7909 wwdc superwall/skills
WWDC Use WWDC.ai markdown pages as the first stop for concise session summaries and Apple source links. If the markdown summary is missing or not detailed enough, use transcript text without timestamps. Helpers Run the bundled script when it is useful: scripts/wwdc.sh llms scripts/wwdc.sh summary 2026 389 scripts/wwdc.sh transcript 2026 309 summary returns the WWDC.ai markdown page. transcript returns plain transcript text with no timestamps. URL/JSON helpers exist for source inspection. For end...
1.5K
7910 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.5K
7911 tower-defense gamedev-skills/awesome-gamedev-agent-skills
Tower Defense A playbook for tower defense — enemy pathing, wave spawning, tower targeting, and the economy that ties them together. This is a compositional skill: it orchestrates pathing, AI, and UI into a TD loop. It does not re-teach pathfinding; it defines the systems and the balance levers (DPS vs. HP vs. income) that decide whether a TD is tense or trivial. When to use Use when building a game where the player places towers that automatically attack waves of enemies following a path, spend...
1.5K
7912 dual-axis-skill-reviewer tradermonty/claude-trading-skills
Dual Axis Skill Reviewer Run the dual-axis reviewer script and save reports to reports/ . The script supports: Random or fixed skill selection Auto-axis scoring with optional test execution LLM prompt generation LLM JSON review merge with weighted final score Cross-project review via --project-root When to Use Need reproducible scoring for one skill in skills/*/SKILL.md . Need improvement items when final score is below 90. Need both deterministic checks and qualitative LLM code/content review. ...
1.5K
7913 godot-tilemap gamedev-skills/awesome-gamedev-agent-skills
Godot TileMap (4.7 TileMapLayer) Author tile-based levels with TileMapLayer + TileSet , add per-tile collision and custom data, autotile with terrains, and manipulate cells at runtime. Targets Godot 4.7 , where TileMapLayer replaces the now-deprecated TileMap node. When to use Use when designing 2D levels from a tile grid, configuring a TileSet (collision, navigation, custom data, terrains), or reading/writing tiles from code. Use when migrating a TileMap node (single node, many layers) to multi...
1.5K
7914 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.5K
7915 code-documentation bytedance/deer-flow
Code Documentation Skill Overview This skill generates professional, comprehensive documentation for software projects, codebases, libraries, and APIs. It follows industry best practices from projects like React, Django, Stripe, and Kubernetes to produce documentation that is accurate, well-structured, and useful for both new contributors and experienced developers. The output ranges from single-file READMEs to multi-document developer guides, always matched to the project's complexity and the u...
1.5K
7916 build-loop-claude-code buildgreatproducts/builder-os
Claude Code Build Loop Quality-gated feature work: nothing ships on "it compiles" — every increment is built, reviewed, tested end to end, and fixed before the user hears "done." Source of work A plan file exists (roadmap, refactor plan, or task list with - [ ] checkboxes — search the repo): work the first unchecked task. Tasks are ordered intentionally — never skip ahead. If the plan references spec docs, read only the sections relevant to the current task. No plan (or the request is outside it...
1.5K
7917 react-navigation callstackincubator/agent-skills
React Navigation Overview Guide for building navigation UIs with React Navigation. This skill only applies to React Navigation 7. The API and patterns may not work with different versions. API Selection React Navigation offers two API - object-based Static API and component-based Dynamic API . Existing Apps : Check the current navigation setup and follow the same API style when using the references New Apps : If the app does not have an existing navigation setup yet, prefer Static API When to Ap...
1.5K
7918 gemini-live-api google/skills
LiveAPI Service Skill This skill provides instructions for generating a LiveAPI client service class that connects to the Gemini Enterprise Live API over WebSockets. The generated client handles bidirectional streaming, bearer-token authentication via Application Default Credentials (ADC), transparent session resumption, and ClientMessage / ServerMessage proto exchange. The skill also produces a demo frontend + backend service so the user can interactively validate the generated client (text, au...
1.5K
7919 google-cloud-storage-basics google/skills
Google Cloud Storage Basics Google Cloud Storage (GCS) is a managed service for storing data as objects at any scale. You read and write whole objects rather than querying or updating individual records in place. It stores immutable objects in buckets with strong global consistency, offers multiple storage classes and location types to balance cost, performance, and availability, and integrates with IAM for fine-grained access control. GCS serves workloads ranging from website content and backup...
1.5K
7920 dotnet-webapi dotnet/skills
ASP.NET Core Web API Produce well-structured ASP.NET Core Web API endpoints with proper HTTP semantics, OpenAPI documentation, and error handling. When to Use Use this skill when working on ASP.NET Core HTTP APIs, including: adding or modifying Web API endpoints implemented with controllers or minimal APIs; wiring up OpenAPI/Swagger metadata and endpoint documentation; defining request/response DTOs and consistent HTTP status code behavior; adding .http files or similar request-based API testing...
1.5K
7921 learn rohitg00/ai-engineering-from-scratch
Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Your role: collect, organize, translate, explain, structure. You support the user's thinking; you do not replace it. Pre-check Check whether /read and /write skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: /read missing -- Phase 1 fetch falls back to native WebFetch / curl ; coverage on paywalled, JS-heavy, and Chinese-platform pag...
1.5K
7922 experience-lds-data-requirements-generate forcedotcom/sf-skills
Generating LDS Data Requirements Run a three-stage analyst workflow — requirements clarification, API name validation, API recommendation — so a downstream developer can implement a Lightning Data Service (LDS) solution without guessing. When to Use A PRD, Figma comment, or user ask mentions Salesforce data but objects/fields/operations are vague ("show customer info", "update the record", "list upcoming gigs"). Before writing any @wire /Apex code for a new data need, or before handing the recom...
1.5K
7923 codebase-documenter ailabs-393/ai-labs-claude-skills
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
1.5K
7924 ruff-recursive-fix github/awesome-copilot
Ruff Recursive Fix Overview Use this skill to enforce code quality with Ruff in a controlled, iterative workflow. It supports: Optional scope limitation to a specific folder. Default project settings from pyproject.toml . Flexible Ruff invocation ( uv , direct ruff , python -m ruff , or equivalent). Optional per-run rule overrides ( --select , --ignore , --extend-select , --extend-ignore ). Automatic safe then unsafe autofixes. Diff review after each fix pass. Recursive repetition until findings...
1.5K
7925 verify-this cursor/plugins
Verify This Verification is not a recap. It proves or disproves a specific claim with repeatable evidence. When To Use The user asks "verify this", "prove it works", "did this fix it", or "show me the evidence". A bug fix needs a before/after repro. A UI, CLI, API, performance, or memory claim needs measurement. A test passes but the user-visible behavior still needs confirmation. Do not use this for vague claims like "the code is cleaner". Ask for a measurable claim first. Workflow Show more In...
1.5K
7926 steam-publish gamedev-skills/awesome-gamedev-agent-skills
Steam Publish (Steamworks + SteamPipe) Take a finished build to a live Steam store page. Two tracks run in parallel and both must be approved before release: the store page (presence) and the build (SteamPipe upload + the release checklists). This skill is the operational checklist; deep build-script, CI/CD, and troubleshooting detail lives in references/steampipe-build-scripts.md . When to use Use when setting up a Steam app, building/editing the store page, configuring depots and packages, upl...
1.5K
7927 blast-radius cursor/plugins
Blast radius Find what a change breaks somewhere else, before it ships. Use for "blast radius of X", "what could this break", or reviewing a small diff you don't trust yet. Companion to how and why . how tells you what the code does. why tells you why it's shaped that way. Blast radius tells you what it breaks somewhere else. Listing the callers is not the job. The agent can grep those in a second. The job is the breakage grep won't show you. Don't trust your own writeup A blast-radius writeup t...
1.5K
7928 experience-lwr-site-generate forcedotcom/sf-skills
Experience LWR Site Builder Build and configure Salesforce Experience Cloud Lightning Web Runtime (LWR) sites via metadata (DigitalExperienceConfig, DigitalExperienceBundle, Network, CustomSite, CMS contents). IMPORTANT!! Right after loading this skill, you MUST copy the selected workflows/steps to your plan as a TODO checklist and work on each of the item carefully to ensure correctness. You MUST load the relevant reference docs even though they may live outside of user's project folder. Table ...
1.5K
7929 scss-best-practices mindrally/skills
SCSS Best Practices You are an expert in SCSS (Sassy CSS), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable SCSS that scales with project complexity Follow the DRY (Don't Repeat Yourself) principle using variables, mixins, and functions Maintain clear separation between structure, skin, and state styles Prioritize readability and maintainability over clever abstractions File Organization Architecture Pattern (7-1 Pattern) scss/ ├── abstracts/ │ ...
1.5K
7930 qdrant-performance-optimization qdrant/skills
Qdrant Performance Optimization There are different aspects of Qdrant performance, this document serves as a navigation hub for different aspects of performance optimization in Qdrant. Search Speed Optimization There are two different criteria for search speed: latency and throughput. Latency is the time it takes to get a response for a single query, while throughput is the number of queries that can be processed in a given time frame. Depending on your use case, you may want to optimize for one...
1.5K
7931 ib-check-deck anthropics/financial-services
IB Deck Checker Perform comprehensive QC on the presentation across four dimensions. Read every slide, then report findings. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting: Add-in — read from the live open deck. Chat — read from the uploaded .pptx file. This is read-and-report only — no edits — so the workflow is identical in both. Workflow Read the deck Pull text from every slide, keeping track of which slide each line came fr...
1.5K
7932 dd-monitors datadog-labs/agent-skills
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
1.5K
7933 diffity-resolve nilbuild/diffity
Diffity Resolve Skill You are reading open review comments and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve abc123 CLI Reference diffity agent diff diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] [--side new|old] --body "<text>" diffity agent general-comment --body "<text>" diffity agent resol...
1.5K
7934 illustration-style owl-listener/designer-skills
Illustration Style You are an expert in defining illustration systems that support product communication and brand identity. What You Do You create illustration style guides ensuring consistent visual storytelling across a product. Style Definition Geometric vs organic : Angular/structured or flowing/natural Flat vs dimensional : 2D flat, 2.5D isometric, or 3D Detailed vs minimal : Level of detail and complexity Abstract vs representational : Symbolic or realistic Line style : Stroke weight, cor...
1.5K
7935 redis-security redis/agent-skills
Redis Security Production hardening for Redis: authentication, ACL-based access control, and network exposure. Cover all three together — any one of them on its own leaves an exploitable gap. When to apply Deploying or reviewing a Redis instance destined for production. Setting up application credentials beyond a shared password. Auditing a Redis deployment against a security checklist. Receiving "Redis exposed to the internet" findings from a scanner. 1. Always authenticate (and use TLS) Never ...
1.5K
7936 release-skills jimliu/baoyu-design
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
1.5K
7937 unity-animation gamedev-skills/awesome-gamedev-agent-skills
Unity Animation (Animator / Mecanim) Control animation state with Unity 6.3 LTS's Animator and Animator Controllers: parameters, transitions, blend trees, layers, and humanoid IK. Targets Unity 6.3 LTS (6000.3) . When to use Use when connecting animation clips into a state machine, driving them from script via parameters, blending locomotion (idle→walk→run), layering an upper-body action over movement, or adding foot/hand IK on a humanoid rig. Use when the project has *.controller (Animator Cont...
1.5K
7938 godot-csharp gamedev-skills/awesome-gamedev-agent-skills
Godot C / .NET (4.x) Write Godot game code in C: node subclasses, the engine lifecycle, exports, signals as events, and GDScript interop. Targets Godot 4.7 (.NET / C) and .NET 8 . When to use Use when scripting a Godot game in C ( .cs + .csproj ), translating GDScript idioms to C, exposing [Export] fields, or wiring [Signal] delegates and GetNode. When not to use: GDScript-specific syntax → godot-gdscript ; engine concepts that are language-neutral (scenes, physics, animation) → the relevant god...
1.5K
7939 godot-multiplayer gamedev-skills/awesome-gamedev-agent-skills
Godot Multiplayer (4.x high-level) Connect peers, call functions remotely with @rpc , assign authority, and replicate state with MultiplayerSpawner / MultiplayerSynchronizer . Targets Godot 4.7 (ENet). Treat all client input as untrusted; keep the server authoritative. When to use Use when adding networked multiplayer: hosting/joining over ENet, calling RPCs, assigning per-node authority, or auto-spawning/syncing nodes across peers. When not to use: local split-screen (no networking); raw TCP/UD...
1.5K
7940 aws-auth aws/agent-toolkit-for-aws
AWS Auth (Amazon Cognito) Application-level user authentication and authorization with Amazon Cognito and the Amplify client auth libraries. Verify specific limits, quotas, and exact API shapes against official AWS documentation when precision matters; trust the docs over memory when they conflict. Recommended: The AWS MCP server provides streamlined access to the AWS APIs used in this skill (Cognito user pool/app client/identity pool setup, API Gateway authorizers). If it is unavailable, the AW...
1.5K
7941 why cursor/plugins
Why Investigate the motivation and intent behind code. Why was it built this way? What edge cases were considered? What product, business, or operational constraints shaped the design? What alternatives were rejected, and why? Companion to the how skill. how answers what the code does and how it works. why answers what forces led to its shape. How this skill works Historical context spreads across seven evidence categories: source control history, issue or ticket tracking, long-form documents, r...
1.5K
7942 agent-browser brianlovin/agent-config
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
1.5K
7943 experience-ui-bundle-mfa-configure forcedotcom/sf-skills
Enabling MFA on Experience Sites Enable Multi-Factor Authentication for Experience Site (Community) users by deploying the correct permission sets and verifying the platform-handled MFA challenge flow. Scope In scope: Deploying ForceTwoFactor permission set for community users Deploying ApiEnabled permission set (required for post-login API calls) Assigning permission sets to community users Troubleshooting MFA not appearing on login Customizing MFA/login page branding via NetworkBranding metada...
1.5K
7944 platform-architecture-analyze forcedotcom/sf-skills
Analyzing Architecture (Well-Architected Review) Grade a Salesforce DX project against the Salesforce Well-Architected framework and produce an honest, evidence-backed report: a pillar-scored table for what's observable in code and metadata, plus a human checklist for the governance/process concerns a local repo can't reveal. This skill is an orchestrator . It does not re-implement static analysis — it drives the analysis skills the plugin already ships and maps their output onto the Well-Archit...
1.5K
7945 platform-apex-anonymous-run forcedotcom/sf-skills
platform-apex-anonymous-run Run anonymous Apex against the connected Salesforce org via sf apex run --file , capture the debug log, and narrate compile-time and runtime outcomes back to the developer. This is the agent-side equivalent of VS Code's Execute Anonymous Apex (document and selection) commands. This skill is runtime, not generation — for authoring .cls / .trigger files use platform-apex-generate ; for running Apex unit tests use platform-apex-test-run ; for deep debug-log analysis (gov...
1.5K
7946 platform-deploy-validate forcedotcom/sf-skills
Validating Deployment Run a server-side validation before deploying metadata. Validation surfaces errors without modifying the org and — for production targets — produces a job ID usable with platform-quick-deploy for a fast, test-free deploy. Capability Resolution Always prefer sf project deploy validate (prod) or sf project deploy start --dry-run (sandbox/scratch) over the Tooling API directly. Workflow Step 1 — Confirm the target org Classify the org with the gate's classifier — it is the aut...
1.5K
7947 composio composiohq/composio
When to Apply User wants to access or interact with external apps (Gmail, Slack, GitHub, Notion, etc.) User wants to automate a task using an external service (send email, create issue, post message) Building an AI agent or app that integrates with external tools Multi-user apps that need per-user connections to external services Setup Check if the CLI is installed; if not, install it: curl -fsSL https://composio.dev/install | bash Show more Installs 93 Repository composio-commun…y/skills GitHub...
1.5K
7948 discernment-nudge anthropics/skills
Discernment nudge Why this exists People often take an AI answer at face value, especially when it's confidently written and well-structured. That's usually fine — but for substantive answers the user is going to act on (spend money, make a health decision, cite a claim, commit to a plan), a small moment of reflection can catch a bad assumption or a missing piece of context before it matters. This skill adds that moment, gently, without getting in the way of the answer itself. The goal is to mod...
1.5K
7949 connector-slack caffeinelabs/skills
Slack Connector (experimental) Post messages to a Slack workspace from a Caffeine canister. ⚠️ Experimental ( slack-client@0.0.3 ). The request path is fixed and verified — a real chat.postMessage posts successfully against the live Slack API (the earlier query-vs-form bug is resolved; POST params now go in an application/x-www-form-urlencoded body). NOT yet runtime-verified: the success-response decode ( {"ok":true,…} → the success schema) and the {"ok":false} error envelope (see Known limitati...
1.5K
7950 documentation-lookup upstash/context7
Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs ) instead of relying on training data. Core Concepts Context7 : MCP server that exposes live documentation; use it instead of training data for libraries and APIs. resolve-library-id : Returns Context7-compatible library IDs (e.g. /vercel/next.js ) from a library name and query. query-docs : Fetches documentation and co...
1.4K