Skill Catalog
Browse 5,478 curated AI agent skills. No account needed.
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
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
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
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
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
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
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
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
Twilio SMS Automation
Automate SMS communications, two-way messaging, notifications, and voice workflows with Twilio
by claude-office-skills/skills / twilio-sms
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
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
Twitter/X Automation
Automate Twitter/X social media workflows including posting, engagement, analytics, and audience growth
by claude-office-skills/skills / twitter-automation
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
Typescript
TypeScript strict patterns and best practices. Trigger: When writing TypeScript code - types, interfaces, generics.
by Gentleman-Programming/Gentleman-Skills / curated/typescript
Typescript
TypeScript strict mode with eslint and jest
by alinaqi/maggy / skills/typescript
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
UI Mobile
Mobile UI patterns - React Native, iOS/Android, touch targets
by alinaqi/maggy / skills/ui-mobile
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
UI Testing
Visual testing - catch invisible buttons, broken layouts, contrast
by alinaqi/maggy / skills/ui-testing
🎨 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
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
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
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
UI Web
Web UI - glassmorphism, Tailwind, dark mode, accessibility
by alinaqi/maggy / skills/ui-web
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
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
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
/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
/understand-dashboard
Launch the interactive web dashboard to visualize a codebase's knowledge graph
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-dashboard
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
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
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
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
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
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
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
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
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
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
Universal Janitor
Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.
by github/awesome-copilot / agents/janitor.agent.md
Universal PR Comment Addresser
Address PR comments
by github/awesome-copilot / agents/address-comments.agent.md
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Upgrading Expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
by expo/skills / plugins/expo/skills/upgrading-expo
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
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
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
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
Use Code Components in Power Pages
Using code components in Power Pages sites
by github/awesome-copilot / instructions/pcf-power-pages.instructions.md
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
User Journeys
User experience flows - journey mapping, UX validation, error recovery
by alinaqi/maggy / skills/user-journeys
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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