Labsco

Agent Skills

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

posthog

4,610 standalone skills
github logo

batch-files

36,202

by github

Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat script", "automate a Windows task", "CMD scripting", "batch automation", "scheduled task script", "Windows shell script", or when working with .bat/.cmd files in the workspace. Covers cmd.exe syntax, environment variables, control flow, string processing, error handling, and integration with system tools.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

update-specification

36,202

by github

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

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

brag-sheet

36,202

by github

Turn vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and GitHub PRs. Enforces a 3-part impact contract (action → result → evidence). Works standalone with zero dependencies. Trigger for: "brag", "log work", "what did I do", "backfill my work history", "performance review", "self-review", "self assessment", "write impac

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

breakdown-epic-arch

36,202

by github

Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

breakdown-epic-pm

36,202

by github

Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

chrome-devtools

36,202

by github

Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

code-exemplars-blueprint-generator

36,202

by github

Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

code-tour

36,202

by github

Use this skill to create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: "create a tour", "make a code tour", "generate a tour", "onboarding tour", "tour for this PR", "tour for this bug", "RCA tour", "architecture tour", "explain how X works", "vibe check", "PR review tour", "contributor guide", "help someone ramp up", or any request for a structured walkthrough through code. Supports 20 developer personas (new joiner, bu

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

codeql

36,202

by github

Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI commands, SARIF output, security analysis setup, or troubleshooting CodeQL analysis.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

comment-code-generate-a-tutorial

36,202

by github

Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

convert-plaintext-to-md

36,202

by github

Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.

🔥🔥✓ VerifiedFreeQuick setup
github logo

copilot-instructions-blueprint-generator

36,202

by github

Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

cosmosdb-datamodeling

36,202

by github

Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-architectural-decision-record

36,202

by github

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-github-action-workflow-specification

36,202

by github

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-github-issue-feature-from-specification

36,202

by github

Create GitHub Issue for feature request from specification file using feature_request.yml template.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-readme

36,202

by github

Create a README.md file for the project

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-specification

36,202

by github

Create a new specification file for the solution, optimized for Generative AI consumption.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-spring-boot-kotlin-project

36,202

by github

Create Spring Boot Kotlin Project Skeleton

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

create-technical-spike

36,202

by github

Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-tldr-page

36,202

by github

Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

🔥🔥✓ VerifiedFreeQuick setup
github logo

creating-oracle-to-postgres-migration-integration-tests

36,202

by github

Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

csharp-async

36,202

by github

Get best practices for C# async programming

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

csharp-docs

36,202

by github

Ensure that C# types are documented with XML comments and follow best practices for documentation.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

csharp-mstest

36,202

by github

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

datanalysis-credit-risk

36,202

by github

Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scena

🔥🔥🔥✓ VerifiedPaid serviceNeeds API keys
github logo

dependabot

36,202

by github

Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot. For pre-commit dependency vulnerability scanning in AI coding a

🔥🔥FreeAdvanced setup
github logo

diagnose

36,202

by github

Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

drawio

36,202

by github

Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML

🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

editorconfig

36,202

by github

Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 43 of 154Next →