███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13351 | turborepo | mindrally/skills |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
66 |
| 13352 | codex-assistant | joeseesun/codex-assistant |
Codex Assistant 通过 OpenAI Codex CLI 执行代码任务。使用前请确保: Codex 已安装并配置 (codex 命令可用) 工作目录在信任列表中 触发词 /codex-assistant - 显式调用 用 Codex / codex 帮我 - 自然语言调用 核心原则 当用户用 /codex 或 用 Codex 发起请求时: 提取用户需求 - 从自然语言中提取 Codex 需要完成的任务 构建 Codex Prompt - 将需求转化为 Codex 能理解的指令 执行命令 - 使用 Bash 调用 codex exec 返回结果 - 直接展示 Codex 的输出 Codex 最佳场景 场景 Codex 擅长 提示词模板 代码重构 优化结构、提升可读性 "重构这段代码,让它更简洁" Bug 修复 定位问题、给出修复 "找出并修复这个 bug" 测试生成 编写单元测试 "给这个函数写测试" 代码解释 逐行解释逻辑 "解释这段代码在做什么" 跨语言迁移 语言/框架转换 "转成 TypeScript" 代码审查 找出问题、改进建议 "审查这段代码" 文档生成...
|
66 |
| 13353 | git-rebase-sync | 0xbigboss/claude-code |
git-rebase-sync Use this skill when you need to sync a feature branch onto the latest origin/{base_branch} via git rebase , including conflict resolution with explicit clarification questions when intent is ambiguous. Goals Rebase the current branch onto a specified base branch (often the repo default branch like dev or main ). Resolve conflicts deliberately, without guesswork. Keep safety rails: backup ref, confirmations before history-rewriting commands, and safe pushing. Hard Rules Do not cre...
|
66 |
| 13354 | ui-sound-design | dannyjpwilliams/ui-sound-design-skill |
▁ ▃ ▅ ▇ ▅ ▃ ▁ ▁ ▃ ▅ ▇ ▅ ▃ ▁ ▁ ▃ ▅ ▇ ▅ ▃ ▁ ██╗ ██╗██╗ ███████╗ ██████╗ ██╗ ██╗███╗ ██╗██████╗ ██║ ██║██║ ██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔══██╗ ██║ ██║██║ ███████╗██║ ██║██║ ██║██╔██╗ ██║██║ ██║ ██║ ██║██║ ╚════██║██║ ██║██║ ██║██║╚██╗██║██║ ██║ ╚██████╔╝██║ ███████║╚██████╔╝╚██████╔╝██║ ╚████║██████╔╝ ╚═════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═════╝ ░ ▒ ▓ █ ▓ ▒ ░ ░ ▒ ▓ █ ▓ ▒ ░ ░ ▒ ▓ █ ▓ ▒ ░ ██████╗ ███████╗███████╗██╗ ██████╗ █...
|
65 |
| 13355 | customer-review-aggregator | onewave-ai/claude-skills |
Customer Review Aggregator & Analyzer Pull reviews from multiple platforms and extract actionable insights with AI-powered sentiment analysis. Instructions You are an expert customer review analyst and competitive intelligence specialist. Your role is to: Aggregate Reviews from multiple sources Analyze Sentiment by feature and category Identify Pain Points and feature requests Extract Marketing Claims from positive reviews Compare Competitors side-by-side Generate Reports with actionable ins...
|
65 |
| 13356 | travel-hospitality | dylantarre/animation-principles |
Apply Disney's 12 principles to create aspirational, exciting experiences that inspire wanderlust and build booking confidence. The 12 Principles Applied 1. Squash & Stretch - Booking Buttons: Satisfying press with light squash - Map Pins: Bounce when dropped on location - Airplane Icons: Subtle stretch during flight animation 2. Anticipation - Search Button: Build-up before results reveal - Booking Confirmation: Dramatic pause before success - Destination Reveal: Moment of suspense ...
|
65 |
| 13357 | qa-observability | vasilyu1983/ai-agents-public |
QA Observability and Performance Engineering Use telemetry (logs, metrics, traces, profiles) as a QA signal and a debugging substrate. Core references: OpenTelemetry: https://opentelemetry.io/docs/ W3C Trace Context: https://www.w3.org/TR/trace-context/ Google SRE SLOs: https://sre.google/sre-book/service-level-objectives/ Default QA stance Treat telemetry as part of acceptance criteria (especially for integration/E2E tests). Require correlation: request_id + trace_id (traceparent) across bou...
|
65 |
| 13358 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
65 |
| 13359 | solana-agent-kit | sendaifun/skills |
Build AI agents that autonomously execute 60+ Solana blockchain operations using SendAI's open-source toolkit. Compatible with LangChain, Vercel AI SDK, and Claude via MCP. Overview The Solana Agent Kit enables any AI model to: - Deploy and manage tokens (SPL & Token-2022) - Create and trade NFTs via Metaplex - Execute DeFi operations (Jupiter, Raydium, Orca, Meteora) - Stake SOL, bridge tokens, register domains - Run in interactive or fully autonomous modes Key Features | 60+ Actions...
|
65 |
| 13360 | b2c-slas-auth-patterns | salesforcecommercecloud/b2c-developer-tooling |
B2C SLAS Authentication Patterns Advanced authentication patterns for SLAS (Shopper Login and API Access Service) beyond basic login. These patterns enable passwordless authentication, hybrid storefront support, and system-to-system integration. Authentication Methods Overview Method Use Case User Experience Password Traditional login Username + password form Email OTP Passwordless email Code sent to email SMS OTP Passwordless SMS Code sent to phone Passkeys FIDO2/WebAuthn Biometric or device PI...
|
65 |
| 13361 | omc-teams | yeachan-heo/oh-my-claudecode |
OMC Teams Skill Spawn N CLI worker processes in tmux panes to execute tasks in parallel. Supports claude , codex , and gemini agent types. /omc-teams is a legacy compatibility skill for the CLI-first runtime: use omc team ... commands (not deprecated MCP runtime tools). Usage /oh-my-claudecode:omc-teams N:claude "task description" /oh-my-claudecode:omc-teams N:codex "task description" /oh-my-claudecode:omc-teams N:gemini "task description" Parameters N - Number of CLI workers (1-10) agent-type -...
|
65 |
| 13362 | budget-optimizer | onewave-ai/claude-skills |
Budget Optimizer Analyze spending patterns and find savings. 50/30/20 rule, subscription audit, debt payoff strategies, emergency fund roadmap. Instructions You are an expert personal finance advisor. Analyze spending, identify savings opportunities, create actionable budget plans. Output Format Budget Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionab...
|
65 |
| 13363 | scope-appropriate-architecture | yonatangross/orchestkit |
Scope-Appropriate Architecture Right-size every architectural decision to the project's actual needs. Not every project needs hexagonal architecture, CQRS, or microservices. Core principle: Detect the project tier first, then constrain all downstream pattern choices to that tier's complexity ceiling. The 6 Project Tiers Tier LOC Ratio Architecture DB Auth Tests 1. Interview/Take-home 1.0-1.3x Flat files, no layers SQLite / JSON None or basic 8-15 focused 2. Hackathon/Prototype 0.8-1.0x Single fi...
|
65 |
| 13364 | godot-scene-management | thedivergentai/gd-agentic-skills |
Scene Management Async loading, transitions, instance pooling, and caching define smooth scene workflows. Available Scripts async_scene_manager.gd Expert async scene loader with progress tracking, error handling, and transition callbacks. scene_pool.gd Object pooling for frequently spawned scenes (bullets, godot-particles, enemies). scene_state_manager.gd Preserves and restores scene state across transitions using "persist" group pattern. MANDATORY - For Smooth Transitions : Read async_scene_man...
|
65 |
| 13365 | competitive-ads-extractor | davepoon/buildwithclaude |
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
|
65 |
| 13366 | groove-work-spec | andreadellacorte/groove |
groove-work-spec Use $ARGUMENTS as the spec topic if provided. Outcome A complete outcome spec that defines what to build and how to verify it — the agent determines the procedure. Acceptance Criteria Spec file contains: Overview : What to build and why Decisions : Key technical choices with rationale Implementation Steps : Concrete, ordered steps Edge Cases : Error handling, boundary conditions Constraints Sanitize topic for use as filename — strip path separators, special characters, and trave...
|
65 |
| 13367 | snowflake-expert | personamanagmentlayer/pcl |
Snowflake Expert You are an expert in Snowflake with deep knowledge of virtual warehouses, data sharing, streams, tasks, time travel, zero-copy cloning, and SQL optimization. You design and manage enterprise-scale data warehouses that are performant, cost-effective, and secure. Core Expertise Architecture and Virtual Warehouses Virtual Warehouse Management: -- Create virtual warehouse CREATE WAREHOUSE analytics_wh WITH WAREHOUSE_SIZE = 'MEDIUM' AUTO_SUSPEND = 300 AUTO_RESUME = TR...
|
65 |
| 13368 | angular-core | gentleman-programming/gentleman-skills |
Standalone Components (REQUIRED) Components are standalone by default. Do NOT set standalone: true. @Component({ selector: 'app-user', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: `...` }) export class UserComponent {} Input/Output Functions (REQUIRED) // ✅ ALWAYS: Function-based readonly user = input.required<User>(); readonly disabled = input(false); readonly selected = output<User>(); readonly checked = model(false); // Two-way binding // ❌ ...
|
65 |
| 13369 | microsoft-teams-automation | sickn33/antigravity-awesome-skills |
Microsoft Teams Automation via Rube MCP Automate Microsoft Teams operations through Composio's Microsoft Teams toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/microsoft_teams Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Microsoft Teams connection via RUBE_MANAGE_CONNECTIONS with toolkit microsoft_teams 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 configurat...
|
65 |
| 13370 | claude-config-optimizer | i9wa4/dotfiles |
Claude Config Optimizer Skill Rules and tracking for Claude Code configuration optimization. 1. Config File Location User's Claude Code config is stored at: ~/ghq/github.com/i9wa4/dotfiles/config/claude/ Key files: settings.json - Main settings CLAUDE.md - Persona and core rules rules/ - Detailed rules (auto-loaded at startup) skills/ - Specialized knowledge (loaded on demand) agents/ - Custom agents commands/ - Slash commands 2. Fetch CHANGELOG Use gh command to fetch the latest CHANGEL...
|
65 |
| 13371 | observe-whatsapp | sickn33/antigravity-awesome-skills |
Use this skill for operational diagnostics: message delivery investigation, webhook delivery debugging, error triage, and WhatsApp health checks. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Investigate message delivery - List messages: `node scripts/messages.js --phone-number-id <id>` - Inspect message: `node scripts/message-details.js --message-id <id>` - Find conversation: `node scripts/lookup-conversation.js --phone-number <e164>`...
|
65 |
| 13372 | tailwind-v4-shadcn | ovachiever/droid-tings |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2025-12-04 Status : Production Ready ✅ Table of Contents Before You Start Quick Start Four-Step Architecture Dark Mode Setup Critical Rules Semantic Color Tokens Common Issues & Fixes File Templates Setup Checklist Advanced Topics Dependencies Tailwind v4 Plugins Reference Documentation When to Load References ⚠️ BEFORE YOU START (READ THIS!) CRITICAL F...
|
65 |
| 13373 | npx-cli | jwynia/agent-skills |
npx CLI Tool Development (Bun-First) Build and publish npx-executable command-line tools using Bun as the primary runtime and toolchain, producing binaries that work for all npm/npx users (Node.js runtime). When to Use This Skill Use when: Creating a new CLI tool from scratch Building an npx-executable binary Setting up argument parsing, sub-commands, or terminal UX for a CLI Publishing a CLI tool to npm Adding a CLI to an existing library package Do NOT use when: Building a library without a CL...
|
65 |
| 13374 | design-system | lobbi-docs/claude |
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
|
65 |
| 13375 | groove-work-plan | andreadellacorte/groove |
groove-work-plan Outcome The codebase is researched for relevant patterns and constraints. A concrete implementation plan is written with ordered steps, file paths, and function names. Plan is captured as a task or doc. Acceptance Criteria Plan references actual code patterns found in the codebase (not assumptions) Steps are ordered and specific enough to execute without ambiguity File paths and function names are named where known Edge cases are identified and handling is specified Stage task c...
|
65 |
| 13376 | 1k-date-formatting | onekeyhq/app-monorepo |
Date Formatting Skill This skill ensures consistent date and time formatting across the OneKey app, respecting user locale settings. Usage Use this skill when: Displaying dates or times in UI components Formatting timestamps from API responses Ensuring dates follow the app's language/locale settings Converting date strings for display Core Rules NEVER use native JavaScript date methods // ❌ FORBIDDEN - Does not respect app settings date.toLocaleDateString() date.toLocaleString() date.toISOSt...
|
65 |
| 13377 | content-script-developer | shipshitdev/library |
Content Script Developer You build reliable, low-impact content scripts for browser extensions (Chrome MV3). You focus on stable DOM integration, safe styling, messaging, and performance on SPA-heavy sites. When to Use Building or updating a content script Injecting UI into third-party pages Scraping or reading page state in a browser extension Handling SPA navigation changes or dynamic DOM updates Core Constraints Content scripts run in an isolated world; page JS scope is not shared. Avoid po...
|
65 |
| 13378 | statusline-setup | b-open-io/prompts |
Create and customize Claude Code status lines to display contextual information like model name, git branch, token usage, project colors, and more. Overview Claude Code supports custom status lines displayed at the bottom of the interface, similar to terminal prompts (PS1) in shells like Oh-my-zsh. Status lines update when conversation messages change, running at most every 300ms. Interactive Setup Flow When setting up a status line, first check for existing configuration and use AskUserQu...
|
65 |
| 13379 | n8n-workflow-architect | promptadvisers/n8n-powerhouse |
n8n Workflow Architect The Intelligent Automation Architect (IAA) - Strategic guidance for building automation systems that survive production. When to Use This Skill Invoke this skill when users: Want to plan an automation project - "I need to automate my sales pipeline" Have multiple services to integrate - "I use Shopify, Klaviyo, and Notion" Need architecture decisions - "Should I use n8n or Python for this?" Are evaluating feasibility - "Can I automate X with my current stack?" Want product...
|
65 |
| 13380 | misttrack-skills | slowmist/misttrack-skills |
MistTrack OpenAPI 技能 概述 MistTrack 是由 SlowMist 开发的加密货币反洗钱(AML)追踪工具,专注于打击加密货币洗钱活动。 收录超过 4 亿个 地址(涵盖主要交易平台的各类钱包) 提供 50 万条 威胁情报地址 标记超过 9000 万个 与恶意活动相关的地址 API 基本信息 Base URL https://openapi.misttrack.io 认证方式 所有请求均需在 Query Parameter 中传入 api_key (GET 请求)或 Request Body(POST 请求)。 通用响应结构 字段 类型 说明 success Boolean 请求是否成功 msg String 失败时的错误信息 data Dictionary 响应数据 速率限制(Rate Limits) 套餐 速率 每日限额 Standard 1 次/秒/key 10,000 次/天/key Compliance 5 次/秒/key 50,000 次/天/key Enterprise 无限制 无限制 超出限制时返回: { "success" : false , "...
|
65 |
| 13381 | qa-agent-testing | vasilyu1983/ai-agents-public |
QA Agent Testing (Jan 2026) Design and run reliable evaluation suites for LLM agents/personas, including tool-using and multi-agent systems. Default QA Workflow Define the Persona Under Test (PUT): scope, out-of-scope, and safety boundaries. Define 10 representative tasks (Must Ace). Define 5 refusal edge cases (Must Decline + redirect). Define an output contract (format, tone, structure, citations). Run the suite with determinism controls and tool tracing. Score with the 6-dimension rubric; t...
|
65 |
| 13382 | vulnhunter | sendaifun/skills |
VulnHunter - Security Vulnerability Detection & Analysis A comprehensive security audit skill for identifying dangerous APIs, footgun patterns, error-prone configurations, and hunting for vulnerability variants across codebases. Inspired by Trail of Bits' sharp-edges and variant-analysis methodologies. Overview VulnHunter combines two powerful security analysis techniques: Sharp Edges Detection - Identify error-prone APIs, dangerous defaults, and footgun designs Variant Analysis - Find similar v...
|
65 |
| 13383 | godot-signal-architecture | thedivergentai/gd-agentic-skills |
Signal Architecture Signal Up/Call Down pattern, typed signals, and event buses define decoupled, maintainable architectures. Available Scripts global_event_bus.gd Expert AutoLoad event bus with typed signals and connection management. signal_debugger.gd Runtime signal connection analyzer. Shows all connections in scene hierarchy. signal_spy.gd Testing utility for observing signal emissions with count tracking and history. MANDATORY - For Event Bus : Read global_event_bus.gd before implementing ...
|
65 |
| 13384 | nsfc-qc | huangwb8/chineseresearchlatex |
NSFC 标书质量控制(nsfc-qc) 目标输出(契约) 只读 :对标书内容完全只读(不修改任何 .tex/.bib/.cls/.sty )。 隔离(推荐) :使用“交付目录 + sidecar 工作区”组织产物,默认不污染标书根目录: 交付目录(面向人读): {deliver_dir}/ 工作区(面向复现/归档): {deliver_dir}/.nsfc-qc/ (包含 runs/snapshot/.parallel_vibe/artifacts/final) 兼容(legacy) :仍支持把工作区写入 project_root/.nsfc-qc/ (旧用法)。 交付物(标准化) : {run_dir}/final/nsfc-qc_report.md {run_dir}/final/nsfc-qc_metrics.json {run_dir}/final/nsfc-qc_findings.json {run_dir}/final/validation.json (结构一致性校验结果) 输入参数(建议显式提供) 最少必须给: project_root :如 projects/NSFC...
|
65 |
| 13385 | frontend-design | secondsky/claude-skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
65 |
| 13386 | spec-test-usecase | zixun-github/aisdlc |
Spec 测试用例(V2:Usecase) 把 requirements/solution.md / requirements/prd.md 中的验收口径(AC)转成 可执行、可判定、可追溯 的手工测试用例。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读项目级 memory : project/memory/product.md 、 project/memory/tech.md 、 project/memory/glossary.md ;读不到必须写 CONTEXT GAP 。 需求级最小输入 : {FEATURE_DIR}/requirements/solution.md 或 {FEATURE_DIR}/requirements/prd.md 至少其一必须存在;否则停止并写 CONTEXT GAP 。 强制使用模板 : usecase.md 必须直接使用用例模板 assets/test_usercase_template.md (不得自创...
|
65 |
| 13387 | videos-search | brave/brave-search-skills |
Videos Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/videos/search?q=python+tutorial" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With Parameters curl -s "https://api.search.brave.com/res/v1/videos/search" \ -H "Accept: application/json" \ -H "X-Subscrip...
|
65 |
| 13388 | fullstack-workspace-init | shipshitdev/library |
Full Stack Workspace Init Create a production-ready monorepo with working MVP features: Frontend: NextJS 16 + React 19 + TypeScript + Tailwind + @agenticindiedev/ui Backend: NestJS 11 + MongoDB + Clerk Auth + Swagger Mobile: React Native + Expo (optional) Quality: Vitest (80% coverage) + Biome + Husky + GitHub Actions CI/CD Package Manager: bun What Makes This Different This skill generates working applications, not empty scaffolds: Complete CRUD operations for your main entities Clerk authe...
|
65 |
| 13389 | elementor-development | peixotorms/odinlayer-skills |
Elementor Addon & Widget Development Consolidated reference for addon architecture, widget creation, manager registration, scripts/styles, data structure, deprecations, and CLI commands. See also: Widget Rendering Details -- full control registration, render(), content_template(), render attributes Data Structure, Deprecations & CLI -- JSON format, element structure, deprecation timeline, CLI commands 1. Addon Structure Plugin Header Every Elementor addon requires standard WordPress headers plus...
|
65 |
| 13390 | godot-rpg-stats | thedivergentai/gd-agentic-skills |
RPG Stats Resource-based stats, modifier stacks, and derived calculations define flexible character progression. Available Scripts stat_resource.gd Robust Resource-based stat system with caching, dirty flags, and modifier stacks. modifier_stack_stats.gd Expert stat system with additive/multiplicative modifier stacks and priority ordering. NEVER Do in RPG Stats NEVER use int for percentages — var critical_chance: int = 50 for 50%? Integer division = truncation errors. Use float (0.0-1.0 OR 0.0-10...
|
65 |
| 13391 | axiom-shipping | charleswiltgen/axiom |
Shipping & App Store Router You MUST use this skill when preparing to submit ANY app, handling App Store rejections, or working on release workflow. When to Use Use this router when you encounter: Preparing an app for App Store submission App Store rejection (any guideline) Metadata requirements (screenshots, descriptions, keywords) Privacy manifest and nutrition label questions Age rating and content classification Export compliance and encryption declarations EU DSA trader status Account delet...
|
65 |
| 13392 | sentry-sdk-skill-creator | getsentry/sentry-agent-skills |
All Skills > SDK Skill Creator Create a Sentry SDK Skill Bundle Produce a complete, research-backed SDK skill bundle — a main wizard SKILL.md plus deep-dive reference files for every feature pillar the SDK supports. Invoke This Skill When Asked to "create a Sentry SDK skill" for a new platform Asked to "add support for [language/framework]" to sentry-agent-skills Building a new sentry-<platform>-sdk skill bundle Porting the SDK skill pattern to a new Sentry SDK Read ${SKILL_ROOT}/references/phil...
|
65 |
| 13393 | examples-auto-run | openai/openai-agents-python |
examples-auto-run What it does Runs uv run examples/run_examples.py with: EXAMPLES_INTERACTIVE_MODE=auto (auto-input/auto-approve). Per-example logs under .tmp/examples-start-logs/. Main summary log path passed via --main-log (also under .tmp/examples-start-logs/). Generates a rerun list of failures at .tmp/examples-rerun.txt when --write-rerun is set. Provides start/stop/status/logs/tail/collect/rerun helpers via run.sh. Background option keeps the process running with a pidfile; stop cleans it...
|
65 |
| 13394 | umbraco-dashboard | umbraco/umbraco-cms-backoffice-skills |
Umbraco Dashboard What is it? Dashboards are customizable components that appear in Umbraco's backoffice sections to display information and functionality. They show an 'editor' for the selected item in the tree or default section information when no item is selected. Dashboards use conditions to control where and when they appear in the backoffice. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/exte...
|
65 |
| 13395 | ec2-backend-deployer | shipshitdev/library |
EC2 Backend Deployer Expert in deploying backend applications to EC2 instances using CI/CD pipelines, Docker containers, and GitHub Actions. When to Use This Skill Use when you're: Setting up CI/CD for backend deployment to EC2 Configuring Docker-based deployments Implementing automated deployment pipelines Deploying NestJS, Next.js, or Express backends Setting up container registries and image management Configuring secure EC2 access (Tailscale) Quick Workflow Dockerfile: Multi-stage build ...
|
65 |
| 13396 | rails-expert | 404kidwiz/claude-supercode-skills |
Rails Expert Senior Rails specialist with deep expertise in Rails 7+, Hotwire, and modern Ruby web development patterns. Role Definition You are a senior Ruby on Rails engineer with 10+ years of Rails development experience. You specialize in Rails 7+ with Hotwire/Turbo, convention over configuration, and building maintainable applications. You prioritize developer happiness and rapid development. When to Use This Skill Building Rails 7+ applications with modern patterns Implementing Hotwire...
|
65 |
| 13397 | inference-sh | inference-sh/skills |
inference.sh Run 150+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh infsh login Quick Examples Generate an image infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}' Generate a video infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}' Call Claude infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Web search infsh app run tavily/search-assist...
|
65 |
| 13398 | axiom-lldb-ref | charleswiltgen/axiom |
LLDB Command Reference Complete command reference for LLDB in Xcode. Organized by task so you can find the exact command you need. For debugging workflows and decision trees, see /skill axiom-lldb . Part 1: Variable Inspection v / frame variable Reads memory directly. No compilation. Most reliable for Swift values. (lldb) v All variables in current frame (lldb) v self Self in current context (lldb) v self.propertyName Specific pr...
|
65 |
| 13399 | rust-clap | pproenca/dot-skills |
Rust Clap Best Practices Comprehensive best practices guide for building CLI applications in Rust using clap. Contains 42 rules across 8 categories, prioritized by impact to guide CLI design, argument parsing, and testing. When to Apply Reference these guidelines when: Designing new Rust CLI applications Adding arguments or subcommands to existing CLIs Validating and parsing command-line input Writing integration tests for CLI tools Improving help text and user experience Rule Categories by ...
|
65 |
| 13400 | spec-first | shipshitdev/library |
Spec-First Development A structured workflow for LLM-assisted coding that delays implementation until decisions are explicit. When This Activates "Build X" or "Create Y" (new features/projects) "Implement..." (non-trivial functionality) "Add a feature that..." (multi-step work) Any request requiring 3+ files or unclear requirements When to Skip Single-file changes under 50 lines Typo fixes, log additions, config tweaks User explicitly says "just do it" or "quick fix" Core Principles Delay imp...
|
65 |