Full index · agent skills
All agent skills — page 89 of 112
Every one of the 11,101 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- Add Sample DataSeed Dataverse tables with realistic OData v9.2 records, lookup bindings, and typed columns using the plugin’s dataverse-request helper.78 installs
- Deploy SitePublish an existing Power Pages code site to a target Power Platform environment after PAC CLI auth and build checks are green.78 installs
- Setup DatamodelCreate Dataverse tables, columns, and relationships with OData v9.2 deep-insert JSON patterns instead of hand-writing fragile API payloads.78 installs
- Systematic DebuggingFind root cause before proposing fixes when tests fail, builds break, or behavior is unexpected.78 installs
- Add ExcelWire Excel Online (Business) into a Power Apps code app so the app can read or write tables in a OneDrive or SharePoint workbook.77 installs
- Add SeoVerify robots.txt, sitemap.xml, and meta-tag SEO assets exist and are valid on a Microsoft Power Pages code site after an agent session.77 installs
- Create WebrolesGenerate a correctly formatted Power Pages web-role YAML file with a new UUID after the code site has been deployed at least once.77 installs
- DeployBuild a Power Apps code app with npm, confirm with the user, and push updates to a Power Platform environment via the power-apps CLI.77 installs
- Developing Claude Code PluginsBuild and test Claude Code plugins with Superpowers-style agent workflows.77 installs
- Fabric Cli CoreLoad the canonical Microsoft Fabric CLI mental model, paths, auth, and command references before any workspace, notebook, lakehouse, or semantic-model task.77 installs
- Integrate WebapiConfirm a Power Pages code app has a shared Web API client, service modules, and Dataverse-style /_api/ calls after an integration session.77 installs
- Setup AuthAuthenticate the Power Apps CLI and agent workflow before running other Microsoft Power Platform catalog skills against your environment.77 installs
- Subagent Driven DevelopmentExecute an implementation plan by dispatching a fresh subagent per task with spec then quality review.77 installs
- Code Review ReceptionEvaluate review feedback technically before implementing—verify, push back, or fix one item at a time.76 installs
- List ConnectionsList Power Platform connections in the current environment and capture Connection IDs for adding data sources to a code app.76 installs
- Plan ModeRun system-aware planning before coding non-trivial features, refactors, or architectural changes with an agent.76 installs
- Root Cause TracingFind root cause before proposing fixes when tests fail, builds break, or behavior is unexpected.76 installs
- Verification Before CompletionRun verification commands and read output before claiming tests pass, builds succeed, or work is complete.76 installs
- Add ConnectorWire an arbitrary Microsoft Power Platform connector into a Power Apps code app when no dedicated add-* skill exists.75 installs
- Add TeamsAdd the Microsoft Teams connector to a Power Apps code app for messages, channel posts, and chat automation.75 installs
- Create SiteScaffold a new Angular-based Power Apps code app site with production and development build targets ready to customize.75 installs
- Executing PlansExecute a written implementation plan task-by-task in a separate session with review checkpoints.75 installs
- Geist Learning LabScaffold a Next.js App Router learning or course site with nested layouts, MDX lessons, and Geist typography patterns.75 installs
- Next Best PracticesApply Vercel-maintained Next.js rules for file conventions, RSC boundaries, async APIs, metadata, and bundling while coding or reviewing.75 installs
- Writing SkillsCreate or refine agent skills using TDD—pressure scenarios, baseline failure, minimal SKILL.md, refactor loopholes.75 installs
- Add DatasourceConnect a Power Apps code app to the right Microsoft or external data source by describing the app goal, not connector jargon.74 installs
- Defense In Depth ValidationRun verification commands and read output before claiming tests pass, builds succeed, or work is complete.74 installs
- Requesting Code ReviewDispatch a structured code review subagent against a git range before merging completed work.74 installs
- Testing Skills With SubagentsCreate or refine agent skills using TDD—pressure scenarios, baseline failure, minimal SKILL.md, refactor loopholes.74 installs
- Add AzuredevopsWire Azure DevOps into a Power Apps code app so agents can query work items, file bugs, and call ADO APIs with the connector scaffold and HttpRequest fix applied.73 installs
- Add OnedriveWire OneDrive for Business into a Power Apps code app so agents can list, upload, download, and manage files via a registered connector.73 installs
- Ai CliRun text, image, and video generation from the shell and chain outputs through stdin/stdout for agent or script pipelines.73 installs
- Audit PermissionsAudit who can access what in a Power Platform environment before you ship or hand off an app.73 installs
- Dev Toolbar ReviewReview PRs that change Supabase’s dev toolbar, PostHog flag overrides, or telemetry hooks without leaking prod behavior.73 installs
- Meta Pattern RecognitionTurn a spec or requirements into bite-sized implementation tasks before any code is written.73 installs
- Testing Anti PatternsWrite a failing test first, watch it fail, then implement minimal code—never ship behavior without RED-GREEN-REFACTOR.73 installs
- AppleRun a local Sign in with Apple OIDC emulator so you can develop and test Apple OAuth flows without calling Apple’s production APIs.72 installs
- Codex SubagentsDispatch Codex subagents for isolated tasks with scoped prompts and review.72 installs
- Cpu Profile AnalysisInterpret V8 .cpuprofile and Chrome Trace-*.json files to find slow functions, compare code paths, and diagnose rendering and long-task bottlenecks.72 installs
- Simplification CascadesTurn a spec or requirements into bite-sized implementation tasks before any code is written.72 installs
- SlackRun a stateful local Slack Web API emulator so you can develop bots, OAuth, and webhooks without calling production Slack.72 installs
- Test SiteSmoke-test an activated Power Pages site in a real browser, crawl links, inspect network calls, and produce a runtime verification report.72 installs
- Tracing Knowledge LineagesTurn a spec or requirements into bite-sized implementation tasks before any code is written.72 installs
- Using Git WorktreesCreate or reuse an isolated git worktree before feature work or plan execution.72 installs
- Collision Zone ThinkingTurn a spec or requirements into bite-sized implementation tasks before any code is written.71 installs
- Finishing A Development BranchAfter tests pass, choose merge locally, open PR, keep branch, or discard—with worktree cleanup rules.71 installs
- Powerbi Authoring CliLook up which Fabric and Power BI REST APIs return each semantic-model property before you script dataset inspection or refresh tooling.71 installs
- Remembering ConversationsSearch past Claude Code and Codex conversations before guessing or treating a topic as new.71 installs
- Condition Based WaitingRun verification commands and read output before claiming tests pass, builds succeed, or work is complete.70 installs
- Dispatching Parallel AgentsDispatch one subagent per independent failure domain when multiple unrelated tests or subsystems break at once.70 installs
- NextEmbed OAuth emulators in a Next.js App Router app so preview deployments keep same-origin callbacks without rewriting redirect URLs.70 installs
- Pulling Updates From Skills RepositoryLoad and follow Superpowers skills repo workflow skills with correct tool mappings for your agent platform.70 installs
- Sharing SkillsCreate or refine agent skills using TDD—pressure scenarios, baseline failure, minimal SKILL.md, refactor loopholes.70 installs
- When Stuck Problem Solving DispatchFind root cause before proposing fixes when tests fail, builds break, or behavior is unexpected.70 installs
- Agent Browser VerifyAutomatically open the running dev server in agent-browser to confirm the page renders, catch console errors, and flag broken UI before you keep coding.69 installs
- Gardening Skills WikiCreate or refine agent skills using TDD—pressure scenarios, baseline failure, minimal SKILL.md, refactor loopholes.69 installs
- Inversion ExerciseTurn a spec or requirements into bite-sized implementation tasks before any code is written.69 installs
- Preserving Productive TensionsTurn a spec or requirements into bite-sized implementation tasks before any code is written.69 installs
- Scale GameTurn a spec or requirements into bite-sized implementation tasks before any code is written.69 installs
- Add Data SourceWire SharePoint, Dataverse, SQL, or API connectors into a Power Apps canvas app when the agent cannot add connections programmatically.68 installs
- Spark Authoring CliAuthor production-grade PySpark lakehouse jobs in Microsoft Fabric with Delta Lake, schemas, and ingestion guardrails.68 installs
- Working With Claude CodeOnboard to Claude Code features, settings, and Superpowers integration paths.66 installs
- Chat PerfBenchmark VS Code chat UI rendering and run memory-leak checks before shipping perf-sensitive chat changes.65 installs
- Investigate Integration TestDiagnose failing or flaky Azure integration tests in CI or local runs so you can ship SDK and service changes with confidence.65 installs
- MicrosoftRun a local Microsoft Entra ID OAuth/OIDC emulator so you can test sign-in, token exchange, and Graph /me without Azure portal or live Microsoft APIs.65 installs
- Vercel React Best PracticesGive your coding agent Vercel’s prioritized React and Next.js performance rules when generating, refactoring, or reviewing app code so waterfalls and bundle bloat do not ship unnoticed.65 installs
- Add Cloud FlowSolo builders use add-cloud-flow to connect and orchestrate cloud services and workflows in their applications.64 installs
- E2e Medallion ArchitectureDesign and implement Bronze/Silver/Gold lakehouse layers in Microsoft Fabric with PySpark, Delta Lake, and orchestrated pipelines.64 installs
- Submit Skill Fix PrOpen a pull request that fixes or improves a skill in the microsoft/azure-skills repository using the repo’s expected contribution flow.64 installs
- TurborepoConfigure and speed up JavaScript/TypeScript monorepo builds with Turborepo task graphs, local and remote caching, and incremental CI with --affected.64 installs
- Generate Mcp App UiGenerate a self-contained HTML MCP App widget that visualizes a specific MCP tool’s real JSON output in chat.63 installs
- Integrate BackendArchitects backend integration strategies for Power Pages sites by analyzing business requirements and recommending the optimal approach—Web API, Server Logic, Cloud Flows, or combinations.63 installs
- Powerbi Consumption CliRun read-only DAX INFO.VIEW discovery against a Power BI semantic model from the agent when you need table, column, measure, and relationship inventory without clicking through Fabric UI.63 installs
- Ai ElementsInstall and compose AI Elements React components for chat, streaming, tool calls, and reasoning UI on top of the Vercel AI SDK.62 installs
- Add Server LogicAdd server-side logic in Microsoft Power Platform solutions when low-code apps need plugins, actions, or automated backend behavior.61 installs
- Skill CreatorAuthor agent skills that teach correct Azure SDK usage across Python, .NET, Java, TypeScript, and Rust.61 installs
- Vercel React Best PracticesApply Vercel Engineering’s prioritized React and Next.js performance rules when writing, reviewing, or refactoring UI code.61 installs
- Web Design GuidelinesAudit UI code against live Vercel Web Interface Guidelines and report issues in terse file:line form.61 installs
- Write A PrdTurn a vague client request into a structured PRD on disk after repo exploration and a design interview.60 installs
- Owasp Top 10Map findings and review questions to OWASP Web Application Security Top 10 (2025) IDs while hardening a solo-built web app before ship.59 installs
- Spark Consumption CliRun Fabric Lakehouse Livy sessions with PySpark or Spark SQL for analytics beyond one-off SQL—joins, Delta time-travel, and JSON workloads.59 installs
- Vscode Dev WorkbenchRun the local vscode.dev server against sibling microsoft/vscode sources and exercise the web workbench or Agents window in a browser.59 installs
- Sqldw Authoring CliRun Fabric Warehouse DDL, DML, CTAS, and monitoring through sqlcmd patterns without guessing Microsoft-specific CLI flags.58 installs
- SwrImplement client-side fetch, cache, revalidation, mutations, and infinite scroll in React with SWR best practices.58 installs
- Image To VideoTurn a still image into video via RunComfy by auto-picking HappyHorse, Wan 2.7, or Seedance 2.0 Pro and the right CLI flags.57 installs
- TurborepoConfigure Turborepo task pipelines, package-level scripts, remote cache, and CI filters for a JavaScript/TypeScript monorepo with apps and packages folders.57 installs
- Develop Ai Functions ExampleMaintain and extend AI SDK provider examples under examples/ai-functions when you need reproducible scripts for generateText, streamText, agents, and embeddings.56 installs
- Next Cache ComponentsEnable Next.js 16 Cache Components and Partial Prerendering with use cache, cacheLife, cacheTag, and Suspense boundaries for mixed static and dynamic pages.56 installs
- Vercel QueuesDesign Vercel Queues topics, consumer groups, retries, and delayed delivery for async jobs, fan-out, and Workflow DevKit event-driven flows on Vercel.56 installs
- Ai SdkWire Vercel AI SDK APIs—streaming, tools, embeddings, and React hooks—into a solo builder’s app without guessing outdated syntax.55 installs
- Canvas AppCreate or change a Power Apps canvas app from natural-language requirements using the Canvas Authoring MCP sync and compile workflow.55 installs
- Json RenderInstall this when you are building or fixing a custom AI chat UI in Next.js/React and need correct UIMessage parts, tool-call displays, and streaming states instead of brittle markdown hacks.55 installs
- V0 DevGenerate and integrate v0 UI from prompts, CLI, and SDK with correct handoffs to shadcn and AI SDK when detected in output.55 installs
- Check UpdatesAt most once per week, compare your local skills-for-fabric marketplace version to GitHub releases and surface changelog context before other Fabric skills run.54 installs
- Cron JobsConfigure and debug Vercel Cron Jobs in vercel.json so scheduled work hits serverless routes instead of fragile in-process timers.54 installs
- Nano Banana 2Generate social thumbnails, drafts, and branded visuals with Google Nano Banana 2 through the RunComfy CLI instead of guessing prompts on a raw API.54 installs
- ObservabilityInstrument a Vercel-hosted app with drains, Web Analytics, Speed Insights, OpenTelemetry, and dashboards so you can debug production behavior and improve Core Web Vitals.54 installs
- Remotion Best PracticesAdd Three.js and React Three Fiber 3D scenes to Remotion videos without render flicker or broken animation timing.54 installs
- Sqldw Consumption CliRun repeatable sqlcmd scripts against Microsoft Fabric Warehouse with Azure auth, formatted CSV/TSV output, and consumption monitoring queries.53 installs