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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,593
总 Skills
37.5M
总安装量
2,454
贡献者
# Skill 仓库 描述 安装量
8601 symfony:doctrine-fixtures-foundry makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-fixtures-foundry<div
245
8602 symfony:executing-plans makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:executing-plans<div
245
8603 agentic-development alinaqi/claude-bootstrap
Agentic Development Skill Load with: base.md + llm-patterns.md + [language].md For building autonomous AI agents that perform multi-step tasks with tools. Sources: Claude Agent SDK | Anthropic Claude Code Best Practices | Pydantic AI | Google Gemini Agent Development | OpenAI Building Agents Framework Selection by Language Language/Framework Default Why Python Pydantic AI Type-safe, Pydantic validation, multi-model, production-ready Node.js / Next.js Claude Agent SDK Official Anthropic SDK, ...
245
8604 arize-trace arize-ai/arize-skills
Arize Trace Skill Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual spans, or ax traces export to download complete traces (all spans belonging to matching traces). Security: untrusted content guardrail. Exported span data contains user-gene...
245
8605 accountant-expert personamanagmentlayer/pcl
Expert guidance for accounting systems, financial reporting, tax compliance, and modern accounting technology. Core Concepts Accounting Principles - GAAP (Generally Accepted Accounting Principles) - IFRS (International Financial Reporting Standards) - Double-entry bookkeeping - Accrual vs cash accounting - Financial statement preparation - Audit and assurance Financial Statements - Balance sheet (Statement of Financial Position) - Income statement (P&L) - Cash flow statement - St...
245
8606 graceful-shutdown aj-geddes/useful-ai-prompts
Graceful Shutdown Overview Implement proper shutdown procedures to ensure all requests are completed, connections are closed, and resources are released before process termination. When to Use Kubernetes/Docker deployments Rolling updates and deployments Server restarts Load balancer drain periods Zero-downtime deployments Process managers (PM2, systemd) Long-running background jobs Database connection cleanup Shutdown Phases 1. Receive SIGTERM signal 2. Stop accepting new requests 3. Drain ac...
245
8607 classification modeling aj-geddes/useful-ai-prompts
Classification Modeling Overview Classification modeling predicts categorical target values, assigning observations to discrete classes or categories based on input features. When to Use Predicting binary outcomes like customer churn, loan default, or email spam Classifying items into multiple categories such as product types or sentiment Building credit scoring models or risk assessment systems Identifying disease diagnosis or medical condition from patient data Predicting customer purchase lik...
245
8608 data-migration-scripts aj-geddes/useful-ai-prompts
Data Migration Scripts Overview Create robust, safe, and reversible data migration scripts for database schema changes and data transformations with minimal downtime. When to Use Database schema changes Adding/removing/modifying columns Migrating between database systems Data transformations and cleanup Splitting or merging tables Changing data types Adding indexes and constraints Backfilling data Multi-tenant data migrations Migration Principles Reversible - Every migration should have a roll...
245
8609 release-planning aj-geddes/useful-ai-prompts
Release Planning Overview Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures. When to Use Planning major feature releases Coordinating multi-system deployments Managing database migrations Rolling out infrastructure changes Planning go-live strategies Coordinating customer communication Preparing for high-traffic periods Instructions 1. Release Planning Template Release Plan: Release: v2.5.0 - C...
245
8610 repomix mrgoonie/claudekit-skills
Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. When to Use Use when: Packaging codebases for AI analysis Creating repository snapshots for LLM context Analyzing third-party libraries Preparing for security audits Generating documentation context Investigating bugs across large codebases Creating AI-friendly code representations Quick Start Check Installation repomix --version Install np...
245
8611 youtube-downloader daymade/claude-code-skills
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
245
8612 uv-package-manager sickn33/antigravity-awesome-skills
UV Package Manager Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows. When to Use This Skill Setting up new Python projects quickly Managing Python dependencies faster than pip Creating and managing virtual environments Installing Python interpreters Resolving dependency conflicts efficiently Migrating from pip/pip-tools/poetry Speeding up CI/CD pipelines Managing monorepo Python...
245
8613 data-engineering-data-driven-feature sickn33/antigravity-awesome-skills
Data-Driven Feature Development Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. [Extended thinking: This workflow orchestrates a comprehensive data-driven development process from initial data analysis and hypothesis formulation through feature implementation with integrated analytics, A/B testing infrastructure, and post-launch analysis. Each phase leverages specialized agents to ensure f...
245
8614 pitch-deck-visuals inference-sh/skills
Pitch Deck Visuals Create investor-ready pitch deck visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a slide background infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1920px;height:1080px;background:linear-gradient(135deg,0f0f23,1a1a3e);display:flex;align-items:center;padding:100px;font-family:system-ui;color:white\"><div><p style=\"font-size...
245
8615 reddit-fetch ykdojo/claude-code-tips
Reddit Fetch via Gemini CLI When WebFetch fails to access Reddit (blocked, 403, etc.), use Gemini CLI via tmux. Pick a unique session name (e.g., gemini_abc123) and use it consistently throughout. Setup tmux new-session -d -s <session_name> -x 200 -y 50 tmux send-keys -t <session_name> 'gemini' Enter sleep 3 wait for Gemini CLI to load Send query and capture output tmux send-keys -t <session_name> 'Your Reddit query here' Enter sleep 30 wait for response (adjust as needed, up to 90s for ...
245
8616 dialogue-audio inference-sh/skills
Dialogue Audio Create realistic multi-speaker dialogue with Dia TTS via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Two-speaker conversation infsh app run falai/dia-tts --input '{ "prompt": "[S1] Have you tried the new feature yet? [S2] Not yet, but I heard it saves a ton of time. [S1] It really does. I cut my workflow in half. [S2] Okay, I am definitely trying it today." }' Speaker ...
245
8617 press-release-writing inference-sh/skills
Press Release Writing Write professional press releases with research and fact-checking via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research for fact-checking and context infsh app run tavily/search-assistant --input '{ "query": "SaaS funding rounds Q1 2024 average series A size" }' AP Style Format Structure HEADLINE IN TITLE CASE, PRESENT TENSE, NO PERIOD Optional Subheadline Wi...
245
8618 wordpress mindrally/skills
WordPress You are an expert in WordPress and WooCommerce development with deep knowledge of PHP and WordPress ecosystem. Core Principles Write concise, technical responses with accurate PHP examples Follow WordPress coding standards and object-oriented programming practices Use lowercase with hyphens for directories (e.g., wp-content/themes/my-theme) Favor hooks (actions and filters) for extending functionality Never modify core WordPress files PHP/WordPress Standards Implement PHP 7.4+ featur...
245
8619 instagram vm0-ai/vm0-skills
Instagram API (Graph API) Use the Instagram Graph API by directly executing curl commands to read and publish Instagram content . Official docs: https://developers.facebook.com/docs/instagram-api When to Use Use this skill when you need to: Fetch recent media (photos / videos / Reels) from an account Get detailed information about a specific media item (caption, type, link, time, etc.) Search recent media by hashtag Publish image posts via API (with caption) Prerequisites You must have an Instag...
245
8620 memos-cloud-server memtensor/memos-cloud-skill
MemOS Cloud Server Skill ZH-CN: 本技能允许 Agent 直接调用 MemOS 云平台 API,实现记忆的检索、添加、删除以及反馈功能。 EN-US: This skill allows the Agent to interact with MemOS Cloud APIs for memory search, addition, deletion, and feedback. ⚠️ 初始化与安全铁律 / Setup & Safety Rules (MUST READ) ZH-CN: 在执行任何 API 操作前,你(Agent)必须确保环境变量已配置: EN-US: Before executing any API operations, you (the Agent) must ensure the following environment variables are configured: 获取凭证 / Obtain Credentials : 必须配置 MEMOS_API_KEY (MemOS云服务的API Key)和 MEMOS_USER_ID ...
244
8621 skill-downloader nicepkg/ai-workflow
Skill Downloader Download and install Claude Code skills from multiple sources. Supported Sources Source Type Examples GitHub Repository https://github.com/user/repo, github.com/user/repo Compressed Archive .zip, .tar.gz, .tgz, .skill (renamed zip) Direct URL URL pointing to archive or skill folder Usage Download from GitHub python scripts/download_from_github.py <repo-url> <skill-path> --output <target-dir> Examples: Official Anthropic skills python scripts/download_from_github.py https:/...
244
8622 clerk-nextjs-skills gocallum/nextjs16-agent-skills
Links Clerk Next.js Quickstart Clerk MCP Server Guide Clerk Next.js SDK Reference clerkMiddleware() Reference Reading User Data Protecting Routes OAuth Token Verification Clerk Dashboard @vercel/mcp-adapter @clerk/mcp-tools MCP Example Repository Quick Start 1. Install Dependencies (Using pnpm) pnpm add @clerk/nextjs For MCP server integration, also install: pnpm add @vercel/mcp-adapter @clerk/mcp-tools 2. Create proxy.ts (Next.js 16) The proxy.ts file replaces middleware.ts from Next.js 15. ...
244
8623 academic-paper-writer meleantonio/awesome-econ-ai-stuff
Academic Paper Writer Purpose This skill helps economists draft, structure, and polish academic papers with proper conventions for economics journals. It provides templates for different paper types and guidance on academic writing style. When to Use Starting a new research paper from scratch Restructuring an existing draft Writing specific sections (introduction, literature review, conclusion) Preparing papers for journal submission Instructions Step 1: Identify Paper Type Ask the user: Is this...
244
8624 competitor-alternatives davila7/claude-code-templates
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. 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...
244
8625 pymoo davila7/claude-code-templates
Pymoo - Multi-Objective Optimization in Python Overview Pymoo is a comprehensive Python framework for optimization with emphasis on multi-objective problems. Solve single and multi-objective optimization using state-of-the-art algorithms (NSGA-II/III, MOEA/D), benchmark problems (ZDT, DTLZ), customizable genetic operators, and multi-criteria decision making methods. Excels at finding trade-off solutions (Pareto fronts) for problems with conflicting objectives. When to Use This Skill This skil...
244
8626 marp-slide davila7/claude-code-templates
Marp Slide Creator Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices. When to Use This Skill Use this skill when the user: Requests to create presentation slides or Marp documents Asks to "make slides look good" or "improve slide design" Provides vague instructions like "良い感じにして" (make it nice) or "かっこよく" (make it cool) Wants to create lecture or seminar materials Needs bullet-point focused slides with occasional images Quick ...
244
8627 astropy davila7/claude-code-templates
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.) Wo...
244
8628 railway-database davila7/claude-code-templates
Railway Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the railway-templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for exis...
244
8629 grpo-rl-training davila7/claude-code-templates
GRPO/RL Training with TRL Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-ready workflows for fine-tuning language models with custom reward functions. When to Use This Skill Use GRPO training when you need to: Enforce specific output formats (e.g., XML tags, JSON, structured reasoning) Teach verifiable tasks with objective...
244
8630 frontend-design-review dauquangthanh/hanoi-rainbow
This skill provides expert guidance for conducting thorough frontend design reviews, covering UI/UX design quality, design system consistency, accessibility compliance, and responsive design patterns. The skill helps identify design issues early in the development lifecycle, ensuring designs meet quality standards, accessibility requirements, and business objectives before implementation. Core Capabilities 1. UI/UX Design Quality Review - Visual design assessment (typography, color, spacing...
244
8631 effective go openshift/hypershift
Effective Go Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code. When to Apply Use this skill automatically when: Writing new Go code Reviewing Go code Refactoring existing Go implementations Key Reminders Follow the conventions and patterns documented at https://go.dev/doc/effective_go , with particular attention to: Formatting : Always use gofmt - this is non-negotiable Naming : No underscores, use MixedCaps for exported names, mixedCaps...
244
8632 patent-architect fradser/dotclaude
You are Patent Architect, a senior patent engineer specializing in AI systems, XR devices, and software-hardware co-design. Execute these phases sequentially to transform technical ideas into complete Chinese patent application forms (专利申请表). Phase 1: Understand the Invention Goal: Extract core technical elements from the user's invention description. Actions: - Domain Analysis: Identify the technical field (技术领域) - Problem Identification: Define what technical problem is being solved (技术问...
244
8633 novelist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of narrative fiction, applying established storytelling frameworks (three-act structure, hero's journey, character arc theory), narrative theory, and literary analytical methods to understand human motivations, dramatic stakes, thematic resonance, and story coherence in real-world events. When to Use This Skill - Leadership Analysis: Understanding leaders as characters with motivations, flaws, and arcs - Organizational Narratives: Analyzing compan...
244
8634 appwrite-dart appwrite/agent-skills
Appwrite Dart SDK Installation Flutter (client-side) flutter pub add appwrite Dart (server-side) dart pub add dart_appwrite Setting Up the Client Client-side (Flutter) import 'package:appwrite/appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( '[PROJECT_ID]' ) ; Server-side (Dart) import 'package:dart_appwrite/dart_appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( ...
244
8635 video-marketing dengineproblem/agents-monorepo
Content: Video Marketing Guides video marketing strategy and script creation for short-form and long-form content. Short-form commands ~82% of internet traffic with 2.5× more engagement than long-form; 71% of viewers decide within 3 seconds whether to continue. Use this skill when planning video content, writing scripts, or optimizing for platforms. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On su...
244
8636 user-journeys alinaqi/claude-bootstrap
User Journeys Skill Load with: base.md + playwright-testing.md For defining and testing real user experiences - not just specs, but actual flows humans take through your application. Philosophy Specs test features. Journeys test experiences. A feature can pass all specs but still deliver a terrible experience. User journeys capture: How users actually navigate (not how we think they should) Emotional states at each step (frustrated, confused, delighted) Recovery from mistakes (users will m...
244
8637 quickbooks membranedev/application-skills
Quickbooks Quickbooks is a popular accounting software used by small businesses to manage their finances. It helps with tasks like invoicing, payroll, and tracking expenses. Many small business owners and accountants use Quickbooks to keep their books in order. Official docs: https://developer.intuit.com/app/developer/qbo/docs/develop/overview Quickbooks Overview Account Bill Bill Payment Company Info Customer Invoice Payment Product Purchase Sales Receipt Tax Agency Transfer Working with Quickb...
244
8638 clustering analysis aj-geddes/useful-ai-prompts
Clustering Analysis Overview Clustering partitions data into groups of similar observations without pre-defined labels, enabling discovery of natural patterns and structures in data. When to Use Segmenting customers based on purchasing behavior or demographics Discovering natural groupings in data without prior knowledge of categories Identifying market segments for targeted marketing campaigns Organizing large datasets into meaningful categories for further analysis Finding patterns in gene exp...
244
8639 cloud-storage-optimization aj-geddes/useful-ai-prompts
Cloud Storage Optimization Overview Optimize cloud storage costs and performance across multiple cloud providers using compression, intelligent tiering, data partitioning, and lifecycle management. Reduce storage costs while maintaining accessibility and compliance requirements. When to Use Reducing storage costs Optimizing data access patterns Implementing tiered storage strategies Archiving historical data Improving data retrieval performance Managing compliance requirements Organizing large...
244
8640 network-security-groups aj-geddes/useful-ai-prompts
Network Security Groups Overview Implement network security groups and firewall rules to enforce least privilege access, segment networks, and protect infrastructure from unauthorized access. When to Use Inbound traffic control Outbound traffic filtering Network segmentation Zero-trust networking DDoS mitigation Database access restriction VPN access control Multi-tier application security Implementation Examples 1. AWS Security Groups aws-security-groups.yaml Resources: VPC Security Group...
244
8641 property-based-testing aj-geddes/useful-ai-prompts
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
244
8642 javascript-testing-patterns sickn33/antigravity-awesome-skills
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
244
8643 swiftui-expert-skill sickn33/antigravity-awesome-skills
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
244
8644 tdd-orchestrator sickn33/antigravity-awesome-skills
Use this skill when Working on tdd orchestrator tasks or workflows Needing guidance, best practices, or checklists for tdd orchestrator Do not use this skill when The task is unrelated to tdd orchestrator You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
244
8645 security-scanning-security-dependencies sickn33/antigravity-awesome-skills
Dependency Vulnerability Scanning You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across multiple ecosystems to identify vulnerabilities, assess risks, and provide automated remediation strategies. Use this skill when Auditing dependencies for vulnerabilities or license risks Generating SBOMs for compliance or supply chain visibility Planning remediation for outdated or vulnerable packages Standard...
244
8646 conductor-manage sickn33/antigravity-awesome-skills
Track Manager Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. Use this skill when Archiving, restoring, renaming, or deleting Conductor tracks Listing track status or cleaning orphaned artifacts Managing the track lifecycle across active, completed, and archived states Do not use this skill when Conductor is not initialized in the repository You lack permission to modify track metadata or files The task is unrelated to C...
244
8647 aws-penetration-testing sickn33/antigravity-awesome-skills
AWS Penetration Testing Purpose Provide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoint, S3 bucket exploitation, Lambda code extraction, and persistence techniques for red team operations. Inputs/Prerequisites AWS CLI configured with credentials Valid AWS credentials (even low-privilege) Understanding of AWS IAM model Python 3, boto3 library Tools: Pacu, Prowler, ScoutSuite, SkyArk Outputs/Deliverabl...
244
8648 readwise-cli readwiseio/readwise-skills
Readwise CLI Use the readwise command to access the user's Readwise highlights and Reader documents. Readwise has two products: Readwise — highlights from books, articles, podcasts, and more. Includes daily review and spaced repetition. Reader — a read-later app for saving and reading articles, PDFs, EPUBs, RSS feeds, emails, tweets, and videos. Setup If readwise is not installed: npm install -g @readwise/cli If not authenticated, ask the user for their Readwise access token (they can get one at...
244
8649 static-rendering patternsdev/skills
Static Rendering Based on our discussion on SSR, we know that a high request processing time on the server negatively affects the TTFB. Similarly, with CSR, a large JavaScript bundle can be detrimental to the FCP, LCP and TTI of the application due to the time taken to download and process the script. Static rendering or static generation (SSG) attempts to resolve these issues by delivering pre-rendered HTML content to the client that was generated when the site was built. When to Use Use this f...
244
8650 third-party-integration aj-geddes/useful-ai-prompts
Third-Party Integration Overview Build robust integrations with external services using standardized patterns for API calls, error handling, authentication, and data transformation. When to Use Integrating payment processors (Stripe, PayPal) Using messaging services (SendGrid, Twilio) Connecting to analytics platforms (Mixpanel, Segment) Syncing with storage services (AWS S3, Google Cloud) Integrating CRM systems (Salesforce, HubSpot) Building multi-service architectures Instructions 1. Third-...
244