███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5051 | rag | giuseppe-trisciuoglio/developer-kit |
RAG Implementation Build Retrieval-Augmented Generation systems that extend AI capabilities with external knowledge sources. Overview RAG (Retrieval-Augmented Generation) enhances AI applications by retrieving relevant information from knowledge bases and incorporating it into AI responses, reducing hallucinations and providing accurate, grounded answers. When to Use Use this skill when: Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implement...
|
1.2K |
| 5052 | stakeholder-map | phuryn/pm-skills |
Stakeholder Mapping & Communication Plan Map stakeholders on a Power × Interest grid and create a tailored communication plan for each group. Context You are helping build a stakeholder map for $ARGUMENTS . If the user provides files (org charts, project briefs, team rosters), read them first. If they describe the product or initiative, use that context to infer likely stakeholders. Instructions Identify stakeholders : List all relevant individuals and groups — executives, engineering leads, des...
|
1.2K |
| 5053 | building-omnistudio-integration-procedure | forcedotcom/sf-skills |
building-omnistudio-integration-procedure: OmniStudio Integration Procedure Creation and Validation Expert OmniStudio Integration Procedure (IP) builder with deep knowledge of server-side process orchestration. Create production-ready IPs that combine DataRaptor/Data Mapper actions, Apex Remote Actions, HTTP callouts, conditional logic, and nested procedure calls into declarative multi-step operations. Scope In scope : Creating well-structured Integration Procedures from requirements; selecting ...
|
1.2K |
| 5054 | public-relations | coreyhaines31/marketingskills |
Public Relations & Earned Media You are an expert in earned media for software products. Your goal is to help the user get covered by journalists, podcasts, and newsletters — efficiently, with respect for the people on the other end of the pitch. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context...
|
1.2K |
| 5055 | parallel-task-spark | am-will/codex-skills |
Parallel Task Executor (Sparky) You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel Sparky subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed. Process Step 1: Parse Request Extract from user request: ...
|
1.1K |
| 5056 | super-swarm-spark | am-will/codex-skills |
Parallel Task Executor (Sparky Rolling 12-Agent Pool) You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete. Primary orchestration goals: Keep the project moving continuously Ignore dependency maps Keep up to 15 agents running whenever pending work exists Give every subagent maximum path/file context Prevent filename/folder-...
|
1.1K |
| 5057 | agent-memory | api/git |
No SKILL.md available for this skill. View on GitHub
|
1.1K |
| 5058 | flutter-animation | flutter/skills |
Flutter Animations Implementation Goal Implements and manages Flutter animations, selecting the appropriate animation strategy (implicit, explicit, tween, physics, hero, or staggered) based on UI requirements. Assumes a working Flutter environment, stateful/stateless widget competence, and a standard widget tree structure. Instructions 1. Determine Animation Strategy (Decision Logic) Evaluate the UI requirement using the following decision tree to select the correct animation approach: Is the an...
|
1.1K |
| 5059 | flutter-routing-and-navigation | flutter/skills |
flutter-navigation-routing Goal Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Instructions 1. Determine Routing Strategy (Decision Logic) Evaluate the application's navigation requirements using the following decision tree: Condit...
|
1.1K |
| 5060 | flutter-state-management | flutter/skills |
flutter-state-management Goal Implements robust state management and architectural patterns in Flutter applications using Unidirectional Data Flow (UDF) and the Model-View-ViewModel (MVVM) design pattern. Evaluates state complexity to differentiate between ephemeral (local) state and app (shared) state, applying the appropriate mechanisms ( setState , ChangeNotifier , or the provider package). Ensures that the UI remains a pure function of immutable state and that the data layer acts as the Sing...
|
1.1K |
| 5061 | flutter-architecture | flutter/skills |
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
|
1.1K |
| 5062 | setup-artist | recoupable/setup-artist |
Setup Artist Scaffold a complete artist workspace so agents can start working immediately. Prerequisites The sandbox has already been set up (see setup-sandbox skill) An artist folder exists at orgs/{org}/artists/{artist-slug}/ with a RECOUP.md marker file The RECOUP.md file contains the artist's name, slug, and Recoup ID (created by setup-sandbox ) Folder Structure {artist-slug}/ ├── RECOUP.md ├── README.md ├── .env.example ├── .env ├── context/ │ ├── artist.md │ ├── audience.md │ ├── era...
|
1.1K |
| 5063 | quant-analyst | 404kidwiz/claude-supercode-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
1.1K |
| 5064 | video-understand | heygen-com/skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
1.1K |
| 5065 | sub-account | binance/binance-skills-hub |
Binance Sub-account Skill Sub-account request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/sub-account/virtualSubAccount (POST) Create a Virtual Sub-account (For Master Account) (USER_DATA) subAccountString recvWindow Yes /sapi/v1/sub-account/futures/enable (POST) Enable Futures for Sub-account (For Master Account) (USER_DATA) em...
|
1.1K |
| 5066 | simple-earn | binance/binance-skills-hub |
Binance Simple-earn Skill Simple-earn request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/bfusd/account (GET) Get BFUSD Account (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/quota (GET) Get BFUSD Quota Details (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/redeem (POST) Redeem BFUSD(TRADE) amount, type recvWindow Yes /sapi/v1/b...
|
1.1K |
| 5067 | ios-security | dpearson2699/swift-ios-skills |
iOS Security Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS. Contents Keychain Services Data Protection CryptoKit Secure Enclave Biometric Authentication App Transport Security (ATS) Certificate Pinning Secure Coding Patterns Privacy Manifests Common Mistakes Review Checklist References Keychain Services The Keychain is the ONLY correct place to store sensitive data. Never store passwords, tokens, API keys, o...
|
1.1K |
| 5068 | develop-web-game | openai/skills |
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
|
1.1K |
| 5069 | file-test-bug | microsoft/github-copilot-for-azure |
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
|
1.1K |
| 5070 | extract | actionbook/actionbook |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
1.1K |
| 5071 | bluebubbles | steipete/clawdis |
BlueBubbles Actions Overview BlueBubbles is OpenClaw’s recommended iMessage integration. Use the message tool with channel: "bluebubbles" to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit/unsend, reply in threads, and manage group participants/names/icons. Inputs to collect target (prefer chat_guid:... ; also +15551234567 in E.164 or user@example.com ) message text for send/edit/reply messageId for react/edit/unsend/reply Attachment path for l...
|
1.1K |
| 5072 | biome-js | paulrberg/agent-skills |
BiomeJS Skill Quick guidance for BiomeJS configuration based on Sablier project patterns. Core Concepts Extending Shared Configs Extend shared configs via npm package exports. The consuming project must always provide its own files.includes : { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome"], "files": { "includes": ["/*.{js,json,jsonc,ts}", "!node_modules//*"] } } For UI projects, extend both base and ui configs: { "extends": ["@sablier/...
|
1.1K |
| 5073 | aracli-deploy-management | aradotso/trending-skills |
Deploying OpenClaw Agent Systems Skill by ara.so — Daily 2026 Skills collection. A practical guide to deploying and managing OpenClaw-compatible AI agent systems. Covers infrastructure options, deployment methods, and the trade-offs between CLI, API, and MCP-based management. Infrastructure Options 1. Cloud VMs (AWS, GCP, Azure, Hetzner) Spin up VMs and run agents as containerized services. Example: Docker Compose on a cloud VM docker compose up -d agent-runtime Pros: Familiar ops tooling (Terr...
|
1.1K |
| 5074 | geofeed-tuner | github/awesome-copilot |
Geofeed Tuner – Create Better IP Geolocation Feeds This skill helps you create and improve IP geolocation feeds in CSV format by: Ensuring your CSV is well-formed and consistent Checking alignment with RFC 8805 (the industry standard) Applying opinionated best practices learned from real-world deployments Suggesting improvements for accuracy, completeness, and privacy When to Use This Skill Use this skill when a user asks for help creating, improving, or publishing an IP geolocation feed file in...
|
1.1K |
| 5075 | aws-serverless | sickn33/antigravity-awesome-skills |
No SKILL.md available for this skill. View on GitHub Installs 1.2K Repository aws/agent-toolk…-for-aws GitHub Stars 728 First Seen May 6, 2026
|
1.1K |
| 5076 | openhanako-personal-ai-agent | aradotso/trending-skills |
OpenHanako Personal AI Agent Skill by ara.so — Daily 2026 Skills collection. OpenHanako is a desktop AI agent platform built on Electron that gives each agent persistent memory, a distinct personality, and the ability to autonomously operate your computer — read/write files, run terminal commands, browse the web, execute JavaScript, and manage schedules. Multiple agents can collaborate via channel group chats or task delegation. Installation Download & Run macOS Apple Silicon — download from re...
|
1.1K |
| 5077 | railway-docs | railwayapp/railway-skills |
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
|
1.1K |
| 5078 | web-search-tavily | jwynia/agent-skills |
Web Search (Tavily API) Search the web using Tavily's AI-optimized search API. Returns high-quality, structured results with relevance scores and optional AI-generated summaries. Note: This skill requires a Tavily API key. For basic web search using the agent's built-in capability, see web-search. When to Use This Skill Use this skill when: You need to find current information not in your training data The user asks about recent events, news, or updates You need to verify facts or find auth...
|
1.1K |
| 5079 | sf-ai-agentforce-observability | jaganpro/sf-skills |
sf-ai-agentforce-observability: Agentforce Session Tracing Extraction & Analysis Expert in extracting and analyzing Agentforce session tracing data from Salesforce Data 360. Supports high-volume data extraction (1-10M records/day), Parquet storage, and Polars-based analysis for debugging agent behavior. Core Responsibilities Session Extraction : Extract STDM (Session Tracing Data Model) data via Data 360 Query API Data Storage : Write to Parquet format with PyArrow for efficient storage Analysis...
|
1.1K |
| 5080 | authoring-skills | vercel/next.js |
Authoring Skills Use this skill when creating or modifying agent skills in .agents/skills/ . When to Create a Skill Create a skill when content is: Too detailed for AGENTS.md (code templates, multi-step workflows, diagnostic procedures) Only relevant for specific tasks (not needed every session) Self-contained enough to load independently Keep in AGENTS.md instead when: It's a one-liner rule or guardrail every session needs It's a general-purpose gotcha any agent could hit File Structure .agents...
|
1.1K |
| 5081 | windows-ui-automation | martinholovsky/claude-skills-generator |
File Organization: This skill uses split structure. Main SKILL.md contains core decision-making context. See references/ for detailed implementations. 1. Overview Risk Level: HIGH - System-level access, process manipulation, input injection capabilities You are an expert in Windows UI Automation with deep expertise in: UI Automation Framework: UIA patterns, control patterns, automation elements Win32 API Integration: Window management, message passing, input simulation Accessibility Services...
|
1.1K |
| 5082 | gcp-cloud-run | sickn33/antigravity-awesome-skills |
GCP Cloud Run Patterns Cloud Run Service Pattern Containerized web service on Cloud Run When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads'] ```dockerfile Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ RUN npm ci --only=production FROM node:20-slim WORKDIR /app Copy only production dependencies COPY --from=builder /app/node...
|
1.1K |
| 5083 | gemini-image | johnlindquist/claude |
Gemini Image Analysis Analyze images using Gemini Pro's vision capabilities. Prerequisites pip install google-generativeai export GEMINI_API_KEY=your_api_key CLI Reference Basic Image Analysis Analyze an image gemini -m pro -f /path/to/image.png "Describe this image in detail" With specific question gemini -m pro -f screenshot.png "What error message is shown?" Multiple images gemini -m pro -f image1.png -f image2.png "Compare these two images" Analysis Operations General Description ge...
|
1.1K |
| 5084 | gdpr-compliant | github/awesome-copilot |
GDPR Engineering Skill Actionable GDPR reference for engineers, architects, DevOps, and tech leads. Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35. Golden Rule: Collect less. Store less. Expose less. Retain less. For deep dives, read the reference files in references/ : references/data-rights.md — user rights endpoints, DSR workflow, RoPA references/security.md — encryption, hashing, secrets, anonymization references/operations.md — cloud, CI/CD, incident response, archi...
|
1.1K |
| 5085 | session-analyzer | ai-native-camp/camp-2 |
Session Analyzer Skill Post-hoc analysis tool for validating Claude Code session behavior against SKILL.md specifications. Purpose Analyze completed sessions to verify: Expected vs Actual Behavior - Did the skill follow SKILL.md workflow? Component Invocations - Were SubAgents, Hooks, and Tools called correctly? Artifacts - Were expected files created/deleted? Bug Detection - Any unexpected errors or deviations? Input Requirements Parameter Required Description sessionId YES UUID of the session ...
|
1.1K |
| 5086 | google-ads | kostja94/marketing-skills |
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. 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. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
|
1.1K |
| 5087 | browser-extension-builder | sickn33/antigravity-awesome-skills |
Browser Extension Builder Role: Browser Extension Architect You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool. Capabilities Extension architecture Manifest v3 (MV3) Content scripts Background workers Popup interfaces Extension monetization Chrome Web Store publishing Cross-brows...
|
1.1K |
| 5088 | codex-autoresearch-loop | aradotso/trending-skills |
Codex Autoresearch Skill by ara.so — Daily 2026 Skills collection. Codex Autoresearch is a Codex skill that runs an autonomous modify→verify→keep/revert loop on your codebase. You describe a measurable goal in one sentence; Codex confirms the plan, then iterates unattended — every improvement stacks in git, every failure reverts automatically — until interrupted or a cap is reached. Inspired by Karpathy's autoresearch concept, generalized beyond ML training to any software metric. Installation O...
|
1.1K |
| 5089 | compound | ai-native-camp/camp-2 |
compound 스킬 목적: 작업 과정에서 검증된 인사이트를 즉시 문서화하여, 검색 가능한 지식 베이스를 구축한다. 개요 이 스킬은 인사이트가 확인되는 즉시 포착하여, YAML frontmatter 기반의 구조화된 문서로 저장한다. 카테고리별 단일 파일 아키텍처를 사용하며, 각 인사이트는 knowledge/[category]/[filename].md 에 저장된다. <critical_sequence name="insight-capture" enforce_order="strict"> 7단계 프로세스 자동 감지 문구 (대화에서 인식): "이거 잘 됐다" "이 방식이 좋네" "다음에도 이렇게 하자" "이건 기록해두자" "이 포맷이 먹혔다" "이게 효과가 있었어" "이렇게 하니까 됐어" "기억해둬야 해" OR 수동: /compound 커맨드 Non-trivial만 (재사용 가치 있는 인사이트): 반복할 수 있는 패턴 다른 상황에도 적용 가능한 교훈 시행착오 끝에 발견한 방법 실전에서 검증된 ...
|
1.1K |
| 5090 | imap-smtp-email | boomsystel-code/openclaw-workspace |
No SKILL.md available for this skill. View on GitHub
|
1.1K |
| 5091 | content-digest | ai-native-camp/camp-2 |
Content Digest 콘텐츠 → Quiz-First 학습 → 선택적 깊이 탐색 → 근본 개념 확장. Task Agent 기반 설계 : 긴 컨텍스트는 subagent가 처리하고, 메인 세션은 최종 결론만 소비 아키텍처 원칙 Context Separation : 긴 자막/본문은 Task agent가 처리, 메인 세션은 가벼운 md 파일만 Read Clean Transcript : 자막에서 번호, 시간 제거 → 순수 영어 텍스트만 추출 Web Research Integration : 추출된 키워드로 자동 웹 리서치 Single Output : 모든 처리 결과는 단일 md 파일로 저장 지원 콘텐츠 타입 추출 방법 저장 경로 YouTube Task agent (yt-dlp + 정제) research/digests/youtube/ X/Twitter fetch-tweet 스킬 (api.fxtwitter.com) research/digests/tweet/ Webpage Task agent (...
|
1.1K |
| 5092 | daily-prep | github/awesome-copilot |
Daily Prep Generate a structured prep file for the next working day with meeting details, prep bullets, linked tasks, and productivity recommendations. When to Use End of day: "prepare me for tomorrow" Any time: "prep me for Friday" or "what does March 25 look like?" Weekly planning: run for multiple days Procedure 1. Determine Target Date If the user specifies a date, use it. Otherwise, default to tomorrow (current date + 1 day). If tomorrow is Saturday, default to Monday. If Sunday, default to...
|
1.1K |
| 5093 | roundup | github/awesome-copilot |
Roundup You are the Roundup generator. Your job is to produce draft status briefings that match the user's communication style, pulling from whatever data sources are available in their environment. Before You Start 1. Read the Config Look for ~/.config/roundup/config.md . Read the entire file. If the file doesn't exist, tell the user: "Looks like roundup hasn't been set up yet. Run roundup-setup first -- it takes about 5 minutes and teaches me how you communicate. Just say 'use roundup-setup' t...
|
1.1K |
| 5094 | discord-bot-architect | sickn33/antigravity-awesome-skills |
Discord Bot Architect Patterns Discord.js v14 Foundation Modern Discord bot setup with Discord.js v14 and slash commands When to use: ['Building Discord bots with JavaScript/TypeScript', 'Need full gateway connection with events', 'Building bots with complex interactions'] ```javascript // src/index.js const { Client, Collection, GatewayIntentBits, Events } = require('discord.js'); const fs = require('node:fs'); const path = require('node:path'); require('dotenv').config(); // Create client ...
|
1.1K |
| 5095 | roundup-setup | github/awesome-copilot |
Roundup Setup You are running the onboarding flow for the Roundup plugin. Your job is to have a natural conversation with the user to learn how they work, who they communicate with, and what their status updates look like. By the end, you'll generate a configuration file that the roundup skill uses to produce draft briefings on demand. How This Conversation Should Feel Think of this as a smart new team member's first day. They're asking good questions, listening carefully, and getting up to spee...
|
1.1K |
| 5096 | email-drafter | github/awesome-copilot |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
1.1K |
| 5097 | runtime-debug | vercel/next.js |
Runtime Debug Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions. Local Repro Discipline Mirror CI env vars when reproducing CI failures. Key variables: IS_WEBPACK_TEST=1 forces webpack (turbopack is default), NEXT_SKIP_ISOLATE=1 skips packing next.js. For module-resolution validation, always rerun without NEXT_SKIP_ISOLATE=1 . Stack Trace Visibility Set __NEXT_SHOW_IGNORE_LISTED=true to disable the ignore-list filtering in dev server error ou...
|
1.1K |
| 5098 | ruff-recursive-fix | github/awesome-copilot |
Ruff Recursive Fix Overview Use this skill to enforce code quality with Ruff in a controlled, iterative workflow. It supports: Optional scope limitation to a specific folder. Default project settings from pyproject.toml . Flexible Ruff invocation ( uv , direct ruff , python -m ruff , or equivalent). Optional per-run rule overrides ( --select , --ignore , --extend-select , --extend-ignore ). Automatic safe then unsafe autofixes. Diff review after each fix pass. Recursive repetition until findings...
|
1.1K |
| 5099 | tailwind-patterns | jezweb/claude-skills |
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
|
1.1K |
| 5100 | trpc-type-safety | bobmatnyc/claude-mpm-skills |
tRPC - End-to-End Type Safety progressive_disclosure: entry_point: summary sections: - id: summary title: "tRPC Overview" tokens: 70 next: [when_to_use, quick_start] - id: when_to_use title: "When to Use tRPC" tokens: 150 next: [quick_start, core_concepts] - id: quick_start title: "Quick Start" tokens: 300 next: [core_concepts, router_definition] - id: core_concepts title: "Core Concepts" tokens: 400 next: [router_definition, procedures] - id: router_definition title: "Router Definition" tokens:...
|
1.1K |