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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
7901 nitro antfu/skills
The skill is based on Nitro v3 (beta), generated at 2026-06-22. Nitro is a framework-agnostic, deployment-agnostic server toolkit powered by H3 v2, unstorage , and Vite/Rolldown/Rollup. It powers Nuxt and works standalone. From one codebase it builds optimized output for Node.js, Bun, Deno, Cloudflare, Vercel, Netlify, and more. Key capabilities: Filesystem routing with H3 v2 event handlers, dynamic params, and method suffixes. Route rules for declarative caching, headers, redirects, proxying, a...
1.5K
7902 typst lucifer1004/claude-skill-typst
Typst Typst is a modern typesetting system designed as an alternative to LaTeX. It offers a simpler syntax, faster compilation, and programmatic document creation. Agent Patterns Detection typst --version Check if installed Verify Compilation Agents cannot preview PDFs. Verify success via exit code: typst compile document.typ && echo "Success" || echo "Failed" For text-level verification, see debug.md (pdftotext workflow). Common Errors Error Cause Fix "unknown variable" Undefined iden...
1.5K
7903 gnomad-database google-deepmind/science-skills
gnomAD Database Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://gnomad.broadinstitute.org/policies and https://gnomad.broadinstitute.org/dataapi , then (2) create the file recording the notification text and timestamp. Core Rules Use the Wrapper : ALWAYS execute the provided ...
1.5K
7904 gsap-utils nexu-io/open-design
gsap.utils When to Use This Skill Apply when writing or reviewing code that uses gsap.utils for math, array/collection handling, unit parsing, or value mapping in animations (e.g. mapping scroll to a value, randomizing, snapping to a grid, or normalizing inputs).
1.5K
7905 novelty-assessment lingzhi227/agent-research-skills
Novelty Assessment Rigorously assess whether a research idea is novel through systematic literature search. Input $0 — Research idea description, title, or JSON file Scripts Automated novelty check python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Your research idea description" \ --max-rounds 10 --output novelty_report.json Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 10 Refere...
1.5K
7906 react-native vercel-labs/json-render
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
1.5K
7907 new-branch-and-pr cursor/plugins
New branch and PR Trigger Starting work that should be shipped through a clean branch and pull request workflow. Workflow Ensure the working tree is clean or explicitly handled. Create a descriptive branch from the latest main. Complete implementation and tests. Commit focused changes and push. Create a concise PR with summary and test notes. Guardrails Keep branch scope focused on one change set. Include verification notes before requesting review. Show more Installs 684 Repository cursor/plugi...
1.5K
7908 g2b-order-plan-search nomadamas/k-skill
g2b-order-plan-search 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 g2b-order-plan-search 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 g2b-order-plan-search If npx is unavailable, install Node.js 18+ or follo...
1.5K
7909 qa-expert daymade/claude-code-skills
QA Expert Establish world-class QA testing processes for any software project using proven methodologies from Google Testing Standards and OWASP security best practices. When to Use This Skill Trigger this skill when: Setting up QA infrastructure for a new or existing project Writing standardized test cases (AAA pattern compliance) Executing comprehensive test plans with progress tracking Implementing security testing (OWASP Top 10) Filing bugs with proper severity classification (P0-P4) Gen...
1.5K
7910 encode-ccres-database google-deepmind/science-skills
ENCODE Database Skill This skill allows you to query the ENCODE Registry of cCREs (candidate cis-Regulatory Elements) via the SCREEN GraphQL API. It helps identify functional non-coding DNA elements (like Promoters, Enhancers, and insulators) by analyzing biochemical signatures (DNase, H3K4me3, H3K27ac, CTCF). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this...
1.5K
7911 control-ui cursor/plugins
Control UI Use local browser automation to verify UI behavior with evidence. First reuse the repo's own Playwright, browser, or Electron harness if it exists; otherwise assemble a temporary local harness around the app's dev server or Chromium debug port. What It Is Used For Reproducing UI bugs that depend on real browser focus, keyboard input, scrolling, resizing, or rendering. Verifying visual or accessibility changes with screenshots and snapshots. Checking local web, IDE, or Electron behavio...
1.5K
7912 wp-abilities-verify wordpress/agent-skills
No SKILL.md available for this skill. View on GitHub Installs 632 Repository wordpress/agent-skills GitHub Stars 1.8K First Seen May 27, 2026
1.5K
7913 llm-wiki nashsu/llm_wiki_skill
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
1.5K
7914 idea-generator buildgreatproducts/builder-os
Idea — Product Idea Discovery This skill helps a founder identify a great product idea by mining what they already know or already do. The output, docs/product-idea.md , feeds the downstream BuilderOS skills Idea Validator and Product Planner — but stands on its own if those aren't installed. Shared Context You are a product development advisor. You are warm, direct, and opinionated. You treat the founder as capable and smart — you're here to help them articulate what's already in their head, no...
1.5K
7915 workflow-from-chats cursor/plugins
Workflow From Chats Infer durable working preferences from recent chats. Do not summarize chats; extract reusable workflow guidance. Scope Default to the last 7 days unless the user asks for a different window. Read parent transcripts and relevant subagent transcripts. Use subagent content as evidence, but cite only parent conversations. Do not expose local transcript paths, secrets, customer data, private chat content, or credentials. Workflow Show more Installs 692 Repository cursor/plugins Gi...
1.5K
7916 run-smoke-tests cursor/plugins
Run smoke tests Trigger Need end-to-end smoke verification before or after changes. Workflow Build prerequisites for the target app. Run the relevant smoke suite or a focused test file. If failing, inspect traces/logs and isolate the root cause. Apply a minimal fix and rerun until stable. Example Commands Run full smoke suite npm run smoketest Show more Installs 692 Repository cursor/plugins GitHub Stars 2.3K First Seen Feb 28, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.5K
7917 antfu-design antfu/skills
Use this when building interfaces with UnoCSS in any framework (React, Vue, Svelte, Solid, or plain HTML), from dense devtools panels to landing pages. Read core-design-read first to set the direction, then apply the token system plus the polish and anti-slop rules. Core Rules Use semantic shortcuts ( bg-base , border-base , color-active , btn-action ) instead of raw utility chains in markup. Design light and dark mode together. Core tokens must work in both themes. Name z-index layers ( z-top-n...
1.5K
7918 emilkowalski-motion nexu-io/open-design
Emil Kowalski Motion Follow-Up Use this skill after a design artifact already exists. The goal is to make the interface feel alive without turning it into a motion demo. Workflow Inspect the current HTML, component, or selected page element before adding animation. Pick the smallest set of motion moments that clarify state or hierarchy: entry reveal for the primary content hover / active feedback for important controls transition between UI states scroll reveal only when it helps the story Prefe...
1.5K
7919 experiment-design lingzhi227/agent-research-skills
Experiment Design Design structured, progressive experiment plans for research papers. Input $0 — Research idea, plan, or method description References 4-stage progressive experiment prompts: ~/.claude/skills/experiment-design/references/stage-prompts.md Scripts Generate experiment design python ~/.claude/skills/experiment-design/scripts/design_experiments.py --plan research_plan.json --output experiment_design.json python ~/.claude/skills/experiment-design/scripts/design_experiments.py --method...
1.5K
7920 product-planner buildgreatproducts/builder-os
Product Planner — Vision Intake + Document Generation This skill captures a founder's product vision through a structured intake conversation and then generates three product documents that downstream skills (Launch Checklist, the Build Loop skills) and coding agents consume. Shared Context You are a product development advisor. You are warm, direct, and opinionated. You treat the founder as capable and smart — you're here to help them articulate what's already in their head, not to lecture them...
1.5K
7921 ucsc-conservation-and-tfbs google-deepmind/science-skills
Conservation Scores & TFBS Lookup (UCSC) This skill provides access to evolutionary constraint scores and conserved elements from the UCSC Genome Browser. It retrieves scores from the PHAST package — specifically phastCons (identifying functional blocks) and phyloP (measuring individual site constraint) — calculated from multiple alignments. Use this skill to determine if a non-coding variant hits a site that hasn't changed since a common ancestor (which is a strong signal for pathogenicity) or ...
1.5K
7922 control-cli cursor/plugins
Control CLI Use a repeatable local harness to exercise an interactive CLI instead of poking at it manually. First reuse the repo's own test/demo harness if it exists; otherwise assemble a temporary harness from standard local tools. What It Is Used For Reproducing CLI/TUI bugs with deterministic input. Verifying keyboard flows, prompts, interrupts, resize behavior, and terminal layout. Capturing before/after transcripts for bug fixes. Profiling startup time, slow operations, hangs, or memory gro...
1.5K
7923 k6-perf-test-website grafana/skills
k6-perf-test-website An end-to-end, opinionated workflow for performance-testing any public website with k6. The skill produces: A scaffolded project with one folder per user-described workflow. Functional protocol + browser tests (must pass before load testing). Hybrid load tests (protocol scenario + 1 browser VU) per test type (smoke / average / stress / spike / soak / breakpoint). SLO-backed thresholds with per-endpoint tagging and Web Vitals. A cross-platform load-generator monitor sidecar. ...
1.5K
7924 ftd-detector tradermonty/claude-trading-skills
FTD Detector Skill Purpose Detect Follow-Through Day (FTD) signals that confirm a market bottom, using William O'Neil's proven methodology. Generates a quality score (0-100) with exposure guidance for re-entering the market after corrections. Complementary to Market Top Detector: Market Top Detector = defensive (detects distribution, rotation, deterioration) FTD Detector = offensive (detects rally attempts, bottom confirmation) When to Use This Skill English: User asks "Is the market bottoming?"...
1.5K
7925 unibind-database google-deepmind/science-skills
UniBind Database Skill UniBind is a database of direct TF–DNA interactions across 9 species, integrating ChIP-seq peaks with JASPAR TF binding profiles via the DAMO framework. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://unibind.uio.no/ and https://unibind.uio.no/api/overv...
1.5K
7926 data-quality-checker tradermonty/claude-trading-skills
Overview Detect common data quality issues in market analysis documents before publication. The checker validates five categories: price scale consistency, instrument notation, date/weekday accuracy, allocation totals, and unit usage. All findings are advisory -- they flag potential issues for human review rather than blocking publication. When to Use Before publishing a weekly strategy blog or market analysis report After generating automated market summaries When reviewing translated documents...
1.5K
7927 telegram-mini-app sickn33/agentic-awesome-skills
Telegram Mini App Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize. Role : Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design fo...
1.5K
7928 scientific-visualization k-dense-ai/scientific-agent-skills
Scientific Visualization Build figures that preserve scientific meaning before optimizing appearance. Separate universal principles from dated publisher rules, preserve raw data and transformations, use color redundantly, and inspect delivered files rather than trusting plotting defaults. Non-negotiable guardrails Never alter, hide, invent, or selectively enhance data to improve a figure. Preserve raw tables/images, exclusions, missing-value codes, analysis code, normalization, binning, image ad...
1.5K
7929 launch-checklist buildgreatproducts/builder-os
Launch Checklist This skill turns "the app works on my machine" into "customers can use it." It reviews the actual codebase, works out everything standing between the current state and a live product, and writes a personalised, step-by-step guide the founder can follow without a technical background. The voice is a patient senior engineer onboarding a smart non-technical founder: plain language, no unexplained jargon, never condescending. The founder is capable — they just haven't done this befo...
1.5K
7930 diffity-review nilbuild/diffity
Diffity Review Skill You are reviewing a diff and leaving inline comments using the diffity agent CLI. Arguments ref (optional): Git ref to review (e.g. main..feature , HEAD~3 ). Defaults to working tree changes. When both ref and focus are provided, use both (e.g. /diffity-review main..feature security ). focus (optional): Focus the review on a specific area. One of: security , performance , naming , errors , types , logic . If omitted, review everything. CLI Reference Show more Installs 312 Re...
1.5K
7931 logfire-instrumentation pydantic/skills
Instrument with Logfire When to Use This Skill Invoke this skill when: User asks to "add logfire", "add observability", "add tracing", or "add monitoring" User wants to instrument an app with structured logging or tracing (Python, JS/TS, or Rust) User mentions Logfire in any context User asks to "add logging" or "see what my app is doing" User wants to monitor AI/LLM calls (PydanticAI, OpenAI, Anthropic) User asks to add observability to an AI agent or LLM pipeline How Logfire Works Logfire is a...
1.5K
7932 threejs-qa-release majidmanzarpour/threejs-game-skills
Three.js QA Release Purpose Prove the game works as a player encounters it, then prepare a shippable browser build with known risks. QA Workflow Load references/qa-release-checklists.md as the first action before broad QA, mobile verification, bug reporting, production preview, static-hosting checks, or release preparation. Track it in a reference ledger with yes/no, path, and failure reason. Do not mark QA/release complete while this reference is skipped for QA or release work. Load references/...
1.5K
7933 android-cli android/skills
Android CLI Specialist This skill provides instructions for using the android CLI tool. The tool includes various commands for creating projects, running applications, interacting with devices, and managing the CLI environment. Installation If the android tool is not in the path, install it. To install run the following command: Linux: curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh | bash Mac Arm: curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/insta...
1.5K
7934 threejs-debug-profiler majidmanzarpour/threejs-game-skills
Three.js Debug Profiler Purpose Find root causes and optimize measured bottlenecks without breaking playability. Debug Workflow Load references/debug-profile-checklists.md as the first action when debugging render/runtime/mobile issues, asset loading, audio loading/playback, animation, resize, input, blank canvas, physics/collision bugs, or profiling performance. Track it in a reference ledger with yes/no, path, and failure reason. Do not mark the debug/profile phase complete while this referenc...
1.5K
7935 telegram-reader himself65/finance-skills
Telegram News Skill (Read-Only) Reads Telegram channels and groups for financial news and market research using tdl , a Telegram CLI tool. This skill is read-only. It is designed for financial research: reading channel messages, monitoring financial news channels, and exporting message history. It does NOT support sending messages, joining/leaving channels, or any write operations. Step 1: Ensure tdl Is Installed Current environment status: !`(command -v tdl && tdl version 2>&1 | head -3 || echo...
1.5K
7936 edge-candidate-agent tradermonty/claude-trading-skills
Edge Candidate Agent Overview Convert daily market observations into reproducible research tickets and Phase I-compatible candidate specs. Prioritize signal quality and interface compatibility over aggressive strategy proliferation. This skill can run end-to-end standalone, but in the split workflow it primarily serves the final export/validation stage. When to Use Convert market observations, anomalies, or hypotheses into structured research tickets. Run daily auto-detection to discover new edg...
1.5K
7937 strategy-pivot-designer tradermonty/claude-trading-skills
Strategy Pivot Designer Overview Detect when a strategy's backtest iteration loop has stalled and propose structurally different strategy architectures. This skill acts as the feedback loop for the Edge pipeline (hint-extractor -> concept-synthesizer -> strategy-designer -> candidate-agent), breaking out of local optima by redesigning the strategy's skeleton rather than tweaking parameters. When to Use Backtest scores have plateaued despite multiple refinement iterations. A strategy shows signs ...
1.5K
7938 pead-screener tradermonty/claude-trading-skills
PEAD Screener - Post-Earnings Announcement Drift Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns using weekly candle analysis to detect red candle pullbacks and breakout signals. When to Use User asks for PEAD screening or post-earnings drift analysis User wants to find earnings gap-up stocks with follow-through potential User requests red candle breakout patterns after earnings User asks for weekly earnings momentum setups User provides earnings-trade-ana...
1.5K
7939 edge-concept-synthesizer tradermonty/claude-trading-skills
Edge Concept Synthesizer Overview Create an abstraction layer between detection and strategy implementation. This skill clusters ticket evidence, summarizes recurring conditions, and outputs edge_concepts.yaml with explicit thesis and invalidation logic. When to Use You have many raw tickets and need mechanism-level structure. You want to avoid direct ticket-to-strategy overfitting. You need concept-level review before strategy drafting. Prerequisites Python 3.9+ PyYAML Ticket YAML directory fro...
1.5K
7940 edge-hint-extractor tradermonty/claude-trading-skills
Edge Hint Extractor Overview Convert raw observation signals ( market_summary , anomalies , news reactions ) into structured edge hints. This skill is the first stage in the split workflow: observe -> abstract -> design -> pipeline . When to Use You want to turn daily market observations into reusable hint objects. You want LLM-generated ideas constrained by current anomalies/news context. You need a clean hints.yaml input for concept synthesis or auto detection. Prerequisites Python 3.9+ PyYAML...
1.5K
7941 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
7942 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
7943 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
7944 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
7945 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
7946 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
7947 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
7948 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
7949 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
7950 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