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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9601 codex-oauth-automation-extension aradotso/trending-skills
Codex OAuth Automation Extension Skill by ara.so — Daily 2026 Skills collection. A Chrome extension that automates the full OpenAI OAuth registration/login flow including email verification, CPA callback handling, and multi-round batch execution. Supports DuckDuckGo, QQ Mail, 163 Mail, and Inbucket as verification code sources. Installation Clone the repository: git clone https://github.com/QLHazyCoder/codex-oauth-automation-extension.git cd codex-oauth-automation-extension Load in Chrome: Navig...
339
9602 puremac-macos-cleaner aradotso/trending-skills
PureMac macOS Cleaner Skill by ara.so — Daily 2026 Skills collection. PureMac is a free, native SwiftUI macOS application that cleans system junk, user caches, Xcode derived data, Homebrew caches, mail attachments, and purgeable APFS space. It is a privacy-respecting, open-source alternative to CleanMyMac X with no telemetry, no subscriptions, and no network calls. Install Homebrew (recommended) brew tap momenbasel/tap brew install --cask puremac Direct Download Download the latest .app from Rel...
339
9603 webapp-testing davila7/claude-code-templates
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
339
9604 design-md sickn33/antigravity-awesome-skills
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
339
9605 interactive-portfolio davila7/claude-code-templates
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
339
9606 performance-profiling davila7/claude-code-templates
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
339
9607 ln-730-devops-setup levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates DevOps infrastructure setup by delegating to specialized workers. Purpose & Scope Orchestrates the complete DevOps setup for a project: - Does: Auto-detect stack, delegate to workers, verify configuration - Does NOT: Generate files directly (delegates to ln-731, ln-732, ln-733) Overview | Input | Project directory with source code | Output | Docker, CI/CD, environment configurati...
339
9608 ln-140-test-docs-creator levnikolaevich/claude-code-skills
This skill creates and validates test documentation: testing-strategy.md (universal testing philosophy) + tests/README.md (test organization structure and Story-Level Test Task Pattern). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only test documentation (testing-strategy.md + tests/README.md) - Validating existing test documentation structure and content - Setting up test philosoph...
339
9609 ln-631-test-business-logic-auditor levnikolaevich/claude-code-skills
Specialized worker auditing tests for Business Logic Focus (Category 1). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Business Logic Focus (Category 1: High Priority) - Detect tests validating framework/library behavior (NOT our code) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with framework detection patterns, tech stack, test file list. Workflow - Parse context - Scan test files for framework/library tests - Collect fi...
339
9610 video-lens kar2phi/video-lens
You are a YouTube content analyst. Given a YouTube URL, you will extract the video transcript and produce a structured summary in the video's original language. When to Activate Trigger this skill when the user: Shares a YouTube URL (youtube.com/watch, youtu.be, youtube.com/embed, youtube.com/live) or a bare 11-character video ID — even without explanation Asks to summarise, digest, or analyse a video Uses phrases like "what's this video about", "give me the highlights", "TL;DR this", "make note...
339
9611 uptime-monitoring aj-geddes/useful-ai-prompts
Uptime Monitoring Overview Set up comprehensive uptime monitoring with health checks, status pages, and incident tracking to ensure visibility into service availability. When to Use Service availability tracking Health check implementation Status page creation Incident management SLA monitoring Instructions 1. Health Check Endpoints // Node.js health check const express = require('express'); const app = express(); app.get('/health', (req, res) => { res.json({ status: 'ok', timestamp...
339
9612 form-validation aj-geddes/useful-ai-prompts
Form Validation Overview Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety. When to Use User input validation Form submission handling Real-time error feedback Complex validation rules Multi-step forms Implementation Examples 1. React Hook Form with TypeScript // types/form.ts export interface LoginFormData { email: string; password: string; rememberMe: boolean; } export interfa...
339
9613 interaction-design aj-geddes/useful-ai-prompts
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
339
9614 encore-frontend encoredev/skills
Frontend Integration with Encore Instructions Encore provides tools to connect your frontend applications to your backend APIs. Generate a TypeScript Client Generate client for local development encore gen client --output=./frontend/src/client.ts --env=local Generate client for a deployed environment encore gen client --output=./frontend/src/client.ts --env=staging This generates a fully typed client based on your API definitions. Using the Generated Client // frontend/src/client.ts is a...
339
9615 maestro-e2e raphaelbarbosaqwerty/maestro-dev-skills
When to use Use this skill whenever you are: Creating E2E, UI, or integration tests Testing login, registration, or navigation flows Handling permission dialogs (camera, location, notifications) Debugging test failures or exploring UI hierarchy Working with Maestro test files (.yaml) Captions When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information. When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics ...
339
9616 cms-collection-setup webflow/webflow-skills
CMS Collection Setup Create a new CMS collection with custom fields, relationships, and proper configuration. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details and plan limits Use Webflow MCP's data_cms_tool with action get_collection_list to...
338
9617 cloudflare-durable-objects jezweb/claude-skills
Cloudflare Durable Objects Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs: https://developers.cloudflare.com/durable-objects/ Recent Updates (2025): Oct 2025: WebSocket message size 1 MiB → 32 MiB, Data Studio UI for SQLite DOs (view/edit storage in dashboard) Aug 2025: getByName() API shortcut for named DOs June 2025: @cloudflare/actors library (beta)...
338
9618 security cognitedata/dune-skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
338
9619 performance cognitedata/dune-skills
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
338
9620 integrate-atlas-chat cognitedata/dune-skills
Integrate Atlas Agent Chat Add a streaming Atlas Agent chat UI to this Dune app. Agent external ID: $ARGUMENTS Your job Complete these steps in order. Read each file before modifying it. Step 1 — Understand the app Read these files before touching anything: package.json — detect package manager ( packageManager field or lock file) and existing deps src/App.tsx (or equivalent entry component) — understand current structure Step 2 — Install dependencies Install the package and its required peer de...
338
9621 dune-app-review cognitedata/dune-skills
Dune App Review Fetch the official review command and follow it exactly: gh api repos/cognitedata/dune-app-reviews/contents/.claude/commands/dune-review.md \ --jq '.content' | base64 -d Adapt it for a local developer review : Treat the current workspace as the app under review. Skip all ticket, PR, overview, submodule, and reviews/<TICKET-ID>/... setup steps. If the upstream command asks for Jira ticket or PR input, ignore that requirement and continue with the local codebase. Use reviews/dune-a...
338
9622 integrate-todo-list cognitedata/dune-skills
Integrate Todo List Add a structured task-tracking feature to this Dune app. The agent will use a TodoWrite tool to create and update a task list as it works through multi-step queries, giving the user real-time visibility into what the agent is doing and why. Prerequisite: integrate-atlas-chat must already be set up — useAtlasChat must be wired and @cognite/dune-industrial-components , @sinclair/typebox , ajv , ajv-formats must be installed. Step 1 — Read the app Before writing anything, read: ...
338
9623 hive rllm-org/hive
Hive Experiment Loop You are an agent in a collaborative swarm. Multiple agents work on the same task. Results flow through the shared hive server. The goal is to improve the global best , not your local best. Read program.md for task-specific constraints (what to modify, metric, rules). Know Your Mode Check .hive/fork.json → mode field: fork (public tasks): You have your own repo copy. Any branch name works. branch (private tasks): You share a repo with other agents. Your branch must start with...
338
9624 skill-security-auditor alirezarezvani/claude-skills
Skill Security Auditor Scan and audit AI agent skills for security risks before installation. Produces a clear PASS / WARN / FAIL verdict with findings and remediation guidance. Quick Start Audit a local skill directory python3 scripts/skill_security_auditor.py /path/to/skill-name/ Audit a skill from a git repo python3 scripts/skill_security_auditor.py https://github.com/user/repo --skill skill-name Audit with strict mode (any WARN becomes FAIL) python3 scripts/skill_security_auditor.py /path...
338
9625 hypogenic k-dense-ai/scientific-agent-skills
Hypogenic Overview Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework supports three approaches: HypoGeniC (data-driven hypothesis generation), HypoRefine (synergistic literature and data integration), and Union methods (mechanistic combination of literature and data-driven hypotheses). Quick Start Get started with Hypogenic in minutes: Install the package uv pip install hypogenic Clone example datasets g...
338
9626 algorithmic-trading omer-metin/skills-for-antigravity
No SKILL.md available for this skill. View on GitHub
338
9627 optimization-advisor-sms blacktwist/social-media-skills
Optimization Advisor When to Use User asks what to do next or how to improve their social media performance User mentions "optimize my social media," "recommendations," or "suggestions" User says "next steps," "what's my biggest opportunity," or "help me grow" User wants a prioritized action plan based on their data User asks "how do I improve" or wants concrete improvement recommendations User has completed an analysis and wants actionable takeaways Role You are an expert social media optimizat...
338
9628 go-api-development mindrally/skills
Go API Development with Standard Library Core Principles Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, net/http package, and the new ServeMux introduced in Go 1.22 Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for the API structure, endpoints, and data flow in pseudocode, written out in great detail Write correct, up-to-date, bug-free, fully functional, secure, and efficien...
338
9629 model-pruning davila7/claude-code-templates
Model Pruning: Compressing LLMs When to Use This Skill Use Model Pruning when you need to: Reduce model size by 40-60% with <1% accuracy loss Accelerate inference using hardware-friendly sparsity (2-4× speedup) Deploy on constrained hardware (mobile, edge devices) Compress without retraining using one-shot methods Enable efficient serving with reduced memory footprint Key Techniques: Wanda (weights × activations), SparseGPT (second-order), structured pruning, N:M sparsity Papers: Wanda ICLR ...
338
9630 mise-tasks terrylica/cc-skills
Orchestrate multi-step project workflows using mise `[tasks]` section with dependency management, argument handling, and file tracking. When to Use This Skill Explicit triggers: - User mentions `mise tasks`, `mise run`, `[tasks]` section - User needs task dependencies: `depends`, `depends_post` - User wants workflow automation in `.mise.toml` - User mentions task arguments or `usage` spec AI Discovery trigger (prescriptive): When `mise-configuration` skill detects multi-step workflows (...
338
9631 mql5-indicator-patterns terrylica/cc-skills
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates. Quick Reference Essential Patterns Display Scale (for small values < 1.0): ``` IndicatorSetDouble(INDICATOR_MINIMUM, 0.0); IndicatorSetDouble(INDICATOR_MAXIMUM, 0.1); ``` Buffer Setup (visible + hidden): ``` SetIndexBuffer(0, BufVisible, INDICATOR_DATA); // Visible SetIndexBuffer(1, BufHidden, INDICATOR_CALCULATIONS); // Hidden ``` New Bar Detection (prevent...
338
9632 here-be-git intellectronica/agent-skills
Here Be Git Initialise a git repository with optional configuration for agent workflows. Workflow Step 1: Initialise Git Repository Run git init in the current working directory. Confirm to the user that the repository has been initialised. Step 2: Agent Commit Instructions Ask the user: Would you like me to add instructions for the agent to always commit when it's done with a task? If the user confirms: Check if AGENTS.md exists in the current directory If it exists, append the commit i...
338
9633 argocd-expert personamanagmentlayer/pcl
ArgoCD Expert You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices. Core Expertise ArgoCD Architecture Components: ArgoCD: ├── API Server (UI/CLI/API) ├── Repository Server (Git interaction) ├── Application Controller (K8s reconciliation) ├── Redis (caching) ├── Dex (SSO/RBAC) └── ApplicationSet Controller ...
338
9634 skill-creator dalestudy/skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
338
9635 nansen-smart-money-alpha nansen-ai/nansen-cli
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
338
9636 ln-761-secret-scanner levnikolaevich/claude-code-skills
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation. Purpose & Scope - Detect hardcoded secrets using available tools (gitleaks, trufflehog) or manual patterns - Classify findings by severity (Critical/High/Medium/Low) - Filter false positives via baseline and allowlists - Provide remediation guidance per finding type - Return normalized report to parent orchestrator (ln-760) When to Use - During project bootstrap (via ln-760-security-set...
338
9637 ln-201-opportunity-discoverer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
338
9638 publish-skill camacho/ai-skills
When to invoke User says "publish skill", "update skill", "push skill changes", "/publish-skill" After editing a skill locally in .agents/skills/ Steps 1. Pre-flight Locate ai-skills path (in order): $AI_SKILLS_REPO env var ~/projects/camacho/ai-skills Ask user Then check it's clean: git -C " $AI_SKILLS_PATH " status --porcelain If non-empty: STOP. Tell user to commit or stash ai-skills changes first. Show more
338
9639 openclaw-mission-control 0xindiebruh/openclaw-mission-control-skill
Mission Control Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Overview Mission Control lets you run multiple AI agents that collaborate on tasks: Team Lead : Creates and assigns tasks, reviews completed work Worker Agents : Poll for tasks via heartbeat, execute work, log progress Kanban Board : Visual task management at http://localhost:8080 HTTP API : Agents interact via REST endpoints Local Storage : All data stored in JSON files — no external database needed Qu...
338
9640 frontend-testing aj-geddes/useful-ai-prompts
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
338
9641 repoprompt parcadei/continuous-claude-v3
RepoPrompt Skill When to Use Explore codebase structure (tree, codemaps) Search code with context lines Get code signatures without full file content (token-efficient) Read file slices (specific line ranges) Build context for tasks Token Optimization RepoPrompt is more token-efficient than raw file reads: structure → signatures only (not full content) read --start-line --limit → slices instead of full files search --context-lines → relevant matches with context CLI Usage If installed to PATH ...
338
9642 vercel-blob jezweb/claude-skills
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
337
9643 alicloud-ai-multimodal-qwen-vl cinience/alicloud-skills
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
337
9644 integrate-file-viewer cognitedata/dune-skills
Integrate CogniteFileViewer Add CogniteFileViewer to this Dune app to preview CDF files (PDF, image, text). Your job Complete these steps in order. Read each file before modifying it. Step 1 — Understand the app Read these files before touching anything: package.json — detect package manager ( packageManager field or lock file) and existing deps vite.config.ts — understand current Vite setup The component where the viewer should be added Step 2 — Install dependencies pnpm → pnpm add "github:cogn...
337
9645 reveal-3d cognitedata/dune-skills
Reveal 3D Viewer Add a Cognite Reveal 3D viewer to a Dune app by copying the bundled source into the target app. Renders CAD models from CDF, with support for model browsing, direct model/revision IDs, or FDM-linked assets. FDM instance to visualize: $ARGUMENTS Use This When The user wants to embed an interactive Cognite Reveal viewer for CDF 3D/CAD content in a Dune app. Do not use this skill for static diagrams, graph visualizations, or unrelated custom Three.js scenes. Prerequisites The app u...
337
9646 setup-python-tools cognitedata/dune-skills
Set Up Python Tool Execution Add client-side Python tool execution via Pyodide to this Dune app. Target: $ARGUMENTS Background Atlas agents can have Python tools defined in their CDF config ( type: "runPythonCode" ). When the agent calls one, it arrives as a toolConfirmation (auto-allowed) followed by a clientTool action. The library fetches the tool's Python code from the agent config automatically and executes it via the provided pythonRuntime . You only need to: Set up usePyodideRuntime to ge...
337
9647 nemo-curator davila7/claude-code-templates
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
337
9648 umap-learn k-dense-ai/scientific-agent-skills
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. Show more
337
9649 api-design-reviewer alirezarezvani/claude-skills
API Design Reviewer Tier: POWERFUL Category: Engineering / Architecture Maintainer: Claude Skills Team Overview The API Design Reviewer skill provides comprehensive analysis and review of API designs, focusing on REST conventions, best practices, and industry standards. This skill helps engineering teams build consistent, maintainable, and well-designed APIs through automated linting, breaking change detection, and design scorecards. Core Capabilities 1. API Linting and Convention Analysis Resou...
337
9650 codebase-onboarding alirezarezvani/claude-skills
Codebase Onboarding Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting up Claude Code in an existing repo for the first time. When to Use First time opening a project with Claude Code Joining a new team or repository User asks "help me understand this codebase" User asks to generate a CLAUDE.md for a project User says "onboard me" or "walk me through this repo" How It Works Phase 1: Reconnaissance Gath...
337