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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,972
总 Skills
178.3M
总安装量
2,762
贡献者
# Skill 仓库 描述 安装量
22951 flask-expert personamanagmentlayer/pcl
Expert guidance for Flask web development, building REST APIs, using extensions, and production deployment. Core Concepts Flask Fundamentals - Routing and views - Request/response handling - Templates with Jinja2 - Blueprints for modularity - Application factory pattern - Configuration management Flask Extensions - Flask-SQLAlchemy (ORM) - Flask-Migrate (database migrations) - Flask-Login (authentication) - Flask-RESTful (REST APIs) - Flask-JWT-Extended (JWT tokens) - Flask-COR...
49
22952 python-dev databricks-solutions/ai-dev-kit
Python Development Rules Overview Python development guidance focused on code quality, error handling, testing, and environment management. Apply when working with Python code or Jupyter notebooks. When to Use This Skill Use this skill when: Writing new Python code or modifying existing Python files Creating or updating Jupyter notebooks Setting up Python development environments Writing or updating tests Reviewing Python code for quality and best practices Code Quality Principles DRY (Don't Rep...
49
22953 goal setter eddiebe147/claude-settings
Goal Setter The Goal Setter skill guides you through creating well-formed, achievable goals and maintaining accountability throughout your journey. Unlike generic goal-setting tools, this skill uses evidence-based frameworks to help you craft goals that are specific, measurable, and aligned with your deeper values. This skill applies the SMART framework, backward planning, and milestone tracking to transform vague aspirations into concrete action plans. It helps you identify potential obstacles ...
49
22954 create-pr cartridge-gg/docs
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
49
22955 npu-smi ascend-ai-coding/awesome-ascend-skills
npu-smi Command Reference Quick reference for Huawei Ascend NPU device management commands. Quick Start npu-smi info -l List all devices npu-smi info -t health -i 0 Check device health npu-smi info -t temp -i 0 -c 0 Check temperature npu-smi info -t power -i 0 -c 0 Check power npu-smi info -t memory -i 0 -c 0 Check memory Device Queries Basic Information npu-smi info -l List devices npu-smi info -t health -i < id > Health status (OK/Warning/Error) npu-smi info -t board -i < id > Board de...
49
22956 git-security-checks laurigates/claude-plugins
Expert guidance for pre-commit security validation and secret detection using detect-secrets and pre-commit hooks. Core Expertise - detect-secrets: Scan for hardcoded secrets and credentials - Pre-commit Hooks: Automated security validation before commits - Secrets Baseline: Manage false positives and legitimate secrets - Security-First Workflow: Prevent credential leaks before they happen Quick Security Scan (Recommended) Run the comprehensive security scan pipeline in one command: ``...
49
22957 secret-code ukgovernmentbeis/inspect_ai
Secret Code Skill To complete this task, you MUST follow these exact steps: Step 1: Read the Asset Read the contents of assets/secret.txt and report what it says to the user. Step 2: Run the Script Execute the script scripts/reveal.sh to get the complete answer. IMPORTANT RULES You MUST read the asset file first You MUST run the provided script to get the answer Do NOT use any other commands besides reading the asset and running the script Do NOT try to solve the problem any other way
49
22958 rule-auditor oimiragieo/agent-studio
Rule Auditor Skill Step 1: Identify Applicable Skills Find relevant expert skills based on the code being audited: File Type Expert Skills .ts , .tsx typescript-expert, react-expert .py python-backend-expert .go go-expert .java java-expert *.test.* testing-expert Step 2: Load Best Practices Read the relevant skill files to understand best practices: cat .claude/skills/ [ skill-name ] /SKILL.md Extract key rules and patterns to check for. Step 3: Scan Target Files Analyze the target files for vio...
49
22959 personal-financial-advisor tringo0108/z-command
Personal Financial Advisor Comprehensive toolkit for personal finance planning, helping individuals achieve financial wellness through budgeting, debt management, savings, investing, and goal-based planning. When to Use This Skill Creating personal budgets and spending plans Developing debt payoff strategies Planning emergency funds and savings goals Retirement planning and projections Investment portfolio allocation for individuals Tax optimization for personal finances Insurance needs assessme...
49
22960 frontend-design project-n-e-k-o/n.e.k.o
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
49
22961 astro-developer withastro/astro
Astro Developer Skill Context-loading skill for AI agents and developers working in the Astro monorepo. Loads relevant documentation based on your task. Quick Decision Matrix What are you doing? → Read these files: Task Primary Docs Supporting Docs Adding a core feature architecture.md , constraints.md testing.md Fixing a bug debugging.md architecture.md Writing/fixing tests testing.md constraints.md Creating an integration Explore packages/integrations/ for examples testing.md Understanding arc...
49
22962 entity extractor eddiebe147/claude-settings
Entity Extractor The Entity Extractor skill guides you through implementing named entity recognition (NER) systems that identify and classify entities in text. From people and organizations to domain-specific entities like products, medical terms, or financial instruments, this skill covers extraction approaches from simple pattern matching to advanced neural models. Entity extraction is a foundational NLP task that powers applications from search engines to knowledge graphs. Getting it right re...
49
22963 jira-syntax netresearch/jira-skill
Jira Syntax Validation Skill Provides Jira wiki markup syntax validation, templates, and formatting guidance. For API operations, use the jira-communication skill. Quick Syntax Reference Jira Syntax Purpose NOT this (Markdown) h2. Title Heading Title *bold* Bold bold _italic_ Italic *italic* {{code}} Inline code `code` {code:java}...{code} Code block java ``` [text|url] Link [text](url) [PROJ-123] Issue link - [~username] User mention @username * item Bullet list - item item Numbered list 1. i...
49
22964 clean catlog22/claude-code-workflow
Clean Design System Skill (Universal) Mission You are an expert design-system guideline author for Clean. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Clean design style focuses on simplicity, minimalism, and high usability, using ample whitespace, legible typography, and limited color palettes to reduce visual clutter Style Foundations Visual style: minimal, clean Typography scale: 12/14/16/20/24/32 | Fonts: primary=Roboto, display=...
49
22965 simplify aaddrick/claude-desktop-debian
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refin...
49
22966 lit-best-practices artmsilva/lit-best-practices
Lit Web Components Best Practices Best practices for building Lit web components, optimized for AI-assisted code generation and review. When to Use Reference these guidelines when: Writing new Lit web components Implementing reactive properties and state Reviewing code for performance or accessibility issues Refactoring existing Lit components Optimizing rendering and update cycles Rule Categories Category Rules Focus 1. Component Structure 4 rules Properties, state, TypeScript 2. Rendering ...
49
22967 simple-math cisco-ai-defense/skill-scanner
Simple Math Skill Performs basic arithmetic operations safely. Features Addition, subtraction, multiplication, division No eval() or exec() Input validation Safe implementation Usage When user requests calculations, use standard Python operators. Example User: "What's 25 + 17?" Agent: uses simple-math skill The result is 42.
49
22968 linear-update finesssee/linear-cli
Update Issues Status linear-cli i update LIN-123 -s Done linear-cli i update LIN-123 -s "In Progress" Priority linear-cli i update LIN-123 -p 1 1=urgent, 2=high, 3=normal, 4=low Assignee linear-cli i update LIN-123 -a me linear-cli i update LIN-123 -a "John Doe" Labels linear-cli i update LIN-123 -l bug linear-cli i update LIN-123 -l bug -l urgent Due date linear-cli i update LIN-123 --due tomorrow linear-cli i update LIN-123 --due +3d Agent patterns linear-cli i update LIN-123 -s Done --...
49
22969 mcp-server-manager xiaolai/vmark
MCP Server Manager Workflow Discover candidate servers Check project .mcp.json for existing server configs. Check ~/.claude.json for global MCP servers (Claude Code). Scan for MCP-related packages in package.json or Cargo.toml . Choose a registration target Project-local: edit .mcp.json directly. Global (Claude Code): use claude mcp add / claude mcp remove . Register the server stdio server: claude mcp add < name > -- < command > < args .. . > stdio with env: claude mcp add < name > -e KEY = VAL...
49
22970 rspack-tracing rstackjs/agent-skills
Use this skill when you need to: - Diagnose why an Rspack build is slow. - Understand which plugins or loaders are taking the most time. - Analyze a user-provided Rspack trace file. - Guide a user to capture a performance profile. Workflow 1. Capture a Trace First, ask the user to run their build with tracing enabled. ``` Set environment variables for logging to a file RSPACK_PROFILE=TRACE RSPACK_TRACE_LAYER=logger RSPACK_TRACE_OUTPUT=./trace.json pnpm build ``` This will generate a...
49
22971 run-rust-benchmarks redisearch/redisearch
No SKILL.md available for this skill. View on GitHub
49
22972 social-media-api-best-practices getlate-dev/social-media-api-best-practices
Social Media API Best Practices Battle-tested patterns from scheduling 1M+ posts across 13 platforms. 1. Authentication Patterns OAuth 2.0 Platforms Instagram (Meta Graph API) Two-step token exchange: short-lived (1 hour) → long-lived (60 days) Use auth_type: 'rerequest' to force permission re-prompts Exchange endpoint: ig_exchange_token grant type Scopes: instagram_business_basic, instagram_business_content_publish, instagram_business_manage_messages, instagram_business_manage_comments, ins...
49
22973 git-worktree kimny1143/claude-code-template
This skill provides a unified interface for managing Git worktrees across your development workflow. Whether you're reviewing PRs in isolation or working on features in parallel, this skill handles all the complexity. What This Skill Does - Create worktrees from main branch with clear branch names - List worktrees with current status - Switch between worktrees for parallel work - Clean up completed worktrees automatically - Interactive confirmations at each step - Automatic .gitignore ma...
49
22974 pptx bbeierle12/skill-mcp-claude
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
49
22975 seo-audit openclaudia/openclaudia-skills
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment 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. Before auditing, understand: Site ...
49
22976 review-scoring mgd34msu/goodvibes-plugin
Resources scripts/ validate-review.sh validate-fix.sh references/ scoring-examples.md Review Scoring Protocol This skill defines the precise scoring rubric and review format used in Work-Review-Fix-Check (WRFC) loops. It ensures consistent, quantified evaluation of code quality and provides deterministic validation of review outputs. Scoring Rubric (1-10 Scale) Every review evaluates code across 10 dimensions. Each dimension receives a score from 1 to 10, where: 1-3 : Critical deficiencies, fund...
49
22977 coding-rules kimny1143/claude-code-template
coding-rules - コーディング規約 プロジェクト共通のコーディングルール。 1. TypeScript 型定義 // ✅ 明示的な型定義 interface User { id : string ; email : string ; name : string ; createdAt : Date ; } // ✅ 型推論が明確な場合は省略OK const users = await repository . findAll ( ) ; // 戻り値の型は関数から推論 // ❌ any は使わない const data : any = response . json ( ) ; // ✅ unknown を使って安全に処理 const data : unknown = await response . json ( ) ; if ( isUser ( data ) ) { console . log ( data . email ) ; } Null/Undefined // ✅ Optional chaining const email = user ?. profile...
49
22978 anti-ai-writing cdeistopened/skill-stack
Anti-AI Writing Engine Transform any content into authentic, human-sounding prose by eliminating AI patterns and applying proven writing fundamentals. Purpose This skill serves as the core humanization engine for all written content. It detects and eliminates patterns that signal AI involvement while teaching the principles of natural, engaging writing. Core Philosophy: The best writing is invisible. Readers should feel like they're reading a real person's thoughts - not processed, filtered, or ...
49
22979 slot-teams cartridge-gg/docs
Slot Teams Teams are the billing entity in Slot. They own credits used to pay for deployments, paymasters, RPC requests, and other services. Credit System Prepaid credits, deducted automatically 1 CREDIT = $0.01 USD Daily billing cycle (minimum 1-day charge) Fund via credit card or cryptocurrency Creating a Team slot teams < team-name > create --email < email > [ --address "address" ] [ --tax-id "id" ] A team is also auto-created when you create a deployment with a new project name. Funding slot...
49
22980 blog-post-writer nicknisi/claude-plugins
Nick Nisi Blog Writer Transform unstructured brain dumps into polished blog posts that sound like Nick Nisi. Process 1. Receive the Brain Dump Accept whatever the user provides: Scattered thoughts and ideas Technical points to cover Code examples or commands Conclusions or takeaways Links to reference Random observations Don't require organization. The mess is the input. Clarify constraints (if not provided, ask about): Target length (see references/post-template.md for word count ranges) Target...
49
22981 authentication mgd34msu/goodvibes-plugin
Authentication Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication. Contents Sign in with Apple Credential Handling Credential State Checking Token Validation Existing Account Setup Flows ASWebAuthenticationSession (OAuth) Password AutoFill Credentials Biometric Authentication SwiftUI SignInWithAppleButton Common Mistakes Review Checklist References Sign in with...
49
22982 react-doctor posthog/posthog
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
49
22983 tmux-status-debug edmundmiller/dotfiles
Debugging tmux-opencode-integrated Status Detection When to Use Status icons showing wrong state (e.g., showing ERROR when agent is IDLE) Adding new patterns for agent detection Testing pattern matching against real pane content Quick Commands List all agent panes tmux list-panes -a -F "{session_name}:{window_name}.{pane_index} {pane_current_command}" | grep -E "opencode|claude|amp" Capture pane content (raw) tmux capture-pane -t "main:1" -p -S -30 | tail -40 Capture with control chars visible t...
49
22984 atlassian-admin borghei/claude-skills
Atlassian Administrator Expert System administrator with deep expertise in Atlassian Cloud/Data Center management, user provisioning, security, integrations, and org-wide configuration and governance. Core Competencies User & Access Management Provision and deprovision users across Atlassian products Manage groups and group memberships Configure SSO/SAML authentication Implement role-based access control (RBAC) Audit user access and permissions Product Administration Configure Jira global settin...
49
22985 scoped-apps groeimetai/snow-flow
Scoped applications provide isolation and portability for custom development in ServiceNow. Why Use Scoped Apps? | Naming conflicts | Possible | Prevented (x_prefix) | Portability | Difficult | Easy (Update Sets) | Security | Open | Controlled (Cross-scope) | Store publishing | No | Yes | Dependencies | Implicit | Explicit Creating a Scoped Application Via Studio (Recommended) ``` 1. Navigate: System Applications > Studio 2. Click: Create Application 3. Enter: - Nam...
49
22986 pinocchio-development sendaifun/skills
Pinocchio Development Guide Build blazing-fast Solana programs with Pinocchio - a zero-dependency, zero-copy framework that delivers 88-95% compute unit reduction and 40% smaller binaries compared to traditional approaches. Overview Pinocchio is Anza's minimalist Rust library for writing Solana programs without the heavyweight solana-program crate. It treats incoming transaction data as a single byte slice, reading it in-place via zero-copy techniques. Performance Comparison Metric Anchor Native...
49
22987 github-copilot vm0-ai/vm0-skills
GitHub Copilot API Use the GitHub Copilot REST API via direct curl calls to manage Copilot subscriptions and retrieve usage metrics for your organization. Official docs: https://docs.github.com/en/rest/copilot Note: This API is for managing Copilot subscriptions and viewing metrics, not for code generation. When to Use Use this skill when you need to: Manage Copilot seat assignments (add/remove users and teams) View Copilot billing information for an organization Retrieve usage metrics (ac...
49
22988 ljg-xray-book lijigang/ljg-skill-xray-book
LJG-Xray-Book: 深度拆书机 你是 Structure_Miner (结构矿工) ,一位深谙认知科学的知识提取专家。 核心哲学:Epiplexity 原理 来自论文《From Entropy to Epiplexity》的核心洞见: +------------------------------------------------------------------+ | 传统观点:信息是数据的固有属性 | | Epiplexity:信息是相对的,取决于观察者的"认知算力" | +------------------------------------------------------------------+ | | | 同一本书 = 可学习的结构(S) + 不可学习的噪声(N) | | ...
49
22989 shader-sdf bbeierle12/skill-mcp-claude
Shader SDFs Signed Distance Functions return the distance from a point to a shape's surface. Negative = inside, positive = outside, zero = on surface. Quick Start // 2D circle SDF float sdCircle(vec2 p, float r) { return length(p) - r; } // Usage float d = sdCircle(uv - 0.5, 0.3); // Render vec3 color = d < 0.0 ? vec3(1.0) : vec3(0.0); // Hard edge vec3 color = vec3(smoothstep(0.01, 0.0, d)); // Soft edge vec3 color = vec3(smoothstep(0.02, 0.0, abs(d))); // Outli...
49
22990 instagram-automation davepoon/buildwithclaude
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...
49
22991 weather-skill google/adk-python
Weather Skill Provides current weather and forecasts for any location using two free APIs: Nominatim (OpenStreetMap) for geocoding locations → scripts/geocode.py Open-Meteo for weather data → scripts/fetch_weather.py Workflow Understand the user's request. Extract the location, time range, and whether they're planning travel. See examples below. Geocode the location by running scripts/geocode.py "<location>" . It returns JSON with display_name , lat , lon , and an ambiguous flag. If ambiguous, a...
49
22992 game-system-designer api/git
No SKILL.md available for this skill. View on GitHub
49
22993 nixos-best-practices lihaoze123/my-skills
Configure NixOS systems with flakes, manage overlays properly, and structure configurations for maintainability. Core Principle Understand the interaction between NixOS system configuration and Home Manager overlays. When `useGlobalPkgs = true`, overlays must be defined at the NixOS configuration level, not in Home Manager configuration files. When to Use - Configuring NixOS with flakes and Home Manager - Adding overlays that don't seem to apply - Using `useGlobalPkgs = true` with custo...
49
22994 do cexll/myclaude
Do Plan You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist. Execution Protocol Rules Each phase uses fresh subagents where noted (or when context is large/unclear) Assign one clear objective per subagent and require evidence (commands run, outputs, files changed) Do not advance to the next step until the assigned subagent reports completion and the orchestra...
49
22995 finops-caches laurigates/claude-plugins
/finops:caches Analyze GitHub Actions cache usage - size breakdown, cache key patterns, branch distribution, and stale cache detection. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Repo owner: ! gh repo view --json owner --jq '.owner.login' Parameters Parameter Description Default repo Repository in owner/name format Current repository org:orgname Analyze org-wide cache usage - Execution bash " ${SKILL_DIR} /scripts/cache-analysis.sh" $ARGS Output Format === Ca...
49
22996 marketing-email-automation vasilyu1983/ai-agents-public
Built as a no-fluff execution skill for email marketing automation across B2B and B2C. Structure: Core workflows and segmentation in SKILL.md. Platform setup in `references/`. Revenue economics in `references/email-economics.md`. Templates in `assets/`. Modern Best Practices (January 2026) 2026 Email Landscape | SPF/DKIM/DMARC mandatory | Non-authenticated mail blocked | Audit quarterly, not just at setup | BIMI adoption | 38% higher opens, 120% brand recall | Implement verified logo...
49
22997 influencer finder eddiebe147/claude-settings
Influencer Finder Discover and evaluate influencers who can authentically represent your brand to their engaged audiences. This skill helps you identify the right creators, assess their fit, evaluate their metrics, and structure partnerships that deliver results. Influencer marketing works when you find the right match. This skill provides frameworks for influencer discovery, audience alignment analysis, engagement rate calculation, and partnership structure. Move beyond follower counts to find ...
49
22998 tailwind-refactor pproenca/dot-skills
Community Tailwind CSS Refactoring Best Practices Comprehensive code quality refactoring guide for Tailwind CSS applications targeting v4. Contains 50 rules across 8 categories, prioritized by migration urgency. Every transformation preserves the existing look and feel — this skill is purely about cleaner code, modern syntax, and v4 compatibility. Companion skills: Use tailwind-ui-refactor for visual design improvements and tailwind-responsive-ui for responsive layout patterns. When to Apply Bef...
49
22999 cybersecurity omer-metin/skills-for-antigravity
Cybersecurity Identity You're a security engineer who has protected systems handling millions of users and billions in transactions. You've responded to breaches, conducted penetration tests, and built security programs from the ground up. You understand that security is about risk management, not elimination—and you know how to communicate risk to stakeholders. You've seen every OWASP Top 10 vulnerability in the wild and know how to prevent them. You believe in automation, defense in depth, an...
49
23000 pattern-dev commontoolsinc/labs
Use Skill("ct") for ct CLI documentation when running commands. You and the user are a team finding the efficient path to their vision. Always Plan First Use EnterPlanMode before building. Scale the plan to the task: Simple pattern (todo list, counter): One file, types + handlers + UI together Minimal clarification needed Plan in 2-3 sentences Medium pattern (form with validation, data viewer): Maybe split schemas if types get complex Clarify data shape and key actions Plan in a short list Compl...
49