Art & Design

UiPath/task

github.com

Turn a natural-language description into coder-eval task YAML — minimal prompts, weighted criteria that check output content, validated with `coder-eval plan`. Use when the user wants to write, add, or generate an evaluation task.

$ npx skills add UiPath/coder_eval
スキルを見る

nextlevelbuilder/brand

106.6kgithub.com

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

$ npx skills add nextlevelbuilder/ui-ux-pro-max-skill
スキルを見る

jakubkrehel/variant

github.com

Builds multiple variants of a component you're working on and helps you iterate and pick one.

$ npx skills add jakubkrehel/skills
スキルを見る

boshu2/test

github.com

Write behavioral tests, practice TDD or inspect important coverage gaps. Use when: test design or missing proof needs work; running an existing suite needs no skill.

$ npx skills add boshu2/agentops
スキルを見る

boshu2/rch

github.com

Offload one build through RCH or diagnose its remote compiler. Use when: remote compilation is selected; report errors without creating a retry controller.

$ npx skills add boshu2/agentops
スキルを見る

UiPath/lint-tasks

github.com

Review existing coder-eval task YAML — find criteria that cannot fail, prompts that leak the answer, and near-duplicate tasks, each with a fix. Read-only. Use when the user wants existing tasks reviewed, linted, audited, or checked for gaps.

$ npx skills add UiPath/coder_eval
スキルを見る

Birfy/agentdescent

github.com

Improve a SKILL.md, agent definition, system prompt, small codebase or host plugin by measuring it against examples and evolving it, rather than rewriting it by hand and hoping. Use whenever the user asks to improve, fix, tune, optimise, "train" or get better results out of one of those -- including when they have no test cases yet, because drafting cases for them to check is step one of the procedure, not a prerequisite for it. AgentDescent runs the edits in parallel and keeps only those that raise held-out reward.

$ npx skills add Birfy/agentdescent
スキルを見る

UiPath/init

github.com

Set up coder-eval in this repository — scan for what is worth evaluating (Claude Code skills, an MCP server, a CLI), then scaffold a task directory with one real task and the command to run it.

$ npx skills add UiPath/coder_eval
スキルを見る

UiPath/check-skill

github.com

Generate and run a coder-eval activation suite for a Claude Code skill. Use when the user asks whether a skill triggers, wants to test skill activation, or worries a skill has silently stopped firing.

$ npx skills add UiPath/coder_eval
スキルを見る

boshu2/rpi

github.com

Apply the outcome-to-judgment charter. Use when: the caller explicitly selects RPI; ordinary coding, delegation and native goals do not require this workflow.

$ npx skills add boshu2/agentops
スキルを見る

UiPath/analyze

github.com

Analyze a finished coder-eval run and write analysis.md — cluster failures into systemic patterns and recommend fixes. Use when the user wants to know why a run failed, what regressed or got worse since a previous run, what to fix, or what a run says about their tasks.

$ npx skills add UiPath/coder_eval
スキルを見る

DanMcInerney/test-increment

github.com

Independently test exact baseline and candidate states against a supplied comparison plan without repairing either state.

$ npx skills add DanMcInerney/orchflows
スキルを見る

suboss87/rescue

github.com

Triage an outage, loss of stakeholder trust or a failing engagement direction. Use for urgent recovery; distinguish diagnosis from authorized production mitigation.

$ npx skills add suboss87/FDEOps
スキルを見る

Gentleman-Programming/gentle-ai-rdd-defect-workflow

github.com

Trigger: RDD, receipt-driven development, review authority, receipt/lineage, correction/recovery, delivery gate/kill switch, bounded review defects. Guide work.

$ npx skills add Gentleman-Programming/gentle-shell
スキルを見る

expo/expo-overview

github.com

Framework (OSS). Entry point and router for every Expo or EAS task. Load this skill first — before writing code and before choosing another expo-* / eas-* skill — when the request, PRD, or spec mentions Expo, EAS, Expo Go, or an expo-* package, or the project has an `expo` dependency in `package.json`. Within that gate it also covers app specs and designs to implement (tabs, stacks, maps, lists, navigation, building from a screenshot), and phrasings like 'implement a mobile app', 'make my app look native', 'add navigation', 'fetch some data', 'upgrade my SDK', 'add Expo to my existing native app', 'ship to the App Store', or 'I'm new to Expo, where do I start'. A fully specified request (SDK pinned, libraries named, layout given) still routes through here — the shared setup rules still apply. Do NOT load it when neither signal is present: a bare React Native project with no `expo` dependency is not Expo work. Detects the real goal, routes to the right expo-* / eas-* skill, and owns the shared setup rules.

$ npx skills add expo/skills
スキルを見る

cloudflare/sandbox-stable

github.com

Build or maintain Cloudflare Sandbox apps on the stable @cloudflare/sandbox package. Use sandbox-next for preview apps and sandbox-migrate-to-next for stable-to-preview migrations.

$ npx skills add cloudflare/skills
スキルを見る

tradermonty/skill-designer

github.com

Design new Claude skills from structured idea specifications. Use when the skill auto-generation pipeline needs to produce a Claude CLI prompt that creates a complete skill directory (SKILL.md, references, scripts, tests) following repository conventions.

$ npx skills add tradermonty/claude-trading-skills
スキルを見る

cloudflare/sandbox-next

github.com

Build or maintain Cloudflare Sandbox apps on @cloudflare/sandbox@next (SDK 1.0 preview). Use sandbox-migrate-to-next when porting a stable app.

$ npx skills add cloudflare/skills
スキルを見る

tradermonty/uptrend-analyzer

github.com

Analyzes market breadth using Monty's Uptrend Ratio Dashboard data to diagnose the current market environment. Generates a 0-100 composite score from 5 components (breadth, sector participation, rotation, momentum, historical context). Use when asking about market breadth, uptrend ratios, or whether the market environment supports equity exposure. No API key required.

$ npx skills add tradermonty/claude-trading-skills
スキルを見る

expo/expo-upgrade

github.com

Framework (OSS). Guidelines for upgrading Expo SDK versions and fixing dependency issues

$ npx skills add expo/skills
スキルを見る

expo/expo-ui

github.com

Framework (OSS). Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android. Default to @expo/ui for sheets (BottomSheet), pickers, sliders, toggles, menus, and grouped-form sections — do NOT reach for Reanimated, @gorhom/bottom-sheet, or RN built-in Picker/Switch; use @expo/ui instead. Fall back to RN built-ins only when @expo/ui is missing the component. NOTE: @expo/ui List renders native grouped rows like an iOS Settings screen — it is NOT a virtualized list; use FlatList/FlashList for large datasets. Covers universal components (Host, Column, Row, Button, Text, List, BottomSheet, FieldGroup, Switch, Slider, Picker, Menu), drop-in replacements for RN community libraries, and platform-specific SwiftUI/Jetpack Compose trees. Not for Expo Router navigation, Reanimated, or data fetching.

$ npx skills add expo/skills
スキルを見る

cloudflare/cloudflare-one

github.com

Design, configure, troubleshoot, or review Cloudflare One Zero Trust and SASE deployments. Use cloudflare-one-migrations for migration planning from other vendors.

$ npx skills add cloudflare/skills
スキルを見る

jakubkrehel/explain-interface

github.com

Helps you figure out how something was built on the web.

$ npx skills add jakubkrehel/skills
スキルを見る

wshobson/hermes-tweet

github.com

Install and operate Hermes Tweet, a Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated private or state-changing operations. Use this skill when installing Hermes Tweet, researching X/Twitter accounts, monitoring launch signals, investigating mentions, auditing giveaways, or preparing gated X operations. Use proactively when a Hermes Agent workflow needs current X/Twitter context. Requires XQUIK_API_KEY for read and action tools.

$ npx skills add wshobson/agents
スキルを見る