Labsco

Agent Skills

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

flutter · Official

2,091 standalone skills
github logo

breakdown-plan

36,202

by github

Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

centos-linux-triage

36,202

by github

Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

containerize-aspnet-framework

36,202

by github

Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-llms

36,202

by github

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

dotnet-best-practices

36,202

by github

Ensure .NET/C# code meets best practices for the solution/project.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

dotnet-design-pattern-review

36,202

by github

Review the C#/.NET code for design pattern implementation and suggest improvements.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

dotnet-timezone

36,202

by github

.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

migrating-oracle-to-postgres-stored-procedures

36,202

by github

Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies COLLATE "C" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

audit-integrity

36,202

by github

Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-reflection quality gates (1-10 scoring, ≥8 threshold), and a self-learning system with lesson/memory governance for security analysis agents.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

semantic-kernel

36,202

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

shuffle-json-data

36,202

by github

Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.

🔥🔥✓ VerifiedFreeQuick setup
github logo

breakdown-feature-implementation

36,202

by github

Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

breakdown-feature-prd

36,202

by github

Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

structured-autonomy-plan

36,202

by github

Structured Autonomy Planning Prompt

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

transloadit-media-processing

36,202

by github

Process media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
github logo

create-spring-boot-java-project

36,202

by github

Create Spring Boot Java Project Skeleton

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

creating-oracle-to-postgres-master-migration-plan

36,202

by github

Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

gtm-developer-ecosystem

36,202

by github

Build and scale developer-led adoption through ecosystem programs. Use when deciding open vs curated ecosystems, building developer programs, scaling platform adoption, or designing student program pipelines.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

msstore-cli

36,202

by github

Microsoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
github logo

secret-scanning

36,202

by github

Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging alerts, resolving blocked pushes, or when an agent needs to scan code for secrets before committing.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

qdrant-version-upgrade

36,202

by github

Guidance on how to upgrade your Qdrant version without interrupting the availability of your application and ensuring data integrity.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

quality-playbook

36,202

by github

Run a complete quality engineering audit on any codebase. Derives behavioral requirements from the code, generates spec-traced functional tests, runs a three-pass code review with regression tests, executes a multi-model spec audit (Council of Three), and produces a consolidated bug report with TDD-verified patches. Finds the 35% of real defects that structural code review alone cannot catch. Works with any language. Trigger on 'quality playbook', 'spec audit', 'Council of Three', 'fitness-to-pu

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

review-and-refactor

36,202

by github

Review and refactor code in your project according to defined instructions

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

reviewing-oracle-to-postgres-migration

36,202

by github

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

csharp-xunit

36,202

by github

Get best practices for XUnit unit testing, including data-driven tests

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

break-trace

33,111

by anthropic

Root-cause a reconciliation break to its source transaction or posting — follow the audit trail from the break row back to the originating entry on each side and state what differs and why. Use after gl-recon has classified a break.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

competitive-analysis

33,111

by anthropic

Framework for building competitive landscape decks — market positioning, competitor deep-dives, comparative analysis, strategic synthesis. Use when the user asks for a competitive landscape, competitor analysis, peer comparison, market positioning assessment, strategic review, or investment memo deck. Also triggers on "who are the competitors to X", "benchmark X against peers", "build a market map", or any request to systematically evaluate competitive dynamics across an industry.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

portfolio-monitoring

33,111

by anthropics

Track and analyze portfolio company performance against plan. Ingests monthly/quarterly financial packages (Excel, PDF), extracts KPIs, flags variances to budget, and produces summary dashboards. Use when reviewing portfolio company financials, preparing board materials, or monitoring covenant compliance. Triggers on "review portfolio company", "monthly financials", "how is [company] performing", "covenant check", or "portfolio update".

anthropics logo

ai-readiness

33,111

by anthropics

Scan the portfolio for the highest-leverage AI opportunities and rank where to deploy operating-partner time. Ingests quarterly updates and financials across multiple portfolio companies, identifies quick wins at each, and stacks them into a single ranked action list. Use during quarterly portfolio reviews, annual planning, or when deciding which companies get AI investment first. Triggers on "AI readiness", "AI opportunity scan", "where should we deploy AI", "AI across the portfolio", "AI quick

anthropics logo

dcf-model

33,111

by anthropic

Real DCF (Discounted Cash Flow) model creation for equity valuation. Retrieves financial data from SEC filings and analyst reports, builds comprehensive cash flow projections with proper WACC calculations, performs sensitivity analysis, and outputs professional Excel models with executive summaries. Use when users need to value a company using DCF methodology, request intrinsic value analysis, or ask for detailed financial modeling with growth projections and terminal value calculations.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 14 of 70Next →