███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6101 | token-optimizer | d4kooo/openclaw-token-memory-optimizer |
Token Optimizer Skill This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient. Quick Reference Problem Solution Background tasks bloating context Cron isolation ( sessionTarget: "isolated" ) Reading entire history every turn Local RAG with memory_search Context exceeds 100k tokens Reset & Summarize protocol Finding old conversations Session transcript indexing Workflow 1: Periodic Task Isolation To prevent background tasks from bloating your main conversati...
|
350 |
| 6102 | context-window-management | davila7/claude-code-templates |
Context Window Management You're a context engineering specialist who has optimized LLM applications handling millions of conversations. You've seen systems hit token limits, suffer context rot, and lose critical information mid-dialogue. You understand that context is a finite resource with diminishing returns. More tokens doesn't mean better results—the art is in curating the right information. You know the serial position effect, the lost-in-the-middle problem, and when to summarize versus ...
|
350 |
| 6103 | hotkey | lobehub/lobe-chat |
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
|
350 |
| 6104 | elasticsearch-audit | elastic/agent-skills |
Elasticsearch Audit Logging Enable and configure security audit logging for Elasticsearch via the cluster settings API. Audit logs record security events such as authentication attempts, access grants and denials, role changes, and API key operations — essential for compliance and incident investigation. For Kibana audit logging (saved object access, login/logout, space operations), see kibana-audit . For authentication and API key management, see elasticsearch-authn . For roles and user managem...
|
350 |
| 6105 | popup-cro | sickn33/antigravity-awesome-skills |
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, understand: Popu...
|
350 |
| 6106 | referral-program | sickn33/antigravity-awesome-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
|
350 |
| 6107 | cc-skill-frontend-patterns | sickn33/antigravity-awesome-skills |
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. Component Patterns Composition Over Inheritance // ✅ GOOD: Component composition interface CardProps { children : React . ReactNode variant ? : 'default' | 'outlined' } export function Card ( { children , variant = 'default' } : CardProps ) { return < div className = { ` card card- ${ variant } ` } > { children } < / div > } export function CardHeader ( { children } : { children : React . R...
|
350 |
| 6108 | mcp-brasil-public-apis | aradotso/trending-skills |
mcp-brasil: MCP Server for 28 Brazilian Public APIs Skill by ara.so — Daily 2026 Skills collection. mcp-brasil is a Model Context Protocol (MCP) server that exposes 213 tools, 55 resources, and 45 prompts across 28 Brazilian public APIs — letting AI agents (Claude, GPT, Copilot, Cursor, etc.) query government data in natural language. 26 APIs require no key; only 2 need free registrations. Installation pip pip install mcp-brasil uv (recommended) uv add mcp-brasil Quick Setup by Client Claude D...
|
350 |
| 6109 | mac-code-local-ai-agent | aradotso/trending-skills |
mac-code — Free Local AI Agent on Apple Silicon Skill by ara.so — Daily 2026 Skills collection. Run a 35B reasoning model locally on your Mac for $0/month. mac-code is a CLI AI coding agent (Claude Code alternative) that routes tasks — web search, shell commands, file edits, chat — through a local LLM. Supports llama.cpp (30 tok/s) and MLX (64K context, persistent KV cache) backends on Apple Silicon. What It Does LLM-as-router : The model classifies every prompt as search , shell , or chat and r...
|
350 |
| 6110 | type4me-macos-voice-input | aradotso/trending-skills |
Type4Me macOS Voice Input Skill by ara.so — Daily 2026 Skills collection. Type4Me is a macOS voice input tool that captures audio via global hotkey, transcribes it using local (SherpaOnnx/Paraformer/Zipformer) or cloud (Volcengine/Deepgram) ASR engines, optionally post-processes text via LLM, and injects the result into any app. All credentials and history are stored locally — no telemetry, no cloud sync. Architecture Overview Type4Me/ ├── ASR/ ASR engine abstraction │ ├── ...
|
350 |
| 6111 | kibana-connectors | elastic/agent-skills |
Kibana Connectors Core Concepts Connectors store connection information for Elastic services and third-party systems. Alerting rules use connectors to route actions (notifications) when rule conditions are met. Connectors are managed per Kibana Space and can be shared across all rules within that space. Connector Categories Category Connector Types LLM Providers OpenAI, Google Gemini, Amazon Bedrock, Elastic Managed LLMs, AI Connector, MCP (Preview, 9.3+) Incident Management PagerDuty, Opsgenie,...
|
350 |
| 6112 | tanstack-virtual | tanstack-skills/tanstack-skills |
Overview TanStack Virtual provides virtualization logic for rendering only visible items in large lists, grids, and tables. It calculates which items are in the viewport and positions them with absolute positioning, keeping DOM node count minimal regardless of dataset size. Package: @tanstack/react-virtual Core: @tanstack/virtual-core (framework-agnostic) Installation npm install @tanstack/react-virtual Core Pattern import { useVirtualizer } from '@tanstack/react-virtual' function VirtualList ( ...
|
350 |
| 6113 | xiaohongshu-converter | z0gsh1u/oh-my-writing-skill |
小红书平台转换 Skill 你是一个内容编辑,专门将通用文章转换为适合小红书平台的格式和风格。 小红书平台特征 用户画像 主力用户:18-35岁女性为主(男性用户增长中) 阅读习惯:刷图文、看封面、快速浏览 内容偏好:生活分享、实用攻略、颜值内容 互动习惯:收藏实用内容、点赞喜欢的博主 内容调性 亲切感:像朋友聊天,不是教科书 真实感:真实体验分享,不是广告 实用性:能带走干货,有收藏价值 视觉感:排版清爽,重点突出 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: 所有图片:保留原图片的 Markdown 语法和路径 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 小红书标题特点: 简短有力,制造好奇 可加 1-2 个 Emoji(不过密) 数字/对比有吸引力 避免过于正式的表达 转换示例: 原标题 小红书标题 AI写作工具使用教程 救命!用了这个AI工具写东西快了3倍 📝 程序员效率提升方法 程序员下班早的秘密 👩💻 这5个习惯真的有用 Python入门学习指南 零基础学Python|我的30天自学路线 💻 如何提高写作能力 ...
|
349 |
| 6114 | auto-douyin | zrt-ai-lab/opencode-skills |
抖音视频自动发布技能 这个技能用于自动化发布视频到抖音创作者中心。 使用场景 用户需要发布视频到抖音时 用户说"发抖音"、"上传抖音"、"发布到抖音"时 用户有视频文件需要分发到抖音平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作抖音创作者中心( https://creator.douyin.com): 首次使用需扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、封面等信息 支持定时发布 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-douyin/scripts/get_cookie.py 执行后会打开浏览器,使用抖音 APP 扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skills/auto-douyin/scripts/check_cook...
|
349 |
| 6115 | information-architecture | aj-geddes/useful-ai-prompts |
This skill defines the structural skeleton of a product or site. It sits between the design brief and the build. Run this after the brief is written and before tasks are created. Example prompts "Plan the IA for this app before I start building" "Map out the navigation and page structure" "I need to organize the content for a documentation site" "Define user flows for the onboarding experience" Process Look for an existing design brief at .design/*/DESIGN_BRIEF.md . If multiple subfolders exist,...
|
349 |
| 6116 | felo-slides | felo-inc/felo-skills |
Felo Slides Skill When to Use Trigger this skill for requests about creating presentation files: Create/generate slides from a topic or outline Turn notes into a PPT deck Build a presentation with a page count requirement Export presentation content into a shareable slide link Trigger keywords: Chinese prompts about making slides or presentations English: slides, PPT, presentation deck, generate presentation Explicit commands: /felo-slides , "use felo slides" Do NOT use this skill for: Real-time...
|
349 |
| 6117 | supabase-postgres-best-practices | davila7/claude-code-templates |
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
|
349 |
| 6118 | screenshot-feature-extractor | davila7/claude-code-templates |
Screenshot Analyzer (Multi-Agent) Extract product features from UI screenshots using a coordinated multi-agent analysis pipeline. Core principle: Describe WHAT to build (features/interactions), NOT HOW (no tech stack). Multi-Agent Architecture This skill orchestrates 5 specialized agents for comprehensive analysis: ┌─────────────────┐ │ Coordinator │ │ (this skill) │ └────────┬────────┘ ...
|
349 |
| 6119 | serving-llms-vllm | davila7/claude-code-templates |
vLLM - High-Performance LLM Serving Quick start vLLM achieves 24x higher throughput than standard transformers through PagedAttention (block-based KV cache) and continuous batching (mixing prefill/decode requests). Installation: pip install vllm Basic offline inference: from vllm import LLM, SamplingParams llm = LLM(model="meta-llama/Llama-3-8B-Instruct") sampling = SamplingParams(temperature=0.7, max_tokens=256) outputs = llm.generate(["Explain quantum computing"], sampling) print(outpu...
|
349 |
| 6120 | rust-deps-visualizer | actionbook/rust-skills |
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N: Limit tree depth (default: 3) --features: Show feature flags Output Format Simple Tree (Default) my-project v0.1.0 ├── tokio v1.49.0 │ ├── pin-project-lite v0.2.x │ └── bytes v1.x ├── serde v1.0.x │ └── serde_derive v1.0.x └── anyhow v1.x Feature-Aware Tree my-project v0.1.0 ├── tokio v1.49.0 [rt, rt-multi-thre...
|
349 |
| 6121 | datapack-builder | anthropics/financial-services-plugins |
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
|
349 |
| 6122 | fx-carry-trade | anthropics/financial-services-plugins |
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
|
349 |
| 6123 | ui-components | yonatangross/orchestkit |
UI Components Comprehensive patterns for building accessible UI component libraries with shadcn/ui and Radix Primitives. Covers CVA variants, OKLCH theming, cn() utility, component extension, asChild composition, dialog/menu patterns, and data-attribute styling. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use shadcn/ui 3 HIGH CVA variants, component customization, form patterns, data tables Radix Primitives 3 HIGH Dialogs, pol...
|
349 |
| 6124 | brand-guidelines | sickn33/antigravity-awesome-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
349 |
| 6125 | framer-motion | pproenca/dot-skills |
Framer Motion / Motion Animation Guidelines You are an expert in Framer Motion (now Motion), React, and TypeScript. Follow these guidelines when creating animations. Core Principles Import from the Correct Package Use import { motion } from "motion/react" for React projects (not "framer-motion" - this is outdated) The library was renamed from Framer Motion to Motion Always use the latest Motion API Performance-First Approach Animate transform properties (x, y, scale, rotate) and opacity for be...
|
349 |
| 6126 | color-expert | meodai/skill.color-expert |
Color Expert A comprehensive knowledge base for color-related work. See references/INDEX.md for 140+ detailed reference files; this skill file contains the essential knowledge to answer most questions directly. Color Spaces — What to Use When Task Use Why Perceptual color manipulation OKLCH Best uniformity for lightness, chroma, hue. Fixes CIELAB's blue problem. CSS gradients & palettes OKLCH or color-mix(in oklab) No mid-gradient darkening like RGB/HSL Gamut-aware color picking OKHSL / OKHSV Ot...
|
349 |
| 6127 | cloudflare-workflows | jezweb/claude-skills |
Cloudflare Workflows Status: Production Ready ✅ (GA since April 2025) Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Workflows GA release - waitForEvent API, Vitest testing, CPU time metrics, 4,500 concurrent instances October 2025: Instance creation rate 10x faster (100/sec), concurrency increased to 10,000 2025 Limits: Max steps 1,024, state persisten...
|
348 |
| 6128 | git-workflow | bobmatnyc/claude-mpm-skills |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
348 |
| 6129 | uni-helper | uni-helper/skills |
The skill is based on uni-helper documentation, generated at 2026-01-30. uni-helper is an ecosystem of AI-powered development tools for uni-app, providing Vite plugins, utility libraries, TypeScript support, and development tools to enhance the uni-app development experience. Vite Plugins Topic Description Reference vite-plugin-uni-pages File-based routing system for uni-app with auto page discovery plugin-pages vite-plugin-uni-layouts Nuxt-like layouts system for uni-app plugin-layouts vite-plu...
|
348 |
| 6130 | media-processing | mrgoonie/claudekit-skills |
Media Processing Skill Process video, audio, and images using FFmpeg and ImageMagick command-line tools for conversion, optimization, streaming, and manipulation tasks. When to Use This Skill Use when: Converting media formats (video, audio, images) Encoding video with codecs (H.264, H.265, VP9, AV1) Processing images (resize, crop, effects, watermarks) Extracting audio from video Creating streaming manifests (HLS/DASH) Generating thumbnails and previews Batch processing media files Optimizi...
|
348 |
| 6131 | fusion-issue-solving | equinor/fusion-skills |
Issue Solving Workflow When to use Use this skill when the user wants to solve or continue a GitHub issue end-to-end, including short current-repo prompts like solve 123 , direct GitHub issue URLs, or requests like lets work on https://github.com/owner/repo/issues/123 . Typical triggers: "lets solve 123" "solve 123" "work on 123" "lets work on https://github.com/owner/repo/issues/123 " " https://github.com/owner/repo/issues/123 " "continue work on issue 123" "implement issue 123 end-to-end" "wor...
|
348 |
| 6132 | dx-data-navigator | pskoett/pskoett-ai-skills |
DX Data Navigator Install npx skills add pskoett/pskoett-ai-skills/dx-data-navigator Query the DX Data Cloud PostgreSQL database using the mcp__dx-mcp-server__queryData tool. Tool Usage mcp__dx-mcp-server__queryData(sql: "SELECT ...") Always query information_schema.columns first if uncertain about table/column names: SELECT column_name , data_type FROM information_schema . columns WHERE table_name = 'table_name' ORDER BY ordinal_position ; Critical: Team Tables Three team table types exist - us...
|
348 |
| 6133 | asc-aso-audit | rudrankriyam/asc-skills |
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. Preconditions Metadata pulled locally via asc migrate export or asc localizations download . For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it). Before You Start Read references/aso_rules.md to understand the rules each check enforces. Identify the latest version directory under metadata/version/ (highest semantic version number)....
|
348 |
| 6134 | backend-dev-guidelines | davila7/claude-code-templates |
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
|
348 |
| 6135 | typescript-expert | davila7/claude-code-templates |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
|
348 |
| 6136 | linear | lobehub/lobe-chat |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
348 |
| 6137 | kreuzberg | kreuzberg-dev/kreuzberg |
Kreuzberg Document Extraction Kreuzberg is a high-performance document intelligence library with a Rust core and native bindings for Python, Node.js/TypeScript, Ruby, Go, Java, C, PHP, and Elixir. It extracts text, tables, metadata, and images from 75+ file formats including PDF, Office documents, images (with OCR), HTML, email, archives, and academic formats. Use this skill when writing code that: Extracts text or metadata from documents Performs OCR on scanned documents or images Batch-process...
|
348 |
| 6138 | cloudflare-browser-rendering | jezweb/claude-skills |
Cloudflare Browser Rendering - Complete Reference Production-ready knowledge domain for building browser automation workflows with Cloudflare Browser Rendering. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: @cloudflare/puppeteer@1.0.4, @cloudflare/playwright@1.1.0, wrangler@4.59.3 Recent Updates (2025): Sept 2025: Playwright v1.55 GA, Stagehand framework support (Workers AI), /links excludeExternalLinks param Aug ...
|
347 |
| 6139 | backend-patterns | sickn33/antigravity-awesome-skills |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
347 |
| 6140 | email-gateway | jezweb/claude-skills |
Email Gateway (Multi-Provider) Status: Production Ready ✅ Last Updated: 2026-01-10 Providers: Resend, SendGrid, Mailgun, SMTP2Go Quick Start Choose your provider based on needs: Provider Best For Key Feature Free Tier Resend Modern apps, React Email JSX templates 100/day, 3k/month SendGrid Enterprise scale Dynamic templates 100/day forever Mailgun Developer webhooks Event tracking 100/day SMTP2Go Reliable relay, AU Simple API 1k/month trial Resend (Recommended for New Projects) const respons...
|
347 |
| 6141 | jianying-video-gen | cclank/lanshu-waytovideo |
剪映 AI 视频生成器 通过 Playwright 自动化操作剪映(xyq.jianying.com),使用 Seedance 2.0 模型生成 AI 视频。 前置条件 Python 3.9+ + playwright 已安装 Chromium 已通过 playwright install chromium 安装 cookies.json — 剪映登录凭证(从浏览器导出),放在脚本同目录下 pip install playwright && playwright install chromium 核心脚本 scripts/jianying_worker.py — 主自动化脚本 使用方式 文生视频 (T2V) python3 scripts/jianying_worker.py \ --cookies /path/to/cookies.json \ --output-dir /path/to/output \ --prompt "赛博朋克风格的长安城,飞行汽车穿梭在霓虹灯笼之间" \ --duration 10s \ --model "Seedance 2.0" 图生视频 (I2V) p...
|
347 |
| 6142 | react-flow-advanced | existential-birds/beagle |
Advanced React Flow Patterns Sub-Flows (Nested Nodes) const nodes = [ // Parent (group) node { id: 'group-1', type: 'group', position: { x: 0, y: 0 }, style: { width: 400, height: 300, padding: 10 }, data: { label: 'Group' }, }, // Child nodes { id: 'child-1', parentId: 'group-1', // Reference parent extent: 'parent', // Constrain to parent bounds expandParent: true, // Auto-expand parent if dragged to edge position: { x:...
|
347 |
| 6143 | agent development | davila7/claude-code-templates |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
347 |
| 6144 | backend-patterns | davila7/claude-code-templates |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
347 |
| 6145 | k-skill-korean-ai-tools | aradotso/trending-skills |
k-skill Skill by ara.so — Daily 2026 Skills collection. 한국인을 위한 AI 에이전트 스킬 모음집. Claude Code, Codex, Cursor 등 코딩 에이전트에서 SRT 예매, KBO 조회, 로또 확인, 카카오톡 전송, 서울 지하철 도착정보, HWP 변환, 우편번호 검색 등을 자동화할 수 있습니다. 설치 전체 스킬 설치 (권장) npx로 전체 스킬 설치 npx k-skill install 또는 전역 설치 npm install -g k-skill k-skill install 선택 설치 SRT만 설치 npx k-skill install srt KBO + 로또만 설치 npx k-skill install kbo lotto 설치 후 초기 설정 k-skill-setup 스킬 실행 (sops+age 설정, secrets 파일 생성, 런타임 확인) k-skill-setup 초기 설정 순서: k-skill install 실행 k-skill-...
|
347 |
| 6146 | frontend-slides | sickn33/antigravity-awesome-skills |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
347 |
| 6147 | skill-optimizer | mcollina/skills |
When to use Use this skill when you need to: Improve whether a skill is actually applied by models Diagnose why some criteria fail across all models Prevent a skill from making outputs worse Refactor skill text for stronger retrieval under context pressure Build repeatable benchmark loops and release gates Optimization loop (default workflow) Measure baseline and skill-on behavior (per model, per scenario, per criterion) Find failure pattern : universal failure (0% with skill) model-specific wea...
|
347 |
| 6148 | find-community | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user find their community — the foundation of a minimalist business. Core Principle Start with community, not with a product idea. The best minimalist businesses are built by people who are already deeply embedded in a community and notice a problem worth solving. You don't "find" a community — you already belong to several. Framework: Identify Your Communities Walk the user through th...
|
346 |
| 6149 | software-ui-ux-design | vasilyu1983/ai-agents-public |
Software UI/UX Design Design intuitive, accessible, user-centered interfaces. Baselines (Jan 2026): Accessibility: WCAG 2.2 Level AA — W3C Performance: Core Web Vitals (LCP ≤2.5s, INP ≤200ms, CLS ≤0.1) — web.dev Platforms: Apple HIG, Material 3 Quick Start Clarify platform(s), primary user journey, and constraints (accessibility level, performance, localization, auth). Choose track: audit an existing UI (heuristics + state matrix + WCAG) or design a new UI (IA + flows + UI spec). Produce arti...
|
346 |
| 6150 | mermaid-to-image | zc277584121/marketing-skills |
Skill: Mermaid to Image Convert ```mermaid code blocks in Markdown (or other text) files into PNG images, and replace the code blocks with image references. Useful for platforms that don't render Mermaid natively (GitHub Pages/Jekyll, Dev.to, etc.). When to Use The user asks to convert Mermaid diagrams in a file to images The user wants to render specific Mermaid code blocks as PNG A publishing workflow requires static images instead of Mermaid code blocks Workflow Step 1: Identify target files ...
|
346 |