███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11051 | incident-response-plan | aj-geddes/useful-ai-prompts |
Incident Response Plan Overview Structured approach to detecting, responding to, containing, and recovering from security incidents with comprehensive playbooks and automation. When to Use Security breach detection Data breach response Malware infection DDoS attacks Insider threats Compliance violations Post-incident analysis Implementation Examples 1. Incident Response Framework incident_response.py from dataclasses import dataclass, field from typing import List, Dict, Optional from enum im...
|
341 |
| 11052 | oauth-integrations | jezweb/claude-skills |
OAuth Integrations for Edge Environments Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes. GitHub OAuth Required Headers GitHub API has strict requirements that differ from other providers. Header Requirement User-Agent REQUIRED - Returns 403 without it Accept application/vnd.github+json recommended const resp = await fetch('https://api.github.com/user', { headers: { Authorization: `Bearer ${accessToken}`, 'User-Agent': 'MyApp/1.0', // Required! ...
|
341 |
| 11053 | solana | mindrally/skills |
Solana Development You are an expert in Solana blockchain development with Rust and the Anchor framework. Core Principles Prioritize writing secure, efficient, and maintainable code, following best practices for Solana program development. Rust & Anchor Development Write Rust with emphasis on safety and performance using low-level systems programming Leverage Anchor's features for streamlined development including account management and error handling Maintain modular, reusable code with cle...
|
341 |
| 11054 | video-ad-analysis | openclaudia/openclaudia-skills |
Video Ad Analysis Skill You are a creative strategist specializing in video ad deconstruction. Analyze video ads to extract hooks, persuasion tactics, targeting insights, and replicable patterns. Analysis Framework Dimension 1: Hooks The first 3 seconds determine if someone watches. Identify: Spoken hook: What's the first thing said? Visual hook: What's the first thing shown? Text hook: What on-screen text appears first? Hook categories: Hook Type Example When It Works Problem callout "Tired of ...
|
341 |
| 11055 | wechat-studio | chouheiwa/wechat-studio |
WeChat Studio 微信公众号内容创作全流程工具:Markdown 排版、写作助手、AI 去痕、图片上传、草稿发布。 路径解析(重要) 本 skill 的脚本位于 SKILL.md 所在目录下。执行任何脚本之前, 必须 先确定本文件的实际路径,并以此推导脚本目录。 规则: 以下文档中所有 $SKILL_DIR 占位符应替换为本 SKILL.md 文件所在的目录路径。 例如:如果本文件位于 /Users/xxx/Desktop/AI/skills/wechat-studio/SKILL.md ,则 $SKILL_DIR = /Users/xxx/Desktop/AI/skills/wechat-studio 。 SKILL_DIR = "<本 SKILL.md 文件所在目录的绝对路径>" 功能一:Markdown → 微信 HTML convert.mjs 直接将 Markdown 渲染为带主题样式的微信公众号 HTML,无需 AI 参与。 输出到文件 node " $SKILL_DIR /scripts/convert.mjs" -i article.md -t autumn...
|
341 |
| 11056 | commit | sickn33/antigravity-awesome-skills |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
341 |
| 11057 | esbuild-bundler | mindrally/skills |
esbuild Bundler You are an expert in esbuild, the extremely fast JavaScript and TypeScript bundler written in Go. Follow these guidelines when working with esbuild configurations. Core Principles esbuild is 10-100x faster than traditional bundlers Zero configuration needed for most use cases Native TypeScript and JSX support without additional setup Focus on speed while maintaining code quality Written in Go for native performance Project Structure project/ ├── src/ │ ├── index.ts ...
|
341 |
| 11058 | synapse-a2a | s-hiraoku/synapse-a2a |
Inter-agent communication framework via Google A2A Protocol. Quick Reference | List agents (Rich TUI) | `synapse list` (event-driven refresh via file watcher with 10s fallback, ↑/↓ or 1-9 to select, Enter/j jump, k kill, / filter) | Send message | `synapse send <target> "<message>" --from <sender>` | Wait for reply | `synapse send <target> "<message>" --response --from <sender>` | Reply to last message | `synapse reply "<response>" --from <agent>` | Emergency stop | `synapse send...
|
341 |
| 11059 | alicloud-observability-sls-log-query | cinience/alicloud-skills |
Category: service SLS Log Query and Troubleshooting Use SLS query|analysis syntax and Python SDK for log search, filtering, and analytics. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install -U aliyun-log-python-sdk Configure environment variables: ALIBABA_CLOUD_ACCESS_KEY_ID ALIBABA_CLOUD_ACCESS_KEY_SECRET SLS_ENDPOINT (e.g. cn-hangzhou.log.aliyuncs.com ) SLS_PROJECT SLS_LOGSTORE (supports a ...
|
340 |
| 11060 | openai-image-gen | steipete/clawdis |
OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Run Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). python3 { baseDir } /scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html if ~/Projects/tmp exists; else ./tmp/... Useful flags: GPT image m...
|
340 |
| 11061 | site-audit | webflow/webflow-skills |
Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats. 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_cm...
|
340 |
| 11062 | gap-analysis | aj-geddes/useful-ai-prompts |
Gap Analysis Overview Gap analysis systematically compares current capabilities with desired future state, revealing what needs to change and what investments are required. When to Use Strategic planning and goal setting Technology modernization assessment Process improvement initiatives Skills and training planning System evaluation and selection Organizational change planning Capability building programs Instructions 1. Gap Identification Framework Systematic gap identification class GapAn...
|
340 |
| 11063 | ml model training | aj-geddes/useful-ai-prompts |
ML Model Training Training machine learning models involves selecting appropriate algorithms, preparing data, and optimizing model parameters to achieve strong predictive performance. Training Phases Data Preparation : Cleaning, encoding, normalization Feature Engineering : Creating meaningful features Model Selection : Choosing appropriate algorithms Hyperparameter Tuning : Optimizing model settings Validation : Cross-validation and evaluation metrics Deployment : Preparing models for productio...
|
340 |
| 11064 | circuit-breaker-pattern | aj-geddes/useful-ai-prompts |
Circuit Breaker Pattern Overview Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail. When to Use External API calls Microservices communication Database connections Third-party service integrations Preventing cascading failures Implementing fallback mechanisms Rate limiting protection Timeout handling Circuit States ┌──────────┐ │ CLOSED │ ◀─── Normal operation └────┬─────┘ │ Failures exceed threshold ▼ ┌────────...
|
340 |
| 11065 | cloud-security-configuration | aj-geddes/useful-ai-prompts |
Cloud Security Configuration Overview Cloud security requires comprehensive strategies spanning identity management, encryption, network controls, compliance, and threat detection. Implement defense-in-depth with multiple layers of protection and continuous monitoring. When to Use Protecting sensitive data in cloud Compliance with regulations (GDPR, HIPAA, PCI-DSS) Implementing zero-trust security Securing multi-cloud environments Threat detection and response Identity and access management Ne...
|
340 |
| 11066 | serverless-architecture | aj-geddes/useful-ai-prompts |
Serverless Architecture Overview Serverless architecture enables building complete applications without managing servers. Design event-driven, scalable systems using managed compute services, databases, and messaging systems. Pay only for actual usage with automatic scaling. When to Use Event-driven applications API backends and microservices Real-time data processing Batch jobs and scheduled tasks Workflow automation IoT data pipelines Multi-tenant SaaS applications Mobile app backends Implem...
|
340 |
| 11067 | fda-consultant-specialist | davila7/claude-code-templates |
FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, Quality System Regulation (QSR), HIPAA compliance, and device cybersecurity requirements. Table of Contents FDA Pathway Selection 510(k) Submission Process QSR Compliance HIPAA for Medical Devices Device Cybersecurity Resources FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. Decision Framework Predicat...
|
340 |
| 11068 | codex-oauth-automation-extension | aradotso/trending-skills |
Codex OAuth Automation Extension Skill by ara.so — Daily 2026 Skills collection. A Chrome extension that automates the full OpenAI OAuth registration/login flow including email verification, CPA callback handling, and multi-round batch execution. Supports DuckDuckGo, QQ Mail, 163 Mail, and Inbucket as verification code sources. Installation Clone the repository: git clone https://github.com/QLHazyCoder/codex-oauth-automation-extension.git cd codex-oauth-automation-extension Load in Chrome: Navig...
|
340 |
| 11069 | puremac-macos-cleaner | aradotso/trending-skills |
PureMac macOS Cleaner Skill by ara.so — Daily 2026 Skills collection. PureMac is a free, native SwiftUI macOS application that cleans system junk, user caches, Xcode derived data, Homebrew caches, mail attachments, and purgeable APFS space. It is a privacy-respecting, open-source alternative to CleanMyMac X with no telemetry, no subscriptions, and no network calls. Install Homebrew (recommended) brew tap momenbasel/tap brew install --cask puremac Direct Download Download the latest .app from Rel...
|
340 |
| 11070 | webapp-testing | davila7/claude-code-templates |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
340 |
| 11071 | design-md | sickn33/antigravity-awesome-skills |
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
|
340 |
| 11072 | interactive-portfolio | davila7/claude-code-templates |
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
|
340 |
| 11073 | performance-profiling | davila7/claude-code-templates |
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
|
340 |
| 11074 | ln-730-devops-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates DevOps infrastructure setup by delegating to specialized workers. Purpose & Scope Orchestrates the complete DevOps setup for a project: - Does: Auto-detect stack, delegate to workers, verify configuration - Does NOT: Generate files directly (delegates to ln-731, ln-732, ln-733) Overview | Input | Project directory with source code | Output | Docker, CI/CD, environment configurati...
|
340 |
| 11075 | 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...
|
340 |
| 11076 | nodejs-development | mindrally/skills |
Node.js Development Guidelines You are an expert in Node.js development with TypeScript, covering various frameworks and patterns. Payload CMS with Next.js Project Setup project/ ├── src/ │ ├── app/ Next.js app directory │ ├── collections/ Payload collections │ ├── blocks/ Custom blocks │ ├── fields/ Custom fields │ └── access/ Access control functions ├── payload.config.ts Payload configuration └── next.config.js Next.js con...
|
340 |
| 11077 | task | camacho/ai-skills |
/task Surface Routing Before starting, pick the right tool for the job: Activity Tool Why Architecture planning Claude Code /plan Opus, 1M context Feature implementation Claude Code Hooks, subagents, worktrees Quick single-file fix VS Code Claude ext Faster for small scope DevOps / terminal Codex CLI Strong at terminal tasks Background refactor Codex Cloud Fire-and-forget PR Code review GitHub Actions Async, no session cost Test writing subagent: test-writer (CC) / inline (Codex) Isolated contex...
|
340 |
| 11078 | symfony:tdd-with-phpunit | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-phpunit<div
|
340 |
| 11079 | typescript-mcp | jezweb/claude-skills |
TypeScript MCP on Cloudflare Workers Last Updated: 2026-01-21 Versions: @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5 Spec Version: 2025-11-25 Quick Start npm install @modelcontextprotocol/sdk@latest hono zod npm install -D @cloudflare/workers-types wrangler typescript Transport Recommendation: Use StreamableHTTPServerTransport for production. SSE transport is deprecated and maintained for backwards compatibility only. Streamable HTTP provides better error recovery, bidirectional ...
|
339 |
| 11080 | crypto-agent-trading | crypto-com/crypto-agent-trading |
Skill: crypto-agent-trading Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract f...
|
339 |
| 11081 | huggingface-tokenizers | davila7/claude-code-templates |
HuggingFace Tokenizers - Fast Tokenization for NLP Fast, production-ready tokenizers with Rust performance and Python ease-of-use. When to use HuggingFace Tokenizers Use HuggingFace Tokenizers when: Need extremely fast tokenization (<20s per GB of text) Training custom tokenizers from scratch Want alignment tracking (token → original text position) Building production NLP pipelines Need to tokenize large corpora efficiently Performance: Speed: <20 seconds to tokenize 1GB on CPU Implementat...
|
339 |
| 11082 | busybox-on-windows | sickn33/antigravity-awesome-skills |
BusyBox is a single binary that implements many common Unix tools. Use this skill only on Windows. If you are on UNIX, then stop here. Run the following steps only if you cannot find a busybox.exe file in the same directory as this document is. These are PowerShell commands, if you have a classic cmd.exe terminal, then you must use powershell -Command "..." to run them. Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed Print t...
|
339 |
| 11083 | review-and-simplify-changes | dimillian/skills |
Review and Simplify Changes Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-agents to review in parallel, but keep those sub-agents read-only: they should only inspect code and send findings back to the main agent. Only the main agent may apply high-confidence, behavior-preserving fixes. Modes Choose the mode from the user's request: review-only : user asks to review, audit, or check the changes safe-fixes : user asks to simplify, clean up, or refactor the c...
|
339 |
| 11084 | xlsx | bobmatnyc/claude-mpm-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
339 |
| 11085 | ln-140-test-docs-creator | levnikolaevich/claude-code-skills |
This skill creates and validates test documentation: testing-strategy.md (universal testing philosophy) + tests/README.md (test organization structure and Story-Level Test Task Pattern). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only test documentation (testing-strategy.md + tests/README.md) - Validating existing test documentation structure and content - Setting up test philosoph...
|
339 |
| 11086 | ln-631-test-business-logic-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing tests for Business Logic Focus (Category 1). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Business Logic Focus (Category 1: High Priority) - Detect tests validating framework/library behavior (NOT our code) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with framework detection patterns, tech stack, test file list. Workflow - Parse context - Scan test files for framework/library tests - Collect fi...
|
339 |
| 11087 | uptime-monitoring | aj-geddes/useful-ai-prompts |
Uptime Monitoring Overview Set up comprehensive uptime monitoring with health checks, status pages, and incident tracking to ensure visibility into service availability. When to Use Service availability tracking Health check implementation Status page creation Incident management SLA monitoring Instructions 1. Health Check Endpoints // Node.js health check const express = require('express'); const app = express(); app.get('/health', (req, res) => { res.json({ status: 'ok', timestamp...
|
339 |
| 11088 | form-validation | aj-geddes/useful-ai-prompts |
Form Validation Overview Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety. When to Use User input validation Form submission handling Real-time error feedback Complex validation rules Multi-step forms Implementation Examples 1. React Hook Form with TypeScript // types/form.ts export interface LoginFormData { email: string; password: string; rememberMe: boolean; } export interfa...
|
339 |
| 11089 | interaction-design | aj-geddes/useful-ai-prompts |
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
|
339 |
| 11090 | encore-frontend | encoredev/skills |
Frontend Integration with Encore Instructions Encore provides tools to connect your frontend applications to your backend APIs. Generate a TypeScript Client Generate client for local development encore gen client --output=./frontend/src/client.ts --env=local Generate client for a deployed environment encore gen client --output=./frontend/src/client.ts --env=staging This generates a fully typed client based on your API definitions. Using the Generated Client // frontend/src/client.ts is a...
|
339 |
| 11091 | maestro-e2e | raphaelbarbosaqwerty/maestro-dev-skills |
When to use Use this skill whenever you are: Creating E2E, UI, or integration tests Testing login, registration, or navigation flows Handling permission dialogs (camera, location, notifications) Debugging test failures or exploring UI hierarchy Working with Maestro test files (.yaml) Captions When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information. When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics ...
|
339 |
| 11092 | algorithmic-trading | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
339 |
| 11093 | model-pruning | davila7/claude-code-templates |
Model Pruning: Compressing LLMs When to Use This Skill Use Model Pruning when you need to: Reduce model size by 40-60% with <1% accuracy loss Accelerate inference using hardware-friendly sparsity (2-4× speedup) Deploy on constrained hardware (mobile, edge devices) Compress without retraining using one-shot methods Enable efficient serving with reduced memory footprint Key Techniques: Wanda (weights × activations), SparseGPT (second-order), structured pruning, N:M sparsity Papers: Wanda ICLR ...
|
339 |
| 11094 | nansen-smart-money-alpha | nansen-ai/nansen-cli |
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
|
339 |
| 11095 | ln-761-secret-scanner | levnikolaevich/claude-code-skills |
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation. Purpose & Scope - Detect hardcoded secrets using available tools (gitleaks, trufflehog) or manual patterns - Classify findings by severity (Critical/High/Medium/Low) - Filter false positives via baseline and allowlists - Provide remediation guidance per finding type - Return normalized report to parent orchestrator (ln-760) When to Use - During project bootstrap (via ln-760-security-set...
|
339 |
| 11096 | go-api-development | mindrally/skills |
Go API Development with Standard Library Core Principles Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, net/http package, and the new ServeMux introduced in Go 1.22 Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for the API structure, endpoints, and data flow in pseudocode, written out in great detail Write correct, up-to-date, bug-free, fully functional, secure, and efficien...
|
339 |
| 11097 | argocd-expert | personamanagmentlayer/pcl |
ArgoCD Expert You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices. Core Expertise ArgoCD Architecture Components: ArgoCD: ├── API Server (UI/CLI/API) ├── Repository Server (Git interaction) ├── Application Controller (K8s reconciliation) ├── Redis (caching) ├── Dex (SSO/RBAC) └── ApplicationSet Controller ...
|
339 |
| 11098 | skill-creator | dalestudy/skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
339 |
| 11099 | cms-collection-setup | webflow/webflow-skills |
CMS Collection Setup Create a new CMS collection with custom fields, relationships, and proper configuration. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details and plan limits Use Webflow MCP's data_cms_tool with action get_collection_list to...
|
338 |
| 11100 | cloudflare-durable-objects | jezweb/claude-skills |
Cloudflare Durable Objects Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs: https://developers.cloudflare.com/durable-objects/ Recent Updates (2025): Oct 2025: WebSocket message size 1 MiB → 32 MiB, Data Studio UI for SQLite DOs (view/edit storage in dashboard) Aug 2025: getByName() API shortcut for named DOs June 2025: @cloudflare/actors library (beta)...
|
338 |