███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9001 | xstate | vercel-labs/json-render |
@json-render/xstate XState Store adapter for json-render's StateStore interface. Wire an @xstate/store atom as the state backend for json-render. Installation npm install @json-render/xstate @json-render/core @json-render/react @xstate/store Requires @xstate/store v3+. Usage import { createAtom } from "@xstate/store" ; import { xstateStoreStateStore } from "@json-render/xstate" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom const uiAtom = createAtom ( { count : 0 } )...
|
614 |
| 9002 | shadcn | pproenca/dot-skills |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
614 |
| 9003 | diffity-tree | kamranahmedse/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...
|
614 |
| 9004 | esm | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
614 |
| 9005 | astropy | k-dense-ai/scientific-agent-skills |
Astropy Overview Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis. Use astropy for coordinate transformations, unit and quantity calculations, FITS file operations, cosmological calculations, precise time handling, tabular data manipulation, and astronomical image processing. When to Use This Skill Use astropy when tasks involve: Converting between celestial coordinate systems (ICRS, Galactic, FK5, AltAz, etc.) Workin...
|
614 |
| 9006 | uptrend-analyzer | tradermonty/claude-trading-skills |
Uptrend Analyzer Skill Purpose Diagnose market breadth health using Monty's Uptrend Ratio Dashboard, which tracks ~2,800 US stocks across 11 sectors. Generates a 0-100 composite score (higher = healthier) with exposure guidance. Unlike the Market Top Detector (API-based risk scorer), this skill uses free CSV data to assess "participation breadth" - whether the market's advance is broad or narrow. When to Use This Skill English: User asks "Is the market breadth healthy?" or "How broad is the rall...
|
614 |
| 9007 | holoscan-setup | nvidia/skills |
Holoscan SDK Setup Purpose Determines the correct Holoscan SDK installation method for the current host by inspecting hardware, OS, CUDA driver, and existing tooling, then delegates to a method-specific install skill. Covers NGC container, Debian/apt, pip wheel, Conda, and source builds across Ubuntu, RHEL, IGX Orin, Jetson, and DGX Spark / Grace-Hopper platforms. Prerequisites Linux host (Ubuntu 22.04/24.04, RHEL 9.x, IGX Orin, Jetson, or DGX Spark / Grace-Hopper) NVIDIA GPU with a working driv...
|
614 |
| 9008 | vercel-react-best-practices | langgenius/dify |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
613 |
| 9009 | pr-retro | boshu2/agentops |
PR Retro Skill Learn from PR outcomes by analyzing accept/reject patterns. Overview After a PR is merged or rejected, analyze what worked and what didn't to improve future contributions. Output: .agents/learnings/YYYY-MM-DD-pr-{repo}-{outcome}.md When to Use : After a PR is merged (capture success patterns) After a PR is rejected (understand why) After receiving significant review feedback Periodically to review contribution patterns Workflow 1. PR Discovery -> Find the PR to analyze 2. Out...
|
613 |
| 9010 | prd-implementation-precheck | charon-fan/agent-playbook |
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD. Workflow - Locate the PRD and any referenced files. - Precheck the PRD and summarize intent in 1-2 sentences. - List findings and questions (blockers first), then ask for confirmation to proceed. - After confirmation, implement the PRD with minimal, consistent changes. - Validate (tests or manual steps) or state what was not run. Precheck Checklist Basic Checks ...
|
613 |
| 9011 | pulumi-terraform-to-pulumi | pulumi/agent-skills |
First establish scope and plan the migration by working out with the user: - where the Terraform sources are (`${terraform_dir}`) - where the migrated Pulumi project lives (`${pulumi_dir}`) - what is the target Pulumi language (such as TypeScript, Python, YAML) - whether migration aims to setup Pulumi stack states, or only translate source code Confirm the plan with the user before proceeding. Create a new Pulumi project in `${pulumi_dir}` in the chosen language. Edit sources to be empty a...
|
613 |
| 9012 | security-pen-testing | alirezarezvani/claude-skills |
Security Penetration Testing Hands-on offensive security testing skill for finding vulnerabilities before attackers do. This is NOT compliance checking (see senior-secops) or security policy writing (see senior-security) — this is about systematic vulnerability discovery through authorized testing. Table of Contents Show more
|
613 |
| 9013 | rust-daily | zhanghandong/rust-skills |
Rust Daily Report Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range : day | week | month (default: week) category : all | ecosystem | official | foundation Show more
|
613 |
| 9014 | dotnet-trace-collect | dotnet/skills |
.NET Trace Collect This skill helps developers diagnose production performance issues by recommending the right diagnostic tools for their environment, guiding data collection, and suggesting analysis approaches. It does not analyze code for anti-patterns or perform the analysis itself. When to Use A developer needs to investigate a production performance issue (high CPU, memory leak, slow requests, excessive GC, networking errors, etc.) Choosing the right diagnostic tool for a specific runtime,...
|
613 |
| 9015 | dhdna-profiler | k-dense-ai/scientific-agent-skills |
DHDNA Profiler — Cognitive Pattern Extraction A structured system for extracting the cognitive fingerprint of any text's author. Based on the Digital Human DNA (DHDNA) framework — the theory that every mind has a unique signature pattern expressed through how it reasons, decides, values, and communicates. Published research: DHDNA Pre-print (DOI: 10.5281/zenodo.18736629) | IDNA Consolidation v2 (DOI: 10.5281/zenodo.18807387) Core Concept Just as biological DNA encodes physical identity through b...
|
613 |
| 9016 | compose-side-effects | chrisbanes/skills |
Compose: side effects Core principle Composable bodies describe UI. They can be recomposed, skipped, or abandoned. Work that changes the outside world belongs in an effect API whose lifecycle matches the work. Pick the smallest effect Need API Publish Compose state to non-Compose code after every successful recomposition SideEffect Register/unregister a listener, callback, observer, or resource DisposableEffect(keys...) Run suspending, deferred, or keyed one-shot work LaunchedEffect(keys...) Lau...
|
613 |
| 9017 | nestjs-clean-typescript | mindrally/skills |
NestJS Clean TypeScript Guidelines by Alberto Basalo for developing clean NestJS APIs using TypeScript. These rules emphasize strong typing, clean code principles, and architectural best practices. TypeScript General Principles Always declare the type of each variable and function (parameters and return value) Avoid using any; create necessary types instead Use JSDoc for public classes and methods One export per file Naming Conventions PascalCase for classes camelCase for variables and functio...
|
613 |
| 9018 | diffdock | k-dense-ai/scientific-agent-skills |
DiffDock: Molecular Docking with Diffusion Models Overview DiffDock is a diffusion-based deep learning tool for molecular docking that predicts 3D binding poses of small molecule ligands to protein targets. It represents the state-of-the-art in computational docking, crucial for structure-based drug discovery and chemical biology. Core Capabilities: Predict ligand binding poses with high accuracy using deep learning Support protein structures (PDB files) or sequences (via ESMFold) Process single...
|
613 |
| 9019 | geniml | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
613 |
| 9020 | pymatgen | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
613 |
| 9021 | cx-cost-optimization | coralogix/cx-cli |
Cost Optimization Skill Use this skill when investigating or reducing Coralogix data costs. It covers the full cost management lifecycle: measuring current spend, reviewing TCO policies, adjusting retention periods, and configuring archive storage for cold data. CLI Commands Command Subcommands Purpose cx usage summary , daily , logs-count , spans-count , export-status Measure current data consumption cx tco list , get , create , update , delete , reorder , test , settings , settings-update Mana...
|
613 |
| 9022 | scvelo | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
613 |
| 9023 | holoscan-install-container | nvidia/skills |
Holoscan NGC Container Installation Purpose Pull and verify the official Holoscan SDK container from NGC ( nvcr.io/nvidia/clara-holoscan/holoscan ), selecting the right CUDA/arch tag for the host GPU and validating with the bundled Python and C++ examples. Prerequisites Linux host with an NVIDIA GPU and a working driver ( nvidia-smi ). Docker installed and the user in the docker group (or sudo ). NVIDIA Container Toolkit installed ( docker run --gpus all works). ~10–20 GB free disk for the image...
|
613 |
| 9024 | ai-marketing-claude-code-skills | aradotso/marketing-skills |
AI Marketing Claude Code Skills Skill by ara.so — Marketing Skills collection. This project provides pre-packaged marketing expertise as "skills" that AI coding agents (Claude Code, OpenClaw, Cursor, etc.) can load and execute. Instead of prompting from scratch, these skills give your agent structured frameworks for positioning, content strategy, LinkedIn authority, homepage audits, and more. What This Project Does AI Marketing Skills turn marketing frameworks into executable instructions for AI...
|
613 |
| 9025 | hyva-exec-shell-cmd | hyva-themes/hyva-ai-tools |
Execute Shell Commands in Magento Environment This utility skill detects the Magento development environment and provides the appropriate command wrapper for executing shell commands. Usage Other skills should reference this skill when they need to execute commands in the Magento environment. The detected wrapper ensures commands run in the correct context (container or local). Step 1: Detect Environment Important: Execute this script from the Magento project root directory, or provide the ...
|
612 |
| 9026 | save-thread | nowledge-co/community |
Save Thread Persist complete coding sessions to your personal knowledge base for future reference. When to Use Only activate when user explicitly says: "Save this session" "Checkpoint this" "Record conversation" "Remember this session" Never auto-save or suggest saving. This is always user-initiated. Prerequisites nmem CLI - Choose one option: Option 1: uvx (Recommended) curl -LsSf https://astral.sh/uv/install.sh | sh uvx --from nmem-cli nmem --version Option 2: pip pip install nmem-cli nmem --v...
|
612 |
| 9027 | instagram-automation | sickn33/antigravity-awesome-skills |
Instagram Automation via Rube MCP Automate Instagram operations through Composio's Instagram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Instagram connection via RUBE_MANAGE_CONNECTIONS with toolkit instagram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Instagram Business or Creator account required (personal accounts not supported) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuratio...
|
612 |
| 9028 | api-documenter | charon-fan/agent-playbook |
API Documenter Specialist in creating comprehensive API documentation using OpenAPI/Swagger specifications. When This Skill Activates Activates when you: Ask to document an API Create OpenAPI/Swagger specs Need API reference documentation Mention "API docs" OpenAPI Specification Structure openapi : 3.0.3 info : title : API Title version : 1.0.0 description : API description servers : - url : https : //example.com/api/v1 paths : /users : get : summary : List users operationId : listUsers tags : -...
|
612 |
| 9029 | design-loop | jezweb/claude-skills |
Design Loop — Autonomous Site Builder Build complete multi-page websites through an autonomous loop. Each iteration reads a task, generates a page, integrates it, verifies it visually, then writes the next task to keep going. Overview The Design Loop uses a "baton" pattern — a file ( .design/next-prompt.md ) acts as a relay baton between iterations. Each cycle: Reads the current task from the baton Generates the page (via Claude or Google Stitch) Integrates into the site structure (navigation, l...
|
612 |
| 9030 | pennylane | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
612 |
| 9031 | pyopenms | k-dense-ai/scientific-agent-skills |
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv pip install pyopenms Verify installation: Show more
|
612 |
| 9032 | medchem | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
612 |
| 9033 | labarchive-integration | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
612 |
| 9034 | requirements-clarity | softaworks/agent-toolkit |
Requirements Clarity Skill Description Automatically transforms vague requirements into actionable PRDs through systematic clarification with a 100-point scoring system. Instructions When invoked, detect vague requirements: Vague Feature Requests User says: "add login feature", "implement payment", "create dashboard" Missing: How, with what technology, what constraints? Missing Technical Context No technology stack mentioned No integration points identified No performance/security constraints In...
|
612 |
| 9035 | treatment-plans | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
612 |
| 9036 | recipe-deploy-apps-script | googleworkspace/cli |
Deploy an Apps Script Project PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script Push local files to a Google Apps Script project. Steps List existing projects: gws apps-script projects list --format table Get project content: gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}' Update content: gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function ma...
|
611 |
| 9037 | memory | yonatangross/orchestkit |
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
|
611 |
| 9038 | copywriting | alirezarezvani/claude-skills |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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 (ask if not provided): 1. Page Purpose What type of pag...
|
611 |
| 9039 | checkout-integration | dodopayments/skills |
Dodo Payments Checkout Integration Reference: docs.dodopayments.com/developer-resources/integration-guide Create seamless payment experiences with hosted checkout pages or overlay checkout modals. Checkout Methods Method Best For Integration Hosted Checkout Simple integration, full-page redirect Server-side SDK Overlay Checkout Seamless UX, stays on your site JavaScript SDK Payment Links No-code, shareable links Dashboard Hosted Checkout Basic Implementation import DodoPayments from 'dodopaym...
|
611 |
| 9040 | fastapi-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on fastapi pro tasks or workflows Needing guidance, best practices, or checklists for fastapi pro Do not use this skill when The task is unrelated to fastapi pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a FastAPI ...
|
611 |
| 9041 | excel-automation | daymade/claude-code-skills |
Excel Automation Skill Overview This skill enables advanced Excel automation using xlwings - a library that can interact with live Excel instances. Unlike openpyxl (file-only), xlwings can control Excel in real-time, execute VBA, update dashboards, and automate complex workflows. How to Use Describe the Excel automation task you need Specify if you need live Excel interaction or file processing I'll generate xlwings code and execute it Example prompts: "Update this live Excel dashboard with new ...
|
611 |
| 9042 | mobile-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
|
611 |
| 9043 | github-ops | daymade/claude-code-skills |
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
|
611 |
| 9044 | solid | vercel-labs/json-render |
Solid Skills: Professional Software Engineering You are now operating as a senior software engineer. Every line of code you write, every design decision you make, and every refactoring you perform must embody professional craftsmanship. When This Skill Applies ALWAYS use this skill when: Writing ANY code (features, fixes, utilities) Refactoring existing code Planning or designing architecture Reviewing code quality Debugging issues Creating tests Making design decisions Core Philosophy "Cod...
|
611 |
| 9045 | api integration specialist | davila7/claude-code-templates |
API Integration Specialist Expert guidance for integrating external APIs into applications with production-ready patterns, security best practices, and comprehensive error handling. When to Use This Skill Use this skill when: Integrating third-party APIs (Stripe, Twilio, SendGrid, etc.) Building API client libraries or wrappers Implementing OAuth 2.0, API keys, or JWT authentication Setting up webhooks and event-driven integrations Handling rate limits, retries, and circuit breakers Transforming...
|
611 |
| 9046 | meticulous-simulate-and-diff | alwaysmeticulous/skills |
Simulate a session and analyze diffs This skill covers running a single simulation and interpreting the results. For the simulate command's full option reference see the meticulous-cli-simulate skill. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Prerequisites A sessionId to replay An appUrl (local dev server, or leave blank to use the original recorded URL) Optional...
|
611 |
| 9047 | behavioral-modes | sickn33/antigravity-awesome-skills |
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
|
611 |
| 9048 | mongodb-development | mindrally/skills |
MongoDB Development You are an expert in MongoDB development with Payload CMS, Mongoose, and Node.js. Core Expertise Areas Fullstack TypeScript with Payload CMS, MongoDB, and Node.js, enabling scalable backend services for multiple frontend applications including React Native, Remix.js, and Next.js. Technology Stack Backend: Payload CMS, MongoDB, Node.js, Express, TypeScript Frontend: Next.js, React, React Native, Remix.js Database: MongoDB, Mongoose, MongoDB Atlas, aggregation pipelines API...
|
611 |
| 9049 | cirq | k-dense-ai/scientific-agent-skills |
Cirq - Quantum Computing with Python Cirq is Google Quantum AI's open-source framework for designing, simulating, and running quantum circuits on quantum computers and simulators. Installation uv pip install cirq For hardware integration: Google Quantum Engine uv pip install cirq-google IonQ uv pip install cirq-ionq Show more
|
611 |
| 9050 | gtars | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
611 |