Labsco

Agent Skills

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

github logo

finalize-agent-prompt

36,200

by github

Polish and refine agent prompt files against proven best practices. Requires a prompt file as input; will request one if not provided Preserves front matter, encoding, and markdown structure while improving clarity and organization Corrects spelling, grammar, and wording issues without altering the original intent Applies patterns from successful prompts to strengthen structure and effectiveness

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

fluentui-blazor

36,200

by github

Comprehensive guide for building Blazor apps with Microsoft Fluent UI components. Covers setup (service registration, mandatory providers), component patterns (lists, dialogs, forms), and icons via a separate NuGet package with strongly-typed variants and sizes Explains critical patterns: FluentSelect / FluentAutocomplete use Items , OptionText , and SelectedOption binding (not <option> children), and dialogs use IDialogService with content components, not visibility toggling Provides...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

from-the-other-side-vega

36,200

by github

Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building…

🔥FreeQuick setup
github logo

go-mcp-server-generator

36,200

by github

Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling Includes configuration management via environment variables, basic test structure, and README documentation...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

image-manipulation-image-magick

36,200

by github

Image processing and manipulation using ImageMagick across Windows, Linux, and macOS. Retrieve image metadata, dimensions, and format information with the identify command Resize single or batch images with aspect ratio control and thumbnail generation Filter and process images based on dimensions or file type criteria Requires ImageMagick installed and available as magick on PATH; includes platform-specific setup for PowerShell (Windows) and Bash (Linux/macOS)

🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

java-docs

36,200

by github

Javadoc best practices for documenting Java types, methods, and members. Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without periods Use...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

java-junit

36,200

by github

JUnit 5 best practices for standard and data-driven unit testing with practical patterns. Covers test structure using Arrange-Act-Assert pattern, lifecycle annotations ( @BeforeEach , @AfterEach , @BeforeAll , @AfterAll ), and naming conventions with @DisplayName Parameterized testing via @ParameterizedTest with multiple sources: @ValueSource , @MethodSource , @CsvSource , @CsvFileSource , and @EnumSource Assertion strategies including static Assertions methods, AssertJ fluent syntax,...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

java-mcp-server-generator

36,200

by github

Generate production-ready MCP servers in Java with the official SDK, Maven or Gradle, and reactive streams. Scaffolds complete project structure with tools, resources, and prompts organized into separate handler classes Includes Maven and Gradle templates with MCP SDK, SLF4J logging, Project Reactor, and JUnit 5 dependencies Provides ready-to-use handler templates for tools, resources, and prompts with error handling and async Mono-based responses Generates test suite examples and Claude...

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

java-refactoring-extract-method

36,200

by github

Java method extraction refactoring for improved readability and maintainability. Identifies methods exceeding complexity thresholds (LOC > 15, statements > 10, cyclomatic complexity > 10) and extracts logical code blocks into focused helper methods Produces fully compilable Java 17 code with descriptive method names and single-line documentation comments Preserves all original functionality while reducing cognitive load and improving testability through smaller, single-responsibility methods

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

java-refactoring-remove-parameter

36,200

by github

Refactoring using Remove Parameter in Java Language

🔥🔥FreeQuick setup
github logo

kotlin-mcp-server-generator

36,200

by github

Generate production-ready Kotlin MCP server projects with Gradle, official SDK, and typed tools. Scaffolds complete project structure with build.gradle.kts, package layout, and MCP server configuration using io.modelcontextprotocol:kotlin-sdk Includes 2–3 sample tools with JSON schema definitions, typed inputs/outputs, and error handling patterns Provides coroutine-based server setup with stdio transport, environment variable configuration, and kotlin-logging integration Includes test...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

power-bi-dax-optimization

36,200

by github

Comprehensive DAX formula analysis and optimization with performance, readability, and best-practice guidance. Analyzes formulas across four dimensions: performance bottlenecks, readability clarity, best-practice compliance, and maintainability challenges Provides step-by-step optimization strategy including variable usage opportunities, function replacements, and context optimization techniques Delivers refactored formulas with improved structure, error handling via DIVIDE and BLANK...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

pr-dashboard

36,200

by github

Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR…

🔥🔥✓ VerifiedFreeQuick setup
github logo

qdrant-scaling

36,200

by github

Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow',…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

react-audit-grep-patterns

36,200

by github

Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

react18-dep-compatibility

36,200

by github

React 18.3.1 and React 19 dependency compatibility matrix.

🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

react18-legacy-context

36,200

by github

Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

react19-concurrent-patterns

36,200

by github

Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

react18-string-refs

36,200

by github

Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

react19-source-patterns

36,200

by github

Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

refactor-method-complexity-reduce

36,200

by github

Refactor a method to reduce cognitive complexity by extracting helper methods. Analyzes nested conditionals, loops, and complex boolean expressions to identify refactoring opportunities Extracts validation logic, type-specific processing, and repeated code blocks into focused helper methods Simplifies the main method flow while preserving all original functionality and error handling Includes mandatory test verification to confirm zero test failures and cognitive complexity at or below the...

🔥🔥🔥✓ VerifiedFreeAdvanced setup
github logo

ruby-mcp-server-generator

36,200

by github

Generate production-ready MCP servers in Ruby using the official SDK with complete project scaffolding. Generates a full project structure with tools, prompts, resources, tests, and configuration files following Ruby conventions Includes input/output schemas, tool annotations, and structured content support for type-safe MCP implementations Provides example tools (greet, calculate), prompts (code review), and resources with comprehensive test coverage using Minitest Supports stdio transport...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

structured-autonomy-generate

36,200

by github

Generates complete, copy-paste ready implementation documentation from structured PR plans. Parses feature plans to extract implementation steps, affected files, and requirements Produces comprehensive markdown documentation with full code blocks, exact file paths, and zero-ambiguity instructions Includes research-backed code patterns, project conventions, and technology stack details specific to your codebase Provides markdown checkboxes, verification checklists, and commit gates for each...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

structured-autonomy-plan

36,200

by github

Structured planning framework for breaking development requests into testable, commit-sized implementation steps. Conducts mandatory autonomous research phase to gather code context, documentation, dependencies, and existing patterns before planning Breaks features into commits sized for single pull requests, with simple features consolidated into one commit and complex features split into multiple testable steps Generates plans with file lists, step descriptions, and verification methods,...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

swift-mcp-server-generator

36,200

by github

Generate complete, production-ready MCP server projects in Swift with the official SDK. Scaffolds full project structure with Package.swift, source files organized by capability (Tools, Resources, Prompts), and unit tests Includes templates for main.swift with ServiceLifecycle integration, Server.swift configuration, and handler implementations for tools, resources, and prompts Provides example tool definitions (greet, calculate) and resource/prompt handlers with proper error handling and...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

typespec-api-operations

36,200

by github

RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) Provides complete CRUD example with models, error handling, and multiple query parameter patterns Built-in testing prompts and best practices for...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

what-context-needed

36,200

by github

Ask an AI assistant what files it needs before answering your question. Prompts the assistant to identify required and optional files for context before attempting to answer Structures output into four categories: must-see files, helpful files, already-seen files, and remaining uncertainties Helps developers avoid incomplete answers by ensuring the assistant has examined relevant code upfront Reduces back-and-forth by clarifying dependencies and gaps in context before the actual question is...

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

bond-futures-basis

33,000

by anthropic

Analyze the bond futures basis by pricing futures, identifying the cheapest-to-deliver, and comparing with yield curves to assess delivery option value and…

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

bond-relative-value

33,000

by anthropic

Perform relative value analysis on bonds by combining pricing, yield curve context, credit spreads, and scenario stress testing. Use when analyzing bond…

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

break-trace

33,000

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…

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 2 of 13Next →