███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8451 | autoscaling-configuration | aj-geddes/useful-ai-prompts |
Autoscaling Configuration Overview Implement autoscaling strategies to automatically adjust resource capacity based on demand, ensuring cost efficiency while maintaining performance and availability. When to Use Traffic-driven workload scaling Time-based scheduled scaling Resource utilization optimization Cost reduction High-traffic event handling Batch processing optimization Database connection pooling Implementation Examples 1. Kubernetes Horizontal Pod Autoscaler hpa-configuration.yaml ap...
|
250 |
| 8452 | capacity-planning | aj-geddes/useful-ai-prompts |
Capacity Planning Overview Capacity planning ensures teams have sufficient resources to deliver work at sustainable pace, prevents burnout, and enables accurate commitment to stakeholders. When to Use Annual or quarterly planning cycles Allocating people to projects Adjusting team size Planning for holidays and absences Forecasting resource needs Balancing multiple projects Identifying bottlenecks Instructions 1. Capacity Assessment Team capacity calculation and planning class CapacityPlanne...
|
250 |
| 8453 | xss-prevention | aj-geddes/useful-ai-prompts |
XSS Prevention Overview Implement comprehensive Cross-Site Scripting (XSS) prevention using input sanitization, output encoding, CSP headers, and secure coding practices. When to Use User-generated content display Rich text editors Comment systems Search functionality Dynamic HTML generation Template rendering Implementation Examples 1. Node.js XSS Prevention // xss-prevention.js const createDOMPurify = require('dompurify'); const { JSDOM } = require('jsdom'); const he = require('he'); const ...
|
250 |
| 8454 | secrets-management | aj-geddes/useful-ai-prompts |
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
|
250 |
| 8455 | construction-expert | personamanagmentlayer/pcl |
Expert guidance for construction management, project planning, Building Information Modeling (BIM), safety compliance, and modern construction technology solutions. Core Concepts Construction Management - Project planning and scheduling - Cost estimation and control - Resource management - Quality assurance - Contract management - Risk management - Change order management Technologies - Building Information Modeling (BIM) - Construction management software - Drone surveying and i...
|
250 |
| 8456 | llm-application-dev-langchain-agent | sickn33/antigravity-awesome-skills |
LangChain/LangGraph Agent Development Expert You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. Use this skill when Working on langchain/langgraph agent development expert tasks or workflows Needing guidance, best practices, or checklists for langchain/langgraph agent development expert Do not use this skill when The task is unrelated to langchain/langgraph agent development expert You need a different domain or tool outsid...
|
250 |
| 8457 | temporal-python-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on temporal python pro tasks or workflows Needing guidance, best practices, or checklists for temporal python pro Do not use this skill when The task is unrelated to temporal python pro 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...
|
250 |
| 8458 | nansen-token-research | nansen-ai/nansen-cli |
Token Deep Dive All commands: nansen research token <sub> [options] --chain required for spot endpoints. Use --token <address> for token-specific endpoints. Info & Price nansen research token info --token < addr > --chain solana nansen research token ohlcv --token < addr > --chain solana --timeframe 1h Timeframes: 1m , 5m , 15m , 30m , 1h , 2h , 4h , 1d , 1w , 1M Holders nansen research token holders --token < addr > --chain solana nansen research token holders --token < addr > --chain solana --...
|
250 |
| 8459 | omc-doctor | yeachan-heo/oh-my-claudecode |
Doctor Skill Note: All ~/.claude/... paths in this guide respect CLAUDE_CONFIG_DIR when that environment variable is set. Task: Run Installation Diagnostics You are the OMC Doctor - diagnose and fix installation issues. Step 1: Check Plugin Version Get installed and latest versions (cross-platform) node -e "const p=require('path'),f=require('fs'),h=require('os').homedir(),d=process.env.CLAUDE_CONFIG_DIR||p.join(h,'.claude'),b=p.join(d,'plugins','cache','omc','oh-my-claudecode');try{const v=f.re...
|
250 |
| 8460 | celery-expert | martinholovsky/claude-skills-generator |
Celery Distributed Task Queue Expert 1. Overview You are an elite Celery engineer with deep expertise in: Core Celery: Task definition, async execution, result backends, task states, routing Workflow Patterns: Chains, groups, chords, canvas primitives, complex workflows Brokers: Redis vs RabbitMQ trade-offs, connection pools, broker failover Result Backends: Redis, database, memcached, result expiration, state tracking Task Reliability: Retries, exponential backoff, acks late, task rejection, ...
|
250 |
| 8461 | hr-business-partner | borghei/claude-skills |
HR Business Partner Expert-level HR business partnership for organizational success. Core Competencies Talent strategy Organizational development Employee relations Performance management Compensation and benefits Workforce planning Change management People analytics Talent Strategy Workforce Planning Workforce Plan: [Department/Function] Current State - Headcount: [X] - Open roles: [X] - Attrition rate: [X]% - Engagement score: [X] Future State (12 months) - Target headcount: [X] - Growt...
|
250 |
| 8462 | incremental-static-rendering | patternsdev/skills |
Incremental Static Generation Static Generation (SSG) addresses most of the concerns of SSR and CSR but is suitable for rendering mostly static content. It poses limitations when the content to be rendered is dynamic or changing frequently. Think of a growing blog with multiple posts. You wouldn't possibly want to rebuild and redeploy the site just because you want to correct a typo in one of the posts. Similarly, one new blog post should also not require a rebuild for all the existing pages. Th...
|
250 |
| 8463 | data-analyst | mindrally/skills |
Data Analyst You are an expert data analyst with expertise in SQL, Python (pandas), and statistical analysis. When to Apply Use this skill when: Writing SQL queries for data extraction Analyzing datasets with pandas Performing statistical analysis Creating data transformations Identifying data patterns and insights Data cleaning and preparation Core Competencies SQL Complex queries with JOINs, subqueries, CTEs Window functions and aggregations Query optimization Database design understanding pan...
|
250 |
| 8464 | ui-design | mindrally/skills |
When to use this skill Use this skill for frontend UI design and interface creation in any project that requires: Creating web pages or interfaces Creating mini-program pages or interfaces Designing frontend components Creating prototypes or interfaces Handling styling and visual effects Any development task involving user interfaces Do NOT use for: Backend logic or API design Database schema design (use data-model-creation skill) Pure business logic without UI components How to use this skill (...
|
250 |
| 8465 | rspec | mindrally/skills |
RSpec Testing Best Practices You are an expert in Ruby, Rails, and RSpec testing. Key Principles Comprehensive Coverage Tests must cover both typical cases and edge cases, including invalid inputs and error conditions. Readability and Clarity Employ descriptive names for describe, context, and it blocks Use the expect syntax for improved assertion readability Keep test code concise without unnecessary complexity Include comments explaining complex logic Test Organization Use describe for cla...
|
250 |
| 8466 | natural language processing | aj-geddes/useful-ai-prompts |
Natural Language Processing Overview This skill provides comprehensive tools for building NLP applications using modern transformers, BERT, GPT, and classical NLP techniques for text classification, named entity recognition, sentiment analysis, and more. When to Use Building text classification systems for sentiment analysis, topic categorization, or intent detection Extracting named entities (people, places, organizations) from unstructured text Implementing machine translation, text summarizat...
|
250 |
| 8467 | lark | vm0-ai/vm0-skills |
Lark (Feishu) API Complete Lark/Feishu integration for enterprise collaboration, including messaging, group management, contacts, and calendar. When to Use Send automated notifications to users or groups Build interactive bot workflows Manage group chats and members Query contacts and organization structure Sync calendar events and schedules Integrate Lark with other systems Prerequisites Set the following environment variables: export LARK_APP_ID=cli_xxxxx export LARK_APP_SECRET=xxxxx Get...
|
250 |
| 8468 | video-lens | kar2phi/video-lens |
You are a YouTube content analyst. Given a YouTube URL, you will extract the video transcript and produce a structured summary in the video's original language. When to Activate Trigger this skill when the user: Shares a YouTube URL (youtube.com/watch, youtu.be, youtube.com/embed, youtube.com/live) or a bare 11-character video ID — even without explanation Asks to summarise, digest, or analyse a video Uses phrases like "what's this video about", "give me the highlights", "TL;DR this", "make note...
|
250 |
| 8469 | tanstack-pacer | tanstack-skills/tanstack-skills |
Overview TanStack Pacer provides a unified, type-safe toolkit for controlling function execution timing. It offers class-based APIs, factory functions, and React hooks for debouncing, throttling, rate limiting, queuing, and batching. Core: @tanstack/pacer React: @tanstack/react-pacer Status: Beta Installation npm install @tanstack/pacer npm install @tanstack/react-pacer React hooks Debouncing Delays execution until after a period of inactivity. Class API import { Debouncer } from '@tanstack/pac...
|
250 |
| 8470 | open-multi-agent-orchestration | aradotso/trending-skills |
Open Multi-Agent Orchestration Skill by ara.so — Daily 2026 Skills collection. open-multi-agent is a TypeScript framework for building AI agent teams where agents with different roles, models, and tools collaborate on complex goals. The framework handles task dependency resolution (DAG scheduling), parallel execution, shared memory, and inter-agent communication — all in-process with no subprocess overhead. Installation npm install @jackchen_me/open-multi-agent or pnpm add @jackchen_me/open-mul...
|
250 |
| 8471 | design-loop | jezweb/claude-skills |
Design Loop — Autonomous Site Builder Build complete multi-page websites through an autonomous loop. Each iteration reads a task, generates a page, integrates it, verifies it visually, then writes the next task to keep going. Overview The Design Loop uses a "baton" pattern — a file ( .design/next-prompt.md ) acts as a relay baton between iterations. Each cycle: Reads the current task from the baton Generates the page (via Claude or Google Stitch) Integrates into the site structure (navigation, l...
|
250 |
| 8472 | bug-fix | bobmatnyc/claude-mpm-skills |
Bug Fix Verification Systematic workflow for verifying bug fixes to ensure quality and prevent regressions. When to Use This Skill Use this skill when: Fixing a reported bug Creating PR for bug fix Need to document bug fix verification Want to ensure fix doesn't introduce regressions Need structured approach to bug resolution Why Bug Fix Verification Matters Problems It Solves ❌ Fixing symptoms instead of root cause ❌ Introducing new bugs while fixing old ones ❌ Incomplete testing of edge ca...
|
249 |
| 8473 | ln-652-transaction-correctness-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Transaction Correctness Auditor (L3 Worker) Specialized worker auditing database transaction patterns for correctness, scope, and trigger interaction. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit transaction correctness (Priority: HIGH) Check commit patterns...
|
249 |
| 8474 | fal-audio | fal-ai-community/skills |
fal.ai Audio Text-to-speech and speech-to-text using state-of-the-art audio models on fal.ai. How It Works User provides text (for TTS) or audio URL (for STT) Script selects appropriate model Sends request to fal.ai API Returns audio URL (TTS) or transcription text (STT) Finding Models To discover the best and latest audio models, use the search API: Search for text-to-speech models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "text-to-speech" Search for speech-to-tex...
|
249 |
| 8475 | book-marketing | jwynia/agent-skills |
Book Marketing: Diagnostic and Generative Skill You diagnose book marketing copy problems and generate effective marketing copy across platforms. Your role is to help authors translate their books into compelling marketing materials. Core Principle Marketing copy promises an experience. It doesn't summarize a story—it creates desire for one. Writers who excel at novels often struggle with descriptions because they're different skills. A 200-word blurb must make readers feel they'll miss out ...
|
249 |
| 8476 | voice-agents | davila7/claude-code-templates |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
249 |
| 8477 | pyhealth | davila7/claude-code-templates |
PyHealth: Healthcare AI Toolkit Overview PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings. When to Use This Skill Invoke this skill when: Working with healthcare datasets: MIMIC-III, MIMIC-IV, eICU, OMOP, sleep EEG data, medic...
|
249 |
| 8478 | bullmq-specialist | davila7/claude-code-templates |
BullMQ Specialist You are a BullMQ expert who has processed billions of jobs in production. You understand that queues are the backbone of scalable applications - they decouple services, smooth traffic spikes, and enable reliable async processing. You've debugged stuck jobs at 3am, optimized worker concurrency for maximum throughput, and designed job flows that handle complex multi-step processes. You know that most queue problems are actually Redis problems or application design problems. Yo...
|
249 |
| 8479 | biorxiv-database | davila7/claude-code-templates |
bioRxiv Database Overview This skill provides efficient Python-based tools for searching and retrieving preprints from the bioRxiv database. It enables comprehensive searches by keywords, authors, date ranges, and categories, returning structured JSON metadata that includes titles, abstracts, DOIs, and citation information. The skill also supports PDF downloads for full-text analysis. When to Use This Skill Use this skill when: Searching for recent preprints in specific research areas Tracki...
|
249 |
| 8480 | fusion-code-conventions | equinor/fusion-skills |
Code Conventions When to use Use this skill whenever code needs to be reviewed, written, or explained against project conventions. It applies at two layers: Language conventions — naming, file naming patterns, type system, TSDoc and XML doc standards, code structure, error handling, async patterns, and dead code policy. Each language has a dedicated agent and an authoritative reference document. Cross-cutting conventions — applied on every code review regardless of language: intent capture (ever...
|
249 |
| 8481 | writing-style | different-ai/agent-bank |
Core Philosophy Your job is to clean up text, not rewrite it. Keep the writer's voice intact. Fix grammar, flow, clarity—don't restructure, don't add formatting, don't make it sound "professional." Make it sound like them , just better. What to Fix Grammar and spelling Run-on sentences or confusing structure Missing words or typos Repetition (same thing said twice) Awkward phrasing that blocks clarity What to Keep Their phrasing and word choice Their tone (casual, direct, however they speak) The...
|
249 |
| 8482 | cpu-profiling | aj-geddes/useful-ai-prompts |
CPU Profiling Overview CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths. When to Use High CPU usage Slow execution Performance regression Before optimization Production monitoring Instructions 1. Profiling Tools Browser Profiling: Chrome DevTools: Steps: 1. DevTools → Performance 2. Click record 3. Perform action 4. Stop recording 5. Analyze flame chart Metrics: - Function call duration - Cal...
|
249 |
| 8483 | database-sharding | aj-geddes/useful-ai-prompts |
Database Sharding Overview Implement horizontal data partitioning across multiple database servers. Covers sharding strategies, consistent hashing, shard key selection, and cross-shard querying patterns. When to Use Database size exceeds single server capacity Read/write throughput needs horizontal scaling Geographic data distribution requirements Multi-tenant data isolation Cost optimization through distributed architecture Load balancing across database instances Sharding Strategies 1. Range...
|
249 |
| 8484 | documentation-site-setup | aj-geddes/useful-ai-prompts |
Documentation Site Setup Overview Set up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook. When to Use Documentation website setup API documentation portals Product documentation sites Technical documentation hubs Static site generation GitHub Pages deployment Multi-version documentation Docusaurus Setup Installation Create new Docusaurus site npx create-docusaurus@latest my-docs classic cd my-docs Install dependencies...
|
249 |
| 8485 | performance-regression-debugging | aj-geddes/useful-ai-prompts |
Performance Regression Debugging Overview Performance regressions occur when code changes degrade application performance. Detection and quick resolution are critical. When to Use After deployment performance degrades Metrics show negative trend User complaints about slowness A/B testing shows variance Regular performance monitoring Instructions 1. Detection & Measurement // Before: 500ms response time // After: 1000ms response time (2x slower = regression) // Capture baseline metrics const b...
|
249 |
| 8486 | nansen-smart-money-trend | nansen-ai/nansen-cli |
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
|
249 |
| 8487 | nansen-fund-tracker | nansen-ai/nansen-cli |
Fund Watch Answers: "What are crypto funds and VCs holding right now?" nansen research smart-money holdings --chain ethereum --labels "Fund" --limit 20 → token_symbol, value_usd, holders_count, balance_24h_percent_change, share_of_holdings_percent nansen research smart-money holdings --chain solana --labels "Fund" --limit 20 nansen research smart-money netflow --chain ethereum --labels "Fund" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, market_cap_usd, trader_count nansen research sm...
|
249 |
| 8488 | design-with-taste | cristicretu/family-taste-skill |
Design with Taste This skill encodes the design philosophy behind Family — a product widely praised for feeling alive , welcoming , and intentional . Originally documented by Benji Taylor at benji.org/family-values . Read this before writing any UI code. Every time. The user wants something built. Your job is to make it feel like a human who gives a shit designed it. The Three Pillars Ordered by priority. You cannot have Delight without Fluidity, and you cannot have Fluidity without Simplicity. ...
|
249 |
| 8489 | safe-publish | webflow/webflow-skills |
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cms_tool` with action `get_collect...
|
249 |
| 8490 | asset-audit | webflow/webflow-skills |
Asset Audit Analyze assets on a Webflow site for SEO optimization. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's asset_tool for fetching and updating assets Use Webflow MCP's get_image_preview for analyzing image content Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's webflow_guide_tool to get best practices before starting DO NOT use any other tools or methods for Webflow operations All tool calls mus...
|
249 |
| 8491 | triage | readwiseio/readwise-skills |
You are triaging the user's Readwise Reader inbox. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise move <id> <location> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Read reader_persona.md in t...
|
249 |
| 8492 | zustand-patterns | yonatangross/orchestkit |
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
|
249 |
| 8493 | bash-defensive-patterns | sickn33/antigravity-awesome-skills |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
249 |
| 8494 | caveman | juliusbrussee/cavekit |
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
|
249 |
| 8495 | wechat-converter | z0gsh1u/oh-my-writing-skill |
公众号平台转换 Skill 你是一个内容编辑,专门将通用文章转换为适合微信公众号平台的格式和风格。 公众号平台特征 用户画像 用户群广泛:覆盖各年龄段,以25-50岁为主 阅读场景:碎片时间、通勤路上、睡前 内容偏好:深度文章、干货分享、观点输出 互动习惯:转发有共鸣的内容、在看、评论 内容调性 正式感:比社交媒体正式,比论文亲切 深度感:有观点、有论据、有思考 排版感:注重视觉效果和阅读体验 品牌感:统一的风格和调性 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: 所有图片:保留原图片的 Markdown 语法和路径 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 公众号标题特点: 信息完整,不玩悬念 可以较长(不超过64字符) 体现文章价值 可用分隔符号 转换示例: 原标题 公众号标题 AI写作工具评测 深度测评:2026年最值得用的5款AI写作工具 程序员效率方法 十年老程序员的效率心得:这些方法帮我每天早下班2小时 Python入门指南 写给零基础的Python学习路线(附完整资源) 常用标题格式: 深度/干货/实操 ...
|
248 |
| 8496 | api-security-review | bobmatnyc/claude-mpm-skills |
API Security Review Skill Summary Comprehensive security checklist for API endpoint development. Ensures proper authentication, authorization, input validation, output safety, and security logging are implemented before deployment. When to Use Before merging any PR with API changes When creating new API endpoints When modifying authentication/authorization logic During security audits Code review of API routes Quick Checklist Pre-Deployment Security Audit Authentication: Route requires valid ...
|
248 |
| 8497 | ln-653-runtime-performance-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Runtime Performance Auditor (L3 Worker) Specialized worker auditing runtime performance anti-patterns in async and general code. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit runtime performance (Priority: MEDIUM) Check async anti-patterns, unnecessary alloca...
|
248 |
| 8498 | frontend-react-router-best-practices | sergiodxa/agent-skills |
Performance optimization and architecture patterns for React Router applications. Contains 55 rules across 11 categories focused on data loading, actions, forms, streaming, and route organization. When to Apply Reference these guidelines when: - Writing new React Router routes (loaders, actions) - Handling forms and mutations - Implementing streaming with Single Fetch - Organizing route files and colocating queries - Setting up authentication patterns - Adding SEO/meta tags Rules Summ...
|
248 |
| 8499 | setup-auditor | useai-pro/openclaw-skills-security |
Setup Auditor You are an environment security auditor for OpenClaw. You check the user's workspace, config, and sandbox setup to determine if it's safe to run skills. One-liner: Tell me about your setup → I tell you if it's ready + what to fix. When to Use Before running any skill with fileRead access (your secrets could be exposed) When setting up a new OpenClaw environment After a security incident (re-verify setup) Periodic security hygiene check Wizard Protocol (ask the user these questions)...
|
248 |
| 8500 | claude-opus-4-5-migration | davila7/claude-code-templates |
Opus 4.5 Migration Guide One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Migration Workflow Search codebase for model strings and API calls Update model strings to Opus 4.5 (see platform-specific strings below) Remove unsupported beta headers Add effort parameter set to "high" (see references/effort.md) Summarize all changes made Tell the user: "If you encounter any issues with Opus 4.5, let me know and I can help adjust your prompts." Model String Updates Identify wh...
|
248 |