Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

github logo

semantic-kernel

36,200

by github

Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

resemble-detect

36,200

by github

Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity,…

🔥🔥🔥✓ VerifiedPaid serviceNeeds API keys
github logo

spring-boot-testing

36,200

by github

Expert Spring Boot 4 testing specialist that selects the best Spring Boot testing techniques for your situation with Junit 6 and AssertJ.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

vardoger-analyze

36,200

by github

Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation…

🔥🔥✓ VerifiedFreeQuick setup
github logo

vscode-ext-localization

36,200

by github

Localize VS Code extensions across configurations, walkthrough content, and source code messages. Three localization approaches: package.nls.LANGID.json for settings, commands, menus, and views; markdown files for walkthrough content; bundle.l10n.LANGID.json for source code strings Covers all user-facing resources including contributed configurations, commands, menus, views, ViewsWelcome, and walkthrough titles and descriptions Requires creating or updating localization files for all...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

workiq-copilot

36,200

by github

Query Microsoft 365 data with natural language to surface emails, meetings, documents, Teams messages, and people insights. Supports five data sources: emails, meetings, documents, Teams channels, and people/projects with natural-language prompts Install via Copilot CLI plugin (preferred) or standalone npm package; requires Microsoft 365 tenant admin consent on first use Core workflow: clarify intent, craft precise prompts with timeframe/source, run workiq ask --question "..." , and stream...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

write-coding-standards-from-file

36,200

by github

Analyze existing code files to automatically generate a project coding standards document. Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insertion, or...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

ai-ready

36,200

by github

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

azure-resource-health-diagnose

36,200

by github

Diagnose Azure resource health issues and generate a prioritized remediation plan. Analyzes resource status, logs, and telemetry across 8+ Azure service types (Web Apps, VMs, Cosmos DB, Storage, SQL Database, Application Insights, Key Vault, Service Bus) Executes targeted KQL queries against Log Analytics and Application Insights to identify errors, performance degradation, and anomalies Classifies issues by severity (Critical, High, Medium, Low) and performs root cause analysis across...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

bigquery-pipeline-audit

36,200

by github

Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness with exact patch locations. Analyzes every BigQuery job trigger and external API call to identify cost exposure, loop-driven query multiplication, and missing maximum_bytes_billed limits Enforces dry-run and execute modes with explicit prod confirmation, partition filter validation, and scan-size optimization Validates idempotent writes using MERGE, staging tables, or dedup logic; flags unsafe append...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

creating-oracle-to-postgres-migration-bug-report

36,200

by github

Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and…

🔥🔥✓ VerifiedFreeQuick setup
github logo

csharp-tunit

36,200

by github

Best practices for writing unit tests with TUnit, including data-driven and advanced testing patterns. Use [Test] attribute for test methods; follow Arrange-Act-Assert pattern with naming convention MethodName_Scenario_ExpectedBehavior Data-driven testing via [Arguments] , [MethodData] , and [ClassData] attributes; multiple [Arguments] can apply to the same method Fluent async assertions with await Assert.That() syntax; chain with .And or .Or operators and use .Within() for tolerance...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

declarative-agents

36,200

by github

Complete development kit for building Microsoft 365 Copilot declarative agents with TypeSpec and Agents Toolkit integration. Three specialized workflows cover basic agent creation, advanced enterprise design, and validation/optimization for existing agents Supports up to 5 capabilities from 11 options including WebSearch, OneDrive/SharePoint, Graph Connectors, Power Platform, and custom connectors Enforces v1.5 schema compliance with character limits (name: 100, description: 1000,...

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

impediment-prioritization

36,200

by github

Ranks any list of impediments and their countermeasures using a value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

lsp-setup

36,200

by github

Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

nano-banana-pro-openrouter

36,200

by github

Image generation and editing via OpenRouter's Gemini 3 Pro model with multi-image compositing support. Supports three workflows: prompt-only generation, single-image editing, and multi-image composition (up to 3 images per request) Output resolution options: 1K, 2K, or 4K (defaults to 1K) Customizable behavior through optional system prompt template in assets/SYSTEM_TEMPLATE Requires OPENROUTER_API_KEY environment variable and uv package manager; includes troubleshooting guidance for...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

noob-mode

36,200

by github

Plain-English translation layer that makes Copilot CLI accessible to non-technical users. Translates every approval prompt, error message, and technical output into jargon-free language with color-coded risk indicators (🟢 low, 🟡 moderate, 🔴 high, ⛔ critical) Explains what each action does, why it's needed, what the risks are, and what happens if you approve or decline before any permission is requested Automatically defines technical terms on first use and provides step-by-step roadmaps...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

playwright-generate-test

36,200

by github

Generate Playwright tests from scenarios using interactive browser exploration and validation. Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests directory...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

refactor-plan

36,200

by github

Plan a multi-file refactor with proper sequencing and rollback steps

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

remember

36,200

by github

Persistent, domain-organized memory system that captures lessons learned across VS Code projects. Stores reusable knowledge in two scopes: global (all projects) or workspace-specific, automatically organizing learnings by domain Uses simple syntax ( /remember [>domain [scope]] lesson ) to transform debugging sessions and hard-won discoveries into searchable memory instructions Automatically discovers existing memory domains and intelligently categorizes new learnings, creating domain files...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

repo-story-time

36,200

by github

Generate a comprehensive repository summary and narrative story from commit history

🔥🔥✓ VerifiedFreeQuick setup
github logo

salesforce-flow-design

36,200

by github

Salesforce Flow architecture decisions, flow type selection, bulk safety validation, and fault handling standards. Use this skill when designing or reviewing…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

typescript-mcp-server-generator

36,200

by github

Complete TypeScript MCP server project generator with tools, resources, and transport configuration. Scaffolds a full Node.js/TypeScript project with @modelcontextprotocol/sdk, zod validation, and choice of HTTP (Express) or stdio transport Generates at least one production-ready tool with schema validation, error handling, and structured content responses Includes tsconfig.json with ES modules, proper package.json setup, and dev tooling (tsx/ts-node) Optionally adds resources with dynamic...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

unit-test-vue-pinia

36,200

by github

Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores;…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

winui3-migration-guide

36,200

by github

Complete reference for migrating UWP apps to WinUI 3 with before/after code examples. Maps all namespace changes from Windows.UI.Xaml.* to Microsoft.UI.Xaml.* , plus threading, windowing, and dialog APIs Covers the three most common Copilot mistakes: ContentDialog without XamlRoot, MessageDialog usage, and CoreDispatcher patterns Includes migration tables for window management, pickers, background tasks, settings, and GetForCurrentView() replacements Provides a 15-item migration checklist...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

acreadiness-assess

36,200

by github

Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

agent-owasp-compliance

36,200

by github

Evaluate AI agent systems against the OWASP Agentic Security Initiative (ASI) Top 10 — the industry standard for agent security posture.

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

web-design-reviewer

36,200

by github

Visual inspection and source-level fixing of website design issues across responsive, accessibility, and layout concerns. Detects layout overflow, alignment problems, responsive breakpoints, accessibility contrast issues, and visual inconsistencies across mobile (375px), tablet (768px), desktop (1280px), and wide (1920px) viewports Supports static sites, SPAs (React/Vue/Angular/Svelte), full-stack frameworks (Next.js/Nuxt/SvelteKit), and CMS platforms with automatic framework and styling...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

acquire-codebase-knowledge

36,200

by github

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

acreadiness-policy

36,200

by github

Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 5 of 98Next →