Back to categories
Category

Agent Skills in category: Uncategorized

75001 skills match this category. Browse curated collections and explore related Agent Skills.

debug

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

udecode
udecode
1,12983

trace

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

udecode
udecode
1,12983

dig

Look up documentation and source code for libraries and packages. Use when the user asks a question about a library, needs to understand a library's API, or when you need information about a library that you don't know about. Triggers on questions like "How do I use X library?", "What's the API for Y?", "Show me how Z library handles this", or when encountering unfamiliar library usage.

udecode
udecode
1,12983

pr

Comprehensive GitHub pull request management - create regular/draft PRs with descriptions and commits, review PRs with severity ratings. Triggers on "create a PR", "make a draft PR", "review PR", or any PR workflow task.

udecode
udecode
1,12983

learn

|

udecode
udecode
1,12983

tdd

Use when implementing complex logic that needs test coverage - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first; NOT for UI components, simple CRUD, or straightforward code

udecode
udecode
1,12983

changelog

Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.

udecode
udecode
1,12983

microsoft-code-reference

Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.

MicrosoftDocs
MicrosoftDocs
1,334151

microsoft-docs

Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices.

MicrosoftDocs
MicrosoftDocs
1,334151

microsoft-skill-creator

Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.

MicrosoftDocs
MicrosoftDocs
1,334151

oracle

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.

steipete
steipete
1,308106

prompt-improver

This skill enriches vague prompts with targeted research and clarification before execution. Should be used when a prompt is determined to be vague and requires systematic research, question generation, and execution guidance.

severity1
severity1
1,10996

ai-sdk-5

>

gentleman-programming
gentleman-programming
1,307201

django-drf

>

gentleman-programming
gentleman-programming
1,307201

jira-epic

>

gentleman-programming
gentleman-programming
1,307201

jira-task

>

gentleman-programming
gentleman-programming
1,307201

nextjs-15

>

gentleman-programming
gentleman-programming
1,307201

playwright

>

gentleman-programming
gentleman-programming
1,307201

pytest

>

gentleman-programming
gentleman-programming
1,307201

react-19

>

gentleman-programming
gentleman-programming
1,307201

skill-creator

>

gentleman-programming
gentleman-programming
1,307201

tailwind-4

>

gentleman-programming
gentleman-programming
1,307201

typescript

>

gentleman-programming
gentleman-programming
1,307201

zod-4

>

gentleman-programming
gentleman-programming
1,307201

zustand-5

>

gentleman-programming
gentleman-programming
1,307201

pr-review

>

gentleman-programming
gentleman-programming
1,307201

gentleman-bubbletea

>

gentleman-programming
gentleman-programming
1,307201

gentleman-e2e

>

gentleman-programming
gentleman-programming
1,307201

gentleman-installer

>

gentleman-programming
gentleman-programming
1,307201

gentleman-system

>

gentleman-programming
gentleman-programming
1,307201

gentleman-trainer

>

gentleman-programming
gentleman-programming
1,307201

go-testing

>

gentleman-programming
gentleman-programming
1,307201

orchestration

MANDATORY - You must load this skill before doing anything else. This defines how you operate.

numman-ali
numman-ali
1,683236

task-manager

CLI tool for managing team tasks outside of Claude Code's built-in tools. Use this skill when tasks need to be archived, bulk cleaned up, or when you need a high-level view of task dependencies. Triggers: (1) User asks to clean up or archive completed tasks, (2) Too many resolved tasks cluttering the list, (3) Need to visualize task dependencies, (4) Want to manage tasks via command line.

numman-ali
numman-ali
1,683236

changeset-validation

Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.

openai
openai
2,240585

code-change-verification

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.

openai
openai
2,240585

docs-sync

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs.

openai
openai
2,240585

examples-auto-run

Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.

openai
openai
2,240585

final-release-review

Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-js.

openai
openai
2,240585

integration-tests

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.

openai
openai
2,240585

openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

openai
openai
2,240585

pnpm-upgrade

Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.

openai
openai
2,240585

pr-draft-summary

Create a PR title and draft description after substantive code changes are finished. Trigger when wrapping up a moderate-or-larger change (runtime code, tests, build config, docs with behavior impact) and you need the PR-ready summary block with change summary plus PR draft text.

openai
openai
2,240585

test-coverage-improver

Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose high-impact tests, and confirm with the user before writing tests.

openai
openai
2,240585

idea-validation

Validate a business idea before investing time or money. Use whenever a solopreneur has a raw idea and needs a structured process to stress-test it against reality — covering problem definition, demand evidence, competitive context, customer discovery, riskiest-assumption testing, and a scored go/no-go decision. Trigger on phrases like "validate my idea", "is this worth building", "should I pursue this", "test my business idea", "does this idea have legs".

JK-0001
JK-0001
0

positioning-strategy

Develop a competitive positioning strategy for a solopreneur business. Use when deciding how to differentiate from competitors, what market position to own, how to frame your offering against alternatives, and how to communicate that position. Covers positioning frameworks (Jobs-to-be-Done, against/for, category creation), positioning statements, and translating position into messaging. Trigger on "how do I differentiate", "positioning strategy", "how to stand out", "differentiate from competitors", "market positioning", "what makes me different", "competitive positioning", "own a position".

JK-0001
JK-0001
0

brand-identity

Build a complete brand identity for a solopreneur business from scratch or refresh an existing one. Covers brand personality, voice and tone, visual identity system (colors, typography, logo direction, imagery style), tagline crafting, and a brand guidelines document. Use when creating a new brand, rebranding, or needing to make brand decisions consistent. Trigger on "create my brand", "brand identity", "brand guidelines", "define my brand voice", "brand personality", "what should my brand look like", "brand strategy", "rebrand", "brand tone".

JK-0001
JK-0001
0

business-model-canvas

Build, fill, stress-test, and iterate on a Business Model Canvas for a solopreneur. Use when designing or redesigning how a business creates, delivers, and captures value — covering all nine BMC blocks plus solopreneur-specific adaptations like the "Time & Energy" block and unit economics validation. Trigger on "business model canvas", "design my business model", "how will I make money", "business model", "BMC", "value proposition canvas", "how does my business work", "monetize my idea".

JK-0001
JK-0001
0

business-plan

Write, structure, and update a business plan for a solopreneur. Use when creating a plan from scratch, updating an existing plan after a pivot or new phase, or preparing a plan to share with investors, partners, or even just to clarify your own strategy. Covers executive summary, market analysis, competitive positioning, revenue model, operations plan, financial projections, and risk assessment — all adapted for a one-person business. Trigger on "write a business plan", "business plan", "create my plan", "business plan template", "update my business plan", "plan for my business", "investor pitch plan".

JK-0001
JK-0001
0

competitive-analysis

Perform a deep competitive analysis for a solopreneur business. Use when mapping competitors in detail, finding exploitable gaps, understanding competitor strategy, benchmarking your own offering, or deciding how to position against the field. Goes deeper than the broad landscape mapping in market-research — this is focused dissection of specific competitors. Trigger on "analyze my competitors", "competitive analysis", "who are my competitors", "competitor deep-dive", "how do I beat the competition", "competitive landscape", "benchmark against competitors".

JK-0001
JK-0001
0

Page 1492 of 1501 · 75001 results