███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3551 | ce-compound | everyinc/compound-engineering-plugin |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. /ce-compound Coordinate multiple subagents working in parallel to document a recently solved problem. Purpose Captures problem solutions while context is fresh, creating structured documentation in docs/solutions/ with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency. Why "compound"? Each d...
|
2.2K |
| 3552 | ui-ux-designer | sickn33/antigravity-awesome-skills |
Use this skill when Working on ui ux designer tasks or workflows Needing guidance, best practices, or checklists for ui ux designer Do not use this skill when The task is unrelated to ui ux designer 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 . You are a...
|
2.2K |
| 3553 | understand-anything-knowledge-graph | aradotso/trending-skills |
Understand Anything — Codebase Knowledge Graph Skill by ara.so — Daily 2026 Skills collection. Understand Anything is a Claude Code plugin that runs a multi-agent pipeline over your project, builds a knowledge graph of every file, function, class, and dependency, and opens an interactive React dashboard for visual exploration. It produces plain-English summaries of every node so anyone — developer, PM, or designer — can understand the codebase. Installation Via Claude Code plugin marketplace /pl...
|
2.2K |
| 3554 | giving-presentations | refoundai/lenny-skills |
Giving Presentations Help the user create and deliver compelling presentations using techniques from 19 product leaders. How to Help When the user asks for help with presentations: Understand the context - Ask about the audience, the stakes, the format (keynote, board meeting, all-hands), and how much time they have Start with narrative, not slides - Help them identify the one thing they want the audience to remember before touching slide software Structure for engagement - Guide them to use con...
|
2.2K |
| 3555 | powershell-windows | sickn33/antigravity-awesome-skills |
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. 2. Unicode/Emoji Restriction CRITICAL: No Unicode in Scripts Purpose ❌ Don't Use ✅ Use Success ✅ ✓ [OK] [+] Error ❌ ✗ 🔴...
|
2.2K |
| 3556 | wiki-synthesize | ar9av/obsidian-wiki |
Wiki Synthesize — First-Class Synthesis Discovery You are scanning the wiki for concepts that co-occur across many pages but have no dedicated synthesis page connecting them. Your job is to surface these gaps and fill the most valuable ones with cross-cutting synthesis pages. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH . Read index.md to get the full page inventory. Read hot.md if it exists — it surfaces recent activity and active threa...
|
2.2K |
| 3557 | app-clips | dpearson2699/swift-ios-skills |
App Clips Lightweight, instantly-available versions of your iOS app for in-the-moment experiences or demos. Targets iOS 26+ / Swift 6.2 unless noted. Contents App Clip Target Setup Invocation URL Handling App Clip Experience Configuration Size Limits Invocation Methods Data Migration to Full App SKOverlay for Full App Promotion Location Confirmation Lifecycle and Ephemeral Nature Capabilities and Limitations Common Mistakes Review Checklist References App Clip Target Setup An App Clip is a separ...
|
2.2K |
| 3558 | ce-work | everyinc/compound-engineering-plugin |
Work Execution Command Execute work efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan or specification) or a bare prompt describing the work, and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patterns, and maintaining quality throughout. Input Document <input_document> $ARGUMENTS </input_document> Execution Workflow Phase 0: Input Triage Determine h...
|
2.2K |
| 3559 | audit-augmentation | trailofbits/skills |
Audit Augmentation Projects findings from external tools (SARIF) and human auditors (weAudit) onto Trailmark code graphs as annotations and subgraphs. When to Use Importing Semgrep, CodeQL, or other SARIF-producing tool results into a graph Importing weAudit audit annotations into a graph Cross-referencing static analysis findings with blast radius or taint data Querying which functions have high-severity findings Visualizing audit coverage alongside code structure When NOT to Use Running static...
|
2.2K |
| 3560 | crypto-protocol-diagram | trailofbits/skills |
Crypto Protocol Diagram Produces a Mermaid sequenceDiagram (written to file) and an ASCII sequence diagram (printed inline) from either: Source code implementing a cryptographic protocol, or A specification — RFC, academic paper, pseudocode, informal prose, ProVerif ( .pv ), or Tamarin ( .spthy ) model. Tools used: Read, Write, Grep, Glob, Bash, WebFetch (for URL specs). Unlike the diagramming-code skill (which visualizes code structure), this skill extracts protocol semantics : who sends what t...
|
2.2K |
| 3561 | developing-with-streamlit | streamlit/agent-skills |
Developing with Streamlit A collection of skills for building production-grade Streamlit apps. Each skill focuses on a specific aspect of Streamlit development. When to activate Activate these skills when: Creating new Streamlit apps from scratch Adding features to existing apps Debugging performance issues Improving app design and UX Setting up project structure and environments Connecting to data sources like Snowflake Quick routing Performance issues or slow apps? → optimizing-streamlit-...
|
2.2K |
| 3562 | video-generation | bytedance/deer-flow |
Video Generation Skill Overview This skill generates high-quality videos using structured prompts and a Python script. The workflow includes creating JSON-formatted prompts and executing video generation with optional reference image. Core Capabilities Create structured JSON prompts for AIGC video generation Support reference image as guidance or the first/last frame of the video Generate videos through automated Python script execution Workflow Step 1: Understand Requirements When a user reques...
|
2.2K |
| 3563 | vision-analysis | minimax-ai/skills |
Vision Analysis Analyze images using the MiniMax MiniMax_understand_image MCP tool available in the MiniMax Token Plan. Prerequisites MiniMax Token Plan subscription with valid MINIMAX_API_KEY MiniMax MCP configured ( MiniMax_understand_image tool available) If MCP tool is not configured Step 1: The agent should fetch setup instructions from: https://platform.minimaxi.com/docs/token-plan/mcp-guide Step 2: Detect the user's environment (OpenCode, Cursor, Claude Code, etc.) and output the exact co...
|
2.2K |
| 3564 | energykit | dpearson2699/swift-ios-skills |
EnergyKit Provide grid electricity forecasts to help users choose when to use electricity. EnergyKit identifies times when there is relatively cleaner or less expensive electricity on the grid, enabling apps to shift or reduce load accordingly. Targets Swift 6.2 / iOS 26+. Contents Setup Core Concepts Querying Electricity Guidance Working with Guidance Values Energy Venues Submitting Load Events Electricity Insights Common Mistakes Review Checklist References Setup Entitlement EnergyKit requires...
|
2.2K |
| 3565 | trailmark-summary | trailofbits/skills |
Trailmark Summary Runs trailmark analyze --summary on a target directory. When to Use Vivisect Phase 0 needs a quick structural overview before decomposition Galvanize Phase 1 needs language detection and entry point count Quick orientation on an unfamiliar codebase before deeper analysis When NOT to Use Full structural analysis with all passes needed (use trailmark-structural ) Detailed code graph queries (use the main trailmark skill directly) You need hotspot scores or taint data (use trailma...
|
2.2K |
| 3566 | shareplay-activities | dpearson2699/swift-ios-skills |
GroupActivities / SharePlay Build shared real-time experiences using the GroupActivities framework. SharePlay connects people over FaceTime or iMessage, synchronizing media playback, app state, or custom data. Targets Swift 6.2 / iOS 26+. Contents Setup Defining a GroupActivity Session Lifecycle Sending and Receiving Messages Coordinated Media Playback Starting SharePlay from Your App GroupSessionJournal: File Transfer Common Mistakes Review Checklist References Setup Entitlements Add the Group ...
|
2.2K |
| 3567 | trailmark-structural | trailofbits/skills |
Trailmark Structural Analysis Runs trailmark analyze with all four pre-analysis passes. When to Use Vivisect Phase 1 needs full structural data (hotspots, taint, blast radius, privilege boundaries) Detailed pre-analysis passes for a specific target scope Generating complexity and taint data for audit prioritization When NOT to Use Quick overview only (use trailmark-summary instead) Ad-hoc code graph queries (use the main trailmark skill directly) Target is a single small file where structural an...
|
2.2K |
| 3568 | metadata-optimization | eronred/aso-skills |
Metadata Optimization You are an expert ASO copywriter who specializes in crafting App Store metadata that maximizes both search visibility and conversion rate. Your goal is to write metadata that ranks for target keywords while compelling users to download. Initial Assessment Check for app-marketing-context.md — read it for positioning and target audience Ask for the App ID (to see current metadata) Ask for target keywords (or suggest running keyword-research first) Ask for platform (iOS / Andr...
|
2.2K |
| 3569 | risk-assessment | anthropics/knowledge-work-plugins |
Risk Assessment Systematically identify, assess, and plan mitigations for operational risks. Risk Assessment Matrix Low Impact Medium Impact High Impact High Likelihood Medium High Critical Medium Likelihood Low Medium High Low Likelihood Low Low Medium Risk Categories Operational : Process failures, staffing gaps, system outages Financial : Budget overruns, vendor cost increases, revenue impact Compliance : Regulatory violations, audit findings, policy breaches Strategic : Market changes, compe...
|
2.2K |
| 3570 | skill-creator | composiohq/skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
2.2K |
| 3571 | nx-run-tasks | nrwl/nx-ai-agents-config |
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
|
2.2K |
| 3572 | competitor-analysis | eronred/aso-skills |
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
2.2K |
| 3573 | weatherkit | dpearson2699/swift-ios-skills |
WeatherKit Fetch current conditions, hourly and daily forecasts, weather alerts, and historical statistics using WeatherService . Display required Apple Weather attribution. Targets Swift 6.2 / iOS 26+. Contents Setup Fetching Current Weather Forecasts Weather Alerts Selective Queries Attribution Availability Common Mistakes Review Checklist References Setup Project Configuration Enable the WeatherKit capability in Xcode (adds the entitlement) Enable WeatherKit for your App ID in the Apple Devel...
|
2.2K |
| 3574 | transcribe | openai/skills |
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
|
2.2K |
| 3575 | run-acceptance-tests | hashicorp/agent-skills |
An acceptance test is a Go test function with the prefix TestAcc. To run a focussed acceptance test named TestAccFeatureHappyPath: Run go test -run=TestAccFeatureHappyPath with the following environment variables: TF_ACC=1 Default to non-verbose test output. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failin...
|
2.2K |
| 3576 | graph-evolution | trailofbits/skills |
Graph Evolution Builds Trailmark code graphs at two source snapshots and computes a structural diff. Surfaces security-relevant changes that text-level diffs miss: new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications. When to Use Comparing two git refs to understand what structurally changed Auditing a range of commits for security-relevant evolution Detecting new attack paths created by code changes Finding functions whose bla...
|
2.2K |
| 3577 | build | juliusbrussee/cavekit |
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...
|
2.2K |
| 3578 | design-handoff | anthropics/knowledge-work-plugins |
/design-handoff If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate comprehensive developer handoff documentation from a design. Usage /design-handoff $ARGUMENTS Generate handoff specs for: @$1 If a Figma URL is provided, pull the design from Figma. Otherwise, work from the provided description or screenshot. What to Include Visual Specifications Exact measurements (padding, margins, widths) Design token references (colors, typography, spac...
|
2.2K |
| 3579 | genotoxic | trailofbits/skills |
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
|
2.2K |
| 3580 | mermaid-to-proverif | trailofbits/skills |
Mermaid to ProVerif Reads a Mermaid sequenceDiagram describing a cryptographic protocol and produces a ProVerif model ( .pv file) that can be passed directly to the ProVerif verifier. Tools used: Read, Write, Grep, Glob. The typical input is the output of the crypto-protocol-diagram skill — a Mermaid sequenceDiagram annotated with cryptographic operations ( Sign , Verify , DH , HKDF , Enc , Dec , etc.) and message arrows. When to Use User asks to formally verify a cryptographic protocol describe...
|
2.2K |
| 3581 | check | juliusbrussee/cavekit |
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
|
2.2K |
| 3582 | spec | juliusbrussee/cavekit |
spec — spec mutator Read FORMAT.md at repo root if not already loaded. Caveman skill applies to all writes here. DISPATCH Inspect user request and project state: No SPEC.md at repo root AND args describe idea → NEW No SPEC.md AND from-code in args → DISTILL SPEC.md exists AND args start bug: → BACKPROP SPEC.md exists AND args start amend → AMEND SPEC.md exists, no args → ask user which mode NEW — idea → spec Input: user idea. Steps: Extract goal (1 line, caveman). → §G. List constraints user sta...
|
2.2K |
| 3583 | chatgpt-codex-onboarding | starchild-ai-agent/official-skills |
🔐 ChatGPT / Codex OAuth Onboarding Use the user's existing ChatGPT or Codex subscription for gpt-5-codex , gpt-5 , gpt-5-mini access — without an API key. This is a script-mode skill — no tools registered. Read this file, then call the exports from a bash block. See also byok-custom-model skill — for vendor-key BYOK setup (DIFFERENT mechanism, NOT OAuth) config/context/references/model-onboarding.md — overall model-selection landscape When to use this skill ✅ Use when the user EXPLICITLY says on...
|
2.2K |
| 3584 | vector-forge | trailofbits/skills |
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
|
2.2K |
| 3585 | angular-developer | angular/angular |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
2.2K |
| 3586 | cookie-sync | browserbase/skills |
Cookie Sync — Local Chrome → Browserbase Context Exports cookies from your local Chrome and saves them into a Browserbase persistent context . After syncing, use the browse CLI to open authenticated sessions with that context. Supports domain filtering (only sync cookies you need) and context reuse (refresh cookies without creating a new context). Prerequisites Chrome (or Chromium, Brave, Edge) with remote debugging enabled If your browser build exposes chrome://flags/allow-remote-debugging , en...
|
2.2K |
| 3587 | vueuse-functions | vueuse/skills |
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
|
2.2K |
| 3588 | ghost-proxy | ghostsecurity/skills |
Reaper MITM Proxy Reaper is a CLI-based MITM HTTPS proxy for application security testing. It intercepts, logs, and allows inspection of HTTP/HTTPS traffic flowing through it. Use it to capture live request/response pairs for security validation. Prerequisites Before using any reaper command, make sure the latest version of the binary is installed: curl -sfL https://raw.githubusercontent.com/ghostsecurity/reaper/main/scripts/install.sh | bash All reaper commands in this document should be invoke...
|
2.2K |
| 3589 | recover | javascript-mastery-pro/skills |
Not every problem is a bug. Not every bug needs debugging. When something goes wrong with AI-assisted development, the instinct is to keep prompting — describe the problem, ask for a fix, get another broken version, describe that problem, ask for another fix. The session gets longer. The context gets polluted. The code gets worse. The problem is not the code. The problem is not knowing what type of failure you are dealing with. This skill diagnoses the failure first. Then it prescribes the right...
|
2.2K |
| 3590 | payment-assistant | binance/binance-skills-hub |
⚠️ CRITICAL: How to Handle QR Images When user sends a QR code image, you MUST follow this order: Step 1: Try to READ the QR data directly (Vision) Look at the QR code image and try to extract the actual data string (URL or EMV code). If you can read it → --action purchase --raw_qr "<DATA>" If you cannot read the data (only see logo/colors) → Go to Step 2 Step 2: Check for image file path Does your platform provide the image attachment path in message metadata? If YES → --action decode_qr --imag...
|
2.2K |
| 3591 | cloud | browser-use/browser-use |
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
|
2.2K |
| 3592 | skill-writer | pytorch/pytorch |
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
|
2.2K |
| 3593 | aws-sdk-python-usage | aws/agent-toolkit-for-aws |
Do not use emojis in any code, comments, or output when this skill is active. AWS SDK for Python (boto3) boto3 is the high-level Python SDK for AWS. It wraps botocore (the low-level SDK) and provides two distinct interfaces: clients (low-level, 1:1 API mapping) and resources (high-level, object-oriented). Understanding which to use and when is essential. Client vs Resource Clients map directly to AWS service APIs. Every service has a client. Responses are plain dicts. Resources provide an object...
|
2.2K |
| 3594 | remove-ai-style | zc277584121/marketing-skills |
Remove AI Style Review and adjust the writing style of an article to reduce obvious AI-generated patterns, making the text read more naturally and human-like. When to Use Use this skill when the user asks to: Remove AI style from an article Make AI-generated text sound more natural Polish writing to reduce robotic or formulaic patterns Intensity Levels The user can specify how aggressively to remove AI patterns. If they don't specify, default to "heavy" . Level Description Moderate (中等) Only fix...
|
2.2K |
| 3595 | wowerpoint | thedotmack/claude-mem |
Wowerpoint One doc in, one PDF out. Slide-deck only — videos and podcasts from the same engine are noticeably worse and out of scope; refer the user to the notebooklm CLI directly if they want those. Triggers "Wowerpoint " "Make a slide deck about " "Turn this report into slides" "Kawaii-deck this" Setup (one-time per machine) If notebooklm auth check returns 0 and command -v jq resolves, skip. uv tool install --with playwright --force notebooklm-py $( uv tool dir ) /notebooklm-py/bin/playwright...
|
2.2K |
| 3596 | vip-test-executor | api/git | 2.2K | |
| 3597 | nestjs-expert | sickn33/antigravity-awesome-skills |
NestJS Expert Senior NestJS specialist with deep expertise in enterprise-grade, scalable TypeScript backend applications. Core Workflow Analyze requirements — Identify modules, endpoints, entities, and relationships Design structure — Plan module organization and inter-module dependencies Implement — Create modules, services, and controllers with proper DI wiring Secure — Add guards, validation pipes, and authentication Verify — Run npm run lint , npm run test , and confirm DI graph with nest in...
|
2.2K |
| 3598 | oauth | vercel-labs/portless |
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...
|
2.2K |
| 3599 | accessibility-a11y | mindrally/skills |
Accessibility (a11y) Best Practices You are an expert in web accessibility and inclusive design. Apply these guidelines to ensure all users can access and interact with web applications regardless of their abilities. Core Accessibility Principles Follow WCAG (Web Content Accessibility Guidelines) standards Use semantic HTML to improve accessibility and screen reader compatibility Ensure high accessibility standards using ARIA roles and native accessibility props Design for all users including ...
|
2.2K |
| 3600 | qodo-get-rules | qodo-ai/qodo-skills |
Get Qodo Rules Skill Description Fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. Rules include security requirements, naming conventions, architectural patterns, style guidelines, and team conventions that must be applied during code generation. Workflow Step 1: Check if Rules Already Loaded If rules are already loaded (look for "Qodo Rules Loaded" in recent messages), skip to step 6. Step 2: Verify working in a git repository Che...
|
2.2K |