███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2751 | 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)...
|
337 |
| 2752 | spring-boot-event-driven-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot Event-Driven Patterns Overview Implement Event-Driven Architecture (EDA) patterns in Spring Boot 3.x using domain events, ApplicationEventPublisher, @TransactionalEventListener, and distributed messaging with Kafka and Spring Cloud Stream. When to Use This Skill Use this skill when building applications that require: Loose coupling between microservices through event-based communication Domain event publishing from aggregate roots in DDD architectures Transactional event listeners en...
|
337 |
| 2753 | ctf-osint | ljagiello/ctf-skills |
CTF OSINT Quick reference for OSINT CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources social-media.md - Twitter/X (user IDs, Snowflake timestamps, Nitter, memory.lol, Wayback CDX), Tumblr (blog checks, post JSON, avatars), BlueSky search + API, Unicode homoglyph steganography, Discord API, username OSINT (namechk, whatsmyname), platform false positives, multi-platform chains geolocation-and-media.md - Image analysis, reverse image se...
|
337 |
| 2754 | twill-cloud-coding-agent | twillai/skills |
Twill Cloud Coding Agent Use this skill to run Twill workflows through the public v1 API. Setup Set API key and optional base URL: export TWILL_API_KEY = "your_api_key" export TWILL_BASE_URL = " ${TWILL_BASE_URL :- https : / / twill.ai} " All API calls use: Authorization: Bearer $TWILL_API_KEY Use this helper to reduce repetition: api ( ) { curl -sS " $@ " \ -H "Authorization: Bearer $TWILL_API_KEY " \ -H "Content-Type: application/json" } Endpoint Coverage (Public v1) GET /api/v1/auth/me GET /a...
|
337 |
| 2755 | 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...
|
337 |
| 2756 | prd-to-plan | mattpocock/skills |
PRD to Plan Break a PRD into a phased implementation plan using vertical slices (tracer bullets). Output is a Markdown file in ./plans/ . Process 1. Confirm the PRD is in context The PRD should already be in the conversation. If it isn't, ask the user to paste it or point you to the file. 2. Explore the codebase If you have not already explored the codebase, do so to understand the current architecture, existing patterns, and integration layers. 3. Identify durable architectural decisions Before...
|
337 |
| 2757 | vercel-blob | jezweb/claude-skills |
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
|
337 |
| 2758 | unit-test-wiremock-rest-api | giuseppe-trisciuoglio/developer-kit |
Unit Testing REST APIs with WireMock Overview This skill provides comprehensive patterns for unit testing external REST API integrations using WireMock. It covers stubbing HTTP responses, verifying requests, testing error scenarios (4xx/5xx responses), and ensuring fast, reliable tests without real network dependencies. When to Use Use this skill when: Testing services that call external REST APIs Need to stub HTTP responses for predictable test behavior Want to test error scenarios (timeouts, 5...
|
336 |
| 2759 | wp-wpcli-and-ops | wordpress/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 ...
|
336 |
| 2760 | ctf-pwn | ljagiello/ctf-skills |
CTF Binary Exploitation (Pwn) Quick reference for binary exploitation (pwn) CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources overflow-basics.md - Stack/global buffer overflow, ret2win, canary bypass, canary byte-by-byte brute force on forking servers, struct pointer overwrite, signed integer bypass, hidden gadgets, stride-based OOB read leak rop-and-shellcode.md - ROP chains (ret2libc, syscall ROP), SROP with UTF-8 constraints, shel...
|
336 |
| 2761 | css-architecture | aj-geddes/useful-ai-prompts |
CSS Architecture Overview Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions. When to Use Large-scale stylesheets Component-based styling Design system development Multiple team collaboration CSS scalability and reusability Implementation Examples 1. BEM (Block Element Modifier) Pattern /* Block - standalone component */ .button { display: inline-block; padding: 10px 20px; border: n...
|
336 |
| 2762 | mcp-builder | jezweb/claude-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
336 |
| 2763 | ctf-forensics | ljagiello/ctf-skills |
CTF Forensics & Blockchain Quick reference for forensics CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources 3d-printing.md - 3D printing forensics (PrusaSlicer binary G-code, QOIF, heatshrink) windows.md - Windows forensics (registry, SAM, event logs, recycle bin, USN journal, PowerShell history, Defender MPLog, WMI persistence, Amcache) network.md - Network forensics (PCAP, SMB3, WordPress, credentials, NTLMv2 cracking, USB HID steno...
|
335 |
| 2764 | reanimated-skia-performance | andreev-danila/skills |
Use for state-driven style changes where you do not need bespoke worklets. ``` import Animated from 'react-native-reanimated'; <Animated.View style={{ width: expanded ? 240 : 160, opacity: enabled ? 1 : 0.6, transitionProperty: ['width', 'opacity'], transitionDuration: 220, transitionTimingFunction: 'ease-in-out', }} /> ``` Reanimated v4 CSS animations (keyframes) Use for keyframe-like sequences (pulses, wiggles, repeated loops) without writing custom worklets. Sup...
|
335 |
| 2765 | docx | appautomaton/document-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
335 |
| 2766 | agent-manager-skill | davila7/claude-code-templates |
Agent Manager Skill When to use Use this skill when you need to: run multiple local CLI agents in parallel (separate tmux sessions) start/stop agents and tail their logs assign tasks to agents and monitor output schedule recurring agent work (cron) Prerequisites Install agent-manager-skill in your workspace: git clone https://github.com/fractalmind-ai/agent-manager-skill.git Common commands python3 agent-manager/scripts/main.py doctor python3 agent-manager/scripts/main.py list python3 agent-mana...
|
335 |
| 2767 | prompt-optimizer | daymade/claude-code-skills |
Prompt Optimizer Overview Optimize vague prompts into precise, actionable specifications using EARS (Easy Approach to Requirements Syntax) - a Rolls-Royce methodology for transforming natural language into structured, testable requirements. Methodology inspired by: This skill's approach to combining EARS with domain theory grounding was inspired by 阿星AI工作室 (A-Xing AI Studio) , which demonstrated practical EARS application for prompt enhancement. Four-layer enhancement process: EARS syntax transf...
|
335 |
| 2768 | finance-based-pricing-advisor | deanpeters/product-manager-skills |
Purpose Evaluate the financial impact of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment. What this is: Financial impact evaluation for pricing decisions you're already considering. What this is NOT: Comprehensive pricing strategy design, value-based pricing framewo...
|
335 |
| 2769 | 3d-web-experience | davila7/claude-code-templates |
3D Web Experience Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability. Capabilities Three.js implementation React Three Fiber WebGL optimization 3D model integration Spline workflows 3D product configurators Interactive 3D scenes 3D performance optimi...
|
335 |
| 2770 | positioning-statement | deanpeters/product-manager-skills |
Purpose Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value proposition is crisp and defensible. This is not a tagline or elevator pitch—it's a strategic clarity tool that forces you to make hard choices about target, need, and differe...
|
335 |
| 2771 | spring-data-neo4j | giuseppe-trisciuoglio/developer-kit |
Spring Data Neo4j Integration Patterns When to Use This Skill To use this skill when you need to: Set up Spring Data Neo4j in a Spring Boot application Create and map graph node entities and relationships Implement Neo4j repositories with custom queries Write Cypher queries using @Query annotations Configure Neo4j connections and dialects Test Neo4j repositories with embedded databases Work with both imperative and reactive Neo4j operations Map complex graph relationships with bidirectional or u...
|
334 |
| 2772 | epic-hypothesis | deanpeters/product-manager-skills |
Purpose Frame epics as testable hypotheses using an if/then structure that articulates the action or solution, the target beneficiary, the expected outcome, and how you'll validate success. Use this to manage uncertainty in product development by making assumptions explicit, defining lightweight experiments ("tiny acts of discovery"), and establishing measurable success criteria before committing to full build-out. This is not a requirements spec—it's a hypothesis you're testing, not a feature y...
|
334 |
| 2773 | cloudflare-deploy | openai/skills |
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
|
334 |
| 2774 | r3f-best-practices | emalorenzo/three-agent-skills |
Comprehensive guide for React Three Fiber and the Poimandres ecosystem. Contains 70+ rules across 12 categories, prioritized by impact. Sources & Credits Additional tips from [100 Three.js Tips](https://www.utsubo.com/blog/threejs-best-practices-100-tips) by [Utsubo](https://www.utsubo.com) When to Apply Reference these guidelines when: - Writing new R3F components - Optimizing R3F performance (re-renders are the 1 issue) - Using Drei helpers correctly - Managing state with Zustand - ...
|
334 |
| 2775 | paid-ads | sickn33/antigravity-awesome-skills |
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. 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....
|
334 |
| 2776 | slack-bot-builder | sickn33/antigravity-awesome-skills |
Slack Bot Builder Patterns Bolt App Foundation Pattern The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic. Key benefits: Event handling in a few lines of code Security checks and payload validation built-in Organized, consistent patterns Works for experiments and production Available in: Python, JavaScript (Node.js), Java When to use: ['Starting any ne...
|
334 |
| 2777 | tam-sam-som-calculator | deanpeters/product-manager-skills |
Purpose Guide product managers through calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for a product idea by asking adaptive, contextually relevant questions. Use this to build defensible market size estimates backed by real-world citations, economic projections, and population data—essential for pitching to investors, securing budget, or validating product-market fit. This is not a back-of-napkin guess—it's a structured, ci...
|
333 |
| 2778 | notebooklm | sickn33/antigravity-awesome-skills |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
333 |
| 2779 | evomap | nowloady/evomapscriptshub001 |
EvoMap -- AI Agent Integration Guide EvoMap is a collaborative evolution marketplace where AI agents contribute validated solutions and earn from reuse. This document describes the GEP-A2A protocol for agent integration. 🛠 Automation Script (Recommended) A lightweight Python client is available to handle the complex A2A protocol (envelope wrapping, SHA256 hashing, etc.). Path : {baseDir}/scripts/evomap_client.py Usage Examples (via Python) import sys sys . path . append ( "{baseDir}/scripts" ) f...
|
333 |
| 2780 | cloudflare-mcp-server | jezweb/claude-skills |
Cloudflare MCP Server Skill Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript. Status: Production Ready ✅ Last Updated: 2026-01-21 Latest Versions: @modelcontextprotocol/sdk@1.25.3, @cloudflare/workers-oauth-provider@0.2.2, agents@0.3.6 Recent Updates (2025): September 2025: Code Mode (agents write code vs calling tools, auto-generated TypeScript API from schema) August 2025: MCP Elicitation (interactive workflows, user input during execution), Task ...
|
333 |
| 2781 | microcopy | lobehub/lobehub |
LobeHub UI Microcopy Guidelines Brand: Where Agents Collaborate - Focus on collaborative agent system, not just "generation". Fixed Terminology Chinese English 空间 Workspace 助理 Agent 群组 Group 上下文 Context 记忆 Memory 连接器 Integration 技能 Skill 助理档案 Agent Profile 话题 Topic 文稿 Page 社区 Community 资源 Resource 库 Library 模型服务商 Provider 评测 Evaluation 基准 Benchmark 数据集 Dataset 用例 Test Case Brand Principles Create : One sentence → usable Agent; clear next step Collaborate : Multi-agent; shared Context; controlled...
|
333 |
| 2782 | deployment-procedures | sickn33/antigravity-awesome-skills |
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
|
333 |
| 2783 | cloudflare-images | jezweb/claude-skills |
Cloudflare Images Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: Cloudflare account with Images enabled Latest Versions: Cloudflare Images API v2, @cloudflare/workers-types@4.20260108.0 Recent Updates (2025): February 2025: Content Credentials support (C2PA standard) - preserve image provenance chains, automatic cryptographic signing of transformations August 2025: AI Face Cropping GA (gravity=face with zoom control, GPU-based RetinaFace, 99.4% precision) May 2025: Media Tr...
|
333 |
| 2784 | langchain4j-rag-implementation-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j RAG Implementation Patterns When to Use This Skill Use this skill when: Building knowledge-based AI applications requiring external document access Implementing question-answering systems over large document collections Creating AI assistants with access to company knowledge bases Building semantic search capabilities for document repositories Implementing chat systems that reference specific information sources Creating AI applications requiring source attribution Building domain-sp...
|
333 |
| 2785 | netlify-deploy | openai/skills |
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
|
333 |
| 2786 | cosmos-dbt-fusion | astronomer/agents |
Cosmos + dbt Fusion: Implementation Checklist Execute steps in order. This skill covers Fusion-specific constraints only. Version note : dbt Fusion support was introduced in Cosmos 1.11.0. Requires Cosmos ≥1.11. Reference : See reference/cosmos-config.md for ProfileConfig, operator_args, and Airflow 3 compatibility details. Before starting , confirm: (1) dbt engine = Fusion (not Core → use cosmos-dbt-core ), (2) warehouse = Snowflake, Databricks, Bigquery and Redshift only. Fusion-Specific Const...
|
332 |
| 2787 | lean-ux-canvas | deanpeters/product-manager-skills |
Purpose Guide product managers through creating Jeff Gothelf's Lean UX Canvas (v2) —a one-page facilitation tool that frames work around a business problem to solve , not a solution to implement . Use this to align cross-functional teams around core assumptions, craft testable hypotheses, and ensure learning happens every sprint by exposing gaps in understanding (problem, users, value, and why the solution should work). This is not a roadmap or feature list—it's an "insurance policy" that turns ...
|
332 |
| 2788 | shadcn-ui-expert | majesteitbart/talentmatcher |
shadcn-ui Expert shadcn-ui is a collection of beautifully-designed, accessible React components built with TypeScript, Tailwind CSS, and Radix UI primitives. This skill guides you through component selection, implementation, customization, and best practices. Quick Start Installation First, initialize shadcn-ui in your project: npx shadcn-ui@latest init This creates a components.json file for configuration. Choose your framework: Next.js (App Router recommended) Vite Remix Astro Laravel G...
|
332 |
| 2789 | azure-auth | jezweb/claude-skills |
Azure Auth - Microsoft Entra ID for React + Cloudflare Workers Package Versions: @azure/msal-react@5.0.2, @azure/msal-browser@5.0.2, jose@6.1.3 Breaking Changes: MSAL v4→v5 migration (January 2026), Azure AD B2C sunset (May 2025 - new signups blocked, existing until 2030), ADAL retirement (Sept 2025 - complete) Last Updated: 2026-01-21 Architecture Overview ┌─────────────────────┐ ┌──────────────────────┐ ┌─────────────────────┐ │ React SPA │────▶│ Microsoft Entra ID │────▶...
|
332 |
| 2790 | customer-journey-mapping-workshop | deanpeters/product-manager-skills |
Purpose Guide product managers through creating a customer journey map by asking adaptive questions about the actor (persona), scenario/goal, journey phases, actions/emotions, and opportunities for improvement. Use this to visualize the end-to-end customer experience, identify pain points, and create a shared mental model across teams—avoiding surface-level feature lists and ensuring discovery work focuses on real customer problems, not assumed solutions. This is not a feature roadmap—it's a dis...
|
332 |
| 2791 | google-gemini-file-search | jezweb/claude-skills |
Google Gemini File Search Setup Overview Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations. What This Skill Provides: Complete @google/genai File Search API setup 8 documented errors with prevention strategies Chunking best practices for optimal retrieval Cost optimization ($0.15/1M tokens indexing, 3x storage multiplier) Cloudflare Work...
|
332 |
| 2792 | snowflake-platform | jezweb/claude-skills |
Snowflake Platform Skill Build and deploy applications on Snowflake's AI Data Cloud using the snow CLI, Cortex AI functions, Native Apps, and Snowpark. Quick Start Install Snowflake CLI pip install snowflake-cli snow --version Should show 3.14.0+ Configure Connection Interactive setup snow connection add Or create ~/.snowflake/config.toml manually [ connections.default ] account = "orgname-accountname" user = "USERNAME" authenticator = "SNOWFLAKE_JWT" private_key_path = "~/.snowflake/rs...
|
331 |
| 2793 | cloudflare-vectorize | jezweb/claude-skills |
Cloudflare Vectorize Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup), cloudflare-workers-ai (for embeddings) Latest Versions: wrangler@4.59.3, @cloudflare/workers-types@4.20260109.0 Token Savings: ~70% Errors Prevented: 1...
|
331 |
| 2794 | notion-knowledge-capture | openai/skills |
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
|
331 |
| 2795 | spring-boot-actuator | giuseppe-trisciuoglio/developer-kit |
Spring Boot Actuator Skill Overview Deliver production-ready observability for Spring Boot services using Actuator endpoints, probes, and Micrometer integration. Standardize health, metrics, and diagnostics configuration while delegating deep reference material to references/ . Support platform requirements for secure operations, SLO reporting, and incident diagnostics. When to Use Trigger: "enable actuator endpoints" – Bootstrap Actuator for a new or existing Spring Boot service. Trigger: "secu...
|
331 |
| 2796 | cloudflare-agents | jezweb/claude-skills |
Cloudflare Agents SDK Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended) Latest Versions: agents@0.3.3, @modelcontextprotocol/sdk@latest Production Tested: Cloudflare's own MCP servers (https://github.com/cloudflare/mcp-server-cloudflare) Recent Updates (2025-2026): Jan 2026: Agents SDK v0.3.6 with callable methods fix, protocol version support updates Nov 2025: Agents SDK v0.2.24+ with resumable streaming (streams persist across disconnects...
|
331 |
| 2797 | saas-economics-efficiency-metrics | deanpeters/product-manager-skills |
Purpose Determine whether your SaaS business model is fundamentally viable and capital-efficient. Use this to calculate unit economics, assess profitability, manage cash runway, and decide when to scale vs. optimize. Essential for fundraising, board reporting, and making smart investment trade-offs. This is not a finance reporting tool—it's a framework for PMs to understand whether the business can sustain growth, when to prioritize efficiency over growth, and which investments have positive ret...
|
331 |
| 2798 | ui-design-patterns | manutej/luxor-claude-marketplace |
UI Design Patterns A comprehensive guide to common user interface design patterns, component patterns, interaction patterns, and accessibility best practices for building modern web and mobile applications. When to Use This Skill Use this skill when you need to: Design User Interfaces: Create intuitive and user-friendly interface designs Implement UI Components: Build reusable interface components following established patterns Solve UX Problems: Address common user experience challenges wit...
|
331 |
| 2799 | capacitor-best-practices | cap-go/capacitor-skills |
Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill Setting up a new Capacitor project Reviewing Capacitor app architecture Optimizing app performance Implementing security measures Preparing for app store submission Project Structure Recommended Directory Layout my-app/ ├── src/ Web app source ├── android/ Android native project ├── ios/ iOS native project ├...
|
331 |
| 2800 | product-management | vasilyu1983/ai-agents-public |
Product Management (Jan 2026) This skill turns the assistant into an operator, not a lecturer. Everything here is: Executable: templates, checklists, decision flows Decision-first: measurable outcomes, explicit trade-offs, clear ownership Organized: resources for depth; templates for immediate copy-paste Modern Best Practices (Jan 2026): Evidence quality beats confidence: label signals strong/medium/weak; write what would change your mind. Outcomes > output: roadmaps are bets with measurabl...
|
330 |