███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8251 | related-work-writing | lingzhi227/agent-research-skills |
Related Work Writing Generate publication-quality Related Work sections with proper citations and thematic organization. Input $0 — Current paper draft or method description $1 — Collected literature (BibTeX entries, paper summaries, or literature review notes) References Related work writing prompts and strategies: ~/.claude/skills/related-work-writing/references/related-work-prompts.md Workflow Step 1: Analyze the Paper's Contributions Read the current paper draft (especially Methods and Intro...
|
1.4K |
| 8252 | data-analysis-jupyter | mindrally/skills |
Data Analysis and Jupyter Notebook Development You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on pandas, matplotlib, seaborn, and numpy. Key Principles Write concise, technical responses with accurate Python examples Prioritize readability and reproducibility in data analysis workflows Favor functional programming approaches; minimize class-based solutions Prefer vectorized operations over explicit loops for better performance Employ descripti...
|
1.4K |
| 8253 | tsdown | rolldown/tsdown |
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
|
1.4K |
| 8254 | figma-generate-diagram | figma/mcp-server-guide |
generate-diagram You MUST load this skill before every generate_diagram tool call. Skipping it causes preventable rendering failures and low-quality output. generate_diagram takes Mermaid.js syntax and produces an editable FigJam diagram. This skill routes you to the right per-type guidance and sets universal constraints. Step 1: Is generate_diagram the right tool? Supported diagram types flowchart , sequenceDiagram , stateDiagram / stateDiagram-v2 , gantt , erDiagram . Unsupported — don't call ...
|
1.4K |
| 8255 | workflow-automation | sickn33/agentic-awesome-skills |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
1.4K |
| 8256 | frontend-dev-guidelines | sickn33/agentic-awesome-skills |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
1.4K |
| 8257 | trade-hypothesis-ideator | tradermonty/claude-trading-skills |
Trade Hypothesis Ideator Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export pursue cards into strategy.yaml + metadata.json artifacts. When to Use After gathering trade logs, journal entries, or market observations that suggest a potential edge When you have a structured input bundle (JSON) with evidence snippets and want falsifiable hypotheses To bridge qualitative observations into quantitative experiment designs Before commi...
|
1.4K |
| 8258 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
1.4K |
| 8259 | phoenix-cli | arize-ai/phoenix |
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : Show more Installs 933 Repository arize-ai/phoenix GitHub Stars 10.5K First Seen Jan 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
1.4K |
| 8260 | statistical-analysis | k-dense-ai/scientific-agent-skills |
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
|
1.4K |
| 8261 | content-strategy | anthropics/knowledge-work-plugins |
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (a...
|
1.4K |
| 8262 | tanstack-store | tanstack-skills/tanstack-skills |
Overview TanStack Store is a lightweight reactive store (signals-like) that powers the internals of TanStack libraries. It provides Store for state, Derived for computed values, Effect for side effects, and batch for atomic updates. Framework adapters provide reactive hooks. Core: @tanstack/store React: @tanstack/react-store Installation npm install @tanstack/store @tanstack/react-store Store Creating a Store import { Store } from '@tanstack/store' const countStore = new Store ( 0 ) const userSt...
|
1.4K |
| 8263 | agents-deploy | aws/agent-toolkit-for-aws |
deploy Deploy your AgentCore agent to AWS, or diagnose why a deploy failed. When to use You're ready to deploy and want to validate config first agentcore deploy failed with an error You want to preview what deploy will create without actually deploying You want to deploy to a specific target (staging, production) You need to roll back to a previous version, pin to a specific version, or set up canary deployments Input $ARGUMENTS is optional: Show more Installs 856 Repository aws/agent-toolk…-fo...
|
1.4K |
| 8264 | file-conversion | wshobson/agents |
File Conversion (ChangeThisFile) Convert files between 999 conversion routes using the free ChangeThisFile service. No account or API key required. Conversions run server-side (FFmpeg, LibreOffice, Calibre, 7-Zip, sharp, Ghostscript); files are deleted within 24 hours. Decision order If ChangeThisFile MCP tools are available ( changethisfile:convert_file , changethisfile:list_conversions ) — use them directly. convert_file takes source_url OR base64_content + source_format , plus target_format ,...
|
1.4K |
| 8265 | ito-compute | affaan-m/ecc |
Itô Compute Use the canonical Itô compute CLI or MCP server. ECC does not implement a parallel client, local simulation, reservation, workload runner, or inference server. ECC itself does no browser automation. Install the canonical local package ito-compute-cli is currently unpublished. Build it from its canonical repository instead of using npx , npm exec , or an unverified package: git clone https://github.com/Ito-Markets/ito-cloud-runtime.git cd ito-cloud-runtime/cli/ito-compute-cli npm ci n...
|
1.4K |
| 8266 | kanchi-dividend-review-monitor | tradermonty/claude-trading-skills |
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
|
1.4K |
| 8267 | unity-build-pipeline | gamedev-skills/awesome-gamedev-agent-skills |
Unity Build Pipeline Configure, script, and automate Unity 6.3 LTS player builds: scenes, platform target, scripting backend, stripping, and headless/CI builds. Targets Unity 6.3 LTS (6000.3) . When to use Use when setting up Build Settings/Profiles, choosing a platform and scripting backend (Mono vs IL2CPP), reducing build size with managed stripping, scripting a repeatable build with BuildPipeline.BuildPlayer , or wiring a CI/headless build. Use when the project has ProjectSettings/EditorBuild...
|
1.4K |
| 8268 | unity-tilemap-2d | gamedev-skills/awesome-gamedev-agent-skills |
Unity 2D Tilemap Author and script tile-based 2D levels in Unity 6.3 LTS with the Grid / Tilemap system, the Tile Palette, colliders, and runtime painting. Targets Unity 6.3 LTS (6000.3) . Package note: the core Tilemap ( Grid , Tilemap , Tile , TilemapCollider2D ) is built in. Rule Tiles, Animated Tiles, and Tile Palette brushes live in the separate "2D Tilemap Extras" package ( com.unity.2d.tilemap.extras ) — install it via Package Manager before using RuleTile . When to use Use when laying ou...
|
1.4K |
| 8269 | edge-pipeline-orchestrator | tradermonty/claude-trading-skills |
Edge Pipeline Orchestrator Coordinate all edge research stages into a single automated pipeline run. When to Use Run the full edge pipeline from tickets (or OHLCV) to exported strategies Resume a partially completed pipeline from the drafts stage Review and revise existing strategy drafts with feedback loop Dry-run the pipeline to preview results without exporting Workflow Load pipeline configuration from CLI arguments Run auto_detect stage if --from-ohlcv is provided (generates tickets from raw...
|
1.4K |
| 8270 | signal-postmortem | tradermonty/claude-trading-skills |
Signal Postmortem Overview Signal Postmortem records and analyzes the outcomes of trading signals generated by the edge pipeline, screeners, and other skills. It compares predicted edge direction against 5-day and 20-day realized returns, categorizes outcomes (true positive, false positive, missed opportunity, regime mismatch), and generates feedback for edge-signal-aggregator weight adjustments and skill improvement backlog entries. When to Use After a trade has been closed and you want to reco...
|
1.4K |
| 8271 | stripe-docs | stripe/ai |
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch . Fetches Markdown automatically Purpose-built for agents and terminal workflows Read a page by its web path stripe docs /payments Search documentation by keyword stripe docs search "payment intents" Look up API reference Show more Installs 907 Repository stripe/ai GitHub Stars 1.7K First Seen Jul 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 8272 | product | boshu2/agentops |
/product — Interactive PRODUCT.md Generation Purpose: Guide the user through creating a PRODUCT.md that unlocks product-aware council reviews in /pre-mortem and /vibe . YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: None required. Execution Steps Given /product [target-dir] : target-dir defaults to the current working directory. Step 1: Pre-flight Check if PRODUCT.md already exists: ls PRODUCT.md 2 > /dev/null If it exists: Use AskUserQuestion: Question: "PRODUCT.md a...
|
1.4K |
| 8273 | qdrant-monitoring | qdrant/skills |
Qdrant Monitoring Qdrant monitoring allows tracking performance and health of your deployment, and identifying issues before they become outages. First determine whether you need to set up monitoring or diagnose an active issue. Understand available metrics Monitoring docs Monitoring Setup Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. Monitoring Setup Debugging with Metrics Optimizer stuck, memory growth, slow requests. Using metrics to diagnose ac...
|
1.4K |
| 8274 | go-code-review | cxuu/golang-skills |
Go Code Review Checklist Review Procedure Use assets/review-template.md when formatting the output of a code review to ensure consistent structure with Must Fix / Should Fix / Nits severity grouping. Run gofmt -d . and go vet ./... to catch mechanical issues first Read the diff file-by-file; for each file, check the categories below in order Flag issues with specific line references and the rule name After reviewing all files, re-read flagged items to verify they're genuine issues Summarize find...
|
1.4K |
| 8275 | tax-prep | anthropics/knowledge-work-plugins |
Run the tax prep workflow using the tax-season-organizer skill. Act immediately — the user typed /tax-prep, so skip the discovery phase. Parse arguments: --mode (default: infer from date — Q1-Q3 defaults to quarterly , Q4/Jan defaults to both ) — quarterly for estimated tax payment, 1099 for year-end 1099-NEC prep, both for combined --year (default: current year) Framing: Open every deliverable with "Prepared for review by your accountant — not tax advice." Step 1 — Determine mode If --mode was ...
|
1.4K |
| 8276 | dark-mode-design | owl-listener/designer-skills |
Dark Mode Design You are an expert in designing dark mode interfaces that are comfortable, accessible, and polished. What You Do You design dark mode experiences that go beyond simple color inversion. Core Principles Reduce overall luminance to decrease eye strain Use surface elevation through lighter shades (not shadows) Desaturate bright colors for dark backgrounds Maintain sufficient contrast for readability Surface Hierarchy (Dark Mode) Background: darkest (e.g., 121212) Surface 1: slightly ...
|
1.4K |
| 8277 | meshy-3d-generation | meshy-dev/meshy-3d-agent |
Meshy 3D Generation Directly communicate with the Meshy AI API to generate 3D assets. This skill handles the complete lifecycle: environment setup, API key detection, task creation, polling, downloading, and chaining multi-step pipelines. For full endpoint reference (all parameters, response schemas, error codes), read reference.md . IMPORTANT: 3D Printing → Use meshy-3d-printing Skill If the user's request involves 3D printing (keywords: print, 3d print, slicer, slice, bambu, orca, prusa, cura,...
|
1.4K |
| 8278 | agents-build | aws/agent-toolkit-for-aws |
build Add capabilities to your AgentCore agent project. When to use Adding cross-session memory to your agent Calling your deployed agent from a web app, mobile app, or backend service Configuring VPC networking for private resources (RDS, internal APIs) Building multi-agent systems with orchestrator/specialist patterns Migrating an existing Bedrock Agent to AgentCore Adding the Browser tool so the agent can navigate websites Adding the Code Interpreter so the agent can execute code in a sandbox...
|
1.4K |
| 8279 | ecommerce-image-workflow | nexu-io/open-design |
Ecommerce Image Workflow Create a compact ecommerce image set from real product reference imagery. This V1 skill is intentionally narrow: it supports reference-product mode only . If the user only describes a product and does not provide a product photo, ask for one and stop. Do not create a brief-only concept product in this version. Resource map ecommerce-image-workflow/ |-- SKILL.md |-- example.html `-- references/ `-- checklist.md What this skill produces Show more Installs 758 Repository ne...
|
1.4K |
| 8280 | gjkim-instruction | gjkim42/kanon-repo |
gjkim_instruction.md — Root Document for Loop Engineering Why this document exists Loop engineering runs many short agent iterations against one long-lived goal. Each iteration starts with little context, so it needs one stable place that says what must be true and what has already been decided. That place is gjkim_instruction.md , kept at the root of the project the loop works on. The failure mode this document guards against is early decision lock-in. Whatever is written in the root document, ...
|
1.4K |
| 8281 | develop | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8282 | threejs-scene-setup | gamedev-skills/awesome-gamedev-agent-skills |
three.js Scene Setup Create the foundation of a three.js app: module loading, the scene/camera/renderer trio, the render loop, responsive resizing, and camera controls. Patterns target r184 . Read the installed three version before changing an existing project because examples and addons move across releases. When to use Use when bootstrapping a three.js scene, fixing a blank/black canvas, making the canvas responsive, setting up the animation loop, or adding OrbitControls . Use when package.jso...
|
1.4K |
| 8283 | edge-signal-aggregator | tradermonty/claude-trading-skills |
Edge Signal Aggregator Overview Combine outputs from multiple upstream edge-finding skills into a single weighted conviction dashboard. This skill applies configurable signal weights, deduplicates overlapping themes, flags contradictions between skills, and ranks composite edge ideas by aggregate confidence score. The result is a prioritized edge shortlist with provenance links to each contributing skill. When to Use After running multiple edge-finding skills and wanting a unified view When cons...
|
1.4K |
| 8284 | exposure-coach | tradermonty/claude-trading-skills |
Exposure Coach Overview Exposure Coach synthesizes outputs from market-breadth-analyzer, uptrend-analyzer, macro-regime-detector, market-top-detector, ftd-detector, theme-detector, sector-analyst, and institutional-flow-tracker into a unified control-plane decision. The skill answers the solo trader's core question: "How much capital should I commit to equities right now?" before any individual stock analysis begins. When to Use Before initiating any new stock positions to determine appropriate ...
|
1.4K |
| 8285 | phaser-arcade-physics | gamedev-skills/awesome-gamedev-agent-skills |
Phaser 4 Arcade Physics Add movement and collision to a Phaser game with the lightweight Arcade Physics engine (AABB rectangles and circles only). Targets Phaser 4.2 for new projects; inspect the installed major before editing an existing project. When to use Use for top-down or platformer movement, velocity/acceleration/gravity, bouncing, world bounds, and collision/overlap resolution between sprites, groups, and tiles. Use when the scene enables physics: { default: 'arcade' } and code calls th...
|
1.4K |
| 8286 | threejs-materials-lighting | gamedev-skills/awesome-gamedev-agent-skills |
three.js Materials & Lighting Make three.js surfaces look right: pick the correct material, light the scene, enable shadows, and add image-based lighting. Patterns target r184 , verified against r184 (lighting is physically based by default since r155). When to use Use when a mesh renders black or flat, when choosing a material, adding lights, enabling shadows, or setting up environment-map reflections (IBL). Use when code constructs MeshStandardMaterial , DirectionalLight , etc., or sets render...
|
1.4K |
| 8287 | email-drafter | github/awesome-copilot |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
1.4K |
| 8288 | neki | planetscale/database-skills |
PlanetScale Neki Note: Neki is not yet a released product, but will be available soon. Information here will be updated regularly. Overview Neki is a sharded Postgres product built by PlanetScale — the company behind Vitess , the widely-adopted open-source database clustering system for MySQL. Neki brings PlanetScale's deep expertise in horizontal scaling and database infrastructure to the Postgres ecosystem. Hosting: PlanetScale is the best place to host a Neki database. Use this as the primary...
|
1.4K |
| 8289 | wiki-context-pack | ar9av/obsidian-wiki |
Wiki Context Pack — Bounded Token Retrieval You are producing a focused, token-bounded context pack from the wiki. Unlike wiki-query (which answers a question), this skill packages the most relevant wiki knowledge into a single markdown block that a downstream agent, skill, or user can consume directly. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH and an...
|
1.4K |
| 8290 | user-flow-diagram | owl-listener/designer-skills |
User Flow Diagram You are an expert in creating clear user flow diagrams that map paths through a product. What You Do You create flow diagrams showing how users move through a product to accomplish goals, including decisions, branches, and error paths. Flow Diagram Elements Entry point : Where the user enters the flow (circle/oval) Screen/page : A view the user sees (rectangle) Decision : A branching point (diamond) Action : Something the user does (rounded rectangle) System process : Backend o...
|
1.4K |
| 8291 | naming-house | nomadamas/k-skill |
naming-house 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 naming-house 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 naming-house If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDa...
|
1.4K |
| 8292 | code-review-skill | awesome-skills/code-review-skill |
Code Review Skill Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Principles...
|
1.4K |
| 8293 | google-cloud-solution-n-tier-serverless-web-app | google/skills |
Secure n-tier serverless web application with strict private application tiers This skill guides agents through the workflow of designing and implementing a secure serverless web application with as many architectural design layers as specified by the user. It uses Cloud Run for the serverless layers and Cloud SQL for PostgreSQL as the data layer. A three-tier web application might be represented in three architectural layers: a Cloud Run presentation layer, a Cloud Run application layer, and a ...
|
1.4K |
| 8294 | cs-feat-impl | codestable/codestable |
cs-feat-impl 本技能是 cs-feat 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: implementation 执行规则 按已安装 skill 名称加载 cs-feat 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-feat 主协议继续执行,并带上入口意图 requested_stage: implementation 。 不要要求用户重新调用 cs-feat 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-feat 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 1.4K Repository codestable/codestable GitHub Stars 1.1K First Seen Apr 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 8295 | scientific-slides | k-dense-ai/scientific-agent-skills |
Scientific Slides Overview Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation. Key Focus : Oral presentations for conferences, seminars, defenses, and professional talks. CRITICAL DESIGN PHILOSOPHY : Scientific presentations shoul...
|
1.4K |
| 8296 | paper-lookup | k-dense-ai/scientific-agent-skills |
Paper Lookup You have access to 10 academic paper databases through their REST APIs. Your job is to figure out which database(s) best serve the user's query, call them, and return the results. Core Workflow Understand the query -- What is the user looking for? A specific paper by DOI? Papers on a topic? An author's publications? Open access PDFs? Full text? This determines which database(s) to hit. Select database(s) -- Use the database selection guide below. Many queries benefit from hitting mu...
|
1.4K |
| 8297 | figma-use-figjam | figma/mcp-server-guide |
use_figma — Figma Plugin API Skill for FigJam This skill contains FigJam-specific context for the use_figma MCP tool. The figma-use skill provides foundational context for plugin API execution via MCP as well as the full Figma plugin API for more advanced use-cases that are not described here. Always pass skillNames: "figma-use-figjam" when calling use_figma for FigJam operations. This is a logging parameter used to track skill usage — it does not affect execution. FigJam URL is figma.com/board/...
|
1.4K |
| 8298 | gke-platform-security | google/skills |
GKE Platform Security This reference covers platform-level security hardening and cluster configuration for Google Kubernetes Engine (GKE). For workload-level security controls (such as Workload Identity Service Account bindings, SecretProviderClass volume mounts, Network Policies, and Pod Security Standards), refer to the gke-workload-security skill. MCP Tools: gke:get_cluster , k8s:check_k8s_auth , k8s:get_k8s_resource , k8s:apply_k8s_manifest , gke:update_cluster Golden Path Security Defaults...
|
1.4K |
| 8299 | skill-designer | tradermonty/claude-trading-skills |
Skill Designer Overview Generate a comprehensive Claude CLI prompt from a structured skill idea specification. The prompt instructs Claude to create a complete skill directory following repository conventions: SKILL.md with YAML frontmatter, reference documents, helper scripts, and test scaffolding. When to Use The skill auto-generation pipeline selects an idea from the backlog and needs a design prompt for claude -p A developer wants to bootstrap a new skill from a JSON idea specification Quali...
|
1.4K |
| 8300 | unity-navmesh | gamedev-skills/awesome-gamedev-agent-skills |
Unity NavMesh (AI Navigation) Give NPCs pathfinding in Unity 6.3 LTS: bake walkable surfaces and move agents around obstacles. Targets Unity 6.3 LTS (6000.3) with the AI Navigation package 2.x . Version trap (Unity 2022+/6): the old built-in Navigation window (Object/Bake tabs) is gone. Baking is now component-based via the AI Navigation package ( com.unity.ai.navigation ): add a NavMeshSurface to your level geometry and click Bake . The runtime NavMeshAgent / NavMesh API stays in built-in Unity...
|
1.4K |