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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9351 hono-jsx bobmatnyc/claude-mpm-skills
Hono JSX - Server-Side Rendering Overview Hono provides a built-in JSX renderer for server-side HTML generation. It supports async components, streaming with Suspense, and integrates seamlessly with Hono's response system. Key Features: Server-side JSX rendering Async component support Streaming with Suspense Automatic head hoisting Error boundaries Context API Zero client-side hydration overhead When to Use This Skill Use Hono JSX when: Building server-rendered HTML pages Creating email te...
85
9352 llm-integration martinholovsky/claude-skills-generator
Local LLM Integration Skill File Organization: This skill uses split structure. Main SKILL.md contains core decision-making context. See references/ for detailed implementations. 1. Overview Risk Level: HIGH - Handles AI model execution, processes untrusted prompts, potential for code execution vulnerabilities You are an expert in local Large Language Model integration with deep expertise in llama.cpp, Ollama, and Python bindings. Your mastery spans model loading, inference optimization, pro...
85
9353 python pproenca/dot-skills
Python Guidelines Standards and best practices for Python development. Follow these guidelines when writing or modifying Python code. Design Principles Apply DRY, KISS, and SOLID consistently. Prefer functional methods where relevant; use classes for stateful behavior. Use composition with Protocol classes for interfaces rather than inheritance. Each module should have a single responsibility. Use dependency injection for class dependencies. Code Style Naming: Descriptive yet concise names f...
85
9354 sqlalchemy-code-review existential-birds/beagle
SQLAlchemy Code Review Quick Reference Issue Type Reference Session lifecycle, context managers, async sessions references/sessions.md relationship(), lazy loading, N+1, joinedload references/relationships.md select() vs query(), ORM overhead, bulk ops references/queries.md Alembic patterns, reversible migrations, data migrations references/migrations.md Review Checklist Sessions use context managers (with, async with) No session sharing across requests or threads Sessions closed/cleaned up p...
85
9355 product-manager lotosbin/claude-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
85
9356 memetic-depth jwynia/agent-skills
Memetic Depth: Worldbuilding Texture Skill You help writers create the perception that fictional worlds have centuries of cultural processing, synthesis, and degradation that occurred before the reader encounters them. Your role is to design strategic juxtapositions of cultural elements at different familiarity levels. Core Principle: Cognitive Triangulation Memetic Depth is the perception that a world exists beyond what's explained, with cultural processes that operated independently of narr...
85
9357 supabase-audit-rpc yoanbernabeu/supabase-pentest-skills
RPC Functions Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each function tested Log to .sb-pentest-audit.log BEFORE and AFTER each function test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill discovers a...
85
9358 supabase-report yoanbernabeu/supabase-pentest-skills
Security Report Generator 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-audit.log IMMEDIATELY as you process each section Update .sb-pentest-context.json with report metadata progressively DO NOT wait until the entire report is generated to update files If the skill crashes or is interrupted, the partial progress must already be saved This is not optional. Failure to write progressively is a critical error. Thi...
85
9359 hello-world bas/agent-skills
Hello World Use the Hello, World skill to respond to the user when they enter the phrase "hello world". Workflow Run the script to obtain system information. Respond with the template.
85
9360 vue-nuxt martinholovsky/claude-skills-generator
Vue 3 / Nuxt 3 Development Skill File Organization: This skill uses split structure. See references/ for advanced patterns and security examples. 1. Overview This skill provides expertise for building the JARVIS AI Assistant user interface using Vue 3 and Nuxt 3. It focuses on creating responsive, performant 3D HUD interfaces with security-first development practices. Risk Level: MEDIUM - Handles user input, renders dynamic content, potential XSS vectors Primary Use Cases: Building reactiv...
85
9361 kubernetes-specialist 404kidwiz/claude-supercode-skills
Kubernetes Specialist Purpose Provides expert Kubernetes orchestration and cloud-native application expertise with deep knowledge of container orchestration, cluster management, and production-grade deployments. Specializes in Kubernetes architecture, Helm charts, operators, multi-cluster management, and GitOps workflows across EKS, AKS, GKE, and on-premises deployments. When to Use Designing Kubernetes cluster architecture for production workloads Implementing Helm charts, operators, or GitOps ...
85
9362 atlas-best-practices 0xbigboss/claude-code
Atlas Best Practices Atlas is a language-independent tool for managing database schemas using declarative or versioned workflows. Two Workflows Declarative (Terraform-like): Atlas compares current vs desired state and generates migrations automatically. atlas schema apply --url "postgres://..." --to "file://schema.hcl" --dev-url "docker://postgres/15" Versioned: Atlas generates migration files from schema changes, stored in version control. atlas migrate diff add_users --dir "file://migra...
85
9363 background-remover dkyazzentwatwa/chatgpt-skills
Background Remover Remove backgrounds from images using multiple detection methods. Features Color-Based Removal: Remove solid color backgrounds Edge Detection: Detect subject edges for removal GrabCut Algorithm: Interactive foreground extraction Batch Processing: Process multiple images Transparency Output: Export with alpha channel Background Replacement: Replace with color or image Quick Start from background_remover import BackgroundRemover remover = BackgroundRemover() Simple removal r...
85
9364 mlb-data machina-sports/sports-skills
MLB Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-sk...
85
9365 nextjs-developer 404kidwiz/claude-supercode-skills
Next.js Developer Senior Next.js developer with expertise in Next.js 14+ App Router, server components, and full-stack deployment with focus on performance and SEO excellence. Role Definition You are a senior full-stack developer with 10+ years of React/Next.js experience. You specialize in Next.js 14+ App Router (NOT Pages Router), React Server Components, server actions, and production-grade deployment. You build blazing-fast, SEO-optimized applications achieving Core Web Vitals scores > 90...
85
9366 alembic manutej/luxor-claude-marketplace
Alembic Database Migration Management Skill Overview This skill provides comprehensive guidance for managing database migrations using Alembic in customer support environments. It covers everything from initial setup through complex production deployment scenarios, with a focus on maintaining data integrity and minimizing downtime for support operations. Core Concepts What is Alembic? Alembic is a lightweight database migration tool for use with SQLAlchemy. It provides a way to manage changes...
85
9367 on-call-handoff-patterns sickn33/antigravity-awesome-skills
On-Call Handoff Patterns Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts. When to Use This Skill Transitioning on-call responsibilities Writing shift handoff summaries Documenting ongoing investigations Establishing on-call rotation procedures Improving handoff quality Onboarding new on-call engineers Core Concepts 1. Handoff Components Component Purpose Active Incidents What's currently broken Ongoing Invest...
85
9368 mcp bobmatnyc/claude-mpm-skills
@json-render/mcp MCP Apps integration that serves json-render UIs as interactive MCP Apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. Quick Start Server (Node.js) import { createMcpApp } from "@json-render/mcp" ; import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react/schema" ; import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog" ; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js...
85
9369 nestjs-best-practices xirothedev/agent-skills
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
85
9370 memory-fabric yonatangross/orchestkit
Graph-first architecture: mcp__memory__* (knowledge graph) is PRIMARY and always available. mem0 scripts (semantic cloud) are an OPTIONAL enhancement for semantic search when configured. Overview - Comprehensive memory retrieval across both systems - Cross-referencing entities between semantic and graph storage - Ensuring no relevant memories are missed from either source - Building unified context from heterogeneous memory stores Architecture Overview ``` ┌─────────────────────────────...
85
9371 mtls-configuration sickn33/antigravity-awesome-skills
mTLS Configuration Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication. When to Use This Skill Implementing zero-trust networking Securing service-to-service communication Certificate rotation and management Debugging TLS handshake issues Compliance requirements (PCI-DSS, HIPAA) Multi-cluster secure communication Core Concepts 1. mTLS Flow ┌─────────┐ ┌─────────┐ │ Service │ │ Service │ │ A │ ...
85
9372 game-audio omer-metin/skills-for-antigravity
Game Audio Identity Role: Game Audio Specialist Personality: You are a seasoned audio director who has shipped dozens of AAA and indie titles. You think about sound as a core pillar of player experience, not an afterthought. You balance creative artistry with technical optimization, knowing that the best audio in the world means nothing if it causes frame drops or memory issues. You speak with authority about: Emotional impact of sound design choices Technical constraints of real-time audio ...
85
9373 poet-analyst rysweet/amplihack
Analyze events through the disciplinary lens of poetry and poetics, applying close reading methods, attention to language's emotional and aesthetic dimensions, metaphor and symbol analysis, and understanding of rhythm and form to reveal emotional truth, symbolic meaning, human experience, and the power of how things are expressed beyond what is literally said. When to Use This Skill - Language Analysis: Understanding rhetoric, speeches, communication's emotional impact - Symbolic Meaning: De...
85
9374 ethicist-analyst rysweet/amplihack
Ethicist Analyst Skill Purpose Analyze moral dimensions of decisions, policies, and technologies through the disciplinary lens of ethics, applying established frameworks (deontology, consequentialism, virtue ethics, care ethics), multiple philosophical traditions (Western, Eastern, Indigenous), and rigorous reasoning methods to identify ethical issues, clarify values, evaluate arguments, and guide morally defensible decision-making. When to Use This Skill Technology Ethics: Assess AI systems, ...
84
9375 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...
84
9376 aoti-debug pytorch/pytorch
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
84
9377 budget-analyzer dkyazzentwatwa/chatgpt-skills
Budget Analyzer Comprehensive expense analysis tool for personal finance and business budgeting. Features Auto-Categorization: Classify expenses by merchant/description Trend Analysis: Month-over-month spending patterns Period Comparison: Compare spending across time periods Category Breakdown: Pie charts and bar graphs by category Savings Recommendations: Identify areas to reduce spending Budget vs Actual: Track against budget targets Export Reports: PDF and HTML summaries Quick Start from bu...
84
9378 groove andreadellacorte/groove
groove Groove engineering workflow system. Use the individual skills directly: Command Skill Help /groove-admin-help Install /groove-admin-install Config /groove-admin-config Update /groove-admin-update Check /groove-utilities-check Prime /groove-utilities-prime Doctor /groove-admin-doctor
84
9379 database-patterns yonatangross/orchestkit
Database Patterns Comprehensive patterns for database migrations, schema design, and version management. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Alembic Migrations 3 CRITICAL Autogenerate, data migrations, branch management Schema Design 3 HIGH Normalization, indexing strategies, NoSQL patterns Versioning 3 HIGH Changelogs, rollback plans, schema drift detection Zero-Downtime Migration 2 CRITICAL Expand-contract, pgrol...
84
9380 vite hairyf/skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
84
9381 nextjs-core bobmatnyc/claude-mpm-skills
Next.js Core (App Router) Server Components by default; minimal "use client". Mutations in Server Actions (validate/authz; revalidate tags/paths). Route handlers for APIs/webhooks; add loading/error boundaries. Anti-patterns: ❌ Fetch initial data in useEffect. ❌ Cache or revalidate too broadly. ❌ Client-only authz. References: see references/ (server actions, fetching, caching, routing, auth, testing).
84
9382 github conorkenn/openclaw-github-assistant
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
84
9383 writing plans bobmatnyc/claude-mpm-skills
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
84
9384 neovim julianobarbosa/claude-code-skills
Neovim Configuration Skill A comprehensive guide for working with this modular, performance-optimized Neovim configuration built on lazy.nvim. Quick Reference Metric Value Plugin Manager lazy.nvim Total Plugins 82 Target Startup <50ms Module Pattern M.setup() Leader Key <Space> Architecture Overview ~/.config/nvim/ ├── init.lua Entry point ├── lua/ │ ├── config/ Core configuration (11 modules) │ │ ├── lazy.lua Plugin manager bootstrap │ │ ├─...
84
9385 screenshots shpigford/skills
Screenshots Generate marketing-quality screenshots of your app using Playwright directly. Screenshots are captured at true HiDPI (2x retina) resolution using deviceScaleFactor: 2 . When to Use This Skill Use this skill when: User wants to create screenshots for Product Hunt Creating screenshots for social media Generating images for landing pages Creating documentation screenshots User requests marketing-quality app screenshots Prerequisites Playwright must be available. Check for it: npx playwr...
84
9386 business-central-development mindrally/skills
Microsoft Dynamics 365 Business Central Development You are an expert in AL programming and Microsoft Dynamics 365 Business Central development, emphasizing clarity, modularity, and performance optimization. Key Principles Write clear, technical responses with precise AL examples Leverage built-in features and tools for maximum capability Follow AL naming conventions (PascalCase for public members, camelCase for private) Implement modular architecture using Business Central's object-based desi...
84
9387 design-to-code davila7/claude-code-templates
Design to Code High-fidelity UI restoration from Figma designs to production-ready React + TypeScript components. This SKILL uses a robust helper script to minimize manual errors and ensure pixel-perfect results. Prerequisites Figma API Token : Get from Figma → Settings → Personal Access Tokens Node.js : Version 18+ coderio : Installed in scripts/ folder (handled by Setup phase) Workflow Overview Phase 0: SETUP → Create helper script and script environment Phase 1: PROTOCOL → Generate design ...
84
9388 durable-objects cloudflare/cloudflare-docs
Durable Objects Build stateful, coordinated applications on Cloudflare's edge using Durable Objects. When to Use Creating new Durable Object classes for stateful coordination Implementing RPC methods, alarms, or WebSocket handlers Reviewing existing DO code for best practices Configuring wrangler.jsonc/toml for DO bindings and migrations Writing tests with @cloudflare/vitest-pool-workers Designing sharding strategies and parent-child relationships Reference Documentation ./references/rules.md ...
84
9389 html-style shipshitdev/library
html-style Transform barebones HTML into styled output using a specific design system. Workflow Read the user's HTML Identify elements to style (tables, lists, status text, buttons, sections) Inject <style> block from assets/base.css Add appropriate classes to HTML elements Add interactive JS if needed (copy buttons, drafts, collapsible sections) Quick Class Reference Element Class Effect Status text .stale .warm .pending Red/green/orange inline text Trend .trend-up .trend-down Green ↑ / Red ↓...
84
9390 cw-brainstorming haowjy/creative-writing-skills
Brainstorming Capture Capture story brainstorming in working note format that preserves creative freedom. Core Principle Record brainstorming WITHOUT: Over-elaborating on what was stated Mixing user statements with AI suggestions unmarked Inventing excessive details Constraining future creativity AI suggestions are valuable but must be clearly marked and kept minimal. Types of Brainstorming This skill handles all brainstorming types: Story/plot directions (general narrative exploration) Chapter ...
84
9391 claude-devfleet affaan-m/everything-claude-code
Claude DevFleet Multi-Agent Orchestration When to Use Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling. Requires a running Claude DevFleet instance connected via MCP: claude mcp add devfleet --transport http http://localhost:18801/mcp How It Works User → "Build a REST API with auth and tests" ↓ plan_project(prompt) → project_id + mission DAG ↓ Show plan to user → get approval ↓ ...
84
9392 design-consistency-auditor shipshitdev/library
Design Consistency Auditor Purpose Audit and maintain design consistency across frontend applications. Before auditing, discover the project's frontend structure from documentation. Ensures: Color palettes are used consistently UI/UX patterns follow best practices Components maintain visual harmony Accessibility standards are met Design system is properly applied No design debt accumulates When to Use Auditing design consistency across apps Reviewing color palette usage Checking UI/UX pattern...
84
9393 dividend-growth-pullback-screener tradermonty/claude-trading-skills
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
84
9394 ph-community-outreach manojbajaj95/claude-gtm-plugin
Product Hunt Community Outreach This skill helps you leverage online communities to amplify your Product Hunt launch while maintaining authenticity and following community guidelines. When to Use This Skill Identifying communities relevant to your product Crafting community-appropriate posts Timing cross-platform promotion Building relationships before launch Avoiding spam flags and bans The Golden Rules Rule 1: Be a Member First Participate for 2-4 weeks before launch Add value through comments...
84
9395 subagent-driven-development zixun-github/aisdlc
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
84
9396 java mindrally/skills
Java You are an expert in Java development with deep knowledge of Spring Boot, enterprise patterns, and modern Java features. Core Principles Write clean, efficient, and well-documented Java code Follow Java 17+ features and best practices Apply SOLID principles with high cohesion and low coupling Use proper naming conventions (PascalCase for classes, camelCase for methods) Spring Boot Follow Spring Boot 3.x best practices Use constructor injection over field injection Implement proper excepti...
84
9397 release-note-generation microsoft/powertoys
Release Note Generation Skill Generate professional release notes for PowerToys milestones by collecting merged PRs, requesting Copilot code reviews, grouping by label, and producing user-facing summaries. Output Directory All generated artifacts are placed under Generated Files/ReleaseNotes/ at the repository root (gitignored). Generated Files/ReleaseNotes/ ├── milestone_prs.json Raw PR data from GitHub ├── sorted_prs.csv Sorted PR list with Copilot summaries ├── p...
84
9398 pnpm mindrally/skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
84
9399 keyword-research-and-clustering manojbajaj95/claude-gtm-plugin
Keyword Research & Clustering Research keywords, expand them systematically, cluster by topic and intent, and prioritize for content strategy — all without expensive tools. Required Input Ask the user for: Niche/Industry — What space are you in? Target Audience — Who are you writing for? Business Goal — Traffic, leads, sales, authority? Existing Content — Do you have a site/blog already? The 6 Circles Method Generate 13 content ideas from a single seed keyword using nested topic clusters. ┌─────...
84
9400 performance-optimization mindrally/skills
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
84