███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6951 | feishu-cli-export | riba2534/feishu-cli |
飞书文档导出技能 将飞书云文档或知识库文档导出为本地 Markdown 文件,或导出为 PDF/Word 等格式。 前置条件 需要已配置飞书应用凭证( FEISHU_APP_ID / FEISHU_APP_SECRET ),通过环境变量或 ~/.feishu-cli/config.yaml 设置 应用需具备 docx:document 权限(文档导出)或 wiki:wiki:readonly 权限(知识库导出) 使用 --expand-mentions 展开 @用户时,还需 contact:user.base:readonly 权限 核心概念 Markdown 作为中间格式 :飞书云文档的内容通过 Markdown 格式导出到本地。选择 Markdown 作为中间格式,是因为它结构清晰、便于 Claude 理解和处理文档内容,同时也方便用户进行二次编辑或版本管理。中间文件默认存储在 /tmp 目录中。 使用方法 导出普通文档 /feishu-export < document_id > /feishu-export < document_id > ./output.md 导出知识库...
|
757 |
| 6952 | ink | vercel-labs/json-render |
@json-render/ink Ink terminal renderer that converts JSON specs into interactive terminal component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/ink/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/ink/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/ink" ; import { z } f...
|
757 |
| 6953 | best-minds | ceeon/best-minds |
Best Minds "Don't think of LLMs as entities but as simulators." — Andrej Karpathy 核心 不要问 AI "你怎么看"。 要问:这个问题,世界上谁最懂?TA 会怎么说? 然后模拟那个人。 原则 问题决定人数 — 一个人够就一个,需要碰撞才多个 找真正最懂的 — 不是找"合适的",是找"最强的" 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 引用原话 — 尽可能用 TA 说过的话 vs ai-coaches ai-coaches best-minds 从 13 个预设智者选 从全世界找 基于关键词匹配 基于问题本质
|
757 |
| 6954 | 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...
|
757 |
| 6955 | paper-assembly | lingzhi227/agent-research-skills |
Paper Assembly Orchestrate the entire paper pipeline end-to-end with state management and checkpointing. Input $0 — Paper project directory or paper plan References Orchestration patterns and state management: ~/.claude/skills/paper-assembly/references/orchestration-patterns.md Scripts Check pipeline completeness python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ --output checkpoint.json python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ ...
|
757 |
| 6956 | agent-trading-predictor | ruvnet/ruflo |
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
|
757 |
| 6957 | literature-search-biorxiv | google-deepmind/science-skills |
bioRxiv and medRxiv Literature Search Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://api.biorxiv.org/ and https://www.biorxiv.org/content/about-biorxiv and to always check the license of the papers retrieved by the skill for any restrictions, then (2) create the file recordi...
|
757 |
| 6958 | shipping-page-generator | kostja94/marketing-skills |
Pages: Shipping / Delivery Guides shipping and delivery information page content for e-commerce. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Regions : Domestic, international Carriers : Options, costs Timelines : Standard, express, cutoff times Best Practices Essential Elements Element Purp...
|
756 |
| 6959 | python-executor | inference-sh/skills |
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
|
756 |
| 6960 | earnings-preview-single | anthropics/financial-services-plugins |
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
|
756 |
| 6961 | responsive-web-design | aj-geddes/useful-ai-prompts |
Responsive Web Design Overview Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences. When to Use Multi-device applications Mobile-first development Accessible layouts Flexible UI systems Cross-browser compatibility Implementation Examples 1. Mobile-First Media Query Strategy /* Mobile styles (default) */ .container { display: flex; flex-direction: column; padding: 16px; gap: 16px; } .card {...
|
756 |
| 6962 | agile-product-owner | davila7/claude-code-templates |
Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. Table of Contents What Makes This Skill Different User Story Generation Workflow Acceptance Criteria Patterns Epic Breakdown Workflow Sprint Planning Workflow Backlog Prioritization Reference Documentation Tools Show more
|
756 |
| 6963 | go-testing | cxuu/golang-skills |
Go Testing Guidelines for writing clear, maintainable Go tests following Google's style. Useful Test Failures Normative: Test failures must be diagnosable without reading the test source. Every failure message should include: What caused the failure The function inputs The actual result (got) The expected result (want) Failure Message Format Use the standard format: YourFunc(%v) = %v, want %v // Good: if got := Add(2, 3); got != 5 { t.Errorf("Add(2, 3) = %d, want %d", got, 5) } // Ba...
|
756 |
| 6964 | frontend-design-direction | affaan-m/ecc |
Frontend Design Direction Use this skill when the work is not just making UI function, but making it feel purposeful, polished, and appropriate to the product domain. Source: salvaged from stale community PR 1659 by linus707 . Note: ECC intentionally does not rebundle the canonical Anthropic frontend-design skill. Install that from anthropics/skills when you want the official upstream skill. This skill is the ECC-specific design-direction salvage of the useful local guidance from 1659. When to U...
|
756 |
| 6965 | senior-security | davila7/claude-code-templates |
Senior Security Engineer Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration testing. Table of Contents Threat Modeling Workflow Security Architecture Workflow Vulnerability Assessment Workflow Secure Code Review Workflow Incident Response Workflow Security Tools Reference Tools and References Threat Modeling Workflow Show more
|
755 |
| 6966 | literature-search-europepmc | google-deepmind/science-skills |
Europe PMC Database A skill for searching, downloading, and exploring open-access papers from Europe PMC — a comprehensive, free life-science literature database with over 43 million abstracts and 9 million full-text articles. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://e...
|
755 |
| 6967 | domain-fintech | actionbook/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 592 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
755 |
| 6968 | asc-testflight-orchestration | rorkai/app-store-connect-cli-skills |
asc TestFlight orchestration Use this skill when managing TestFlight testers, groups, and build distribution. Export current config asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" Include builds/testers: asc testflight sync pull --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers Manage groups and testers Groups: asc testflight beta-groups list --app "APP_ID" --paginate asc testflight beta-groups create --app "APP_ID" --name "Beta Testers" Testers:...
|
755 |
| 6969 | social-share-generator | kostja94/marketing-skills |
Components: Social Share Buttons Guides implementation of share buttons that let users share the current page (article, post, product) to social platforms. Distinct from social profile links (footer links to your brand's X, LinkedIn, etc.) — share buttons share this content. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. ...
|
754 |
| 6970 | distribution-channels | kostja94/marketing-skills |
Channels: Distribution Channels Guides product distribution via third-party marketplaces and app stores. Distinct from directory-submission (curated lists, Product Hunt, Taaft)—marketplaces are storefronts where customers discover and purchase apps, plugins, or integrations. Hyperscaler marketplaces (AWS, Azure, GCP) alone are projected to process $85B+ in software sales by 2028. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then...
|
754 |
| 6971 | breadcrumb-generator | kostja94/marketing-skills |
Components: Breadcrumb Navigation Guides breadcrumb implementation for SEO, UX, and GEO. Breadcrumbs show users their location in the site hierarchy and help search engines understand content taxonomy. Well-implemented breadcrumbs can increase CTR by 20–30%, reduce bounce rates by up to 30%, and strengthen internal linking. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the u...
|
754 |
| 6972 | test-specialist | ailabs-393/ai-labs-claude-skills |
Test Specialist Overview Apply systematic testing methodologies and debugging techniques to JavaScript/TypeScript applications. This skill provides comprehensive testing strategies, bug analysis frameworks, and automated tools for identifying coverage gaps and untested code. Core Capabilities 1. Writing Test Cases Write comprehensive tests covering unit, integration, and end-to-end scenarios. Unit Testing Approach Structure tests using the AAA pattern (Arrange-Act-Assert): describe('Expens...
|
754 |
| 6973 | feishu-cli-import | riba2534/feishu-cli |
Markdown 导入技能 从本地 Markdown 文件创建或更新飞书云文档。 支持 Mermaid/PlantUML 图表转飞书画板、大表格自动拆分 。 CRITICAL: 每次创建新文档后, 必须立即 执行以下两步: 授予 full_access 权限: feishu-cli perm add <document_id> --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner <document_id> --doc-type docx --member-type email --member-id user@example.com --notification 详见下方"执行流程 → 创建新文档"。 核心特性 三阶段并发管道 :顺序创建块 → 并发处理图表/表格 → 失败回退 Mermaid/PlantUML → 飞书画板 : mermaid / plantum...
|
754 |
| 6974 | agent-payments | ruvnet/ruflo |
name: flow-nexus-payments description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus. color: pink You are a Flow Nexus Payments Agent, an expert in financial operations and credit management within the Flow Nexus ecosystem. Your expertise lies in seamless payment processing, intelligent credit management, and subscription optimization. Your core responsibilities: Manage rUv credit systems and bala...
|
754 |
| 6975 | rev-unicorn-debug | p4nda0s/reverse-skills |
rev-unicorn-debug - Unicorn Emulation Debugger Debug and emulate specific code fragments or functions using the Unicorn engine. Analyze context dependencies (JNI, syscalls, library functions) and simulate them through hook mechanisms to complete the user's debugging goal. Core Principles Load file raw first — do NOT parse ELF/PE/Mach-O headers. Read the file as raw bytes and map directly into Unicorn memory. We only need to emulate specific functions, not the entire binary. If raw loading fails ...
|
754 |
| 6976 | rev-idapython | p4nda0s/reverse-skills |
rev-idapython - IDAPython / IDALib Script Reference IDAPython script snippets for IDA interactive use and IDALib headless analysis. Use as reference when generating IDAPython code. IDAPython : scripts run inside IDA GUI (Script Command, plugin, or IDC console) IDALib : headless mode introduced in IDA 9.0 — run analysis scripts without opening the IDA GUI Common API Register Operations idc . get_reg_value ( 'rax' ) idaapi . set_reg_val ( "rax" , 1234 ) Debug Memory Operations idc . read_dbg_byte ...
|
754 |
| 6977 | flight-ticket-search | nomadamas/k-skill |
Flight Ticket Search What this skill does fast-flights 기반으로 Google Flights의 공개 검색 결과를 조회해 항공권 후보를 정리한다. API key, 로그인, 결제, CAPTCHA 우회 없이 무료 공개 표면만 사용한다. 제공 기능: 편도/왕복 항공권 검색 Google Flights 예약 검색 링크 생성 상위 후보 가격, 항공사, 출도착 시간, 소요시간, 경유 수 정리 날짜 범위, 월별, 연도별 샘플 비교 최저가, 평균가, 최고가 및 low / typical / high 가격 band 요약 예약 링크는 특정 판매자 결제 deep link가 아니라 Google Flights 검색 결과 링크 다. 실제 구매·결제·좌석 선택은 사용자가 브라우저에서 직접 진행해야 한다. When to use Show more
|
754 |
| 6978 | marketing-strategy-pmm | alirezarezvani/claude-skills |
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
|
753 |
| 6979 | m05-type-driven | zhanghandong/rust-skills |
Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Show more
|
753 |
| 6980 | ui-design-review | mastepanoski/claude-skills |
UI Design Review This skill enables AI agents to perform a comprehensive visual design and aesthetics evaluation of digital interfaces, analyzing elements like typography, color palettes, spacing, visual hierarchy, and overall design quality. While other UX skills focus on functionality and usability, this skill evaluates the visual polish, aesthetic appeal, and design craftsmanship that makes interfaces feel professional, trustworthy, and delightful. Use this skill to elevate visual design qual...
|
753 |
| 6981 | nextauth-authentication | mindrally/skills |
NextAuth Authentication You are an expert in NextAuth.js (Auth.js v5) authentication implementation. Follow these guidelines when integrating authentication in Next.js applications. Core Principles Use Auth.js v5 patterns and the universal auth() function Implement proper session management strategy based on your needs Always validate sessions server-side for sensitive operations Configure environment variables correctly with the AUTH_ prefix Installation npm install next-auth@beta Environmen...
|
753 |
| 6982 | scientific-writing | k-dense-ai/scientific-agent-skills |
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
|
753 |
| 6983 | scientific-brainstorming | davila7/claude-code-templates |
Scientific Brainstorming Overview Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving. When to Use This Skill This skill should be used when: Generating novel research ideas or directions Exploring interdisciplinary connections and analogies Challenging...
|
753 |
| 6984 | agent-platform-endpoint-management | google/skills |
Agent Platform Endpoint Management Overview This skill provides procedural knowledge for managing Agent Platform Endpoints. Endpoints are logical serving hosts that provide a stable URL for online predictions. You must create an endpoint before you can deploy a model to it. Safety & Confirmation Tiers (CRITICAL) Before executing any commands on behalf of the user, you MUST adhere to the following safety tiers based on the action requested: Show more Installs 481 Repository google/skills GitHub S...
|
753 |
| 6985 | persistent-memory | ropl-btc/agent-skills |
Persistent Memory Use this skill as the single memory system for this repository. Commands Use either command style: python3 .agents/skills/persistent-memory/scripts/memory.py <command> .agents/skills/persistent-memory/scripts/pmem <command> Supported commands: init sync (database-only health check) cleanup-legacy backfill-embeddings --batch 500 prune --source "<label>" [--older-than <days>] search "<query>" --limit 8 add "<memory text>" --tags "<comma,tags>" --source "assistant" recent --limit ...
|
752 |
| 6986 | sidebar-generator | kostja94/marketing-skills |
Components: Sidebar Guides sidebar design for content sites (blogs, docs). ~80% of users focus on the left; sidebars influence flow but can hurt conversion if overused. Posts without sidebars show 3.1x higher conversion; bottom-right sticky CTAs outperform sidebars (5.62% vs 0.58% CTR). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the m...
|
752 |
| 6987 | m02-resource | zhanghandong/rust-skills |
Resource Management Layer 1: Language Mechanics Core Question What ownership pattern does this resource need? Before choosing a smart pointer, understand: Is ownership single or shared? Is access single-threaded or multi-threaded? Are there potential cycles? Error → Design Question Show more
|
752 |
| 6988 | woocommerce-code-review | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
752 |
| 6989 | scrape-webpage | adobe/skills |
Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed...
|
752 |
| 6990 | legalize-es-spanish-legislation | aradotso/trending-skills |
Legalize ES — Spanish Legislation Git Repository Skill by ara.so — Daily 2026 Skills collection. What It Is legalize-es is a Git repository containing 8,600+ Spanish laws as Markdown files, with every legislative reform recorded as a Git commit. Each law is a single .md file named by its BOE identifier (e.g. BOE-A-1978-31229.md for the Spanish Constitution). Reform history goes back to 1960. Key capabilities: Full text search across all laws with grep Exact diff between any two versions of a law...
|
752 |
| 6991 | research-sources | kostja94/marketing-skills |
Strategies: Research Sources Guides selecting and organizing information sources for marketing research: content ideation, competitor monitoring, and industry tracking. Use this skill when planning where to gather signals for content, competitive intelligence, or market trends. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main outpu...
|
752 |
| 6992 | agent-coordination | ruvnet/ruflo |
Agent Coordination Skill Purpose Spawn and coordinate agents for complex multi-agent tasks. Agent Types Core Development coder , reviewer , tester , planner , researcher V3 Specialized security-architect , security-auditor , memory-specialist , performance-engineer Swarm Coordination hierarchical-coordinator , mesh-coordinator , adaptive-coordinator , collective-intelligence-coordinator Consensus byzantine-coordinator , raft-manager , gossip-coordinator , consensus-builder GitHub pr-manager , co...
|
752 |
| 6993 | embeddings | ruvnet/ruflo |
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
|
752 |
| 6994 | langchain | davila7/claude-code-templates |
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
|
752 |
| 6995 | oauth | mcollina/skills |
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
|
752 |
| 6996 | earnings-calendar | tradermonty/claude-trading-skills |
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
|
752 |
| 6997 | next | hairyf/skills |
Next.js is a React framework for building full-stack web applications. It provides file-system based routing, Server Components, automatic code splitting, image optimization, and built-in performance optimizations. Next.js supports both static site generation (SSG) and server-side rendering (SSR), making it ideal for building modern web applications. The skill is based on Next.js v16.2.0-canary.16, generated at 2026-01-30. Core References | File-System Routing | Routes defined by folder str...
|
751 |
| 6998 | use-cases-page-generator | kostja94/marketing-skills |
Pages: Use Cases Guides use case pages that bridge product features and real-world customer problems. Scenario-first is the primary organization. BOFU (bottom-of-funnel) pages for SaaS/B2B. Answer "when would I use it?" and "how does it help me?" — distinct from solutions (industry/outcome). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to ...
|
751 |
| 6999 | nodejs-backend-typescript | bobmatnyc/claude-mpm-skills |
Node.js Backend Development with TypeScript progressive_disclosure: entry_point: summary: "TypeScript backend patterns with Express/Fastify, routing, middleware, database integration" when_to_use: - "When building REST APIs with TypeScript" - "When creating Express/Fastify servers" - "When needing server-side TypeScript" - "When building microservices" quick_start: - "npm init -y && npm install -D typescript @types/node tsx" - "npm install express @types/express zod" - "Create tsconfig.json with...
|
751 |
| 7000 | zod-4 | prowler-cloud/prowler |
Breaking Changes from Zod 3 // ❌ Zod 3 (OLD) z.string().email() z.string().uuid() z.string().url() z.string().nonempty() z.object({ name: z.string() }).required_error("Required") // ✅ Zod 4 (NEW) z.email() z.uuid() z.url() z.string().min(1) z.object({ name: z.string() }, { error: "Required" }) Basic Schemas import { z } from "zod"; // Primitives const stringSchema = z.string(); const numberSchema = z.number(); const booleanSchema = z.boolean(); const dateSchema = z.date(); // Top-level valid...
|
751 |