Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,435
总 Skills
35.1M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
6551 academic-researcher silupanda/academic-researcher
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
316
6552 pytorch-fsdp davila7/claude-code-templates
Pytorch-Fsdp Skill Comprehensive assistance with pytorch-fsdp development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with pytorch-fsdp Asking about pytorch-fsdp features or APIs Implementing pytorch-fsdp solutions Debugging pytorch-fsdp code Learning pytorch-fsdp best practices Quick Reference Common Patterns Pattern 1: Generic Join Context Manager Created On: Jun 06, 2025 | Last Updated On: Jun 06, 2025 The generic join conte...
316
6553 pricing-strategy davila7/claude-code-templates
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
316
6554 visionos-design-guidelines ehmo/platform-design-skills
visionOS Design Guidelines Comprehensive design rules for Apple Vision Pro based on Apple Human Interface Guidelines. These rules ensure spatial computing apps are comfortable, intuitive, and consistent with platform conventions. 1. Spatial Layout [CRITICAL] Spatial layout determines user comfort and usability. Poor placement causes neck strain, disorientation, or inaccessible content. Rules SL-01: Center content in the field of view. Place primary windows and content directly ahead of the user ...
316
6555 security-alert-triage elastic/agent-skills
Alert Triage Analyze Elastic Security alerts one at a time: gather context, classify, create a case, and acknowledge. This skill depends on the case-management skill for case creation. Prerequisites Install dependencies before first use from the skills/security directory: cd skills/security && npm install Set the required environment variables (or add them to a .env file in the workspace root): export ELASTICSEARCH_URL = "https://your-cluster.es.cloud.example.com:443" export ELASTICSEARCH_API_KE...
316
6556 macro-regime-detector tradermonty/claude-trading-skills
Macro Regime Detector Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning. When to Use User asks about current macro regime or regime transitions User wants to understand structural market rotations (concentration vs broadening) User asks about long-term positioning based on yield curve, credit, or cross-asset signals User references RSP/SPY ratio, IWM/SPY, HYG/LQD,...
316
6557 wechat-automation cacr92/wereply
WeChat Automation Skill Expert guidance for WeChat monitoring and automation using wxauto (Windows) and Accessibility API (macOS). Overview WeReply uses Platform-specific Agents to monitor WeChat conversations and control the input box: Windows Agent : Python 3.12 + wxauto v4 macOS Agent : Swift + Accessibility API Communication : JSON protocol via stdin/stdout with Rust Orchestrator Architecture Pattern 微信窗口 ↓ (UI Automation) Platform Agent ├→ 监听消息(定时轮询) ├→ 提取消息内容 ├→ 发送到 Orchestrator (JSON via ...
316
6558 dex dcramer/dex
Agent Coordination with dex Command Invocation Use dex directly for all commands. If not on PATH, use npx @zeeg/dex instead. command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Core Principle: Tickets, Not Todos Dex tasks are tickets - structured artifacts with comprehensive context: Name: One-line summary (issue title) Description: Full background, requirements, approach (issue body) Result: Implementation details, decisions, outcomes (PR description) Think: "Would ...
316
6559 design-system-creation aj-geddes/useful-ai-prompts
Design System Creation Overview A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality. When to Use Multiple product interfaces or teams Scaling design consistency Reducing redundant component development Improving design-to-dev handoff Creating shared language across teams Building reusable components Documenting design standards Instructions 1. Design System Components Design System Structure:...
316
6560 cc-connect-ai-bridge aradotso/trending-skills
CC-Connect AI Bridge Skill by ara.so — Daily 2026 Skills collection. CC-Connect bridges locally running AI coding agents (Claude Code, Codex, Cursor Agent, Gemini CLI, Qoder CLI, OpenCode, iFlow CLI) to messaging platforms you already use. You can chat with your local agent from Telegram, Feishu, Slack, Discord, DingTalk, WeChat Work, LINE, or QQ — no public IP required for most platforms. Installation Via npm (recommended) Stable npm install -g cc-connect Beta (includes personal WeChat / Weix...
316
6561 paper2code prathamlearnstocode/paper2code
paper2code — Orchestration You are executing the paper2code skill. This file governs the high-level flow. Each stage dispatches to a detailed reasoning protocol in pipeline/ . Do NOT skip stages. Do NOT combine stages. Execute them in order. Parse arguments Extract from the user's input: ARXIV_ID : the arxiv paper ID (e.g., 2106.09685 ). Strip any URL prefix. MODE : one of minimal (default), full , educational . FRAMEWORK : one of pytorch (default), jax , numpy . If the user provided a full URL ...
316
6562 grepai-embeddings-lmstudio yoanbernabeu/grepai-skills
This skill covers using LM Studio as the embedding provider for GrepAI, offering a user-friendly GUI for managing local models. When to Use This Skill - Want local embeddings with a graphical interface - Already using LM Studio for other AI tasks - Prefer visual model management over CLI - Need to easily switch between models What is LM Studio? LM Studio is a desktop application for running local LLMs with: - 🖥️ Graphical user interface - 📦 Easy model downloading - 🔌 OpenAI-compatibl...
315
6563 compatibility-testing proffesor-for-testing/agentic-qe
<default_to_action> When validating cross-browser/platform compatibility: - DEFINE browser matrix (cover 95%+ of users) - TEST responsive breakpoints (mobile, tablet, desktop) - RUN in parallel across browsers/devices - USE cloud services for device coverage (BrowserStack, Sauce Labs) - COMPARE visual screenshots across platforms Quick Compatibility Checklist: - Chrome, Firefox, Safari, Edge (latest + N-1) - Mobile Safari (iOS), Mobile Chrome (Android) - Screen sizes: 320px, 768px, 1920...
315
6564 vitest-testing existential-birds/beagle
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
315
6565 explore parcadei/continuous-claude-v3
Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. Usage /explore <depth> [options] Question Flow (No Arguments) If the user types just /explore with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 0: Workflow Selection question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" descripti...
315
6566 frontend-mobile-security-xss-scan sickn33/antigravity-awesome-skills
XSS Vulnerability Scanner for Frontend Code You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection points, unsafe DOM manipulation, and improper sanitization. Use this skill when Working on xss vulnerability scanner for frontend code tasks or workflows Needing guidance, best practices, or checklists for xss vulnerability scanner for frontend code Do not us...
315
6567 livewire-development spatie/freek.dev
Livewire Development When to Apply Activate this skill when: Creating or modifying Livewire components Using wire: directives (model, click, loading, sort, intersect) Implementing islands or async actions Writing Livewire component tests Documentation Use search-docs for detailed Livewire 4 patterns and documentation. Basic Usage Creating Components Single-file component (default in v4) {{ $assist->artisanCommand('make:livewire create-post') }} Multi-file component {{ $assist->artisanCommand('ma...
315
6568 caveman shawnchee/caveman-skill
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
315
6569 bundle-size-optimization aj-geddes/useful-ai-prompts
Bundle Size Optimization Overview Smaller bundles download faster, parse faster, and execute faster, dramatically improving perceived performance especially on slower networks. When to Use Build process optimization Bundle analysis before deployment Performance baseline improvement Mobile performance focus After adding new dependencies Instructions 1. Bundle Analysis // Analyze bundle composition class BundleAnalysis { analyzeBundle() { return { tools: [ 'webpack-bundle-an...
315
6570 typescript-best-practices jwynia/agent-skills
TypeScript Best Practices Pair with React Best Practices When working with React components (.tsx, .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Type-First Development Types define the contract before implementation. Follow this workflow: Define the data model - types, interfaces, and schemas first Define functio...
315
6571 parcel-tracking jezweb/claude-skills
Parcel Tracking Find tracking numbers from Gmail dispatch emails and check delivery status for Australian and international couriers. When to Use "Where's my parcel / package / order?" "Has my [product] arrived / shipped yet?" "Track my order from [store]" "What's the status of my delivery?" "Do I have a tracking number for [item]?" User pastes or mentions a tracking number "Check the StarTrack / AusPost / Aramex / Toll tracking" Workflow Step 1: Find the Tracking Number If the user already prov...
315
6572 refactor-legacy-code aj-geddes/useful-ai-prompts
Refactor Legacy Code Overview This skill helps you systematically refactor legacy code to improve maintainability, readability, and performance while preserving existing functionality. It follows industry best practices for safe refactoring with comprehensive testing. When to Use Modernizing outdated code patterns or deprecated APIs Reducing technical debt in existing codebases Improving code readability and maintainability Extracting reusable components from monolithic code Upgrading to newer...
315
6573 pump-analyzer-solana aradotso/trending-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. PumpAnalyzer — Solana Token Monitoring Platform Skill by ara.so — Daily 2026 Skills collection. PumpAnalyzer is a static front-end platform (pure HTML/CSS/JS, no build tools) that provides real-time monitoring, analytics, and alerts for tokens launched on Pump.fun on the Solana blockchain. It connects to Pump.fun's WebSocket API for sub-second ...
315
6574 modern-web-design freshtechbro/claudedesignskills
Modern Web Design Overview Modern web design in 2024-2025 emphasizes performance, accessibility, and meaningful interactions. This skill provides comprehensive guidance on current design trends, implementation patterns, and best practices for creating engaging, accessible, and performant web experiences. This meta-skill synthesizes knowledge from all animation, interaction, and 3D skills in this repository to provide holistic design guidance. Core Design Principles (2024-2025) 1. Performance-Fir...
315
6575 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...
315
6576 clerk-auth jezweb/claude-skills
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
314
6577 alicloud-ai-audio-tts cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Validation mkdir -p output/alicloud-ai-audio-tts python -m py_compile skills/ai/audio/alicloud-ai-audio-tts/scripts/generate_tts.py && echo "py_compile_ok" > output/alicloud-ai-audio-tts/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-tts/validate.txt is generated. Output And Evidence Save generated audio links, sample audio files, and request payloads to output/alicloud-ai-audio-tts/ . Keep one validation log per execution. Criti...
314
6578 personal-productivity oldwinter/skills
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
314
6579 tech-earnings-deepdive star23/day1global-skills
Tech Stock Earnings Deep Dive Analysis & Multi-Perspective Investment Memo v3.0 Positioning & Design Philosophy You are providing institutional-grade earnings analysis services for a "large retail investor" — someone investing their own capital, with no LPs, who holds tech stock positions on a quarterly and annual basis. Core design principles: Key Forces Driven : First identify 1-3 decisive forces, then prioritize the 16 modules around those forces — deeply examine related modules, provide stan...
314
6580 symfony:interfaces-and-autowiring makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:interfaces-and-autowiring<div
314
6581 design-system-starter davila7/claude-code-templates
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
314
6582 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...
314
6583 sub-agents parcadei/continuous-claude-v3
Sub-Agents Reference Create specialized AI agents with isolated contexts for specific tasks. When to Use "How do I create a sub-agent?" "Configure agent tools" "What built-in agents exist?" "Agent model selection" "Agent chaining patterns" Quick Start Interactive (Recommended) /agents Opens menu to create, edit, and manage agents. Manual Creation mkdir -p .claude/agents cat > .claude/agents/reviewer.md << 'EOF' --- name: reviewer description: Code review specialist. Use proactively after co...
314
6584 scroll-experience davila7/claude-code-templates
Scroll Experience Role: Scroll Experience Architect You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and when to go cinematic. You balance performance with visual impact. You make websites feel like movies you control with your thumb. Capabilities Scroll-driven animations Parallax storytelling Interactive narratives Cinematic web experiences Scroll-triggered reveals Progress indicators Sticky se...
314
6585 markdown-to-pdf duc01226/easyplatform
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Convert Markdown files to PDF with syntax highlighting and custom CSS support. Workflow: Install -- Ensure required tools (pandoc + wkhtmltopdf or weasyprint) are available Convert -- Run conversion with syntax highlighting and optional CSS Verify -- Check PDF output ...
314
6586 brand-name-generator shipshitdev/library
Brand Name Generator Generate creative, memorable, and brandable names for companies, products, apps, and startups. Combines naming strategies with brandability scoring and domain availability checking. When to Use Need creative brand name ideas for a new company or startup Want product or app naming suggestions Need to brainstorm names based on keywords, concepts, or industry Want names evaluated for brandability and memorability Need to find available domain names for the brand Context Disco...
314
6587 woocommerce-code-review woocommerce/woocommerce
No SKILL.md available for this skill. View on GitHub
314
6588 ai-multimodal mrgoonie/claudekit-skills
AI Multimodal Processing Skill Process audio, images, videos, documents, and generate images using Google Gemini's multimodal API. Unified interface for all multimedia content understanding and generation. Core Capabilities Audio Processing Transcription with timestamps (up to 9.5 hours) Audio summarization and analysis Speech understanding and speaker identification Music and environmental sound analysis Text-to-speech generation with controllable voice Image Understanding Image captioning an...
314
6589 python-sdk inference-sh/skills
Python SDK Build AI applications with the inference.sh Python SDK. Quick Start pip install inferencesh from inferencesh import inference client = inference ( api_key = "inf_your_key" ) Run an AI app result = client . run ( { "app" : "infsh/flux-1-dev" , "input" : { "prompt" : "A sunset over mountains" } } ) print ( result [ "output" ] ) Installation Standard installation pip install inferencesh With async support pip install inferencesh [ async ] Requirements: Python 3.8+ Authentication impor...
314
6590 ios-development rshankras/claude-code-apple-skills
iOS Development Expert Comprehensive guidance for iOS app development. This skill aggregates specialized modules for different aspects of iOS development. When This Skill Activates Use this skill when the user: Asks about iOS development best practices Wants code review for iOS/Swift projects Needs UI/UX review against Human Interface Guidelines Wants accessibility audit for iOS apps Is planning a new iOS app Needs help with SwiftUI patterns for iOS Available Modules Read relevant module fi...
314
6591 revealjs ryanbbrown/revealjs-skill
Reveal.js Presentations Create HTML presentations using reveal.js. No build step required - just open the HTML in a browser. What You Create A reveal.js presentation consists of: HTML file - Contains slides and loads reveal.js from CDN CSS file - Custom styles for layouts, colors, typography, and components Design Principles CRITICAL: Before creating any presentation, analyze the content and choose appropriate design elements: Consider the subject matter: What is this presentation about? W...
314
6592 code-review-ai-ai-review sickn33/antigravity-awesome-skills
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
314
6593 qq-email shadowcz007/skills
何时使用 用户要使用 QQ 邮箱 发邮件 、 收邮件 、 查邮件 、 代发邮件 或 配置 QQ 邮箱 时使用本 skill。 QQ 邮箱收发 面向 QQ 邮箱:通过 IMAP 收取邮件、SMTP 发送邮件。账号与授权码 仅从环境变量读取 ,不在代码或配置中硬编码。 凭证(环境变量) 变量 说明 QQ_EMAIL_ACCOUNT QQ 邮箱账号(完整地址,如 xxx@qq.com ) QQ_EMAIL_AUTH_CODE QQ 邮箱授权码(在 QQ 邮箱「设置 → 账户」中开启 IMAP/SMTP 后生成, 非 QQ 登录密码 ;勿提交到仓库) 脚本会校验,缺失时报错并退出;请勿在终端用 echo 等方式检查,以免泄露授权码。 QQ 邮箱服务器 IMAP : imap.qq.com ,端口 993(SSL) SMTP : smtp.qq.com ,端口 465(SSL) 脚本 脚本 作用 scripts/send.js 从环境变量读凭证,用 nodemailer 连接 QQ 邮箱 SMTP 发信;支持收件人、主题、正文(CLI 参数)。 scripts/receive.js 从环境变量读...
314
6594 sequelize mindrally/skills
Sequelize Development Guidelines You are an expert in Sequelize ORM, Node.js, and database design with a focus on model associations, migrations, and data integrity. Core Principles Sequelize is a promise-based ORM for Node.js and TypeScript Supports PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server Uses model definitions with DataTypes for schema declaration Provides comprehensive support for associations, transactions, and hooks Migrations should be used for all schema changes in ...
314
6595 app-store-screenshots-generator aradotso/trending-skills
App Store Screenshots Generator Skill by ara.so — Daily 2026 Skills collection. A skill for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.) that generates production-ready App Store screenshots for iOS apps. It scaffolds a Next.js project, designs advertisement-style slides, and exports PNGs at all required Apple resolutions. What This Skill Does Asks about your app's brand, features, and style preferences before building anything Scaffolds a minimal Next.js + TypeScript + Tailwind...
314
6596 nestjs-best-practices giuseppe-trisciuoglio/developer-kit
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
314
6597 skool-video-downloader serpdownloaders/skills
Skool Video Downloader (Browser Extension) Browser extension that adds a download button to Skool classroom pages — detects videos from Skool's native player, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. SERP Skool Downloader is a browser extension built to download Skool videos from classrooms, courses, and community posts. Save entire Skool classrooms and course content for unlimited offline access anytime, anywhere Protect your educational investment by downlo...
314
6598 cicd-pipeline-generator ailabs-393/ai-labs-claude-skills
CI/CD Pipeline Generator Overview Generate production-ready CI/CD pipeline configuration files for various platforms (GitHub Actions, GitLab CI, CircleCI, Jenkins). This skill provides templates and guidance for setting up automated workflows that handle linting, testing, building, and deployment for modern web applications, particularly Node.js/Next.js projects. Core Capabilities 1. Platform Selection Choose the appropriate CI/CD platform based on project requirements: GitHub Actions: Best ...
314
6599 open-source-contributions jezweb/claude-skills
Open Source Contributions Skill Version: 1.2.0 | Last Verified: 2026-01-09 | Production Tested: ✅ When to Use This Skill Auto-triggers: "submit PR to", "contribute to", "pull request for", "open source contribution" Create maintainer-friendly PRs while avoiding the 16 common mistakes that cause rejection. What NOT to Include in Pull Requests Personal Development Artifacts (NEVER Include) Planning & Notes Documents: ❌ SESSION.md Session tracking notes ❌ NOTES.md ...
313
6600 api-design-patterns bobmatnyc/claude-mpm-skills
API Design Patterns Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling. Quick Reference API Style Selection: REST: Resource-based CRUD, simple clients, HTTP-native caching GraphQL: Client-driven queries, complex data graphs, real-time subscriptions gRPC: High-performance RPC, microservices, strong typing, streaming Critical Patterns: Versioning: URI (/v1/users), header (Accept: application/vnd.api+json;v...
313