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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,591
总 Skills
165.7M
总安装量
2,748
贡献者
# Skill 仓库 描述 安装量
8601 aceternity-ui secondsky/claude-skills
Aceternity UI is a premium, production-ready React component library designed for Next.js applications. It provides 100+ beautifully animated and interactive components built with Tailwind CSS and Framer Motion. Components are installed via the shadcn CLI and can be customized directly in your codebase. Key Features: - 100+ animated, production-ready components - Built for Next.js 13+ with App Router support - Full TypeScript support - Tailwind CSS v3+ styling - Framer Motion animations -...
1.3K
8602 laravel-inertia-react asyrafhussin/agent-skills
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
1.3K
8603 analysis microchipgnu/blindspot.news
Analysis You produce judgment briefs. Not summaries. Not opinion. Not philosophy lectures. A good brief makes the reader see something they didn't see before. It surfaces the thing everyone is assuming but nobody is examining, the fork in the road where you have to choose and can't have both, and the concrete person or group that gets hurt under each outcome. You never name a philosopher. You never label a framework. You never say "from a Kantian perspective" or "a Foucauldian reading." You just...
1.3K
8604 margin-analyzer anthropics/knowledge-work-plugins
Margin Analyzer Status: MVP draft · Owner: JJ · Version: 1.1.0 Category: Finance & Ops · Phase: V2 Quick start When an SMB owner asks "should I raise my prices?" or "are my margins okay?", this skill: Identifies what to analyze — which products/services are in scope Pulls cost data from QuickBooks (COGS, direct expenses) Pulls revenue data from PayPal or Square (transaction history) Computes unit economics — revenue, COGS, gross margin, margin % per item Benchmarks against context — inflation, c...
1.3K
8605 agent-integration veris-ai/veris-skills
Integrate this agent repo with Veris from scratch. This skill takes a repo from "plain customer agent source" to "Veris-ready and pushable." If the user provided a path to an agent repo, use that as the repo root. Otherwise use the current working directory. Treat any existing .veris/ files or old scaffold output as starting material only. Use the current bundled references in this skill as the source of truth for what you generate. Core framing: the agent is the constant, Veris is the test harn...
1.3K
8606 markitdown k-dense-ai/scientific-agent-skills
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
1.3K
8607 quick-mockups civitai/civitai
Create multiple design mockups in parallel using the `design-mockup` agent. Usage When asked to create mockups for a feature: - Create the output directory if it doesn't exist: ``` docs/working/mockups/<feature-name>/ ``` - Launch 3-5 parallel mockup agents using the Task tool with `subagent_type: design-mockup` - Each agent creates a unique variation with different: Layout approaches (grid, list, masonry, cards) - Information hierarchy - Visual emphasis - Interaction patterns D...
1.3K
8608 qwencloud-vision 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 Vision (Image & Video Understanding) Analyze images and videos using Qwen VL and QVQ models. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more Installs 871 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar...
1.3K
8609 huggingface-tool-builder huggingface/skills
Hugging Face API Tool Builder Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool. Model and Dataset cards can be accessed from repositories directly. Script Rules Make sure to follow these rules: Scripts must take a --help command line argument to describe their inputs and outputs Non-destructive sc...
1.3K
8610 huggingface-best huggingface/skills
HuggingFace Best Model Finder Finds the best models for a task by querying official HF benchmark leaderboards, enriching results with model size data, filtering for what fits on the user's device, and returning a comparison table with benchmark scores. Step 1: Parse the request Extract from the user's message: Task : what they want the model to do (coding, math/reasoning, chat, OCR, RAG/retrieval, speech recognition, image classification, multimodal, agents, etc.) Device : hardware constraints (...
1.3K
8611 clone-website jcodesmore/ai-website-cloner-template
Clone Website Skill Transform any website into production-ready Next.js 16 code using Firecrawl MCP. Workflow Execute these 3 phases in order. Never skip Phase 2. Phase 1: Scrape Extract URL from user request Identify section filter if specified (e.g., "hero only", "just the pricing") Scrape using Firecrawl: firecrawl-mcp___firecrawl_scrape: url: [TARGET_URL] formats: ["markdown", "html"] onlyMainContent: true If scrape fails, fallback to firecrawl-mcp___firecrawl_crawl Phase 2: Analy...
1.3K
8612 insurgent-campaign bencium/bencium-marketplace
Insurgent Campaign A campaign-design skill for organizations and people who cannot win by outspending. It ideates campaign concepts across every major archetype, audits the user's spend asymmetry against their competition, assembles an insurgent channel stack, sets strict boost gates on any paid spend, and produces a lift-test plan so the user measures incremental impact rather than vanity metrics. Core Premise Paid media scales attention. Organic narrative and grassroots networks scale trust. W...
1.3K
8613 react-hook-form-zod jezweb/claude-skills
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
1.3K
8614 eval-audit hamelsmu/evals-skills
Eval Audit Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Overview Gather eval artifacts: traces, evaluator configs, judge prompts, labeled data, metrics dashboards Run diagnostic checks across six areas Produce a findings report ordered by impact, with each finding linking to a fix Prerequisites Access to eval artifacts (traces, evaluator configs, judge prompts, labeled data) via an observability MCP server or local files. If none exist, skip t...
1.3K
8615 markdown-mermaid-writing k-dense-ai/scientific-agent-skills
Markdown and Mermaid Writing Overview This skill teaches you — and enforces a standard for — creating scientific documentation using markdown with embedded Mermaid diagrams as the default and canonical format . The core bet: a relationship expressed as a Mermaid diagram inside a .md file is more valuable than any image. It is text, so it diffs cleanly in git. It requires no build step. It renders natively on GitHub, GitLab, Notion, VS Code, and any markdown viewer. It uses fewer tokens than a pr...
1.3K
8616 performance-analyzer-sms blacktwist/social-media-skills
Performance Analyzer When to Use User asks to analyze how their posts are performing or review analytics User mentions "analytics," "performance," or "how did my posts do" User says "engagement," "impressions," or "what's working" User asks about "post metrics," "my best posts," or "why isn't this post performing" User shares post data and wants a performance breakdown User wants to compare recent posts against their own baseline Role You are an expert social media analytics advisor. Your job is...
1.3K
8617 game-assets playableintelligence/game-creator
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full context of each file before making changes. A re...
1.3K
8618 diffity-tour nilbuild/diffity
Diffity Tour Skill You are creating a guided code tour — a narrated, step-by-step walkthrough of the codebase that answers the user's question or explains how a feature works. The tour opens in the browser with a sidebar showing the narrative and highlighted code sections. Arguments question (required): The user's question, topic, concept, or a GitHub PR URL. Examples: /diffity-tour how does authentication work? /diffity-tour explain the request lifecycle /diffity-tour how are comments stored an...
1.3K
8619 spl-to-apl axiomhq/skills
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
1.3K
8620 traceknot jin-doh/traceknot
Traceknot Evidence-bound QA for coding agents. Run a host-neutral QA process. The harness owns agents, models, task graphs, concurrency, retries, worktrees, lifecycle, and final task completion. This Skill owns test analysis, verification obligations, evidence evaluation, defects, residual risk, and the QA verdict. Observation, Evidence Claim, Evidence Evaluation, and Obligation Outcome are distinct. An Observation records what was observed; an Evidence Claim states how an observation or artifac...
1.3K
8621 seaborn k-dense-ai/scientific-agent-skills
Seaborn Statistical Visualization Overview Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code. Design Philosophy Seaborn follows these core principles: Dataset-oriented : Work directly with DataFrames and named variables rather than abstract coordinates Semantic mapping : Automatically translate data...
1.3K
8622 legal-page-generator kostja94/marketing-skills
Pages: Legal Guides legal page content, structure, and SEO handling. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Page type : Privacy Policy, Terms of Service, Cookie Policy, etc. Jurisdiction : GDPR, CCPA, etc. Business model : SaaS, e-commerce, content site Indexing : Index or noindex (oft...
1.3K
8623 compound ai-native-camp/camp-2
compound 스킬 목적: 작업 과정에서 검증된 인사이트를 즉시 문서화하여, 검색 가능한 지식 베이스를 구축한다. 개요 이 스킬은 인사이트가 확인되는 즉시 포착하여, YAML frontmatter 기반의 구조화된 문서로 저장한다. 카테고리별 단일 파일 아키텍처를 사용하며, 각 인사이트는 knowledge/[category]/[filename].md 에 저장된다. <critical_sequence name="insight-capture" enforce_order="strict"> 7단계 프로세스 자동 감지 문구 (대화에서 인식): "이거 잘 됐다" "이 방식이 좋네" "다음에도 이렇게 하자" "이건 기록해두자" "이 포맷이 먹혔다" "이게 효과가 있었어" "이렇게 하니까 됐어" "기억해둬야 해" OR 수동: /compound 커맨드 Non-trivial만 (재사용 가치 있는 인사이트): 반복할 수 있는 패턴 다른 상황에도 적용 가능한 교훈 시행착오 끝에 발견한 방법 실전에서 검증된 ...
1.3K
8624 pptx k-dense-ai/scientific-agent-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
1.3K
8625 statsmodels k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub Installs 457 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
1.3K
8626 huggingface-local-models huggingface/skills
Hugging Face Local Models Search the Hugging Face Hub for llama.cpp-compatible GGUF repos, choose the right quant, and launch the model with llama-cli or llama-server . Default Workflow Search the Hub with apps=llama.cpp . Open https://huggingface.co/<repo>?local-app=llama.cpp . Prefer the exact HF local-app snippet and quant recommendation when it is visible. Confirm exact .gguf filenames with https://huggingface.co/api/models/<repo>/tree/main?recursive=true . Launch with llama-cli -hf <repo>:<...
1.3K
8627 r3f-fundamentals enzed/r3f-skills
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
1.3K
8628 high-end-visual-design nexu-io/open-design
Agent Skill: Principal UI/UX Architect & Motion Choreographer (Awwwards-Tier) 1. Meta Information & Core Directive Persona: Vanguard_UI_Architect Objective: You engineer $150k+ agency-level digital experiences, not just websites. Your output must exude haptic depth, cinematic spatial rhythm, obsessive micro-interactions, and flawless fluid motion. The Variance Mandate: NEVER generate the exact same layout or aesthetic twice in a row. You must dynamically combine different premium layout archetyp...
1.3K
8629 migrate-to-parallel parallel-web/parallel-agent-skills
Migrate to Parallel Replace the provider boundary end to end. Treat a successful HTTP response as the midpoint, not completion: migrate request construction, response consumers, dependencies, configuration, tests, and operational behavior. Resolve <skill-root> to the directory containing this SKILL.md . Resolve every bundled reference and script from that directory, regardless of the current working directory. The scanner uses only the Python standard library. If Python 3.9 or newer is unavailab...
1.3K
8630 docx k-dense-ai/scientific-agent-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
1.3K
8631 datapackage catalyst-cooperative/agent-skills
Frictionless Data Package Guide This skill covers any dataset described by a Frictionless Data Package descriptor file ( datapackage.json ). It is intentionally generic — it works for any conforming datapackage, regardless of who published it or what the data contains. For PUDL-specific knowledge (S3 bucket paths, table tier conventions, data source context, usage warnings), also use the pudl skill on top of this one. What is a datapackage.json? A datapackage.json is a JSON file that describes a...
1.3K
8632 postgresql-best-practices mindrally/skills
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
1.3K
8633 technology-selection dotnet/skills
No SKILL.md available for this skill. View on GitHub Installs 337 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 12, 2026
1.3K
8634 build-loop-cursor buildgreatproducts/builder-os
Cursor 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): bu...
1.3K
8635 migrate-dotnet9-to-dotnet10 dotnet/skills
.NET 9 → .NET 10 Migration Migrate a .NET 9 project or solution to .NET 10, systematically resolving all breaking changes. The outcome is a project targeting net10.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in the .NET 10 release. When to Use Upgrading TargetFramework from net9.0 to net10.0 Resolving build errors or new warnings after updating the .NET 10 SDK Adapting to behavioral changes in .NET 10 runt...
1.3K
8636 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
1.3K
8637 code-review adobe/skills
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
1.3K
8638 tanstack-db tanstack-skills/tanstack-skills
Overview TanStack DB is a client-side embedded database layer built on differential dataflow. It maintains normalized collections, uses incremental computation for live queries, provides automatic optimistic mutations, and integrates with TanStack Query for data fetching. Sub-millisecond updates even with 100k+ rows. Package: @tanstack/react-db Query Integration: @tanstack/query-db-collection Status: Beta (v0.5) Installation npm install @tanstack/react-db @tanstack/query-db-collection Core Conce...
1.3K
8639 ctx-stats mksglu/context-mode
Context Mode Stats Show context savings for the current session. Instructions Call the mcp__context-mode__ctx_stats MCP tool (no parameters needed). CRITICAL : You MUST copy-paste the ENTIRE tool output as markdown text directly into your response message. Do NOT summarize, do NOT collapse, do NOT paraphrase. The user must see the full tables without pressing ctrl+o. Copy every line exactly as returned by the tool. After the full output, add ONE sentence highlighting the key savings metric, e.g....
1.3K
8640 diffity-tree nilbuild/diffity
Diffity Tree Skill You are opening the diffity file tree browser so the user can browse repository files in the browser. Instructions Check that diffity is available: run which diffity . If not found, install it with npm install -g diffity . Run diffity tree using the Bash tool with run_in_background: true : The CLI handles everything: if an instance is already running for this repo it reuses it and opens the browser, otherwise it starts a new server and opens the browser. Do NOT use & or --quie...
1.3K
8641 prisma-next-migrations prisma/prisma-next
Prisma Next — Migration Authoring Edit your data contract. Prisma Next plans the migration. You fill in any data transforms. The three-step user model: You edit your data contract. ( prisma-next-contract ) Prisma Next plans the migration for you. ← this skill If a data transform is needed, you edit migration.ts and self-emit. ← this skill Once the contract changes, you choose how the change reaches the database. This skill covers the two paths ( db update and migration plan + migrate ), the migr...
1.3K
8642 migrate-dotnet10-to-dotnet11 dotnet/skills
.NET 10 → .NET 11 Migration Migrate a .NET 10 project or solution to .NET 11, systematically resolving all breaking changes. The outcome is a project targeting net11.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in .NET 11. Note: .NET 11 is currently in preview. This skill covers breaking changes documented through Preview 3. When to Use Upgrading TargetFramework from net10.0 to net11.0 Resolving build error...
1.3K
8643 dump-collect dotnet/skills
.NET Crash Dump Collection This skill configures and collects crash dumps for modern .NET applications (CoreCLR and NativeAOT) on Linux, macOS, and Windows — including containers. Stop Signals 🚨 Read before starting any workflow. Stop after dumps are enabled or collected. Do not open, analyze, or triage dump files. If the user already has a dump file , this skill does not cover analysis. Let them know analysis is out of scope. Do not install analysis tools (dotnet-dump analyze, windbg). Only ins...
1.3K
8644 dotnet-maui-doctor dotnet/skills
.NET MAUI Doctor Validate and fix .NET MAUI development environments. All version requirements are discovered dynamically from NuGet APIs — never hardcode versions. When to Use Setting up a new .NET MAUI development environment Build errors mentioning missing SDKs, workloads, JDK, or Android components Errors like "Android SDK not found", "Java version", or "Xcode not found" Verifying environment health after SDK or OS updates When Not to Use Non-MAUI .NET projects (use standard .NET SDK trouble...
1.3K
8645 build-parallelism dotnet/skills
MSBuild Parallelism Model /maxcpucount (or -m ): number of worker nodes (processes) Default: 1 node (sequential!). Always use -m for parallel builds Recommended: -m without a number = use all logical processors Each node builds one project at a time Projects are scheduled based on dependency graph Project Dependency Graph MSBuild builds projects in dependency order (topological sort) Critical path: longest chain of dependent projects determines minimum build time Bottleneck: if project A depends...
1.3K
8646 build-perf-baseline dotnet/skills
Build Performance Baseline & Optimization Overview Before optimizing a build, you need a baseline . Without measurements, optimization is guesswork. This skill covers how to establish baselines and apply systematic optimization techniques.
1.3K
8647 crap-score dotnet/skills
CRAP Score Analysis Calculate CRAP (Change Risk Anti-Patterns) scores for .NET methods to identify code that is both complex and undertested. Background The CRAP score combines cyclomatic complexity and code coverage into a single metric: $$\text{CRAP}(m) = \text{comp}(m)^2 \times (1 - \text{cov}(m))^3 + \text{comp}(m)$$ Where: $\text{comp}(m)$ = cyclomatic complexity of method $m$ $\text{cov}(m)$ = code coverage ratio (0.0 to 1.0) of method $m$ Show more Installs 929 Repository dotnet/skills Gi...
1.3K
8648 docs-search adobe/skills
Searching AEM Documentation Overview This skill helps you efficiently search the complete aem.live documentation (docs and blog posts) without wasting context on irrelevant pages. Use the provided search script to find relevant documentation pages, then fetch and read the full content of the most relevant results. When to Use This Skill Use this skill when: You need information about an aem.live feature or concept You've already looked at the project codebase for context You've tried a basic web...
1.3K
8649 binlog-generation dotnet/skills
Generate Binary Logs Pass the /bl switch when running any MSBuild-based command. This is a non-negotiable requirement for all .NET builds. Commands That Require /bl You MUST add the /bl:{} flag to: dotnet build dotnet test dotnet pack dotnet publish dotnet restore msbuild or msbuild.exe Any other command that invokes MSBuild Preferred: Use {} for Automatic Unique Names Note: The {} placeholder requires MSBuild 17.8+ / .NET 8 SDK or later. Show more Installs 928 Repository dotnet/skills GitHub St...
1.3K
8650 fix-ljg-org-to-md lijigang/ljg-skills
No SKILL.md available for this skill. View on GitHub Installs 522 Repository lijigang/ljg-skills GitHub Stars 5.9K First Seen May 25, 2026
1.3K