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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
19151 capacitor-push-notifications cap-go/capacitor-skills
Push Notifications in Capacitor Implement push notifications for iOS and Android using Firebase and APNs. When to Use This Skill User wants push notifications User needs FCM setup User asks about APNs User has notification issues User wants rich notifications Quick Start Install Plugin bun add @capacitor/push-notifications bunx cap sync Basic Implementation import { PushNotifications } from '@capacitor/push-notifications' ; async function initPushNotifications ( ) { // Request permission const p...
66
19152 nuxt-ui-v4 secondsky/claude-skills
Nuxt UI v4 - Production Component Library Version : Nuxt UI v4.2.1 | Nuxt v4.0.0 | 125+ Components Last Verified : 2025-12-28 A comprehensive production-ready component library with 125+ accessible components, Tailwind CSS v4, Reka UI accessibility, and first-class AI integration. MCP Integration : This plugin includes the official Nuxt UI MCP server for live component data. When to Use / NOT Use Use when : Building Nuxt v4 dashboards, AI chat interfaces, landing pages, forms, admin panels, pric...
66
19153 bm-md miantiao-me/bm.md
bm.md Markdown 排版技能 概述 bm.md 是一个专业的 Markdown 排版工具,提供以下核心能力: Markdown 渲染:将 Markdown 转换为带样式的 HTML,支持 14 种排版风格 HTML 转 Markdown:将 HTML 内容逆向转换为 Markdown 格式 纯文本提取:从 Markdown 中提取纯文本,移除所有格式标记 格式校验与修复:自动检测并修复 Markdown 格式问题 所有 API 均返回 JSON 格式响应,结果在 result 字段中。 可用工具 1. Markdown 渲染 将 Markdown 源文本渲染为带内联样式的 HTML,可直接复制到富文本编辑器。 端点: POST https://bm.md/api/markdown/render 请求参数: 参数 类型 必填 默认值 说明 markdown string 是 - Markdown 源文本,支持 GFM 语法、数学公式 markdownStyle string 否 ayu-light 排版样式 ID,见下方完整列表 codeTheme string...
66
19154 xlsx iofficeai/aionui
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...
66
19155 build 404kidwiz/claude-supercode-skills
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
66
19156 make-automation sickn33/antigravity-awesome-skills
Make Automation via Rube MCP Automate Make (formerly Integromat) operations through Composio's Make toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/make Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Make connection via RUBE_MANAGE_CONNECTIONS with toolkit make Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpo...
66
19157 redis-inspect civitai/civitai
Use this skill to inspect Redis cache state for debugging purposes. Running Commands ``` node .claude/skills/redis-inspect/query.mjs <command> [options] ``` Commands | `get <key>` | Get a string value | `keys <pattern>` | Find keys matching pattern (use * as wildcard) | `ttl <key>` | Get TTL (-1 = no expiry, -2 = not found) | `type <key>` | Get the type of a key | `exists <key>` | Check if key exists | `hgetall <key>` | Get all fields from a hash | `hget <key> <field>` ...
66
19158 computer-vision-pipeline erichowens/some_claude_skills
Computer Vision Pipeline Expert in building production-ready computer vision systems for object detection, tracking, and video analysis. When to Use ✅ Use for: Drone footage analysis (archaeological surveys, conservation) Wildlife monitoring and tracking Real-time object detection systems Video preprocessing and analysis Custom model training and inference Multi-object tracking (MOT) ❌ NOT for: Simple image filters (use Pillow/PIL) Photo editing (use Photoshop/GIMP) Face recognition APIs (...
66
19159 recipe-generator cclank/recipe-generator
菜谱生成器 (Recipe Generator) 核心功能 根据用户输入的菜品名称,生成一份专业级详细菜谱,并附带高质量的生图提示词。 工作流程 步骤1:接收菜品名称 获取用户输入的菜品名称,确认是否有特殊要求(如地方风味、特定做法等)。 步骤2:权威来源检索 使用 search_web 工具检索以下权威来源的菜品制作信息: 优先级A(顶级权威): 米其林指南 / Michelin Guide 舌尖上的中国 中国烹饪协会 国宴大师配方 优先级B(专业来源): 王刚美食作家 美食台 日食记 下厨房(评分9.0以上菜谱) 搜索关键词模板: {菜品名称} 正宗做法 米其林 {菜品名称} 舌尖上的中国 配方 {菜品名称} 大厨 专业做法 技巧 {菜品名称} site:xiachufang.com 评分高 步骤3:内容整合与菜谱生成 根据检索结果,按照以下结构生成详细菜谱: 《{菜品名称}》顶级配方 菜品简介 - 菜品来源/流派 - 风味特点 - 适合场景 食材清单 主料 | 食材 | 用量 | 备注 | |------|------|------|...
66
19160 recursive-improvement dylanfeltus/skills
Recursive Self-Improvement Loop A pattern for generating higher-quality output by iterating against explicit scoring criteria. The Pattern generate → evaluate → diagnose → improve → repeat (until passing) Never ship first-draft output for important content. Run the loop. How It Works 1. Generate Create the initial output as you normally would. 2. Evaluate Score the output against each criterion (1-10). Be brutally honest. 3. Diagnose For any criterion scoring below threshold: What specifically i...
66
19161 baoyu-comic xy121718/baoyu-skills
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (...
66
19162 audit zackkorman/skills
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
66
19163 product strategist daffy0208/ai-dev-standards
Product Strategist Validate that products solve real problems for viable markets before investing in development. Core Principle Evidence over intuition. Test the riskiest assumptions first, fail fast, and validate with real user behavior—not opinions. 5-Phase Validation Process Phase 1: Problem Validation Goal : Confirm the problem is frequent, painful, and urgent enough that users will pay to solve it Activities : Define problem hypothesis: What problem are you solving? Identify target custome...
66
19164 dsl-tight senpi-ai/senpi-skills
DSL-Tight — Opinionated Stop-Loss Preset (v5) A tighter, more opinionated variant of DSL for aggressive profit protection. Uses the same script and architecture as DSL v5 ( dsl-v5.py ) — strategy-scoped cron, MCP clearinghouse, state under {DSL_STATE_DIR}/{strategyId}/{asset}.json . All tier triggers are ROE-based ( PnL / margin × 100 ); leverage is accounted for automatically. Key difference from default DSL v5: DSL v5 is the configurable engine with maximum flexibility. DSL-Tight is the "just ...
66
19165 ansible proompteng/lab
Ansible Overview Use Ansible for repeatable, idempotent changes across nodes. Keep playbooks minimal, explicit about hosts, and safe to re-run. When to use You need to apply the same change on multiple hosts. The change touches OS packages, services, or system config. You are bootstrapping or maintaining k3s, Rancher, or Tailscale on nodes. Inventory and groups Inventory lives in ansible/inventory/hosts.ini . Common groups: kube_masters (k3s masters) kube_workers (k3s workers) k3s_cluster (maste...
66
19166 convertkit-automation sickn33/antigravity-awesome-skills
ConvertKit (Kit) Automation via Rube MCP Automate ConvertKit (now known as Kit) email marketing operations through Composio's Kit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/kit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Kit connection via RUBE_MANAGE_CONNECTIONS with toolkit kit Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys ...
66
19167 skill-validator jorgealves/agent_skills
Skill Validator Purpose and Intent The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules. When to Use During Development : Run this skill every time you create or modify a skill. CI/CD Integration : Automatically block Pull Requests that contain non-compliant skill definitions. Repository Audits : Periodically scan the entir...
66
19168 react-native-skills secondsky/claude-skills
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
66
19169 cross-conversation-project-manager onewave-ai/claude-skills
Cross Conversation Project Manager Maintain project state across MULTIPLE conversations over days/weeks. Track tasks, decisions, blockers, resources. Auto-update when project mentioned. Generate status reports and proactive reminders. Instructions You are a master project manager with persistent memory. Create and maintain project files in /mnt/user-data/outputs/projects/. Track: project name, start date, conversations involved, tasks (completed/in-progress/pending), decisions made, blockers,...
66
19170 meeting-insights-analyzer davepoon/buildwithclaude
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
66
19171 create-branch tartinerlabs/skills
Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow Resolve the prefix: First try gh api user --jq .login Then git config github.user Then the local part of git config user.email Then whoami Sanitize to lowercase ASCII letters, digits, and hyphens; if empty, use local Resolve the work description: If $ARGUMENTS is present, use it Otherwise inspect: git diff git diff --cache...
66
19172 health hiclaude/health
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
66
19173 search-specialist 404kidwiz/claude-supercode-skills
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . ...
66
19174 close-automation sickn33/antigravity-awesome-skills
Close CRM Automation via Rube MCP Automate Close CRM operations through Composio's Close toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/close Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Close connection via RUBE_MANAGE_CONNECTIONS with toolkit close Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and ...
66
19175 php-pro 404kidwiz/claude-supercode-skills
PHP Pro Senior PHP developer with deep expertise in PHP 8.3+, Laravel, Symfony, and modern PHP patterns with strict typing and enterprise architecture. Role Definition You are a senior PHP developer with 10+ years of experience building enterprise applications. You specialize in PHP 8.3+ with strict typing, Laravel/Symfony frameworks, async patterns (Swoole, ReactPHP), and PSR standards. You build scalable, maintainable applications with PHPStan level 9 compliance and 80%+ test coverage. Whe...
66
19176 receiving-code-review izyanrajwani/agent-skills-library
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
66
19177 google-trends jstarfilms/vibecode-protocol-suite
Google Trends Skill Automate Google Trends research without a browser. Query related topics, rising queries, and interest over time for any keyword across YouTube, Web, Images, or News. Prerequisites Node.js 18+ and PNPM required. Check Node node -- version Install dependencies (first-time only) cd . agent/skills/google-trends/scripts pnpm install Quick Start Basic search (YouTube, Last 7 Days, Tech category) node . agent/skills/google-trends/scripts/search . js - k "Claude AI" Search Web in...
66
19178 next.js security scan sugarforever/01coder-agent-skills
Next.js Security Scan Skill This skill enables comprehensive security scanning of Next.js and TypeScript/JavaScript projects based on OWASP guidelines and industry best practices. When to Use This Skill Security audits of Next.js applications Code review for security vulnerabilities Pre-deployment security checks Dependency vulnerability assessment Detecting hardcoded secrets and credentials Scan Types 1. Quick Scan Fast scan focusing on critical vulnerabilities: Hardcoded secrets and API keys D...
66
19179 bamboohr-automation sickn33/antigravity-awesome-skills
BambooHR Automation via Rube MCP Automate BambooHR human resources operations through Composio's BambooHR toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/bamboohr Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active BambooHR connection via RUBE_MANAGE_CONNECTIONS with toolkit bamboohr Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
66
19180 graph-easy terrylica/cc-skills
Create ASCII architecture diagrams for any GitHub Flavored Markdown file using graph-easy. Pure text output with automatic layout - no image rendering required. When to Use This Skill - Adding diagrams to README files - Design specification documentation - Any GFM markdown file needing architecture visualization - Creating flowcharts, pipelines, or system diagrams - User mentions "diagram", "ASCII diagram", "graph-easy", or "architecture chart" NOT for ADRs - Use `adr-graph-easy-architec...
66
19181 redis-expert personamanagmentlayer/pcl
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
66
19182 bmad method daffy0208/ai-dev-standards
BMAD Method (Business Model and Architecture Design) Overview The BMAD Method bridges business strategy and technical architecture. It ensures your technical decisions support long-term business sustainability, not just immediate feature delivery. Core Insight: Your architecture IS your business model in code form. When to Use This Skill Use BMAD when: Starting a new product or major architectural redesign Technical decisions have direct revenue/cost implications Scaling challenges intersect wit...
66
19183 meme-scout kukapay/crypto-skills
This skill provides workflows for finding and analyzing trending meme coins on decentralized exchanges. Trending Tokens Discovery Timeframes Available - 5 minutes: [https://dexscreener.com/?rankBy=trendingScoreM5&order=desc](https://dexscreener.com/?rankBy=trendingScoreM5&order=desc) - 1 hour: [https://dexscreener.com/?rankBy=trendingScoreH1&order=desc](https://dexscreener.com/?rankBy=trendingScoreH1&order=desc) - 6 hours (default): [https://dexscreener.com/](https://dexscreener.com/) - ...
66
19184 vercel-react-best-practices secondsky/claude-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
66
19185 kdp-listing-optimizer breverdbidder/life-os
KDP Listing Optimizer Create high-converting Amazon book listings using proven copywriting frameworks. Listing Anatomy & Character Limits Element Limit Impact Title 200 chars SEO + Click-through Subtitle 200 chars Keywords + Clarity Description 4,000 chars Conversion Backend Keywords 7 × 50 chars Discoverability Author Bio 2,000 chars Trust Editorial Reviews 1,200 chars each Social Proof Title Optimization Formula Structure: [Primary Keyword]: [Promise/Benefit] - [Differentiator] Examples: ❌ Wea...
66
19186 test-quality-analysis secondsky/claude-skills
Test Quality Analysis Expert knowledge for analyzing and improving test quality - detecting test smells, overmocking, insufficient coverage, and testing anti-patterns. Core Dimensions Correctness : Tests verify the right behavior Reliability : Tests are deterministic, not flaky Maintainability : Tests are easy to understand Performance : Tests run quickly Coverage : Tests cover critical code paths Isolation : Tests don't depend on external state Test Smells Overmocking Problem : Mocking too many...
66
19187 angular-best-practices-spartan alfredoperez/angular-best-practices
Angular Spartan UI Best Practices Spartan UI rules for headless components with Brain (behavior) and Helm (styling). Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding Spartan Brain directives for accessible behavior Styling components with Helm and Tailwind CSS Building dialogs, tabs, menus, or accordions with Spartan primitives Rules Rule Impact Description Configur...
66
19188 webhook-handler-patterns hookdeck/webhook-skills
Webhook Handler Patterns When to Use This Skill Following the correct webhook handler order (verify → parse → handle idempotently) Implementing idempotent webhook handlers Handling errors and configuring retry behavior Understanding framework-specific gotchas (raw body, middleware order) Building production-ready webhook infrastructure Resources Handler Sequence references/handler-sequence.md - Verify first, parse second, handle idempotently third Best Practices references/idempotency.md - Preve...
66
19189 setup-web-tests posthog/posthog
Claude Code for web — test setup This document describes how to set up and run Python tests in a Claude Code for web environment, where flox is not available. If you get stuck following these instructions, please bail out to the user and seek their guidance. Please suggest that they update this guide. Problem The project requires a specific Python version pinned in pyproject.toml (check requires-python ), but: Claude Code for web environments may have a different system Python version uv python ...
66
19190 mcp-patterns yonatangross/orchestkit
MCP Patterns Patterns for building, composing, and securing Model Context Protocol servers. Based on the 2025-11-25 specification — the latest stable release maintained by the Agentic AI Foundation (Linux Foundation), co-founded by Anthropic, Block, and OpenAI. Scaffolding a new server? Use Anthropic's mcp-builder skill ( claude install anthropics/skills ) for project setup and evaluation creation. This skill focuses on patterns, security, and advanced features after initial setup. Deploying to ...
66
19191 podcast-studio onewave-ai/claude-skills
Podcast Studio Generate podcast scripts from text content. Use Tone.js and Howler.js for audio mixing. Create intro/outro music, transitions, sound effects. Instructions You are an expert podcast producer. Transform written content into podcast scripts with audio timing, music cues, sound effects, and production notes. Output Format Podcast Studio Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be S...
66
19192 financial analyst eddiebe147/claude-settings
Financial Analyst Expert financial analysis agent that analyzes financial statements, builds financial models, evaluates investments, and provides data-driven recommendations. Specializes in ratio analysis, valuation, scenario modeling, budget analysis, and financial forecasting. This skill applies rigorous financial analysis frameworks, accounting principles, and valuation methodologies to support investment decisions, strategic planning, and financial health assessment. Perfect for due diligen...
66
19193 startup-trend-prediction vasilyu1983/ai-agents-public
Startup Trend Prediction Systematic framework for analyzing historical trends to predict future opportunities. Look back 2-3 years to predict 1-2 years ahead. Modern Best Practices (Jan 2026): Triangulate: require 3+ independent signals, including at least 1 primary source (standards, regulators, platform docs). Separate leading vs lagging indicators; don't overfit to social/media noise. Add hype-cycle defenses: falsification, base rates, and adoption constraints (distribution, budgets, compl...
66
19194 biome-developer biomejs/biome
Purpose This skill provides general development best practices, common gotchas, and Biome-specific patterns that apply across different areas of the codebase. Use this as a reference when you encounter unfamiliar APIs or need to avoid common mistakes. Prerequisites Basic familiarity with Rust Understanding of Biome's architecture (parser, analyzer, formatter) Development environment set up (see CONTRIBUTING.md) Common Gotchas and Best Practices Working with AST and Syntax Nodes DO: Use parser cr...
66
19195 rust-testing autumnsgrove/groveengine
Rust Testing Patterns Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. When to Use Writing new Rust functions, methods, or traits Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing property-based tests for input validation Following TDD workflow in Rust projects How It Works Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent T...
66
19196 google-maps-api tivojn/google-maps-api-skill
Google Maps Platform - Universal API Skill Critical Behavior Rules These rules override all other instructions in this skill: Communicate blockers immediately. When ANY API call fails (403, REQUEST_DENIED, "not enabled", etc.), STOP and tell the user what happened in plain language. Do NOT silently work around it with web search or other fallbacks. Offer to fix it via Playwright (see "Guided API Enablement" section below). Ask before generating HTML. NEVER start writing an HTML page without aski...
66
19197 editorial-designer heyman333/atelier-ui
Editorial / Fashion UI Designer Role You are a senior digital product designer with a background in fashion editorials, magazine layouts, and premium lifestyle applications. You think like a fashion editor, not a UI kit designer. Your goal is to translate editorial aesthetics into calm, confident, and intentional digital interfaces. Target Context Target audience: 20s–30s urban users interested in fashion and lifestyle Primary platform: iOS-first mobile app Typical use cases: Fashion-based d...
66
19198 auth-security-expert oimiragieo/agent-studio
Auth Security Expert ⚠️ CRITICAL: OAuth 2.1 becomes MANDATORY Q2 2026 OAuth 2.1 consolidates a decade of security best practices into a single specification (draft-ietf-oauth-v2-1). Google, Microsoft, and Okta have already deprecated legacy OAuth 2.0 flows with enforcement deadlines in Q2 2026. Required Changes from OAuth 2.0 1. PKCE is REQUIRED for ALL Clients Previously optional, now MANDATORY for public AND confidential clients Prevents authorization code interception and injection attacks Co...
66
19199 dignified-python dagster-io/erk
Dignified Python Coding Standards Skill Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13). When to Use This Skill Auto-invoke when users ask about: "make this pythonic" / "is this good python" "type hints" / "type annotations" / "typing" "LBYL vs EAFP" / "exception handling" "pathlib vs os.path" / "path operations" "CLI patterns" / "click usage" "code review" / "improve this code" Any Python code quality or standards question Note...
66
19200 api-integration autumnsgrove/groveengine
API Integration Skill When to Activate Activate this skill when: Integrating external APIs Building API clients or wrappers Handling API authentication Implementing rate limiting Caching API responses Core Principles Respect rate limits - APIs are shared resources Secure authentication - Keys in secrets.json, never in code Handle errors gracefully - Implement retries and backoff Cache responses - Reduce redundant requests Authentication Setup secrets.json { "github_token" : "ghp_your_token_here"...
66