Skip to content

Skill Catalog

Browse 5,478 curated AI agent skills. No account needed.

No spam. Unsubscribe anytime.

Tuner

Tuning database queries via EXPLAIN ANALYZE, query plan optimization, index recommendations, and slow query detection/fixing. Complements Schema's schema design. Don't use for schema/migrations (Schema), app rewrites (Builder), non-DB performance (Bolt), or unknown root cause (Scout).

by simota/agent-skills / tuner

#broad-capability#development#securityDevOps & Cloud

Tunnel Doctor

Diagnoses and fixes conflicts between Tailscale and proxy/VPN tools (Shadowrocket, Clash, Surge, OrbStack/Docker) on macOS — route hijacking, HTTP proxy env vars, system proxy bypass, SSH ProxyCommand double-tunneling, VM/container proxy propagation, and stalled macOS DNS resolution. Use when Tailscale ping works but SSH/HTTP times out, browser returns 503 but curl works, git push fails with "failed to begin relaying via HTTP", Docker pull/build times out behind TUN/VPN, setting up Tailscale SSH to WSL, bootstrapping remote dev over Tailscale, ssh/curl/git hang ~60s before resolving a hostname while nslookup returns instantly, ping to a resolver IP works but dig to the same IP times out, ssh -vvv freezes at "debug2: resolving" without reaching "debug1: connect", or raw probes give impossibly-fast results under a TUN proxy (nc -z 0.00s, sub-ms ping to overseas nodes, or an IP-geo lookup reporting the proxy exit instead of your real home/ISP — the TUN fabricates locally).

by daymade/claude-code-skills / tunnel-doctor

#broad-capability#research#documentsDevOps & Cloud

Turborepo Caching

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.

by wshobson/agents / plugins/developer-essentials/skills/turborepo-caching

#broad-capability#engineering#agent-skillsSoftware Engineering

Turbulence Models DB

Select and configure turbulence models (k-epsilon, k-omega SST, LES) for CFD

by Soljourner/claude-engineering-skills / skills/databases/turbulence-models-db

#broad-capability#engineering#fluid-dynamicsScience & Simulation

Tutor

Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, (4) Check their learning progress or dashboard, or says things like "quiz me", "test me", "let's study", "/tutor", "학습", "퀴즈", "평가".

by bevibing/tutor-skills / skills/tutor

#work-life#productivity#roundtable02-tutor-skillsEducation & Writing

Tutor Setup

Transforms knowledge sources into an Obsidian StudyVault. Two modes: (1) Document Mode — PDF/text/web sources → study notes with practice questions. (2) Codebase Mode — source code project → onboarding vault for new developers. Mode is auto-detected based on project markers in CWD.

by bevibing/tutor-skills / skills/tutor-setup

#work-life#productivity#roundtable02-tutor-skillsEducation & Writing

Tvos Design Guidelines

Apple Human Interface Guidelines for Apple TV. Use when building tvOS apps with focus-based navigation, Siri Remote input, or living room viewing experiences. Triggers on tasks involving Apple TV, tvOS, 10-foot UI, or media playback.

by ehmo/platform-design-skills / skills/tvos

#work-life#productivity#designDesign, Media & Creative

TweetClaw

Safety-reviewed guide for @xquik/tweetclaw, the Xquik OpenClaw plugin for structured X/Twitter workflows. Covers setup, credential boundaries, explicit approval for writes and paid actions, spending limits, private-data handling, and monitor controls.

by Xquik-dev/tweetclaw / skills/tweetclaw

#work-life#productivity#externalBusiness, Marketing & Sales

Twilio SMS Automation

Automate SMS communications, two-way messaging, notifications, and voice workflows with Twilio

by claude-office-skills/skills / twilio-sms

#work-life#office#productivityBusiness, Marketing & Sales

Twitter Reader

Fetch Twitter/X post content including long-form Articles with full images and metadata. Use when Claude needs to retrieve tweet/article content, author info, engagement metrics, and embedded media. Supports individual posts and X Articles (long-form content). Automatically downloads all images to local attachments folder and generates complete Markdown with proper image references. Preferred over Jina for X Articles with images.

by daymade/claude-code-skills / twitter-reader

#github#broad-capability#externalWeb & Browser Automation

Twitter Reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my bookmarks", "who follows", "look up @user", "what's trending about", "market sentiment on Twitter", "what are people saying about AAPL", "recent tweets from @elonmusk", "show me @user's posts", "fintwit", any mention of Twitter/X in context of reading financial news or market research. This skill is READ-ONLY — it does NOT support posting, liking, retweeting, or any write operations.

by himself65/finance-skills / plugins/social-readers/skills/twitter-reader

#work-life#productivity#financeData, AI & Research

Twitter/X Automation

Automate Twitter/X social media workflows including posting, engagement, analytics, and audience growth

by claude-office-skills/skills / twitter-automation

#work-life#office#productivityBusiness, Marketing & Sales

Twitter/X Skill

Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.

by ReScienceLab/opc-skills / skills/twitter

#broad-capability#github#externalBusiness, Marketing & Sales

Typescript

TypeScript strict patterns and best practices. Trigger: When writing TypeScript code - types, interfaces, generics.

by Gentleman-Programming/Gentleman-Skills / curated/typescript

#angular#react#typescriptSoftware Engineering

Typescript

TypeScript strict mode with eslint and jest

by alinaqi/maggy / skills/typescript

#claude-bootstrap#bootstrap#frontendSoftware Engineering

TypeScript Advanced Types

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.

by wshobson/agents / plugins/javascript-typescript/skills/typescript-advanced-types

#github#broad-capability#externalSoftware Engineering

Typescript Magician

Designs complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors. Use when the user asks about TypeScript (TS) types, generics, type inference, type guards, removing `any` types, strict typing, type errors, `infer`, `extends`, conditional types, mapped types, template literal types, branded/opaque types, or utility types like `Partial`, `Record`, `ReturnType`, and `Awaited`.

by mcollina/skills / skills/typescript-magician

#nodejs#code#qualitySoftware Engineering

TypeScript MCP Server Development

Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK

by github/awesome-copilot / instructions/typescript-mcp-server.instructions.md

#github-copilot#mcp#serverSoftware Engineering

TypeScript MCP Server Expert

Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript

by github/awesome-copilot / agents/typescript-mcp-expert.agent.md

#github-copilot#fine#tuningData, AI & Research

Typescript MCP Server Generator

Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration

by github/awesome-copilot / skills/typescript-mcp-server-generator

#github-copilot#mcp#serverSoftware Engineering

Typescript Pro

Implements advanced TypeScript type systems, creates custom type guards, utility types, and branded types, and configures tRPC for end-to-end type safety. Use when building TypeScript applications requiring advanced generics, conditional or mapped types, discriminated unions, monorepo setup, or full-stack type safety with tRPC.

by Jeffallan/claude-skills / skills/typescript-pro

#engineering#full-stack#frontendSoftware Engineering

Typespec API Operations

Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards

by github/awesome-copilot / skills/typespec-api-operations

#github-copilot#api#designSoftware Engineering

Typespec Create Agent

Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot

by github/awesome-copilot / skills/typespec-create-agent

#github-copilot#mcp#serverAgent Orchestration

Typespec Create API Plugin

Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot

by github/awesome-copilot / skills/typespec-create-api-plugin

#github-copilot#mcp#integrationAgent Orchestration

TypeSpec for Microsoft 365 Copilot Development Guidelines

Guidelines and best practices for building TypeSpec-based declarative agents and API plugins for Microsoft 365 Copilot

by github/awesome-copilot / instructions/typespec-m365-copilot.instructions.md

#github-copilot#m365#copilotAgent Orchestration

Typing Exclusion Worker

Python typing exclusion worker: remove assigned mypy exclusion modules in small scoped batches, fix typing issues, run validation, and produce a structured completion summary. Use when running parallel typing-debt workers or when asked to remove modules from pyproject mypy exclusion overrides.

by getsentry/skills / skills/typing-exclusion-worker

#observability#sentry#codeSoftware Engineering

Typography Selector

Browse and select fonts from Google Fonts or curated pairings. Use to find the perfect typography for a design project.

by davepoon/buildwithclaude / plugins/frontend-design-pro/skills/typography-selector

#typographyDesign, Media & Creative

Ua Campaign

When the user wants to plan or optimize paid user acquisition campaigns. Also use when the user mentions "Apple Search Ads", "user acquisition", "paid ads", "UA", "ad campaign", "install campaign", "Facebook ads for apps", "TikTok ads", or "cost per install". For organic growth, see aso-audit. For launch-specific UA, see app-launch.

by Eronred/aso-skills / skills/ua-campaign

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

UI Designer

Extract design systems from reference UI images and generate implementation-ready UI design prompts. Use when users provide UI screenshots/mockups and want to create consistent designs, generate design systems, or build MVP UIs matching reference aesthetics.

by daymade/claude-code-skills / ui-designer

#broad-capability#research#documentsDesign, Media & Creative

UI Design System

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

by alirezarezvani/claude-skills / product-team/skills/ui-design-system

#work-life#productivity#externalBusiness, Marketing & Sales

UI Mobile

Mobile UI patterns - React Native, iOS/Android, touch targets

by alinaqi/maggy / skills/ui-mobile

#claude-bootstrap#bootstrap#reactMobile App Development

UI Test

AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites).

by browserbase/skills / skills/ui-test

#broad-capability#browser-automation#web-searchSoftware Engineering

UI Testing

Visual testing - catch invisible buttons, broken layouts, contrast

by alinaqi/maggy / skills/ui-testing

#claude-bootstrap#bootstrap#testingSoftware Engineering

🎨 UI/UX Design Mockup Skill

Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai

by SamurAIGPT/Generative-Media-Skills / library/visual/ui-design

#github#broad-capability#externalDesign, Media & Creative

UI UX Pro Max

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

by nextlevelbuilder/ui-ux-pro-max-skill / .claude/skills/ui-ux-pro-max

#work-life#productivity#ui-uxDesign, Media & Creative

UI UX Pro Max

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

by guanyang/antigravity-skills / skills/ui-ux-pro-max

#broad-capability#agent-skills#designDesign, Media & Creative

UI/UX Pro Max - Design Intelligence

Comprehensive design guide for web and mobile applications. Use when designing new UI components or pages, choosing color palettes and typography, or reviewing code for UX issues.

by sickn33/antigravity-awesome-skills / plugins/antigravity-awesome-skills-claude/skills/ui-ux-pro-max

#github#external#license-mitDesign, Media & Creative

UI Web

Web UI - glassmorphism, Tailwind, dark mode, accessibility

by alinaqi/maggy / skills/ui-web

#claude-bootstrap#bootstrap#frontendSoftware Engineering

Umap Learn

Use UMAP-learn for nonlinear dimensionality reduction, 2D/3D embeddings, clustering preprocessing, supervised or semi-supervised UMAP, DensMAP, AlignedUMAP, and Parametric UMAP workflows.

by K-Dense-AI/scientific-agent-skills / skills/umap-learn

#broad-capability#science#mathData, AI & Research

Umap Learn

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/umap-learn

#broad-capability#creative#deepData, AI & Research

Understand

Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand

#broad-capability#research#analysisSoftware Engineering

/understand-chat

Use when you need to ask questions about a codebase or understand code using a knowledge graph

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-chat

#broad-capability#github#externalData, AI & Research

/understand-dashboard

Launch the interactive web dashboard to visualize a codebase's knowledge graph

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-dashboard

#broad-capability#github#externalData, AI & Research

Understand Diff

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-diff

#broad-capability#research#analysisSoftware Engineering

Understand Domain

Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-domain

#broad-capability#research#analysisSoftware Engineering

Understand Explain

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-explain

#broad-capability#research#analysisSoftware Engineering

Understanding Hot Reload Limits

Use this skill to teach Claude exactly which Kotlin and Compose changes hot-reload under Compose HotSwan and which trigger a full incremental rebuild fallback. Root cause is Android Runtime (ART) class schema immutability; only method bodies are mutable at runtime, so any change to fields, signatures, constructors, interfaces, inline functions, or new resource ids forces a rebuild. Covers the supported-changes table, the rebuild-forcing list, the diff-then-batch workflow that keeps a hot-reload session inside the fast path, and the inline-function and new-resource-id pitfalls. Trigger when the user asks "why did this rebuild?", "why isn't this hot reloading?", wants to learn HotSwan's boundaries before adopting it, or when reviewing a refactor that risks pushing a hot-reload session into a full rebuild.

by skydoves/compose-performance-skills / hot-reload/understanding-hot-reload-limits

#android#jetpack-compose#performanceMobile App Development

Understanding Stability Inference

Use this skill to explain why the Compose compiler classified a class or composable parameter as stable, runtime, unknown, or unstable. Covers the 12-phase inference algorithm, the five compiler-level stability types (Certain / Runtime / Unknown / Parameter / Combined), the generic bitmask encoding (Pair=0b11, ImmutableList=0b1), the Known Stable Constructs registry, and the runtime `$stable: Int` field generated by `@StabilityInferred`. Use when the developer asks "why is X classified as Y?", when a stability report shows a surprising `runtime stable`, `unknown`, or `unstable` verdict, when generics, inheritance, cycles, interfaces, or cross-module classes are involved, or when the user mentions `$stable`, `@StabilityInferred`, separate compilation, or "the compiler thinks my class is unstable but it looks fine".

by skydoves/compose-performance-skills / stability/understanding-stability-inference

#android#jetpack-compose#performanceSoftware Engineering

Understand Knowledge

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-knowledge

#broad-capability#research#analysisData, AI & Research

Understand Onboard

Use when you need to generate an onboarding guide for new team members joining a project

by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-onboard

#broad-capability#research#analysisSoftware Engineering

Uniprot Database

Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For broader biological evidence lookup across databases, use bio-database-evidence. Use this for direct HTTP/REST work or UniProt-specific control.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/uniprot-database

#broad-capability#creative#structuredData, AI & Research

Unit Test Vue Pinia

Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.

by github/awesome-copilot / skills/unit-test-vue-pinia

#github-copilot#testingSoftware Engineering

Unity Ecs Patterns

Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing performance, or working with large entity counts.

by wshobson/agents / plugins/game-development/skills/unity-ecs-patterns

#broad-capability#engineering#agent-skillsGame Development

Universal Janitor

Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.

by github/awesome-copilot / agents/janitor.agent.md

#github-copilot#code#qualitySoftware Engineering

Universal PR Comment Addresser

Address PR comments

by github/awesome-copilot / agents/address-comments.agent.md

#github-copilot#code#reviewSoftware Engineering

Unslop

Humanize LLM output so it reads like a careful human wrote it. Subtracts AI-isms (sycophancy, tricolons, em-dash overuse, "delve"/"tapestry"/"testament", hedging stacks, tidy five-paragraph shapes), engineers burstiness and calibrated uncertainty, and preserves technical accuracy. Supports intensity levels: subtle, balanced (default), full, voice-match, anti-detector. Use when user says "humanize this", "make this sound human", "de-slop this", "rewrite without AI tone", "match my voice", "less robotic", or invokes /unslop. Also auto-triggers when text-quality is requested.

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop

#broad-capability#content-quality#textEducation & Writing

Unslop Commit

Rewrites commit messages so they sound like a careful human engineer wrote them. Strips AI/marketing slop ("comprehensive solution", "robust implementation", "leverage", "enhance", "seamlessly", "This commit..."). Keeps Conventional Commits format. Subject ≤72 chars (aim ≤50), imperative mood. Body only when "why" isn't obvious from the subject. Use when user says "humanize commit", "de-slop commit message", "make this commit sound human", "/unslop-commit", "/commit", "write a commit", or pastes a draft commit to clean up. Auto-triggers when staging changes.

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-commit

#broad-capability#content-quality#versionSoftware Engineering

Unslop File

Humanize natural-language memory files (CLAUDE.md, todos, preferences, docs) by removing AI-isms and adding burstiness while preserving every code block, URL, path, command, and heading exactly. Two modes: --deterministic (fast, regex-based, no API) and LLM (default, calls Claude for rewrite). Humanized version overwrites the original file. Plain backup saved as FILE.original.md. Trigger: /unslop-file <filepath> or "humanize memory file"

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-file

#broad-capability#content-quality#textEducation & Writing

Unslop Help

Quick-reference card for unslop modes, sub-skills, and slash commands. One-shot display, not a persistent mode. Trigger: /unslop-help, "unslop help", "what unslop commands", "how do I use unslop".

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-help

#broad-capability#github#externalData, AI & Research

Unslop Reasoning

Strip AI-slop patterns from reasoning traces (chain-of-thought, extended thinking, agent decomposition) — not final prose. Reasoning text has its own slop catalog that regular unslop doesn't target: over-explaining the question, over-hedging, over-decomposing trivial problems into 6-bullet substeps, infinite-loop rationalization. Trigger: /unslop-reasoning, "clean up my reasoning", "fix this chain of thought", "this CoT sounds robotic". Applies to reasoning output; does not override regular /unslop mode.

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-reasoning

#broad-capability#content-quality#proofreadingEducation & Writing

Unslop Review

Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing ("I noticed...", "I was wondering if perhaps...", "It might be worth considering..."). Each comment is direct: location, the issue, a concrete fix. Use when user says "humanize review", "de-slop PR comment", "make this feedback sound human", "review this PR", "code review", "/review", "/unslop-review". Auto-triggers when reviewing PRs.

by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-review

#broad-capability#content-quality#codeSoftware Engineering

Unsloth

Unsloth linked from Hermes creative, research, and development skills, with the upstream skill instructions available on GitHub.

by NousResearch/hermes-agent / skills/mlops/training/unsloth

#github#broad-capability#externalData, AI & Research

Unsloth Skill

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/unsloth

#broad-capability#github#externalData, AI & Research

Update

Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.

by anthropics/knowledge-work-plugins / productivity/skills/update

#work-life#productivity#knowledge-workPersonal Productivity

Update Avm Modules In Bicep

Update Azure Verified Modules (AVM) to latest versions in Bicep files.

by github/awesome-copilot / skills/update-avm-modules-in-bicep

#github-copilot#terraform#infrastructureDevOps & Cloud

Update Code from Shorthand

Shorthand code will be in the file provided from the prompt or raw data in the prompt, and will be used to update the code file when the prompt has the text `UPDATE CODE FROM SHORTHAND`.

by github/awesome-copilot / instructions/update-code-from-shorthand.instructions.md

#github-copilot#code#qualitySoftware Engineering

Update Documentation on Code Change

Automatically update README.md and documentation files when application code changes require documentation updates

by github/awesome-copilot / instructions/update-docs-on-code-change.instructions.md

#github-copilot#technical#writingEducation & Writing

Update Implementation Plan

Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

by github/awesome-copilot / skills/update-implementation-plan

#github-copilot#planningSoftware Engineering

Update LLMs

Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/

by github/awesome-copilot / skills/update-llms

#github-copilot#documentationSoftware Engineering

Update Markdown File Index

Update a markdown file section with an index/table of files from a specified folder.

by github/awesome-copilot / skills/update-markdown-file-index

#github-copilot#documentationSoftware Engineering

Update Specification

Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.

by github/awesome-copilot / skills/update-specification

#github-copilot#documentationSoftware Engineering

Update SwiftUI Apis

Scan Apple's SwiftUI documentation for deprecated APIs and update the SwiftUI Expert Skill with modern replacements. Use when asked to "update latest APIs", "refresh deprecated SwiftUI APIs", "check for new SwiftUI deprecations", "scan for API changes", or after a new iOS/Xcode release. Requires the Sosumi MCP to be available.

by AvdLee/SwiftUI-Agent-Skill / .agents/skills/update-swiftui-apis

#broad-capability#swiftui#iosSoftware Engineering

Upgrading Expo

Guidelines for upgrading Expo SDK versions and fixing dependency issues

by expo/skills / plugins/expo/skills/upgrading-expo

#react-native#expo#reactMobile App Development

Upgrading from .NET MAUI 9 to .NET MAUI 10

Instructions for upgrading .NET MAUI applications from version 9 to version 10, including breaking changes, deprecated APIs, and migration strategies for ListView to CollectionView.

by github/awesome-copilot / instructions/dotnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md

#github-copilot#build#lifecycleMobile App Development

Upgrading React Native

Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.

by callstackincubator/agent-skills / skills/upgrading-react-native

#react-native#mobile#expoMobile App Development

Uptrend Analyzer

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.

by tradermonty/claude-trading-skills / skills/uptrend-analyzer

#work-life#productivity#financeData, AI & Research

Use Cliche Data in Documentation

Ensure documentation and examples use only generic, cliche placeholder data — never real or sensitive data sourced from local scripts, configuration, task files, or prompt context.

by github/awesome-copilot / instructions/use-cliche-data-in-docs.instructions.md

#github-copilot#technical#writingEducation & Writing

Use Code Components in Power Pages

Using code components in Power Pages sites

by github/awesome-copilot / instructions/pcf-power-pages.instructions.md

#github-copilot#awesome-copilot#externalBusiness, Marketing & Sales

Use Dom

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

by expo/skills / plugins/expo/skills/use-dom

#react-native#expo#reactMobile App Development

User Journeys

User experience flows - journey mapping, UX validation, error recovery

by alinaqi/maggy / skills/user-journeys

#claude-bootstrap#bootstrap#uxDesign, Media & Creative

User Personas

Create refined user personas from research data — 3 personas with JTBD, pains, gains, and unexpected insights. Use when building personas from survey data, creating user profiles from research, or segmenting users for product decisions.

by phuryn/pm-skills / pm-market-research/skills/user-personas

#work-life#productivity#product-managementBusiness, Marketing & Sales

User Research

Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs help with any aspect of understanding their users through research.

by anthropics/knowledge-work-plugins / design/skills/user-research

#work-life#productivity#knowledge-workData, AI & Research

User Segmentation

Segment users from feedback data based on behavior, JTBD, and needs. Identifies at least 3 distinct user segments. Use when segmenting a user base, analyzing diverse user feedback, or building a segmentation model.

by phuryn/pm-skills / pm-market-research/skills/user-segmentation

#work-life#productivity#product-managementBusiness, Marketing & Sales

User Stories

Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria.

by phuryn/pm-skills / pm-execution/skills/user-stories

#work-life#productivity#product-managementBusiness, Marketing & Sales

Usfiscaldata

Query the U.S. Treasury Fiscal Data API for federal financial data including national debt, government spending, revenue, interest rates, exchange rates, and savings bonds. Access 54 datasets and 182 data tables with no API key required. Use when working with U.S. federal fiscal data, national debt tracking (Debt to the Penny), Daily Treasury Statements, Monthly Treasury Statements, Treasury securities auctions, interest rates on Treasury securities, foreign exchange rates, savings bonds, or any U.S. government financial statistics.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/usfiscaldata

#broad-capability#creative#financialData, AI & Research

Usfiscaldata

Query the U.S. Treasury Fiscal Data REST API for federal financial data. No API key required. Use for national debt (Debt to the Penny), Daily Treasury Statements, Monthly Treasury Statements, Treasury securities auctions, interest rates, foreign exchange rates, savings bonds, or U.S. government revenue and spending statistics.

by K-Dense-AI/scientific-agent-skills / skills/usfiscaldata

#broad-capability#science#mathBusiness, Marketing & Sales

Using Agent Skills

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

by addyosmani/agent-skills / skills/using-agent-skills

#engineering#software-engineering#agentAgent Orchestration

Using Cloud CLI

Cloud CLI patterns for GCP and AWS. Use when running bq queries, gcloud commands, aws commands, or making decisions about cloud services. Covers BigQuery cost optimization and operational best practices.

by julianobarbosa/claude-code-skills / skills/using-cloud-cli

#broad-capability#devops#azureDevOps & Cloud

Using Cloud CLI Skill

Using Cloud CLI Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/using-cloud-cli-skill

#github#broad-capability#externalDevOps & Cloud

Using Dbt For Analytics Engineering

Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes.

by dbt-labs/dbt-agent-skills / skills/dbt/skills/using-dbt-for-analytics-engineering

#dbt#analytics-engineering#dataData, AI & Research

Using Efficient Effects

Use this skill to choose the cheapest correct effect API in Jetpack Compose — `LaunchedEffect`, `DisposableEffect`, `SideEffect`, `rememberUpdatedState`, and skydoves/compose-effects' `RememberedEffect` and `ViewModelStoreScope`. Covers stale-callback bugs in long-lived `LaunchedEffect`, setup/teardown for non-coroutine subscribers, avoiding a coroutine scope just to react to a key change, and per-row ViewModels in a `LazyColumn`. Trigger when the user mentions LaunchedEffect, DisposableEffect, RememberedEffect, SideEffect, rememberUpdatedState, ViewModelStoreScope, effect restarts unexpectedly, leaked listener, or per-item ViewModel.

by skydoves/compose-performance-skills / side-effects/using-efficient-effects

#android#jetpack-compose#performanceMobile App Development

Using Git Worktrees

Git worktree management with tmux integration and task dispatch. Use when creating isolated dev environments, launching parallel feature work, running multiple Claude instances, managing worktrees, dispatching tasks to worktree terminals, or cleaning up after merge. Covers worktree creation in .claude/worktrees/, tmux window management in the current session, and command dispatch. Also use when someone says "create a worktree", "launch in a worktree", "worktree for story X", or "parallel development".

by julianobarbosa/claude-code-skills / skills/using-git-worktrees

#broad-capability#devops#azureSoftware Engineering

Using Git Worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

by guanyang/antigravity-skills / skills/using-git-worktrees

#broad-capability#agent-skills#designSoftware Engineering

Using Git Worktrees Skill

Using Git Worktrees Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/using-git-worktrees-skill

#github#broad-capability#externalDevOps & Cloud

Using Skills

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

by guanyang/antigravity-skills / skills/using-superpowers

#github#broad-capability#externalDesign, Media & Creative

Using Stability Analyzer Ide Plugin

Use this skill to install and operate the `skydoves/compose-stability-analyzer` IntelliJ / Android Studio plugin so the developer sees Compose stability feedback live in the editor instead of waiting for a Gradle build. Covers installing the plugin from disk, configuring the `Settings → Tools → Compose Stability Analyzer` panel, reading the four gutter colors (green stable, red unstable, yellow runtime, gray no-params), the per-parameter hover documentation, the inline parameter hint badges, and the `UnstableComposable` weak-warning inspection with its `@Suppress("NonSkippableComposable")` and `@Suppress("ParamsComparedByRef")` quick fixes. Use when the user mentions gutter icons, inline hints, the stability inspection, the IDEA plugin, real-time stability feedback while editing, or asks why a composable is flagged as non-skippable in the editor.

by skydoves/compose-performance-skills / stability/using-stability-analyzer-ide-plugin

#android#jetpack-compose#performanceSoftware Engineering

Using Strong Skipping Correctly

Use this skill to reason about Jetpack Compose's Strong Skipping Mode — the default since Kotlin 2.0.20 — including what it changes about skippability, when it does and does not auto-`remember` lambdas, and which escape hatches (`@DontMemoize`, `@NonSkippableComposable`, `@NonRestartableComposable`, `@ReadOnlyComposable`) apply where. Covers verifying the mode is active, auditing lambda capture sites, and the gaps where strong skipping does not memoize (`LazyListScope.items {}`, `Modifier.pointerInput {}`, object expressions, non-@Composable scopes). Use when the developer asks "do I still need @Stable?", "does this composable skip?", "why does this still recompose despite strong skipping", "when do I need @DontMemoize or @NonSkippableComposable?", is migrating from older Compose, or sees auto-remembered lambdas in compiler output.

by skydoves/compose-performance-skills / recomposition/using-strong-skipping-correctly

#android#jetpack-compose#performanceMobile App Development

Using Tmux For Interactive Commands

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys

by obra/superpowers-lab / skills/using-tmux-for-interactive-commands

#broad-capability#experimental#debuggingSoftware Engineering

Us Market Bubble Detector

Evaluates market bubble risk through quantitative data-driven analysis using the revised Minsky/Kindleberger framework v2.1. Prioritizes objective metrics (Put/Call, VIX, margin debt, breadth, IPO data) over subjective impressions. Features strict qualitative adjustment criteria with confirmation bias prevention. Supports practical investment decisions with mandatory data collection and mechanical scoring. Use when user asks about bubble risk, valuation concerns, or profit-taking timing.

by tradermonty/claude-trading-skills / skills/us-market-bubble-detector

#work-life#productivity#financeData, AI & Research

Uspto Database

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/uspto-database

#broad-capability#creative#structuredData, AI & Research