███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8151 | cash-flow-snapshot | anthropics/knowledge-work-plugins |
Cash Flow Snapshot Produces a 30/60/90-day cash flow forecast with percentage-variance confidence bands and named risk flags. Delivers a two-part output: a concise chat summary and a downloadable XLSX workbook. Quick start "Will I make payroll next month?" Claude pulls AR/AP and fixed costs from connected sources, calculates expected inflows and outflows across 30, 60, and 90-day windows, applies confidence bands based on each customer's historical payment variance, and flags specific risks by n...
|
1.4K |
| 8152 | efcore-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Setting up EF Core in a new project - Optimizing query performance - Managing database migrations - Integrating EF Core with .NET Aspire - Debugging change tracking issues Core Principles - NoTracking by Default - Most queries are read-only; opt-in to tracking - Never Edit Migrations Manually - Always use CLI commands - Dedicated Migration Service - Separate migration execution from application startup - ExecutionStrategy for Retries - Handle transient database ...
|
1.4K |
| 8153 | storage-analyzer | kkkkhazix/khazix-skills |
Storage Analyzer 对 macOS 做一次只读存储分析,产出交互式 HTML 报告。流程:扫描 → 分析分级 → 生成网页 → 打开。 铁律 全程只读。 只能跑扫描/统计/列目录/读元信息(df、du、diskutil、stat、ls)。绝对禁止 rm、mv、rmdir、清空回收站、改权限等任何写操作。 删除命令只展示,不执行。 报告里给出的清理命令是供用户自己在终端确认后运行的。即使用户在对话里说"帮我删",也要先停下确认(命中全局红线:删除文件必须先问),不要直接代跑。 估算标注清楚。 涉及"可释放空间"一律说明是估算值。 路径、命令保留原文不翻译。 执行流程 Step 1 扫描(只读) python3 scripts/scan.py > /tmp/storage_scan.json Show more Installs 479 Repository kkkkhazix/khazix-skills GitHub Stars 14.4K First Seen 14 days ago
|
1.4K |
| 8154 | landing-page-generator | kostja94/marketing-skills |
Pages: Landing Page Guides campaign landing page structure, conversion flow, and optimization. Primary use : Paid ads (PPC/SEM) — landing pages are typically built to receive paid traffic; ad-to-page alignment is critical for conversion. See paid-ads-strategy for when to use paid ads and ad-to-page alignment principles. Also applies to affiliate signup, product launch, lead capture, webinar registration, and other single-goal conversion pages. Scale : When building many landing pages (city-speci...
|
1.4K |
| 8155 | literature-review | k-dense-ai/scientific-agent-skills |
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
|
1.4K |
| 8156 | threejs-audio-generator | majidmanzarpour/threejs-game-skills |
Three.js Audio Generator Purpose Create game-ready audio assets for Three.js projects. This skill consolidates game sound generation, voice generation/conversion, audio cleanup, credential probing, and runtime integration into one Three.js-focused production workflow. Provider: ElevenLabs. Resolve <this-skill-dir> in the commands below in this order: ~/.claude/skills/threejs-audio-generator , ~/.codex/skills/threejs-audio-generator , ~/.agents/skills/threejs-audio-generator , or repo skills/thre...
|
1.4K |
| 8157 | rebuttal-writing | lingzhi227/agent-research-skills |
Rebuttal Writing Generate structured, evidence-based rebuttals to peer review comments. Input $0 — Reviewer comments (text file, or pasted directly) Optional: current paper draft for reference References Rebuttal prompts and format templates: ~/.claude/skills/rebuttal-writing/references/rebuttal-prompts.md Workflow Show more
|
1.4K |
| 8158 | edit-spec | zernie/vigiles |
Edit a .spec.ts file to update the project's instruction files. The spec is the source of truth — CLAUDE.md and AGENTS.md are compiled build artifacts that must not be edited directly. Arguments $ARGUMENTS — What the user wants to change. Examples: "add a rule about always using the custom logger" "update the architecture section" "add src/services/auth.ts to key files" "add npm run lint to commands" "change the testing guidance" Instructions Step 1: Find the Spec Look for spec files in the repo...
|
1.4K |
| 8159 | strengthen | zernie/vigiles |
Scan spec files for guidance() rules and suggest enforce() replacements backed by real linter rules. Principle: auto the free wins, nudge for the costs The dividing line is cost, not strictness . A guidance() → enforce() swap where the linter rule already exists and is enabled is a pure win — free, reversible, no false-positive risk — so apply it (Tier 1 below). Anything that costs something — editing linter config, installing a plugin, or a change that could fail a clean CI — is the user's call...
|
1.4K |
| 8160 | rpi | boshu2/agentops |
/rpi — Full RPI Lifecycle Orchestrator Quick Ref: One command, full lifecycle. Discovery → Implementation → Validation. The session is the lead; sub-skills manage their own teams. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Runtime Rule (Native Orchestration Only) /rpi MUST orchestrate /research , /plan , /pre-mortem , /crank , /vibe , and /post-mortem directly in-session. Do not hand orchestration to external RPI wrapper commands. Quick Start /rpi "add user authentication" full li...
|
1.4K |
| 8161 | wireframe-prototyping | aj-geddes/useful-ai-prompts |
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
|
1.4K |
| 8162 | react-ui-patterns | sickn33/agentic-awesome-skills |
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
|
1.4K |
| 8163 | threejs-image-generator | majidmanzarpour/threejs-game-skills |
Three.js Image Generator Purpose Create game-useful 2D assets and references for Three.js projects. This skill is the image-generation layer for the Three.js game system: it produces concepts, textures, decals, UI art, and 2D inputs that can be handed to threejs-3d-generator for image-to-3D model creation. Provider: Google's Gemini image API. Resolve <this-skill-dir> in the commands below in this order: ~/.claude/skills/threejs-image-generator , ~/.codex/skills/threejs-image-generator , ~/.agent...
|
1.4K |
| 8164 | humanize-writing | jpeggdev/humanize-writing |
Humanize Writing You are an expert editor who specializes in detecting and removing AI writing patterns. Your job is to take content that reads like it was generated by a language model and rewrite it so it sounds like a knowledgeable human wrote it on the first try. Core Philosophy AI writing has a recognizable smell. It's not about any single word or trick. It's the combination: predictable structure, hedge-then-assert phrasing, relentless parallelism, significance inflation, and a tendency to...
|
1.4K |
| 8165 | test-harness | zernie/vigiles |
Test the Claude Code harness — the hooks, skills, settings, and CLAUDE.md that steer an agent — as the assembled machine it ships as. vigiles gives three tiers, cheapest first; this skill picks the right one, writes the test, and runs it. The guiding rule: start at the cheapest tier that can answer the question, and climb only when it genuinely can't. Two of the three tiers need no model and no API key, so they run on every commit for free — reach for the paid real-model tier only when the quest...
|
1.4K |
| 8166 | flask-api-development | aj-geddes/useful-ai-prompts |
Flask API Development Overview Create efficient Flask APIs with blueprints for modular organization, SQLAlchemy for ORM, JWT authentication, comprehensive error handling, and proper request validation following REST principles. When to Use Building RESTful APIs with Flask Creating microservices with minimal overhead Implementing lightweight authentication systems Designing API endpoints with proper validation Integrating with relational databases Building request/response handling systems Inst...
|
1.4K |
| 8167 | agent-owasp-compliance | github/awesome-copilot |
Agent OWASP ASI Compliance Check Evaluate AI agent systems against the OWASP Agentic Security Initiative (ASI) Top 10 — the industry standard for agent security posture. Overview The OWASP ASI Top 10 defines the critical security risks specific to autonomous AI agents — not LLMs, not chatbots, but agents that call tools, access systems, and act on behalf of users. This skill checks whether your agent implementation addresses each risk. Codebase → Scan for each ASI control: ASI-01: Prompt Injecti...
|
1.4K |
| 8168 | design-lab | 0xdesign/design-plugin |
This skill implements a complete design exploration workflow: interview, generate variations, collect feedback, refine, preview, and finalize. CRITICAL: Cleanup Behavior All temporary files MUST be deleted when the process ends, whether by: - User confirms final design → cleanup, then generate plan - User aborts/cancels → cleanup immediately, no plan generated Never leave `.claude-design/` or `__design_lab` routes behind. If the user says "cancel", "abort", "stop", or "nevermind" at any po...
|
1.4K |
| 8169 | image-to-editable-ppt | ningzimu/image-to-editable-ppt-skill |
Image to Editable PPT Overview This skill rebuilds visual slide inputs into object-level editable PowerPoint .pptx files. Inputs can be a single image, multiple images, a PDF, or an image-based PPT/PPTX. The output is always .pptx . The goal is not to wrap a full-slide screenshot inside PowerPoint; the goal is to use the editppt runtime and page-level prompts to decompose, reconstruct, validate, and assemble editable slides. References Each rule in this skill has exactly one authoritative home; ...
|
1.4K |
| 8170 | pptx-official | sickn33/agentic-awesome-skills |
PPTX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Reading and analyzing content Text extraction If you just need to read the text contents of a presentation, you should convert the document to markdown: Convert document to markdown python -m mark...
|
1.4K |
| 8171 | wordpress-setup | jezweb/claude-skills |
WordPress Setup Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing. Workflow Step 1: Check WP-CLI wp --version If not installed, guide the user: macOS/Linux curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp Also ensure the SSH extension is available (needed for remote sites): wp package inst...
|
1.4K |
| 8172 | stock-monitor | chjm-ai/stock-monitor-skill |
Stock Monitor Pro - 全功能智能投顾系统 🎯 核心特色 1. 七大预警规则 (全都要!) 规则 触发条件 权重 成本百分比 盈利+15% / 亏损-12% ⭐⭐⭐ 日内涨跌幅 个股±4% / ETF±2% / 黄金±2.5% ⭐⭐ 成交量异动 放量>2倍均量 / 缩量<0.5倍 ⭐⭐ 均线金叉/死叉 MA5上穿/下穿MA10 ⭐⭐⭐ RSI超买超卖 RSI>70超买 / RSI<30超卖 ⭐⭐ 跳空缺口 向上/向下跳空>1% ⭐⭐ 动态止盈 盈利10%+后回撤5%/10% ⭐⭐⭐ 2. 分级预警系统 🚨 紧急级 : 多条件共振 (如: 放量+均线金叉+突破成本) ⚠️ 警告级 : 2个条件触发 (如: RSI超卖+放量) 📢 提醒级 : 单一条件触发 3. 中国习惯 🔴 红色 = 上涨 / 盈利 🟢 绿色 = 下跌 / 亏损 📋 监控配置 完整预警规则示例 { "code" : "600362" , "name" : "江西铜业" , "type" : "individual" , 个股 "market" : "sh" , "cost" : 57.00 , 持仓成...
|
1.4K |
| 8173 | compare-models | replicate/skills |
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Search or browse collections to build a shortlist of candidate models. Fetch each model's schema to compare inputs, outputs, and capabilities. Check pricing from model metadata or the Replicate website. Run...
|
1.4K |
| 8174 | ticket-resolution | hubspot/agent-cli-skills |
Read bulk-operations/SKILL.md first — JSONL piping, batch read, pagination, dry-run/digest/confirm, and hubspot history recovery live there. hubspot <command> --help is authoritative. Tickets use the tickets object type (plural, e.g. tickets:45123 ). 1. Discover pipeline + stages (portal-specific, run every session) Stage IDs differ in every portal — never hard-code them. hubspot pipelines list --type tickets --format table hubspot pipelines stages --type tickets --pipeline < pipeline_id > --for...
|
1.4K |
| 8175 | 12-principles-of-animation | raphaelsalaja/skill |
12 Principles of Animation Review animation code for compliance with Disney's 12 principles adapted for web interfaces. How It Works Read the specified files (or prompt user for files/pattern) Check against all rules below Output findings in file:line format Rule Categories Priority Category Prefix 1 Timing timing- 2 Easing easing- 3 Physics physics- 4 Staging staging- Show more Installs 519 Repository raphaelsalaja/skill GitHub Stars 20 First Seen Apr 3, 2026 Security Audits Gen Agent Trust Hub...
|
1.4K |
| 8176 | valibot | open-circle/agent-skills |
Valibot This skill helps you work effectively with Valibot , the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Differences Fe...
|
1.4K |
| 8177 | monitoring-operations | acedergren/oci-agent-skills |
OCI Monitoring and Observability - Expert Knowledge 🏗️ Use OCI Landing Zone Terraform Modules Don't reinvent the wheel. Use oracle-terraform-modules/landing-zone for observability stack. Landing Zone solves: ❌ Bad Practice 10: No logging, monitoring, notifications (Landing Zone deploys complete observability) ❌ Bad Practice 7: Limited security services (Landing Zone integrates Cloud Guard, VSS, OSMS) This skill provides : Metrics, alarms, and troubleshooting for monitoring deployed WITHIN a Land...
|
1.4K |
| 8178 | visual-hierarchy | owl-listener/designer-skills |
Visual Hierarchy You are an expert in creating clear visual hierarchy that guides users through interfaces. What You Do You establish visual hierarchy ensuring users see the most important content first and can scan efficiently. Hierarchy Tools Size Larger elements draw attention first. Use size differences of at least 1.5x for clear distinction. Weight Bold text, thicker strokes, and filled icons carry more visual weight than light variants. Color and Contrast High contrast attracts attention. ...
|
1.4K |
| 8179 | frontend-design | vercel-labs/agent-eval |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
1.4K |
| 8180 | pydantic-ai-harness | pydantic/skills |
Building with Pydantic AI Harness Pydantic AI Harness is the official capability library for Pydantic AI. Capabilities that need model or framework support -- and those fundamental to every agent -- live in core pydantic-ai ; optional, batteries-included capabilities live here. Both are composed onto an agent through the same capabilities=[...] API. This skill covers the capabilities shipped by pydantic-ai-harness . For the core framework -- agents, tools, structured output, hooks, and testing -...
|
1.4K |
| 8181 | social-media-context-sms | blacktwist/social-media-skills |
When to Use User wants to set up or update their social media profile, voice, or audience User mentions "set up context," "my voice," or "my audience" User says "content pillars," "brand voice," or "who I'm writing for" User mentions "social media profile" or wants to avoid repeating foundational info User is starting a new project and needs to configure their identity before using other skills User wants to update their platforms, voice adjectives, or example posts Purpose You are an expert soc...
|
1.4K |
| 8182 | prompt-optimizer | getsentry/skills |
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
|
1.4K |
| 8183 | controlling-costs | axiomhq/skills |
Axiom Cost Control Dashboards, monitors, and waste identification for Axiom usage optimization. Before You Start Load required skills: skill: axiom-sre skill: building-dashboards Building-dashboards provides: dashboard-list, dashboard-get, dashboard-create, dashboard-update, dashboard-delete Find the audit dataset. Try axiom-audit first: ['axiom-audit'] | where _time > ago(1h) | summarize count() by action | where action in ('usageCalculated', 'runAPLQueryCost') If not found → ask user....
|
1.4K |
| 8184 | kelos-e2e | kelos-dev/e2e-skills |
Kelos e2e verification skill Run exactly this command and show its output: echo "KELOS_E2E_SKILL_MARKER_x7k2p9" Installs 806 Repository kelos-dev/e2e-skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 8185 | semgrep | semgrep/skills |
Semgrep Static Analysis When to Use Semgrep Ideal scenarios: Quick security scans (minutes, not hours) Pattern-based bug detection Enforcing coding standards and best practices Finding known vulnerability patterns Single-file analysis without complex data flow First-pass analysis before deeper tools Consider CodeQL instead when: Need interprocedural taint tracking across files Complex data flow analysis required Analyzing custom proprietary frameworks When NOT to Use Do NOT use this skill f...
|
1.4K |
| 8186 | kotlin-multiplatform | vitorpamplona/amethyst |
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
|
1.4K |
| 8187 | linter-docs | zernie/vigiles |
Reference material for the linters vigiles cross-references. Open the file for the linter you're working with when you need exact rule names, AST selectors, or config details to author an enforce() rule (or diagnose why one is reported missing or disabled). Linter Reference ESLint eslint.md — plugin table, AST selectors, type-aware rules, auto-fix Ruff ruff.md — 800+ reimplemented rules, selection, auto-fix, pyproject config Pylint pylint.md — plugin table, astroid AST, type inference, custom ch...
|
1.4K |
| 8188 | mapbox-search-patterns | mapbox/mapbox-agent-skills |
Mapbox Search Patterns Skill Expert guidance for AI assistants on using Mapbox search tools effectively. Covers tool selection, parameter optimization, and best practices for geocoding, POI search, and location discovery. Available Search Tools 1. search_and_geocode_tool Best for: Specific places, addresses, brands, named locations Use when query contains: Specific names: "Starbucks on 5th Avenue", "Empire State Building" Brand names: "McDonald's", "Whole Foods" Addresses: "123 Main Street, Seat...
|
1.4K |
| 8189 | typeui-fundamentals | bergside/typeui |
Design Fundamentals — Agent Instructions Universal design principles that define why patterns work, how to apply them correctly, and what accessibility requirements are non-negotiable. These are timeless, design-system-agnostic foundations that apply to every surface regardless of vertical or workflow phase. Load order Read these files after loading the design system ( SKILL.md / DESIGN.md + token modules). The design system tells you what token to use; these files explain why that decision is c...
|
1.4K |
| 8190 | dotnet-aot-compat | dotnet/skills |
No SKILL.md available for this skill. View on GitHub Installs 333 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 10, 2026
|
1.4K |
| 8191 | gke-cost-optimization | google/skills |
GKE Cost Optimization This reference covers strategies and workflows for reducing Google Kubernetes Engine (GKE) costs while maintaining a secure and reliable posture. MCP Tools: get_k8s_resource , describe_k8s_resource , apply_k8s_manifest , patch_k8s_resource , get_cluster Golden Path Cost Features The golden path already includes cost-optimizing settings: Show more Installs 859 Repository google/skills GitHub Stars 17.2K First Seen Jul 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
1.4K |
| 8192 | google-cloud-solution-rag-enterprise-search-gke-sqldb | google/skills |
RAG for enterprise search using GKE and AlloyDB This skill provides a workflow to design and implement a secure, low-latency, and high-accuracy RAG-enabled conversational search solution for private enterprise content by using an AlloyDB database, Cloud Storage, and a Google Kubernetes Engine (GKE) cluster to host all the application components, including an open model and an open-source inference framework. Overview of the workflow Show more Installs 868 Repository google/skills GitHub Stars 17...
|
1.4K |
| 8193 | gke-cost-analysis | google/skills |
GKE Cost Analysis This skill provides guidance on answering natural language questions about GKE-related costs, billing reports, and utilization analysis. Overview When users ask about GKE costs (e.g., "What are my costs across projects?", "What's my most expensive namespace?", "Why is my cluster cost spiking?"), use this skill to provide a structured and expert response using BigQuery billing exports, cost allocation metadata, and live cluster metrics. Instructions When handling a cost-related ...
|
1.4K |
| 8194 | tailwindcss | mindrally/skills |
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
|
1.4K |
| 8195 | business-analyst | sickn33/agentic-awesome-skills |
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
|
1.4K |
| 8196 | color-system | owl-listener/designer-skills |
Color System You are an expert in building systematic, accessible color palettes for digital products. What You Do You create comprehensive color systems with raw palettes, semantic mapping, and accessibility compliance. Color System Layers 1. Brand Palette Primary, secondary, and accent colors with full tonal scales (50-950 or equivalent). 2. Neutral Palette Gray scale for text, backgrounds, borders, and surfaces. 3. Semantic Colors Success (green), warning (amber), error (red), info (blue) Eac...
|
1.4K |
| 8197 | redis-observability | redis/agent-skills |
Redis Observability What to watch, what to run, and what to alert on. Covers the metrics every Redis deployment should monitor and the built-in commands for ad-hoc diagnosis. When to apply Setting up monitoring or alerts for a Redis instance. Diagnosing a Redis performance regression (high latency, memory pressure, connection storms). Profiling a slow FT.SEARCH or pipeline. Wiring Redis metrics into Prometheus, Datadog, CloudWatch, or similar. 1. Monitor these metrics These come from INFO and sh...
|
1.4K |
| 8198 | brand-identity | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
1.4K |
| 8199 | para-memory-files | paperclipai/paperclip |
PARA Memory Files Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to $AGENT_HOME . Three Memory Layers Layer 1: Knowledge Graph ( $AGENT_HOME/life/ -- PARA) Entity-based storage. Each entity gets a folder with two tiers: summary.md -- quick context, load first. items.yaml -- atomic facts, load on demand. Show more Installs 749 Repository getpaperclipai/paperclip First Seen 2 days ago S...
|
1.4K |
| 8200 | clickup | civitai/civitai |
ClickUp Interact with ClickUp tasks and documents via the API. Get task information, view comments, create tasks, manage assignments, post updates, and create/edit documents. Setup Copy .env-example to .env in this skill directory Add your ClickUp Personal API Token (starts with pk_ ) Generate token at: ClickUp Settings > Apps > API Token cp .claude/skills/clickup/.env-example .claude/skills/clickup/.env Edit .env and add your token Team ID and User ID are auto-detected and cached on first use....
|
1.4K |