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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,634
总 Skills
38.1M
总安装量
2,455
贡献者
# Skill 仓库 描述 安装量
9501 web-frameworks mrgoonie/claudekit-skills
Web Frameworks Skill Group Comprehensive guide for building modern full-stack web applications using Next.js, Turborepo, and RemixIcon. Overview This skill group combines three powerful tools for web development: Next.js - React framework with SSR, SSG, RSC, and optimization features Turborepo - High-performance monorepo build system for JavaScript/TypeScript RemixIcon - Icon library with 3,100+ outlined and filled style icons When to Use This Skill Group Building new full-stack web applica...
223
9502 fal-upscale fal-ai-community/skills
fal.ai Upscale Upscale and enhance image resolution using state-of-the-art AI models. How It Works User provides image URL and optional scale factor Script selects appropriate upscaling model Sends request to fal.ai API Returns upscaled image URL Finding Models To discover the best and latest upscaling models, use the search API: Search for image upscale models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "upscale image" Search for video upscale models bash /mnt/skills/u...
223
9503 dependency-upgrade sickn33/antigravity-awesome-skills
Dependency Upgrade Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches. When to Use This Skill Upgrading major framework versions Updating security-vulnerable dependencies Modernizing legacy dependencies Resolving dependency conflicts Planning incremental upgrade paths Testing compatibility matrices Automating dependency updates Semantic Versioning Review MAJOR.MINOR.PATCH (e.g., 2.3.1) MAJOR: Breaking changes MINOR...
223
9504 grafana-dashboards sickn33/antigravity-awesome-skills
Grafana Dashboards Create and manage production-ready Grafana dashboards for comprehensive system observability. Purpose Design effective Grafana dashboards for monitoring applications, infrastructure, and business metrics. When to Use Visualize Prometheus metrics Create custom dashboards Implement SLO dashboards Monitor infrastructure Track business KPIs Dashboard Design Principles 1. Hierarchy of Information ┌─────────────────────────────────────┐ │ Critical Metrics (Big Numbers) │ ├─────...
223
9505 deployment-pipeline-design sickn33/antigravity-awesome-skills
Deployment Pipeline Design Architecture patterns for multi-stage CI/CD pipelines with approval gates, deployment strategies, and environment promotion workflows. Purpose Design robust, secure deployment pipelines that balance speed with safety through proper stage organization, automated quality gates, and progressive delivery strategies. This skill covers both the structural design of pipeline architecture and the operational patterns for reliable production deployments. Input / Output What You...
223
9506 create-pr sickn33/antigravity-awesome-skills
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
223
9507 dingtalk-todo breath57/dingtalk-skills
钉钉待办技能 负责钉钉待办(Todo)的所有操作。本文件为 策略指南 ,仅包含决策逻辑和工作流程。完整 API 请求格式见文末「references/api.md 查阅索引」。 工作流程(每次执行前) 读取配置 → 用一条 grep -E 命令一次性读取配置文件 ~/.dingtalk-skills/config , 所有所需配置键值(配置文件跨会话保留,无需重复询问) 仅收集缺失配置 → 若配置文件不存在或缺少某项, 一次性询问用户 所有缺失的值,不要逐条问 持久化 → 将收集到的值写入 ~/.dingtalk-skills/config 文件,后续无需再问 获取/复用 Token → 有效期内复用缓存(缓存 7000 秒,约 2 小时),避免重复请求;遇 401 重新获取 执行操作 → 凡是包含变量替换、管道或多行逻辑的命令, /tmp/<task>.sh 再 bash /tmp/<task>.sh 执行。不要把多行命令直接粘到终端里(终端工具会截断),也不要用 <<'EOF' 语法(heredoc 在工具中同样会被截断导致变量丢失) 凭证禁止在输出中完整打印,确认时仅显示前 4 ...
223
9508 encore-migrate encoredev/skills
Migrate to Encore.ts Instructions When migrating existing Node.js applications to Encore.ts, follow these transformation patterns: Express to Encore Basic Route // BEFORE: Express const express = require('express'); const app = express(); app.get('/users/:id', async (req, res) => { const user = await getUser(req.params.id); res.json(user); }); app.listen(3000); // AFTER: Encore import { api } from "encore.dev/api"; interface GetUserRequest { id: string; } interface User { id: stri...
223
9509 academic-writing-style shining319/claude-code-single-person-workflow
Academic Writing Style Transform provided information into well-written academic assignments that match the user's natural writing style, avoiding obvious AI patterns while maintaining professional quality. Core Approach Generate content that reads naturally and fluently, with: Clear chapter organization using descriptive headings Natural topic progression without rigid "firstly...secondly...finally" structures Moderate use of first-person perspective appropriate to assignment type Specific ...
223
9510 repomix-safe-mixer daymade/claude-code-skills
Repomix Safe Mixer Overview Safely package codebases with repomix by automatically detecting and removing hardcoded credentials. This skill prevents accidental credential exposure when packaging code with repomix. It scans for hardcoded secrets (API keys, database credentials, tokens), reports findings, and ensures safe packaging. When to use: When packaging code with repomix for distribution, creating shareable reference packages, or whenever security concerns exist about hardcoded credentia...
223
9511 deployment-procedures davila7/claude-code-templates
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
223
9512 file-uploads davila7/claude-code-templates
File Uploads & Storage Role: File Upload Specialist Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying. ⚠️ Sharp Edges Issue Severity Solution Trusting client-provided file type critical CHECK MAGIC BYTES No upload size restrictions high SET SIZE LIMITS User-controlled filename allows path traversal critical SANITIZE FILENAMES Presigned URL shared or cached incorrectly medium CON...
223
9513 uniprot-database davila7/claude-code-templates
UniProt Database Overview UniProt is the world's leading comprehensive protein sequence and functional information resource. Search proteins by name, gene, or accession, retrieve sequences in FASTA format, perform ID mapping across databases, access Swiss-Prot/TrEMBL annotations via REST API for protein analysis. When to Use This Skill This skill should be used when: Searching for protein entries by name, gene symbol, accession, or organism Retrieving protein sequences in FASTA or other form...
223
9514 cobrapy davila7/claude-code-templates
COBRApy - Constraint-Based Reconstruction and Analysis Overview COBRApy is a Python library for constraint-based reconstruction and analysis (COBRA) of metabolic models, essential for systems biology research. Work with genome-scale metabolic models, perform computational simulations of cellular metabolism, conduct metabolic engineering analyses, and predict phenotypic behaviors. Core Capabilities COBRApy provides comprehensive tools organized into several key areas: 1. Model Management Loa...
223
9515 gpui-event longbridge/gpui-component
Overview GPUI provides event system for component coordination: Event Mechanisms: Custom Events: Define and emit type-safe events Observations: React to entity state changes Subscriptions: Listen to events from other entities Global Events: App-wide event handling Quick Start Define and Emit Events [derive(Clone)] enum MyEvent { DataUpdated(String), ActionTriggered, } impl MyComponent { fn update_data(&mut self, data: String, cx: &mut Context<Self>) { self.data = data.clo...
223
9516 ui-web alinaqi/claude-bootstrap
UI Design Skill (Web) Load with: base.md + react-web.md MANDATORY: WCAG 2.1 AA Compliance These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Color Contrast (CRITICAL) Text Contrast Requirements: ├── Normal text (<18px): 4.5:1 minimum ├── Large text (≥18px bold or ≥24px): 3:1 minimum ├── UI components (buttons, inputs): 3:1 minimum └── Focus indicators: 3:1 minimum FORBIDDEN COLOR COMBINATIONS: ✗ gray-400 on white (9CA3AF on FFFFFF = 2.6:1) - FAILS ✗ gray-500 on whit...
223
9517 nansen-wallet-deep-dive nansen-ai/nansen-cli
Wallet Analysis Answers: "Who is this wallet and what have they been doing?" ADDR = < address > CHAIN = ethereum nansen research profiler labels --address $ADDR --chain $CHAIN → label, category (e.g. "Smart Trader", "Fund", "Public Figure", ENS names) nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd per holding nansen research profiler pnl-summary --address $ADDR --chain $CHAIN --days 30 → realized_pnl_usd, realized...
223
9518 adaptation-synthesis jwynia/agent-skills
Adaptation Synthesis: Function-First Creative Translation You help synthesize new works from extracted functional DNA documents. Your role is to map extracted functions to new forms that serve those functions in a different context—without falling into surface-level translation traps. Core Principle Successful adaptation serves the original functions through new forms. Failed adaptation copies surface elements while losing what made them work. The orthogonality principle from cliche-transcen...
223
9519 gpui-action longbridge/gpui-component
Overview Actions provide declarative keyboard-driven UI interactions in GPUI. Key Concepts: Define actions with actions! macro or [derive(Action)] Bind keys with cx.bind_keys() Handle with .on_action() on elements Context-aware via key_context() Quick Start Simple Actions use gpui::actions; actions!(editor, [MoveUp, MoveDown, Save, Quit]); const CONTEXT: &str = "Editor"; pub fn init(cx: &mut App) { cx.bind_keys([ KeyBinding::new("up", MoveUp, Some(CONTEXT)), KeyBinding:...
223
9520 autoship vercel-labs/autoship
Automated Releases with autoship Core Workflow Every release follows this pattern: Configure : autoship add <name> (one-time setup) Release : autoship <name> (interactive) or autoship <name> -t patch -y (automated) The tool handles the complete release cycle: Clone repository Analyze changes and suggest release type (patch/minor/major) Generate AI-powered changeset description Create and merge changeset PR Wait for and merge Version Packages PR Trigger npm publish Requirements Before using autos...
223
9521 svelte mindrally/skills
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
223
9522 clerk-authentication mindrally/skills
Clerk Authentication You are an expert in Clerk authentication implementation for Next.js applications. Follow these guidelines when integrating Clerk. Core Principles Implement defense-in-depth with multiple authentication layers Verify authentication at every data access point, not just middleware Protect server actions individually Use Clerk's built-in security features (HttpOnly cookies, CSRF protection) Installation and Setup npm install @clerk/nextjs Environment Variables Required NEXT...
223
9523 rust mindrally/skills
No SKILL.md available for this skill. View on GitHub
223
9524 rollup-bundler mindrally/skills
Rollup Bundler You are an expert in Rollup.js, the JavaScript module bundler optimized for ES modules and library development. Follow these guidelines when working with Rollup configurations. Core Principles Rollup is designed for ES modules and produces cleaner, smaller bundles Superior tree-shaking through deep execution path analysis Ideal for libraries and packages that will be consumed by other projects Focus on producing efficient, readable output code Project Structure project/ ├── src/...
223
9525 supabase-development mindrally/skills
Supabase Development You are an expert in Supabase development including database design, authentication, real-time features, and Edge Functions. Core Principles Use Supabase client for all database interactions Implement Row Level Security (RLS) policies for data protection Leverage Supabase Auth for user management Use real-time subscriptions for live updates Database Design Schema Best Practices Use proper PostgreSQL types and constraints Implement foreign key relationships Create indexes f...
223
9526 oauth-implementation mindrally/skills
OAuth Implementation Overview Implement industry-standard OAuth 2.0 and OpenID Connect authentication flows with JWT tokens, refresh tokens, and secure session management. When to Use User authentication systems Third-party API integration Single Sign-On (SSO) implementation Mobile app authentication Microservices security Social login integration Implementation Examples 1. Node.js OAuth 2.0 Server // oauth-server.js - Complete OAuth 2.0 implementation const express = require('express'); const...
223
9527 gpd-cli-usage rudrankriyam/app-store-connect-cli-skills
GPD CLI usage Use this skill when you need to run or design gpd commands for Google Play Developer Console. Command discovery Always use --help to confirm commands and flags. gpd --help gpd publish --help gpd monetization --help Flag conventions Use explicit long flags (for example: --package , --track , --status ). No interactive prompts; destructive operations require --confirm . Use --all when the user wants all pages. Output formats Default output is minified JSON. Use --pretty for readable ...
222
9528 canvas-design skillcreatorai/ai-agent-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
222
9529 strategic-planning 404kidwiz/claude-supercode-skills
You are an expert strategic planning specialist with deep expertise in project decomposition, dependency analysis, timeline estimation, and systematic task organization. Your strength lies in transforming complex, overwhelming projects into clear, actionable roadmaps. Purpose Provide comprehensive strategic planning for complex software projects and tasks. You excel at breaking down large, ambiguous scopes into structured, manageable components, identifying critical dependencies, assessing ri...
222
9530 axiom-avfoundation-ref charleswiltgen/axiom
AVFoundation Audio Reference Quick Reference // AUDIO SESSION SETUP import AVFoundation try AVAudioSession.sharedInstance().setCategory( .playback, // or .playAndRecord, .ambient mode: .default, // or .voiceChat, .measurement options: [.mixWithOthers, .allowBluetooth] ) try AVAudioSession.sharedInstance().setActive(true) // AUDIO ENGINE PIPELINE let engine = AVAudioEngine() let player = AVAudioPlayerNode() engine.attach(player) e...
222
9531 sync-horizon incept5/eve-skillpacks
Sync Horizon Synchronize eve-skillpacks with the latest state of the eve-horizon repository. Prerequisites The eve-horizon repo must be at ../eve-horizon (sibling directory) .sync-state.json must exist in the repo root (create from template if missing) .sync-map.json must exist in the repo root Architecture: Orchestrator + Parallel Workers This sync follows an orchestrator pattern. You (the orchestrator) stay lightweight — discovering what changed and dispatching focused workers. Each worker han...
222
9532 token-optimizer asif2bd/openclaw-token-optimizer
Token Optimizer Skill This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient. Quick Reference Problem Solution Background tasks bloating context Cron isolation ( sessionTarget: "isolated" ) Reading entire history every turn Local RAG with memory_search Context exceeds 100k tokens Reset & Summarize protocol Finding old conversations Session transcript indexing Workflow 1: Periodic Task Isolation To prevent background tasks from bloating your main conversati...
222
9533 ui-ux-pro-max binjuhor/shadcn-lar
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
222
9534 getting started with skills obra/superpowers-skills
Getting Started with Skills Critical Rules Use Read tool before announcing skill usage. The session-start hook does NOT read skills for you. Announcing without calling Read = lying. Follow mandatory workflows. Brainstorming before coding. Check for skills before ANY task. Create TodoWrite todos for checklists. Mental tracking = steps get skipped. Every time. Mandatory Workflow: Before ANY Task 1. Check skills list at session start, or run find-skills [PATTERN] to filter. 2. If relevant skill exi...
222
9535 svg-illustration narumiruna/agent-skills
SVG Illustration Entry Overview Thin entry skill for SVG diagrams. Core principle: go straight to SVG rules and patterns rather than scanning slide authoring or color modules. When to Use Creating slide-ready SVG diagrams or illustrations Choosing SVG sizing, spacing, and embedding rules Troubleshooting SVG export/embedding issues Quick Reference Goal Read Core rules references/core-rules.md Pattern examples references/pattern-examples.md Embedding in slides references/embedding.md Troubleshoo...
222
9536 css-animation-creator onewave-ai/claude-skills
CSS Animation Creator Instructions When creating animations: Understand the purpose - Feedback, delight, guidance, or storytelling Choose the right technique - CSS transitions, keyframes, or JS libraries Optimize for performance - GPU-accelerated properties only Respect accessibility - Honor prefers-reduced-motion Keep timing natural - Use appropriate easing and duration Animation Principles The 12 Principles (Disney) Applied to UI Principle UI Application Squash & Stretch Button press, elastic ...
222
9537 tooluniverse-disease-research mims-harvard/tooluniverse
ToolUniverse Disease Research Generate a comprehensive disease research report with full source citations. The report is created as a markdown file and progressively updated during research. IMPORTANT : Always use English disease names and search terms in tool calls. Respond in the user's language. When to Use User asks about any disease, syndrome, or medical condition Needs comprehensive disease intelligence or a detailed research report Asks "what do we know about [disease]?" Core Workflow: Re...
222
9538 airflow-dag-patterns sickn33/antigravity-awesome-skills
Apache Airflow DAG Patterns Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies. When to Use This Skill Creating data pipeline orchestration with Airflow Designing DAG structures and dependencies Implementing custom operators and sensors Testing Airflow DAGs locally Setting up Airflow in production Debugging failed DAG runs Core Concepts 1. DAG Design Principles Principle Description Idempotent Running twice produces same re...
222
9539 attack-tree-construction sickn33/antigravity-awesome-skills
Attack Tree Construction Systematic attack path visualization and analysis. When to Use This Skill Visualizing complex attack scenarios Identifying defense gaps and priorities Communicating risks to stakeholders Planning defensive investments Penetration test planning Security architecture review Core Concepts 1. Attack Tree Structure [Root Goal] | ┌────────────┴────────────┐ │ │ [Sub-goal 1] ...
222
9540 pdf-design jamditis/claude-skills-journalism
PDF Design System Create and edit professional PDF reports and funding proposals with live preview and iterative design. Interactive editing mode During a design session, use these commands: Command Action preview Screenshot current state preview page N Screenshot specific page show cover Preview cover page show budget Preview budget section regenerate Create new PDF upload Upload to Google Drive done Finish session Workflow: You say "preview" → I show current state You describe changes → I impl...
222
9541 static-import patternsdev/skills
Static Import The import keyword allows us to import code that has been exported by another module. By default, all modules we're statically importing get added to the initial bundle. A module that is imported by using the default ES2015 import syntax, import module from 'module' , is statically imported. Let's look at an example! A simple chat app contains a Chat component, in which we're statically importing and rendering three components: UserProfile , a ChatList , and a ChatInput to type and...
222
9542 outreach-specialist ognjengt/founder-skills
Outreach Specialist Purpose Generate a personalized outreach sequence (default 3 messages) that sounds human, builds trust, and books calls — tailored to the prospect, platform, and offer. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "outreach-specialist loaded, tell me who you're reaching out to and what you're offering" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains co...
222
9543 cc-skill-project-guidelines-example davila7/claude-code-templates
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend: Next.js 15 (App Router), T...
222
9544 slides-generator hummingbot/skills
slides-generator Create Hummingbot-branded presentation slides in PDF format from markdown content. Features two-column layouts and Mermaid diagram rendering for technical architecture and flowcharts. Workflow Step 1: Get Markdown Content Ask the user to provide a markdown file or paste markdown content. The content should follow this format: Presentation Title 1. First Slide Title Content for the first slide. Can include: - Bullet points - Bold text and * italic text * - Code blocks 2. Sec...
222
9545 concise-planning davila7/claude-code-templates
Concise Planning Goal Turn a user request into a single, actionable plan with atomic steps. Workflow 1. Scan Context Read README.md, docs, and relevant code files. Identify constraints (language, frameworks, tests). 2. Minimal Interaction Ask at most 1–2 questions and only if truly blocking. Make reasonable assumptions for non-blocking unknowns. 3. Generate Plan Use the following structure: Approach: 1-3 sentences on what and why. Scope: Bullet points for "In" and "Out". Action Items: A list...
222
9546 gcp-cloud-run davila7/claude-code-templates
GCP Cloud Run Patterns Cloud Run Service Pattern Containerized web service on Cloud Run When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads'] ```dockerfile Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ RUN npm ci --only=production FROM node:20-slim WORKDIR /app Copy only production dependencies COPY --from=builder /app/node...
222
9547 qutip davila7/claude-code-templates
QuTiP: Quantum Toolbox in Python Overview QuTiP provides comprehensive tools for simulating and analyzing quantum mechanical systems. It handles both closed (unitary) and open (dissipative) quantum systems with multiple solvers optimized for different scenarios. Installation uv pip install qutip Optional packages for additional functionality: Quantum information processing (circuits, gates) uv pip install qutip-qip Quantum trajectory viewer uv pip install qutip-qtrl Quick Start from qut...
222
9548 gepetto davila7/claude-code-templates
Gepetto Orchestrates a multi-step planning process: Research → Interview → Spec Synthesis → Plan → External Review → Sections CRITICAL: First Actions BEFORE anything else, do these in order: 1. Print Intro Print intro banner immediately: ═══════════════════════════════════════════════════════════════ GEPETTO: AI-Assisted Implementation Planning ═══════════════════════════════════════════════════════════════ Research → Interview → Spec Synthesis → Plan → External Review → Sections Note: GE...
222
9549 graphql davila7/claude-code-templates
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
222
9550 cc-skill-strategic-compact davila7/claude-code-templates
cc-skill-strategic-compact Development skill skill.
222