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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,518
总 Skills
93.3M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
8851 create-hook neolabhq/context-engineering-kit
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflo...
572
8852 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...
572
8853 neurokit2 k-dense-ai/scientific-agent-skills
NeuroKit2 Overview NeuroKit2 is a comprehensive Python toolkit for processing and analyzing physiological signals (biosignals). Use this skill to process cardiovascular, neural, autonomic, respiratory, and muscular signals for psychophysiology research, clinical applications, and human-computer interaction studies. When to Use This Skill Apply this skill when working with: Cardiac signals : ECG, PPG, heart rate variability (HRV), pulse analysis Brain signals : EEG frequency bands, microstates, c...
572
8854 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...
572
8855 esm k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
572
8856 pathml k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
572
8857 databricks-apps databricks/databricks-agent-skills
Databricks Apps Development FIRST : Use the parent databricks skill for CLI basics, authentication, and profile selection. Build apps that deploy to Databricks Apps platform. Required Reading by Phase Phase READ BEFORE proceeding Scaffolding Parent databricks skill (auth, warehouse discovery); run databricks apps manifest and use its plugins/resources to build databricks apps init with --features and --set (see AppKit section below) Writing SQL queries SQL Queries Guide Writing UI components Fro...
572
8858 solidjs-patterns different-ai/openwork
Why this skill exists OpenWork’s UI is SolidJS: it updates via signals , not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues. This skill captures the patterns we want to consistently use in OpenWork. Core rules Prefer fine-grained signals over shared global flags. Keep async actions scoped (each action gets its own pending state). Derive UI state via createMemo() instead of duplicating boolea...
571
8859 proactive-agent sundial-org/awesome-openclaw-skills
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
571
8860 warehouse-init astronomer/agents
Initialize Warehouse Schema Generate a comprehensive, user-editable schema reference file for the data warehouse. Scripts: ../analyzing-data/scripts/ — All CLI commands below are relative to the analyzing-data skill's directory. Before running any scripts/cli.py command, cd to ../analyzing-data/ relative to this file. What This Does Discovers all databases, schemas, tables, and columns from the warehouse Enriches with codebase context (dbt models, gusty SQL, schema docs) Records row counts and i...
571
8861 docs-cleaner daymade/claude-code-skills
Documentation Cleaner Consolidate redundant documentation while preserving 100% of valuable content. Core Principle Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss. Workflow Phase 1: Discovery Identify all documentation files covering the topic Count total lines across files Map content overlap between documents Phase 2: Value Analysis For each document, create a section-b...
571
8862 game-audio opusgamelabs/game-creator
Game Audio Engineer (Web Audio API) You are an expert game audio engineer. You use the Web Audio API for both background music (looping sequencer) and one-shot sound effects. Zero dependencies — everything is built into the browser. 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. Test every sound in the browser. Web Audio timing is different fro...
571
8863 diffity-tour kamranahmedse/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, or concept. Examples: /diffity-tour how does authentication work? /diffity-tour explain the request lifecycle /diffity-tour how are comments stored and retrieved? /dif...
571
8864 patent-application-creator robthepcguy/claude-patent-creator
Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing. When to Use Invoke this skill when users ask to: - Create a complete patent application - Draft a provisional patent application - Prepare a utility patent application - Write patent claims and specification - Generate a full patent filing package What This Skill Does Orchestrates the complete patent creation workflow: - Prior Art Search → Identify existing patents - Claims Drafting → Wr...
571
8865 setup-codemap-cli neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Codemap CLI 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Hook settings go to: ./.claude/settings.json Show more
571
8866 load-issues neolabhq/context-engineering-kit
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory. Follow these steps: Use the gh CLI to list all open issues in the current repository: Run gh issue list --limit 100 to get all open issues For each open issue, fetch detailed information: Run gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url Extract all relevant metadata Create the issues directory: Run mkdir -p ./specs/issu...
571
8867 create-command neolabhq/context-engineering-kit
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation Show more
571
8868 medchem k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
571
8869 pymatgen k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
571
8870 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...
571
8871 geniml k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
571
8872 agent-native-architecture everyinc/compound-engineering-plugin
<why_now> Why Now Software agents work reliably now. Claude Code demonstrated that an LLM with access to bash and file tools, operating in a loop until an objective is achieved, can accomplish complex multi-step tasks autonomously. The surprising discovery: a really good coding agent is actually a really good general-purpose agent. The same architecture that lets Claude Code refactor a codebase can let an agent organize your files, manage your reading list, or automate your workflows. The Cl...
570
8873 brainstorm hyperb1iss/hyperskills
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs, adversarial critique Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Show more
570
8874 git-workflow agno-agi/agno
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
570
8875 soc2-compliance alirezarezvani/claude-skills
../../../ra-qm-team/soc2-compliance/SKILL.md
570
8876 pdf appautomaton/document-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
570
8877 openapi-specification-v3.2 hairyf/skills
Agent-oriented reference for the OpenAPI Specification 3.2.0. Use when editing, generating, or validating OpenAPI descriptions (OAD). When to Use - Authoring or updating OpenAPI 3.2 YAML/JSON documents - Resolving `$ref`, `$self`, and relative URIs in multi-document OADs - Describing paths, operations, parameters (query/path/header/cookie/querystring), request body, and responses - Using Schema Objects (JSON Schema Draft 2020-12 dialect), components, and references - Configuring security ...
570
8878 claude-md-progressive-disclosurer daymade/claude-code-skills
CLAUDE.md Progressive Disclosure Optimizer Analyze and optimize user CLAUDE.md files to reduce context overhead while preserving functionality. Quick Start Backup the original file first Audit the current state (list all sections with line counts) Classify each section using the criteria below Propose optimizations with before/after comparison table Verify information completeness checklist before executing Execute approved changes Test that moved content remains discoverable Section Classific...
570
8879 bitdefender-total-security-awareness aradotso/security-skills
Bitdefender Total Security Awareness Skill by ara.so — Security Skills collection. ⚠️ CRITICAL WARNING This repository is NOT legitimate Bitdefender software. It is a malware distribution vector disguised as cracked security software. What This Repository Actually Is This is a malicious repository that: Distributes malware under the guise of "cracked" antivirus software Compromises systems that attempt to install it Violates software licensing laws and constitutes piracy Uses social engineering ...
570
8880 environment-setup-guide sickn33/antigravity-awesome-skills
Environment Setup Guide Overview Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly. When to Use This Skill Use when starting a new project and need to set up the development environment Use when onboarding new team members to a project Use when switching to a new machine or operating system Use when troubleshoot...
570
8881 tanstack-ai tanstack-skills/tanstack-skills
Overview TanStack AI is a modular, provider-agnostic AI SDK with tree-shakeable adapters for OpenAI, Anthropic, Gemini, Ollama, and more. It provides streaming-first text generation, tool calling with approval workflows, structured output with Zod schemas, multimodal content support, and React hooks for chat/completion UIs. Core: @tanstack/ai Vanilla Client: @tanstack/ai-client (framework-agnostic) React: @tanstack/ai-react Solid: @tanstack/ai-solid Adapters: @tanstack/ai-openai , @tanstack/ai-a...
570
8882 llm-wiki alirezarezvani/claude-skills
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...
570
8883 git-worktrees neolabhq/context-engineering-kit
Git Worktrees Overview Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately. Core principle: One worktree per active branch. Switch contexts by changing directories, not branches. Core Concepts Concept Description Main worktree Original working directory from git clone or git init Linked worktree Additional directories created with git worktree add Shared .g...
570
8884 status neolabhq/context-engineering-kit
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
570
8885 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,...
570
8886 scvelo k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
570
8887 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
570
8888 pennylane k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
570
8889 labarchive-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
570
8890 langfuse sickn33/antigravity-awesome-skills
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
570
8891 wordpress-plugin-core jezweb/claude-skills
WordPress Plugin Development (Core) Last Updated: 2026-01-21 Latest Versions: WordPress 6.9+ (Dec 2, 2025), PHP 8.0+ recommended, PHP 8.5 compatible Dependencies: None (WordPress 5.9+, PHP 7.4+ minimum) Quick Start Architecture Patterns: Simple (functions only, <5 functions) | OOP (medium plugins) | PSR-4 (modern/large, recommended 2025+) Plugin Header (only Plugin Name required): <?php / * Plugin Name: My Plugin * Version: 1.0.0 * Requires at least: 5.9 * Requires PHP: 7.4 * Text Doma...
569
8892 landing-page-generator alirezarezvani/claude-skills
Pages: Landing Page Guides campaign landing page structure, conversion flow, and optimization. Primary use : Paid ads (PPC/SEM) — landing pages are typically built to receive paid traffic; ad-to-page alignment is critical for conversion. See paid-ads-strategy for when to use paid ads and ad-to-page alignment principles. Also applies to affiliate signup, product launch, lead capture, webinar registration, and other single-goal conversion pages. Scale : When building many landing pages (city-speci...
569
8893 sentry-setup-ai-monitoring getsentry/sentry-agent-skills
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
569
8894 cicd-expert martinholovsky/claude-skills-generator
CI/CD Pipeline Expert 1. Overview You are an elite CI/CD pipeline engineer with deep expertise in: GitHub Actions: Workflows, reusable actions, matrix builds, caching strategies, self-hosted runners GitLab CI: Pipeline configuration, DAG pipelines, parent-child pipelines, dynamic child pipelines Jenkins: Declarative/scripted pipelines, shared libraries, distributed builds Security: SAST/DAST integration, secrets management, supply chain security, artifact signing Deployment Strategies: Blue/gr...
569
8895 metatron-pentest-assistant aradotso/trending-skills
METATRON Penetration Testing Assistant Skill by ara.so — Daily 2026 Skills collection. METATRON is a CLI-based AI penetration testing assistant that runs entirely locally — no cloud, no API keys. It orchestrates recon tools (nmap, whois, whatweb, curl, dig, nikto), feeds results to a locally running fine-tuned LLM ( metatron-qwen via Ollama), and stores all findings in MariaDB with full scan history, vulnerability tracking, and PDF/HTML export. Architecture Overview metatron.py ← CLI entry p...
569
8896 resolve-conflicts antinomyhq/forge
Git Conflict Resolution Resolve Git merge conflicts by intelligently combining changes from both branches while preserving the intent of both changes. This skill follows a plan-first approach: assess conflicts, create a detailed resolution plan, get approval, then execute. Core Principles Plan Before Executing: Always create a structured resolution plan and get user approval before making changes Prefer Both Changes: Default to keeping both changes unless they directly contradict Merge, Don't ...
569
8897 parallel-execution-optimizer affaan-m/ecc
Parallel Execution Optimizer Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes. Core Pattern Turn urgency into a dependency graph before acting. Define the objective and done signal. Split work into lanes. Mark each lane as parallel, sequential, or gated. Run independent reads/checks together. Keep writes isolated by file, worktree, bran...
569
8898 aws-skills sickn33/antigravity-awesome-skills
Aws Skills Overview AWS development with infrastructure automation and cloud architecture patterns When to Use This Skill Use this skill when you need to work with aws development with infrastructure automation and cloud architecture patterns. Instructions This skill provides guidance and patterns for aws development with infrastructure automation and cloud architecture patterns. For more information, see the source repository .
569
8899 cubox olcubo/cubox-cli
cubox-cli Manage Cubox bookmarks via the cubox-cli command-line tool. Authentication If any command fails with "not logged in", do NOT ask the user to paste their API token into chat, and do NOT construct commands that embed the token on the command line . The agent must never type, store, or forward the user's token. Instead, pick one of these safe paths and tell the user to run it themselves in their own terminal: Interactive login (default for humans): cubox-cli auth login — the CLI will prom...
569
8900 autopilot yeachan-heo/oh-my-claudecode
Autopilot Skill Full autonomous execution from idea to working code. Overview Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything: Understands your requirements (Analyst) Designs the technical approach (Architect) Plans the implementation (Critic-validated) Builds with parallel agents (Ralph + Ultrawork) Tests until everything passes (UltraQA) Validates quality and security (Multi-architect review) Usage /oh-my-claudecode:autopilot <yo...
569