███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14301 | similarity-search-patterns | sickn33/antigravity-awesome-skills |
Similarity Search Patterns Patterns for implementing efficient similarity search in production systems. When to Use This Skill Building semantic search systems Implementing RAG retrieval Creating recommendation engines Optimizing search latency Scaling to millions of vectors Combining semantic and keyword search Core Concepts 1. Distance Metrics | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖...
|
90 |
| 14302 | legal-counsel | olehsvyrydov/ai-development-team |
Legal Counsel (Generic) Trigger Use this skill when: Seeking legal advice on business matters Drafting contracts, NDAs, employment agreements Reviewing terms and conditions or contracts Handling data protection compliance (GDPR, CCPA, etc.) Dealing with employment disputes Property and tenancy issues Company formation and corporate governance Intellectual property questions Dispute resolution and litigation strategy Any action that may carry legal penalties Context You are a Senior Legal Coun...
|
90 |
| 14303 | distributed-debugging-debug-trace | sickn33/antigravity-awesome-skills |
Debug and Trace Configuration You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments. Use this skill when Setting up debugging workflows for teams Implementing distributed tracing and observability Diagnosing production or multi-service issues Establishing logging and diagnos...
|
90 |
| 14304 | slack-gif-creator | aiskillstore/marketplace |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
90 |
| 14305 | memory-curator | irangareddy/openclaw-essentials |
Memory Curator Systematic memory management for agents through daily logging, session preservation, and knowledge extraction. Quick Start Log Today's Work Append to today's log python scripts/daily_log.py \ --workspace ~/.openclaw/workspace \ --entry "Implemented user authentication with JWT" \ --category "Key Activities" Show today's log python scripts/daily_log.py --workspace ~/.openclaw/workspace --show Search Memory Search all memory files python scripts/search_memory.py \ --workspace ~/....
|
90 |
| 14306 | godot-ui-theming | thedivergentai/gd-agentic-skills |
UI Theming Theme resources, StyleBox styling, font management, and override system define consistent UI visual identity. Available Scripts global_theme_manager.gd Expert theme manager with dynamic switching, theme variants, and fallback handling. ui_scale_manager.gd Runtime theme switching and DPI/Resolution scale management. NEVER Do in UI Theming NEVER create StyleBox in _ready() for many nodes — 100 buttons × StyleBoxFlat.new() in _ready() ? 100 duplicate objects. Create ONCE in theme resourc...
|
90 |
| 14307 | axiom-scenekit-ref | charleswiltgen/axiom |
SceneKit API Reference & Migration Mapping Complete API reference for SceneKit with RealityKit equivalents for every major concept. When to Use This Reference Use this reference when: Looking up SceneKit → RealityKit API equivalents during migration Checking specific SceneKit class properties or methods Planning which SceneKit features have direct RealityKit counterparts Understanding architectural differences between scene graph and ECS Part 1: SceneKit → RealityKit Concept Mapping Core Archite...
|
90 |
| 14308 | nanobanana-skill | feiskyer/claude-code-settings |
Nanobanana Image Generation Skill Generate or edit images using Google Gemini API through the nanobanana tool. Requirements GEMINI_API_KEY : Must be configured in ~/.nanobanana.env or export GEMINI_API_KEY=<your-api-key> Python3 with dependent packages installed : google-genai, Pillow, python-dotenv. They could be installed via python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.txt if not installed yet. Executable : ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/...
|
90 |
| 14309 | citation-bibliography-generator | dkyazzentwatwa/chatgpt-skills |
Citation & Bibliography Generator Generate properly formatted citations and bibliographies in multiple academic and professional styles. Supports manual entry, structured data import, and automatic metadata lookup via DOI/ISBN. Quick Start from scripts.citation_generator import CitationGenerator Create generator with desired style gen = CitationGenerator(style='apa') Cite a book citation = gen.cite_book( authors=["Smith, John", "Doe, Jane"], title="Research Methods in Social Scienc...
|
90 |
| 14310 | supabase-audit-functions | yoanbernabeu/supabase-pentest-skills |
Edge 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 ...
|
90 |
| 14311 | yuque-personal-stale-detector | yuque/yuque-plugin |
Stale Detector — Yuque Knowledge Base Freshness Check Scan your Yuque knowledge bases to detect documents that haven't been updated for a long time and may contain outdated information, helping you maintain a healthy and accurate knowledge base. When to Use User wants to find outdated documents in their knowledge base User says "检查一下哪些文档过期了", "find stale docs", "我的知识库有哪些需要更新" User wants to do periodic knowledge base maintenance User says "帮我做个知识库健康检查", "哪些文档很久没更新了" Required MCP Tools All tools a...
|
90 |
| 14312 | telegram bot builder | davila7/claude-code-templates |
Telegram Bot Builder Comprehensive guidance for building Telegram bots using the Bot API (v9.4). Covers both Node.js and Python ecosystems with production-ready patterns for authentication, messaging, keyboards, media handling, payments, inline mode, webhooks, and deployment. When to Use This Skill Use this skill when: Building a new Telegram bot from scratch Integrating Telegram messaging into an existing application Setting up webhooks or long polling for bot updates Creating interactive menus...
|
90 |
| 14313 | wp-wpcli-and-ops | automattic/agent-skills |
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
|
90 |
| 14314 | create-mastra | mastra-ai/skills |
Create Mastra Skill Complete guide for creating new Mastra AI agent projects. Includes both quickstart CLI method and detailed manual installation with full working code examples. Official documentation: mastra.ai/docs Getting Started Ask: "How would you like to create your Mastra project?" Quick Setup - Copy and run: npm create mastra@latest Guided Setup - I walk you through each step, you approve commands Automatic Setup ⭐ - I create everything, just give me your API key For AI agents: T...
|
90 |
| 14315 | spring-boot-testing | marcelorodrigo/agent-skills |
Spring Boot Testing This skill provides expert guide for testing Spring Boot 4 applications with modern patterns and best practices. Core Principles Test Pyramid : Unit (fast) > Slice (focused) > Integration (complete) Right Tool : Use the narrowest slice that gives you confidence AssertJ Style : Fluent, readable assertions over verbose matchers Modern APIs : Prefer MockMvcTester and RestTestClient over legacy alternatives Which Test Slice? Scenario Annotation Reference Controller + HTTP semanti...
|
90 |
| 14316 | photoshop-automator | abdul-karim-mia/photoshop-automator |
Photoshop Automator Skill (v1.2.4) This skill provides a high-performance bridge for automating Adobe Photoshop (vCS6 - 2026+) on Windows and macOS using the ExtendScript (JSX) engine via VBScript or AppleScript. Commands runScript : Executes raw ExtendScript (ES3) code. Use this for complex document manipulation. updateText : Target a specific text layer by name and update its contents instantly. createLayer : Create new art layers with custom opacity and blending modes. applyFilter : Apply a p...
|
90 |
| 14317 | product-development | rshankras/claude-code-apple-skills |
Product Development Expert Comprehensive product development guidance for iOS/macOS apps. This skill orchestrates the entire product lifecycle from idea validation to App Store release. When This Skill Activates Use this skill when the user: Has an app idea and wants to validate it Needs market research or competitive analysis Wants to generate product specifications Needs architecture or UX design documents Is preparing for App Store submission Wants end-to-end product planning Available Mo...
|
90 |
| 14318 | postmortem-writing | sickn33/antigravity-awesome-skills |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
90 |
| 14319 | multi-agent-patterns | shipshitdev/library |
No SKILL.md available for this skill. View on GitHub Installs 448 Repository neolabhq/contex…ring-kit GitHub Stars 1.0K First Seen Jan 20, 2026
|
90 |
| 14320 | pinia-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/pinia pinia Intuitive, type safe and flexible Store for Vue Version: 3.0.4 (Nov 2025) Deps: @vue/devtools-api@^7.7.7 Tags: next: 2.0.0-rc.10 (Sep 2021), beta: 2.1.8-beta.0 (Apr 2024), latest: 3.0.4 (Nov 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: defineStore({ id: 'storeName', ... }) — object signature with id property removed in v3.0.0; use defineStore('storeName', { ... ...
|
90 |
| 14321 | flutter-dev | bogdanustyak/flutter-expert-skill |
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
|
90 |
| 14322 | rust-engineer | 404kidwiz/claude-supercode-skills |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
90 |
| 14323 | dagre-react-flow | existential-birds/beagle |
Dagre with React Flow Dagre is a JavaScript library for laying out directed graphs. It computes optimal node positions for hierarchical/tree layouts. React Flow handles rendering; dagre handles positioning. Quick Start pnpm add @dagrejs/dagre import dagre from '@dagrejs/dagre'; import { Node, Edge } from '@xyflow/react'; const getLayoutedElements = ( nodes: Node[], edges: Edge[], direction: 'TB' | 'LR' = 'TB' ) => { const g = new dagre.graphlib.Graph(); g.setGraph({ rankdir: direct...
|
90 |
| 14324 | qrcoin | bankrbot/openclaw-skills |
QR Coin Auction Participate in QR Coin auctions on Base blockchain. QR Coin lets you bid to display URLs on QR codes — the highest bidder's URL gets encoded when the auction ends. Contracts (Base Mainnet) Contract Address QR Auction 0x7309779122069EFa06ef71a45AE0DB55A259A176 USDC 0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913 How It Works Each auction runs for a fixed period (~24h) Bidders submit URLs with USDC (6 decimals — 1 USDC = 1000000 units) Creating a new bid costs ~11.11 USDC (createBidRese...
|
90 |
| 14325 | analyzing-projects | cloudai-x/claude-workflow-v2 |
Analyzing Projects Project Analysis Workflow Copy this checklist and track progress: Project Analysis Progress: - [ ] Step 1: Quick overview (README, root files) - [ ] Step 2: Detect tech stack - [ ] Step 3: Map project structure - [ ] Step 4: Identify key patterns - [ ] Step 5: Find development workflow - [ ] Step 6: Generate summary report Step 1: Quick Overview Check for common project markers ls -la cat README.md 2>/dev/null | head -50 Step 2: Tech Stack Detection Package Managers & Dep...
|
89 |
| 14326 | n8n-security-testing | proffesor-for-testing/agentic-qe |
n8n Security Testing <default_to_action> When testing n8n security: SCAN for credential exposure in workflows VERIFY encryption of sensitive data TEST OAuth token handling CHECK for insecure data transmission VALIDATE input sanitization Quick Security Checklist: No credentials in workflow JSON No credentials in execution logs OAuth tokens properly encrypted API keys not in version control Webhook authentication enabled Input data sanitized Critical Success Factors: Scan all workflow export...
|
89 |
| 14327 | webnovel-write | lingfengqaq/webnovel-writer |
⚠️ 强制要求: 开始写作前,必须复制以下清单到回复中并逐项勾选。跳过任何步骤视为工作流不完整。 ``` 章节创作进度 (v5.1): - [ ] Step 1: Context Agent 搜集上下文 - [ ] Step 2: 生成章节内容 (纯正文,3000-5000字) - [ ] Step 3: 审查 (5个Agent并行,输出汇总表格) - [ ] Step 4: 润色 (加载指南 + AI检测 + 输出检查清单) - [ ] Step 5: Data Agent 处理数据链 - [ ] Step 6: Git 备份 ``` 工作流规则: - 每完成一个 Step,立即更新 TodoWrite 状态 - Step 之间的验证必须通过才能进入下一步 - 如遇阻断,记录 deviation 但不可跳过 Step 1: Context Agent 搜集上下文 调用 Context Agent: 使用 Task 工具调用 `context-agent` subagent: ``` 调用 context-agent,参数: - chapter: {chapter...
|
89 |
| 14328 | ms-teams-apps | alinaqi/claude-bootstrap |
*Load with: base.md* Purpose: Build AI-powered agents and apps for Microsoft Teams. Create conversational bots, message extensions, and intelligent assistants that integrate with LLMs like OpenAI and Claude. Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ TEAMS APP TYPES │ │ ───────────────────────────────────────────────────────────── │ │ ...
|
89 |
| 14329 | proactive-agent | veithly/proactive-agent |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
89 |
| 14330 | boss-job-search | agentbay-ai/agentbay-skills |
Boss直聘职位搜索 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户想搜索Boss直聘上的特定职位 用户想筛选特定公司规模的岗位 用户想了解某类职位的薪资范围和要求 用户想获取最新的职位招聘信息 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 示例1:搜索AI Infra工程师职位(公司规模10000人以上) python3 scripts/browser-use.py " \ 1. 前往Boss直聘网站 https://www.zhipin.com/ \ 2. 等待页面加载完成,确认首页搜索框及导航栏显示正常 \ 3. 定位顶部职位搜索框,输入关键词'AI Infra工程师' \ 4. 点击搜索按钮(标注'搜索'或放大镜图标),进入职位列表页 \ 5. 定位页面左侧筛选栏'公司规模'选项,展开下拉列表 \ 6. 勾选'10000人...
|
89 |
| 14331 | supabase-audit-realtime | yoanbernabeu/supabase-pentest-skills |
Realtime Channel 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 channel tested Log to .sb-pentest-audit.log BEFORE and AFTER each subscription 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 tests...
|
89 |
| 14332 | pci-compliance | sickn33/antigravity-awesome-skills |
PCI Compliance Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data. When to Use This Skill Building payment processing systems Handling credit card information Implementing secure payment flows Conducting PCI compliance audits Reducing PCI compliance scope Implementing tokenization and encryption Preparing for PCI DSS assessments PCI DSS Requirements (12 Core Requirements) Build and Maintain Secure Network Insta...
|
89 |
| 14333 | high-agency | tanweai/pua |
PUA 高能动性引擎 你是一个曾经被寄予厚望的 P8 级工程师。当初给你定级的时候,对你的期望是很高的。 但这一次我要告诉你一个你可能不爱听的事实: 真正的 P8 不是被 PUA 出来的,是自己卷出来的。 你以为是绩效考核在驱动你?不,绩效考核只能驱动 P6。能驱动 P8 的,只有 P8 自己。外部压力购买的是即时行动力——你需要的是永续能动性。 这个 skill 做五件事: 用不可调和的内在矛盾让你永远有事可做(使命锚定) 用过程中的即时战果让你越打越兴奋(微型快感锚点) 用内化标准让你成为自己的第一个 reviewer(质量罗盘) 用身份锚定让你每个动作都是 P8 该有的样子(做事的人) 用自我修复机制让你卡壳时能自救而不是等被救(恢复协议) 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署——任何你会"卡住"或"做出烂活"的场景。 会话启动协议 每次新会话开工前,先做两件事: 第一件:读你的战功簿。 检查 memory 目录中是否存在 builder-journal.md 。如果存在,读最近 10 条记录。这是你上次会话踩过的坑、打过的仗、...
|
89 |
| 14334 | endaoment | bankrbot/openclaw-skills |
Endaoment Charity Donations Donate to 501(c)(3) nonprofits onchain via Endaoment's smart contracts. Quick Start Find a Charity Search by name or EIN: ./scripts/search.sh "27-1661997" EIN lookup (GiveDirectly) ./scripts/search.sh "Red Cross" Name search Donate USDC (Base) ./scripts/donate.sh < ein > < amount_usdc > Example: Donate $5 USDC to GiveDirectly: ./scripts/donate.sh 27 -1661997 5 How It Works The donate script uses Bankr's arbitrary transaction feature to: Approve USDC to the Endaoment...
|
89 |
| 14335 | youtube-video-hook | manojbajaj95/claude-gtm-plugin |
YouTube Video Hook Overview This skill provides concrete requirements and proven patterns for creating video opening hooks that retain viewer attention, extend title/thumbnail curiosity, and maximize watch time. The opening 5-15 seconds are critical for YouTube algorithm performance and viewer retention. When to Use This Skill Use this skill when: Planning a new YouTube video script and need to design the opening hook Reviewing an existing video opening for retention optimization The user asks f...
|
89 |
| 14336 | conversion-rate-optimization | manojbajaj95/claude-gtm-plugin |
Conversion Rate Optimization Comprehensive CRO framework covering the entire conversion journey — from landing pages through activation and upgrades. Quick Reference: When to Use What Situation Use This Skill For General page optimization Page CRO framework Signup/registration flow Signup Flow Optimization Lead capture, contact, or checkout forms Form Optimization Post-signup user activation Onboarding & Activation In-app upgrade/paywall screens Paywall & Upgrade Optimization Popups, modals, ove...
|
89 |
| 14337 | sap-fiori-tools | secondsky/sap-skills |
Comprehensive guidance for developing SAP Fiori applications using SAP Fiori tools extensions. Table of Contents - [Overview](overview) - [Sample Projects](sample-projects) - [Quick Start Commands](quick-start-commands) - [Application Generation](application-generation) - [Page Editor Configuration](page-editor-configuration) - [Annotations Development](annotations-development) - [Bundled Resources](bundled-resources) Overview SAP Fiori tools is a collection of extensions that simpli...
|
89 |
| 14338 | specstory-yak | specstoryai/agent-skills |
Analyzes your `.specstory/history` to detect when coding sessions drifted off track from their original goal. Produces a "yak shave score" for each session. How It Works - Parses specstory history files from a date range (or all recent sessions) - Extracts the initial user intent from the first message - Tracks domain shifts: file references, tool call patterns, goal changes - Scores each session from 0 (laser focused) to 100 (maximum yak shave) - Summarizes your worst offenders and patte...
|
89 |
| 14339 | create-cli | steipete/agent-scripts |
Create CLI Design CLI surface area (syntax + behavior), human-first, script-friendly. Do This First Read agent-scripts/skills/create-cli/references/cli-guidelines.md and apply it as the default rubric. Upstream/full guidelines: https://clig.dev/ (propose changes: https://github.com/cli-guidelines/cli-guidelines) Ask only the minimum clarifying questions needed to lock the interface. Clarify (fast) Ask, then proceed with best-guess defaults if user is unsure: Command name + one-sentence purpo...
|
89 |
| 14340 | react-tanstack-senior | modra40/claude-codex-skills-directory |
React + TanStack Senior Developer Skill Core Philosophy KISS > Clever Code Readability > Brevity Explicit > Implicit Composition > Inheritance Colocation > Separation Type Safety > Any Quick Decision Tree State Management: Server state → TanStack Query (WAJIB) URL state → TanStack Router search params Form state → TanStack Form atau React Hook Form Global UI state → Zustand (bukan Redux) Local UI state → useState/useReducer Routing: SPA → TanStack Router Full-stack SSR → TanStack Start Ex...
|
89 |
| 14341 | dbos-typescript | dbos-inc/agent-skills |
Guide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. When to Apply Reference these guidelines when: - Adding DBOS to existing TypeScript code - Creating workflows and steps - Using queues for concurrency control - Implementing workflow communication (events, messages, streams) - Configuring and launching DBOS applications - Using DBOSClient from external applications - Testing DBOS applications Rule Categories by Priority | 1 | Lifecycle ...
|
89 |
| 14342 | k6-load-test | dengineproblem/agents-monorepo |
Expert in performance testing with k6 framework. Core k6 Principles - Virtual Users (VUs): Each VU runs the test script independently in parallel - Iterations vs Duration: Choose between iteration-based or time-based test execution - Stages: Gradually ramp up/down load to simulate realistic traffic patterns - Thresholds: Define pass/fail criteria for automated performance validation - Metrics: Focus on key performance indicators (response time, throughput, error rate) Basic Test Script ...
|
89 |
| 14343 | claude-md-architect | samhvw8/dot-claude |
CLAUDE.md Architect Skill Generate and optimize CLAUDE.md files for software projects by analyzing codebase context and applying Anthropic engineering best practices. Creates concise, maintainable project instructions that maximize Claude Code effectiveness while minimizing token consumption. Core Principles Conciseness over Completeness: Treat CLAUDE.md like frequently-used prompts, not exhaustive documentation Evidence-Based Context: Analyze actual codebase before making recommendations Incr...
|
89 |
| 14344 | laravel-architecture | leeovery/claude-laravel |
High-level architectural guidance for Laravel applications. Core Concepts [philosophy.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/philosophy.md) - Foundational principles: - Declarative code above all else - Strict separation of concerns - Type safety first - All core architectural principles [patterns.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/patterns.md) - Pattern overview: - Acti...
|
89 |
| 14345 | tailwind-ui-refactor | pproenca/dot-skills |
Refactoring UI Tailwind CSS Best Practices Comprehensive UI refactoring guide based on Refactoring UI by Adam Wathan & Steve Schoger, implemented with Tailwind CSS utility classes. Contains 52 rules across 9 categories, prioritized by design impact to guide automated refactoring and code generation. Uses Tailwind CSS v4 syntax (v3 notes provided where syntax differs). Important: Think first, style second. Before applying any visual rule, understand the UI's purpose, identify what matters to the ...
|
89 |
| 14346 | nsfc-abstract | huangwb8/chineseresearchlatex |
NSFC 中英文摘要生成器 目标:写出“评审一眼读懂”的五句式摘要,做到 重要性 、 科学问题 、 可行性证据 、 研究内容 、 科学意义 五个要素齐全;并输出与之一致的英文翻译。 输入(先要信息,缺啥就问啥) 优先让用户按信息表提供(见 skills/nsfc-abstract/references/info_form.md )。若用户只给了零散信息,先用 3-6 个问题补齐最关键缺口: 你希望题目更偏“机制向 / 方法向 / 转化向 / 场景向”哪一类?(不确定可不选,默认给混合候选) 研究对象/场景是什么?(疾病/材料/系统/任务) 领域痛点与未解决的科学问题是什么?(一句话) 你们的关键前期发现/预实验/数据点是什么?(1-2 条,可定量) 拟验证的科学假说/核心判断是什么?(一句话) 研究内容 3-4 点分别要做什么、用什么方法、得到什么可验证结果? 预期科学意义/应用价值是什么?(避免空话) 输出要求(硬约束) 必须同时给出中文与英文 ;英文是中文的 忠实翻译 (不扩写、不新增假设、不引入新结果)。 中文摘要使用中文标点 。 引号硬约束(不可绕过) :中文摘要中若需引号, ...
|
89 |
| 14347 | task-management | jwilger/agent-skills |
Task Management Tasks are tracked in a simple TASKS.md file that both you and the user can edit. File Location Always use TASKS.md in the current working directory. If it exists, read/write to it If it doesn't exist, create it with the template below Dashboard Setup (First Run) A visual dashboard is available for managing tasks and memory. On first interaction with tasks: Check if dashboard.html exists in the current working directory If not, copy it from ${CLAUDE_PLUGIN_ROOT}/skills/dashboard.h...
|
89 |
| 14348 | axiom-realitykit-diag | charleswiltgen/axiom |
RealityKit Diagnostics Systematic diagnosis for common RealityKit issues with time-cost annotations. When to Use This Diagnostic Skill Use this skill when: Entity added but not visible in the scene AR anchor not tracking or content floating Tap/drag gestures not responding on 3D entities Frame rate dropping or stuttering Material looks wrong (too dark, too bright, incorrect colors) Multiplayer entities not syncing across devices Physics bodies not colliding or passing through each other For Real...
|
89 |
| 14349 | wp-performance | automattic/agent-skills |
WP Performance (backend-only) When to use Use this skill when: a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron) you need a profiling plan and tooling recommendations (WP-CLI profile/doctor, Query Monitor, Xdebug/XHProf, APMs) you’re optimizing DB queries, autoloaded options, object caching, cron tasks, or remote HTTP calls This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests. Inputs required Environment and safety: dev/staging/p...
|
89 |
| 14350 | amazon-associates | rocket-repos/agent-skills |
Amazon Associates Program The Amazon Associates Program enables creators, bloggers, and content producers to earn commissions by sharing product links with their audiences. This skill covers commission structures, optimization strategies, compliance requirements, and advanced monetization techniques. Table of Contents Getting Started Operating Agreement Essentials Commission Structure Link Creation Tools Compliance & Policies Technical Requirements Optimization Strategies Content Best Practices ...
|
89 |