Labsco

Agent Skills

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

anthropics logo

Canvas Design

158,000

by Anthropic

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations. license: Complete terms in LICENSE.txt

🔥🔥🔥🔥✓ 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

update-markdown-file-index

36,200

by github

Generate and maintain file indexes in markdown documents by scanning folders and updating or creating organized file listings. Scans target markdown files and discovers files matching specified patterns in designated folders Generates three table format options: simple lists with descriptions, detailed tables with type/size metadata, or categorized sections grouped by file type Automatically identifies existing index sections by heading patterns ("index", "files", "contents") and updates...

🔥🔥✓ VerifiedFreeQuick setup
github logo

tldr-prompt

36,200

by github

Create concise tldr summaries for GitHub Copilot files, MCP servers, and documentation. Transforms verbose Copilot customization files (.prompt.md, .agent.md, .instructions.md, .collections.md), MCP server docs, and URLs into example-driven tldr references Supports batch processing of up to 5 files or URLs; automatically resolves ambiguous queries by searching workspace or GitHub awesome-copilot Generates markdown-formatted tldr pages with correct invocation syntax (/ for prompts, @ for...

🔥🔥✓ VerifiedFreeQuick setup
github logo

structured-autonomy-implement

36,200

by github

Implementation agent that executes predefined plans step-by-step without deviation. Requires an explicit implementation plan document as input; returns an error message if none is provided Follows the plan sequentially, checking off completed items and refusing to skip steps or add unspecified code Updates the plan document inline as progress is made and validates work using build or test commands specified in the plan Stops execution when reaching STOP instructions and returns control to...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

readme-blueprint-generator

36,200

by github

Automated README generation by analyzing project documentation structure and metadata files. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, and development workflow Generates well-structured markdown with standard sections: overview, tech stack, architecture, setup, folder structure, features, development workflow, coding standards, testing, and contributing guidelines Produces developer-focused documentation...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

oo-component-documentation

36,200

by github

Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

aspnet-minimal-api-openapi

36,200

by github

ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] Apply document and schema...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

code-exemplars-blueprint-generator

36,200

by github

Technology-agnostic prompt generator for identifying and documenting high-quality code exemplars across multiple languages. Supports seven programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with auto-detection capability Configurable analysis depth (Basic, Standard, Comprehensive), categorization method (Pattern Type, Architecture Layer, File Type), and documentation format Generates exemplars.md files with real file references, descriptions, and optional code...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

copilot-instructions-blueprint-generator

36,200

by github

Generate GitHub Copilot instruction files by analyzing actual codebase patterns and technology versions. Scans projects to detect exact language, framework, and library versions, then generates instructions that enforce compatibility with those specific versions Analyzes existing code patterns for naming conventions, architecture style, error handling, testing approaches, and documentation standards to ensure Copilot-generated code matches established practices Supports multiple technology...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

copilot-spaces

36,200

by github

Project-specific context for conversations through curated documentation, code, and team instructions. List and load Copilot Spaces using MCP read-only tools; create, update, and delete spaces via GitHub REST API with gh api Spaces contain attached repositories, files, documentation, and custom instructions that ground Copilot responses in actual project knowledge Use spaces to answer architecture and standards questions, generate code following team conventions, or execute multi-step...

🔥🔥✓ VerifiedFreeQuick setup
github logo

make-repo-contribution

36,200

by github

Enforce repository contribution guidelines before creating issues, branches, commits, or pull requests. Searches repository documentation (README, CONTRIBUTING.md, templates) to identify required contribution workflows, branch naming conventions, and commit message formats Applies security boundaries that prevent executing arbitrary commands, accessing files outside the repository, making network requests, or including secrets in contributions Treats issue and PR templates as formatting...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

documentation-writer

36,200

by github

Expert technical writer for Diátaxis-framework documentation creation across tutorials, how-to guides, reference, and explanation formats. Structures documentation into four distinct types: tutorials for learning, how-to guides for problem-solving, reference for technical specifications, and explanations for conceptual understanding Follows a three-step workflow: clarify document type and audience, propose a detailed outline for approval, then generate full markdown content Maintains...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

linear

23,200

by openai

Manage Linear issues, projects, and team workflows with structured MCP integration. Provides 20+ tools across issue management, project planning, documentation search, and team collaboration Supports eight practical workflows including sprint planning, bug triage, workload balancing, release planning, and retrospectives Requires Linear MCP server setup with OAuth authentication; includes Windows/WSL configuration guidance Executes operations in logical batches: read first for context, then...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

process-doc

22,300

by anthropic

Document a business process — flowcharts, RACI, and SOPs. Use when formalizing a process that lives in someone's head, building a RACI to clarify who owns…

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

pdf

2,600

by anthropic

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

agents-md

844

by sentry

Create and maintain minimal, high-signal agent documentation under 60 lines. Enforces research-backed best practices for agent-facing docs; instruction quality degrades with length Requires three core sections: Package Manager, File-Scoped Commands (per-file test/lint/typecheck), and Commit Attribution with agent identity Analyzes project structure (lock files, linter configs, CI commands, monorepo indicators) to determine what belongs in the file Uses headers and bullets only; references...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
firebase logo

firebase-basics

370

by firebase

Firebase CLI fundamentals for project setup, authentication, and service initialization. Covers authentication via Firebase CLI login, project creation with unique IDs, and service initialization through interactive prompts Guides setup of core Firebase services including Firestore, Functions, and Hosting with configuration file generation Includes self-documenting CLI help system for discovering available commands and detailed usage patterns Requires prior completion of...

🔥🔥🔥✓ VerifiedFreeQuick setup
firebase logo

firebase-basics

370

by firebase

Firebase project setup and CLI workflow for AI agent integration. Requires prior completion of firebase-local-env-setup skill and Firebase CLI installation Core workflow covers authentication via firebase login , project creation with unique IDs, and service initialization through the interactive firebase init command Supports feature selection during setup including Firestore, Functions, and Hosting with automatic configuration file generation Self-documenting CLI with --help flags for...

🔥🔥🔥✓ VerifiedFreeQuick setup
makenotion logo

notion-cli

134

by notion

The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge:

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys