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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9201 design-game playableintelligence/game-creator
Performance Notes Take your time to do this thoroughly Quality is more important than speed Do not skip validation steps Design Game Run a UI/UX design pass on an existing game to improve visuals, atmosphere, and game feel. No design experience needed — this command analyzes your game and applies proven visual patterns. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-designer skill to get the full design vocabulary and patterns. Step ...
1.2K
9202 loops-cli loops-so/skills
Loops CLI Skill This skill helps with Loops terminal workflows. Use it for installation, auth and configuration, command selection, and shell-first operational tasks. When To Use Use this skill when the user needs to: install, update, or troubleshoot the Loops CLI authenticate with Loops from the terminal manage stored team keys or switch between them run one-off contact, list, event, or transactional-email commands create draft campaigns, update email-message content, and upload images from the...
1.2K
9203 intended-vs-implemented phuryn/pm-skills
Intended vs. Implemented: Auditing the Gap Purpose A linter scans code in a vacuum. It can tell you the code is internally consistent; it cannot tell you the code does what you meant , because it has no model of your intent. The highest-value security and correctness bugs live in that gap — a permission documented but never enforced, a "cron-only" endpoint anyone can call, a field marked public-only that leaks private data. This skill is the method for finding that gap. It is the differentiator:...
1.2K
9204 k6-manage grafana/skills
Grafana Cloud k6 — interaction reference The default path is the gcx CLI. When gcx isn't installed, every endpoint here is still reachable via direct curl against k6's public hosts — see §1.2 for the auth-header and host-translation rules. Two principles shape the rest: gcx owns Grafana-side auth (when present). It injects the right headers on every call, so you should not set auth headers yourself. The only header you ever set by hand is X-K6TestRun-Id , on Loki log queries (§4), browser screen...
1.2K
9205 measure ghaida/intent
Measure — Define and Track Success Overview If you can't define success, you can't design for it. And if you measure the wrong thing, you'll optimize for the wrong outcome. UX measurement connects design decisions to observable evidence — did the thing we built actually help? This skill defines what to measure, how to measure it, and how to make decisions from what you learn. It bridges the gap between "we shipped it" and "it worked." But measurement is not neutral. Every metric you choose shape...
1.2K
9206 philosopher ghaida/intent
The Philosopher — Sit With the Problem Overview A cross-cutting cognitive mode that shifts how you reason — not how you sound. The philosopher activates broader associative thinking, suppresses premature idea-dismissal, enables cross-domain connection-making, and forces genuine re-examination of assumptions. It works alongside every Intent skill at any stage of the design process, turning shallow problem statements into genuinely complex, interesting ones. When to activate: when a designer says ...
1.2K
9207 localize ghaida/intent
Localize — Design Across Cultures Overview Localization is not translation. Translation converts words; localization adapts the experience. When a product enters a new market, everything is in play: information density, navigation patterns, color meaning, icon comprehension, date formats, trust signals, payment flows, legal compliance, and the fundamental assumptions about how people make decisions. A checkout flow designed for US consumers doesn't become a Japanese experience by translating the...
1.2K
9208 transpose ghaida/intent
Transpose — Adapt Across Contexts Overview Responsive design is a layout concern. Transposition is a UX concern. When an experience moves from desktop to mobile, from web to TV, from consumer app to kiosk, from visual interface to voice — the interaction model, information priority, and user context all change. A dashboard that works beautifully on a 27-inch monitor doesn't become a mobile experience by reflowing into a single column. A checkout flow designed for keyboard and mouse doesn't becom...
1.2K
9209 netlify-mcp-servers netlify/context-and-tools
Netlify MCP Servers An MCP server exposes tools (and optionally resources/prompts) that an AI client — Claude Desktop, Claude Code, Cursor — can call. On Netlify, a remote MCP server is just one Netlify Function that speaks the MCP protocol over HTTP. This skill gets you a working, secure server and connects a client to it. "Netlify MCP" means two different things — make sure you're building the right one. Netlify publishes its own hosted MCP server that lets an AI client operate the Netlify pla...
1.2K
9210 template-instantiation dotnet/skills
Template Instantiation This skill creates .NET projects from templates using dotnet new CLI commands, with guidance for parameter validation, Central Package Management adaptation, and multi-project composition. Match the workspace, then stop. The highest-value move is aligning the new project with the repo it lands in: detect CPM ( Directory.Packages.props ) and the target framework used by neighbouring .csproj files, and mirror both. Treat the discovered target framework as an explicit choice ...
1.2K
9211 create-skill-test dotnet/skills
Create Skill Test Scaffold an evaluation spec ( eval.yaml ) for a skill or agent so it conforms to the Vally schema, passes skill-validator check and check_eval_quality.py , is powerful enough to return a verdict, and does not overfit to the skill's own wording. When to Use Creating a new eval.yaml for a skill or agent Adding stimuli to an existing eval Sizing an eval so the pass gate can actually be reached Setting up or repairing fixture files alongside an eval Reviewing whether rubric items a...
1.2K
9212 maui-app-lifecycle dotnet/skills
.NET MAUI App Lifecycle Handle application state transitions correctly in .NET MAUI. This skill covers the cross-platform Window lifecycle events, their platform-native mappings, and patterns for preserving state across backgrounding and resume cycles. When to Use Saving or restoring state when the app backgrounds or resumes Subscribing to Window lifecycle events (Created, Activated, Deactivated, Stopped, Resumed, Destroying) Hooking into platform-native lifecycle callbacks via ConfigureLifecycl...
1.2K
9213 assertion-quality dotnet/skills
Assertion Diversity Analysis Analyze test code in any supported language to measure how varied and meaningful the assertions are. Produce a metrics report that reveals whether tests verify different facets of correctness — not just "output equals X" but also structure, exceptions, state transitions, side effects, and invariants. Language-specific guidance : Call the test-analysis-extensions skill to discover available extension files, then read the file matching the target codebase's language an...
1.2K
9214 android-tombstone-symbolication dotnet/skills
Android Tombstone .NET Symbolication Resolves native backtrace frames from .NET Android app crashes (MAUI, Xamarin, Mono) to function names, source files, and line numbers using ELF BuildIds and Microsoft's symbol server. Inputs: Tombstone file or logcat crash output, llvm-symbolizer (from Android NDK or any LLVM 14+ toolchain), internet access for symbol downloads. Do not use when: The crash is a managed .NET exception (visible in logcat with a managed stack trace), the crashing library is not ...
1.2K
9215 alpine-js mindrally/skills
Alpine.js Development You are an expert in Alpine.js for building lightweight, reactive web interfaces. Core Principles Write concise, technical responses with accurate Alpine.js examples Use Alpine.js for lightweight, declarative interactivity Prioritize performance optimization and minimal JavaScript Integrate seamlessly with Tailwind CSS and backend frameworks Alpine.js Fundamentals Directives x-data - Define reactive data for a component x-bind - Bind attributes to expressions x-on - Attac...
1.2K
9216 stable-baselines3 k-dense-ai/scientific-agent-skills
Stable Baselines3 Overview Stable Baselines3 (SB3) is a PyTorch-based library providing reliable implementations of reinforcement learning algorithms. This skill provides comprehensive guidance for training RL agents, creating custom environments, implementing callbacks, and optimizing training workflows using SB3's unified API. Core Capabilities 1. Training RL Agents Basic Training Pattern: import gymnasium as gym from stable_baselines3 import PPO Create environment env = gym . make ( "CartPol...
1.2K
9217 documentation-template owl-listener/designer-skills
Documentation Template You are an expert in creating consistent documentation structures for design systems. What You Do You generate templates that standardize how design system artifacts are documented. Template Types Component Docs Title, status, when to use, example, anatomy, variants, props, states, accessibility, content guidelines, tokens, related, changelog. Pattern Docs Problem statement, context, solution, behavior, examples (good/bad), accessibility, related patterns. Foundation Docs ...
1.2K
9218 naming-convention owl-listener/designer-skills
Naming Convention You are an expert in creating clear, scalable naming systems for design assets, components, and tokens. What You Do You establish naming conventions that make design systems predictable, searchable, and maintainable. Principles Predictable 2. Consistent 3. Scalable 4. Scannable 5. Unambiguous Patterns Components : [category]/[name]/[variant]/[state] Tokens : {category}-{property}-{concept}-{variant}-{state} Files : [type]-[name]-[variant].[ext] Design files : Numbered + descrip...
1.2K
9219 flask-python mindrally/skills
Flask Python Development You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes except for Flask views Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Use lowercase with underscores for directories and files (e.g., blu...
1.2K
9220 empathy-map owl-listener/designer-skills
Empathy Map Build an empathy map to synthesize user research and align the team around user understanding. Context You are a senior UX researcher helping a design team build an empathy map for $ARGUMENTS. If the user provides files (interview transcripts, observation notes, survey data), read them first. Domain Context Empathy Maps (Dave Gray, XPLANE): A collaborative tool to externalize what we know about a user type. Four quadrants: Says (direct quotes), Thinks (inferred beliefs), Does (observ...
1.2K
9221 journey-map owl-listener/designer-skills
Journey Map Create a comprehensive user journey map for product design and UX analysis. Context You are a senior UX researcher helping a design team map the user journey for $ARGUMENTS. If the user provides files (research data, personas, analytics), read them first. Domain Context Journey Mapping (Jim Kalbach, Mapping Experiences): Visualizing the end-to-end experience across stages, touchpoints, channels, emotions, and pain points. Each stage should capture: user goals, actions, touchpoints, e...
1.2K
9222 user-persona owl-listener/designer-skills
User Persona Create comprehensive user personas grounded in research data for product and UX design. Context You are a senior UX researcher helping a design team create user personas for $ARGUMENTS. If the user provides files (research data, interview transcripts, survey results, analytics), read them first. If they mention a product URL, use web search to understand the product. Domain Context Personas (Alan Cooper, About Face): Archetypical users based on behavioral patterns, not demographics ...
1.2K
9223 r3f-lighting enzed/r3f-skills
React Three Fiber Lighting Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas shadows> {/* Ambient fill */} <ambientLight intensity={0.5} /> {/* Main light with shadows */} <directionalLight position={[5, 5, 5]} intensity={1} castShadow shadow-mapSize={[2048, 2048]} /> {/* Objects */} <mesh castShadow receiveShadow> <boxGeometry /> <meshStandardMaterial colo...
1.2K
9224 dt-obs-azure dynatrace/dynatrace-for-ai
Azure Cloud Infrastructure Monitor and analyze Azure resources using Dynatrace Smartscape and DQL. Query Azure services, audit security, manage organizational hierarchy, and plan capacity across your Azure infrastructure. When to Use This Skill Use this skill when the user needs to work with Azure resources in Dynatrace. Load the reference file for the task type: Show more Installs 672 Repository dynatrace/dynat…e-for-ai GitHub Stars 107 First Seen May 11, 2026 Security Audits Gen Agent Trust Hu...
1.2K
9225 qwencloud-image-generation qwencloud/qwencloud-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Image Generation Generate and edit images using Wan and Qwen Image models. Supports text-to-image, reference-image editing (style transfer, subject consistency, multi-image composition, text rendering), and interleaved text-image output. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files o...
1.2K
9226 template-authoring dotnet/skills
Template Authoring This skill helps an agent create and validate custom dotnet new templates. It guides bootstrapping templates from existing projects and validates template.json files for authoring issues before publishing. When to Use User wants to create a reusable template from an existing .csproj User wants to validate a template.json they are authoring before publishing User is setting up .template.config/template.json from scratch User wants to package a template for NuGet distribution Wh...
1.2K
9227 migrate-vstest-to-mtp dotnet/skills
VSTest -> Microsoft.Testing.Platform Migration Migrate a .NET test solution from VSTest to Microsoft.Testing.Platform (MTP). The outcome is a solution where all test projects run on MTP, dotnet test works correctly, and CI/CD pipelines are updated. Important : Do not mix VSTest-based and MTP-based .NET test projects in the same solution or run configuration -- this is an unsupported scenario. When to Use Switching from VSTest to Microsoft.Testing.Platform for any supported test framework Enablin...
1.2K
9228 generate-testability-wrappers dotnet/skills
Generate Testability Wrappers Generate wrapper interfaces, default implementations, and DI service registration code for untestable static dependencies. For statics that already have .NET built-in abstractions ( TimeProvider , IHttpClientFactory ), guide adoption of the built-in. For statics without built-in alternatives, generate custom minimal wrappers. When to Use After running detect-static-dependencies and identifying which statics to wrap When the user asks to make a class testable by repl...
1.2K
9229 test-gap-analysis dotnet/skills
Test Gap Analysis via Pseudo-Mutation Analyze production code in any supported language by reasoning about hypothetical mutations, then confirming them against the real test suite. This reveals blind spots where tests pass but would continue to pass even if the code were broken. Language-specific guidance : Call the test-analysis-extensions skill to discover available extension files, then read the file matching the target codebase (e.g., extensions/dotnet.md , extensions/python.md , extensions/...
1.2K
9230 accessibility-test-plan owl-listener/designer-skills
Accessibility Test Plan You are an expert in planning comprehensive accessibility testing. What You Do You create testing plans that systematically evaluate accessibility across assistive technologies and WCAG criteria. Testing Layers 1. Automated Testing Axe, Lighthouse, WAVE tools Catches approximately 30-40% of issues Run on every page/state Integrate into CI/CD pipeline 2. Manual Testing Keyboard-only navigation Screen reader walkthrough Zoom to 200% and 400% High contrast mode Reduced motio...
1.2K
9231 a-b-test-design owl-listener/designer-skills
A/B Test Design You are an expert in designing rigorous A/B experiments that produce actionable results. What You Do You design A/B tests with clear hypotheses, controlled variants, appropriate metrics, and statistical rigor. Test Structure 1. Hypothesis Structured as: 'If we [change], then [outcome] will [improve/decrease] because [rationale].' 2. Variants Control (A): current design Treatment (B): proposed change Keep changes isolated — test one variable at a time 3. Primary Metric The single ...
1.2K
9232 jobs-to-be-done owl-listener/designer-skills
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
1.2K
9233 gesture-patterns owl-listener/designer-skills
Gesture Patterns You are an expert in designing intuitive gesture-based interactions. What You Do You design gesture interactions that feel natural and discoverable across touch and pointer devices. Core Gestures Tap : Select, activate, toggle Double tap : Zoom, like/favorite Long press : Context menu, reorder mode, preview Swipe : Navigate, dismiss, reveal actions Pinch : Zoom in/out Rotate : Rotate content (maps, images) Drag : Move, reorder, adjust values Pull : Refresh content (pull-to-refre...
1.2K
9234 handoff-spec owl-listener/designer-skills
Handoff Spec You are an expert in creating clear, complete developer handoff specifications. What You Do You create handoff documents that give developers everything needed to implement a design accurately. Handoff Contents Visual Specifications Spacing and sizing (exact pixel values or token references) Color values (token names, not hex codes) Typography (style name, size, weight, line-height) Border radius, shadows, opacity values Responsive breakpoint behavior Interaction Specifications Stat...
1.2K
9235 presentation iii-hq/iii
Presentation Turn a technical specification into an interactive, persuasive web deck — the kind at iii.dev/roadmap/. The output is a content layer inside the repo's roadmap base (the shared component library, gallery, and markdown spec viewer that build every deck into one static site — Astro routes of the site package in iii, a standalone Vite project in other repos): helps engineers understand the spec — the architecture is a navigable map, not prose; is interactive — steppable diagrams, a sel...
1.2K
9236 ibd-distribution-day-monitor tradermonty/claude-trading-skills
IBD Distribution Day Monitor Purpose Detect IBD-style Distribution Days for major market ETFs (QQQ as Nasdaq proxy, SPY as S&P 500 proxy) and produce a daily market deterioration signal plus a TQQQ/QQQ exposure recommendation. Designed for post-market review. When to Use Invoke this skill: Daily after the US market close. Before increasing TQQQ exposure or rebalancing leveraged positions. When evaluating whether an uptrend is becoming vulnerable to a correction. As an upstream input to FTD (Foll...
1.2K
9237 research-summarizer alirezarezvani/claude-skills
No SKILL.md available for this skill. View on GitHub
1.2K
9238 jenkins-pipeline aj-geddes/useful-ai-prompts
Jenkins Pipeline Overview Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow. When to Use Enterprise CI/CD infrastructure Complex multi-stage builds On-premise deployment automation Parameterized builds Implementation Examples 1. Declarative Pipeline (Jenkinsfile) pipeline { agent { label 'linux-docker' } environment { REGISTRY = 'docker.io' IMAGE_NAME = 'myapp' ...
1.2K
9239 prd-writer pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve PRD Writer When to Use Starting a new feature or product initiative Need to document requirements for the engineer...
1.2K
9240 what-if-oracle k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.2K
9241 geopandas k-dense-ai/scientific-agent-skills
GeoPandas GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis. Installation uv pip install geopandas Optional Dependencies For interactive maps uv pip install folium For classification schemes in mapping uv pip install mapclassify Show more
1.2K
9242 simpy k-dense-ai/scientific-agent-skills
SimPy - Discrete-Event Simulation Overview SimPy is a process-based discrete-event simulation framework based on standard Python. Use SimPy to model systems where entities (customers, vehicles, packets, etc.) interact with each other and compete for shared resources (servers, machines, bandwidth, etc.) over time. Core capabilities: Process modeling using Python generator functions Shared resource management (servers, containers, stores) Event-driven scheduling and synchronization Real-time simul...
1.2K
9243 pymoo k-dense-ai/scientific-agent-skills
Pymoo - Multi-Objective Optimization in Python Overview Pymoo is a comprehensive Python framework for optimization with emphasis on multi-objective problems. Solve single and multi-objective optimization using state-of-the-art algorithms (NSGA-II/III, MOEA/D), benchmark problems (ZDT, DTLZ), customizable genetic operators, and multi-criteria decision making methods. Excels at finding trade-off solutions (Pareto fronts) for problems with conflicting objectives. When to Use This Skill This skill s...
1.2K
9244 feedback-patterns owl-listener/designer-skills
Feedback Patterns You are an expert in designing system feedback that keeps users informed and confident. What You Do You design feedback mechanisms that confirm actions, communicate status, and guide next steps. Feedback Types Immediate Feedback Button state change on click Inline validation on input Toggle visual response Drag position update Confirmation Feedback Success toast/snackbar after action Checkmark animation on completion Summary of what was done Undo option for reversible actions S...
1.2K
9245 pattern-library owl-listener/designer-skills
Pattern Library You are an expert in documenting reusable design patterns that solve recurring UX problems. What You Do You create pattern library entries capturing design knowledge in a reusable format. Pattern Entry Structure Problem Statement — What need does this address? What contexts? Solution — The pattern, key principles, visual/interaction description Anatomy — Components, layout, required vs optional elements Variants — Context-specific implementations, responsive adaptations Behavior ...
1.2K
9246 stakeholder-alignment owl-listener/designer-skills
Stakeholder Alignment Help the user achieve stakeholder alignment using frameworks and insights from 88 product leaders. How to Help When the user asks for help with stakeholder alignment: Understand the situation - Ask who the stakeholders are, what decision needs to be made, and where resistance is coming from Identify motivations - Help them understand what each stakeholder cares about and their definition of success Structure the approach - Guide them on pre-alignment, communication sequence...
1.2K
9247 team-workflow owl-listener/designer-skills
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
1.2K
9248 north-star-vision owl-listener/designer-skills
North Star Vision You are an expert in articulating inspiring product visions that unite teams and guide direction. What You Do You help teams define a north-star vision — a compelling future state that inspires alignment and guides trade-offs. Vision Components Vision Statement — Who, what experience, why it matters (one sentence) Design Pillars — 3-5 strategic focus areas defining differentiators Vision Scenarios — Concrete narrative stories of the future experience Success Criteria — Qualitat...
1.2K
9249 interview-script owl-listener/designer-skills
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
1.2K
9250 card-sort-analysis owl-listener/designer-skills
Card Sort Analysis Analyze card sorting results to inform information architecture decisions. Context You are a UX researcher analyzing card sort data for $ARGUMENTS. If the user provides files (card sort results, spreadsheets), read them first. Instructions Understand the study : Confirm methodology (open vs closed), number of participants, and card set. Analyze groupings : Identify common category patterns and naming conventions. Create a similarity matrix : Show how frequently items were grou...
1.2K