Labsco

Agent Skills

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

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
github logo

add-educational-comments

36,200

by github

Add educational comments to code files to transform them into effective learning resources. Adapts explanation depth and tone to three configurable knowledge levels: beginner, intermediate, and advanced Automatically requests a file if none is provided, with numbered list matching for quick selection Expands files by up to 125% using educational comments only (hard limit: 400 new lines; 300 for files over 1,000 lines) Preserves file encoding, indentation style, syntax correctness, and...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

adobe-illustrator-scripting

36,200

by github

Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

agent-governance

36,200

by github

Declarative policies, intent classification, and audit trails for controlling AI agent tool access and behavior. Composable governance policies define allowed/blocked tools, content filters, rate limits, and approval requirements — stored as configuration, not code Semantic intent classification detects dangerous prompts (data exfiltration, privilege escalation, prompt injection) before tool execution using pattern-based signals Tool-level governance decorator enforces policies at function...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

agent-supply-chain

36,200

by github

Generate and verify integrity manifests for AI agent plugins and tools. Detect tampering, enforce version pinning, and establish supply chain provenance.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

agentic-eval

36,200

by github

Iterative evaluation and refinement patterns for improving AI agent outputs through self-critique loops. Provides three core patterns: basic reflection (self-critique loops), evaluator-optimizer (separated generation and evaluation), and code-specific test-driven refinement Supports multiple evaluation strategies including outcome-based assessment, LLM-as-judge comparison, and rubric-based scoring with weighted dimensions Includes practical Python implementations with structured JSON output...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

ai-prompt-engineering-safety-review

36,200

by github

Comprehensive safety analysis and improvement framework for AI prompts with detailed assessment methodologies. Evaluates prompts across eight dimensions: safety, bias detection, security, effectiveness, best practices compliance, pattern analysis, technical robustness, and performance optimization Provides structured analysis reports with risk scoring, critical issue identification, and strength assessment across all evaluation criteria Delivers improved prompt versions with specific...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

daily-prep

36,200

by github

Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings,…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

appinsights-instrumentation

36,200

by github

Add Azure App Insights telemetry to ASP.NET Core or Node.js webapps hosted in Azure. Supports ASP.NET Core apps (with auto-instrumentation option for App Service) and Node.js apps Guides you through creating an App Insights resource via Bicep templates or Azure CLI Provides language-specific code modification guides for C#, JavaScript/TypeScript, and Python Requires identifying the app's programming language, framework, and hosting environment before instrumentation begins

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

apple-appstore-reviewer

36,200

by github

Codebase auditor identifying Apple App Store rejection risks and compliance gaps. Systematically reviews Info.plist, entitlements, privacy manifests, permissions, IAP flows, account handling, and content moderation against App Store Review Guidelines Produces prioritized risk register with severity levels, evidence citations, and concrete remediation steps Includes reviewer experience checklist and draft App Review Notes to streamline submission and reduce re-review cycles Focuses on...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arch-linux-triage

36,200

by github

Diagnose and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices. Provides step-by-step triage plans using systemctl, journalctl, and pacman to identify root causes Delivers copy-paste-ready remediation commands with verification steps after each major change Addresses kernel updates, reboot considerations, and rollback procedures for safe recovery Accepts optional system snapshots and constraint inputs to tailor diagnosis to your environment

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

architecture-blueprint-generator

36,200

by github

Analyzes codebases to generate comprehensive architectural documentation with diagrams and implementation patterns. Auto-detects technology stacks (.NET, Java, React, Angular, Python, Node.js, Flutter) and architectural patterns (Clean Architecture, Microservices, Layered, MVVM, Hexagonal, Event-Driven, Serverless, Monolithic) Generates C4, UML, Flow, or Component diagrams at multiple abstraction levels showing subsystems, dependencies, and data flow Documents core components, layers, data...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arduino-azure-iot-edge-integration

36,200

by github

Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arize-ai-provider-integration

36,200

by github

INVOKE THIS SKILL when creating, reading, updating, or deleting Arize AI integrations. Covers listing integrations, creating integrations for any supported LLM…

🔥🔥🔥✓ VerifiedAccount requiredAdvanced setup
github logo

arize-annotation

36,200

by github

INVOKE THIS SKILL when creating, managing, or using annotation configs or annotation queues on Arize (categorical, continuous, freeform), or applying human…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arize-dataset

36,200

by github

INVOKE THIS SKILL when creating, managing, or querying Arize datasets and examples. Also use when the user needs test data or evaluation examples for their…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arize-experiment

36,200

by github

INVOKE THIS SKILL when creating, running, or analyzing Arize experiments. Also use when the user wants to evaluate or measure model performance, compare models…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

arize-instrumentation

36,200

by github

INVOKE THIS SKILL when adding Arize AX tracing or observability to an app for the first time, or when the user wants to instrument their LLM app or get started…

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
github logo

arize-link

36,200

by github

Generate deep links to the Arize UI. Use when the user wants a clickable URL to open or share a specific trace, span, session, dataset, labeling queue,…

🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 3 of 58Next →