Labsco

Agent Skills

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

anthropics logo

doc-coauthoring

158,100

by anthropic

Structured workflow for collaboratively authoring documentation, proposals, specs, and similar content. Guides users through three stages: Context Gathering (closing knowledge gaps), Refinement & Structure (building sections iteratively), and Reader Testing (validating the doc works for fresh readers) Supports integration with shared documents, team channels, and templates to pull in context directly when connectors are available Uses brainstorming and curation cycles for each section, with...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

breakdown-epic-pm

36,200

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…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

workiq-copilot

36,200

by github

Query Microsoft 365 data with natural language to surface emails, meetings, documents, Teams messages, and people insights. Supports five data sources: emails, meetings, documents, Teams channels, and people/projects with natural-language prompts Install via Copilot CLI plugin (preferred) or standalone npm package; requires Microsoft 365 tenant admin consent on first use Core workflow: clarify intent, craft precise prompts with timeframe/source, run workiq ask --question "..." , and stream...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

plantuml-ascii

36,200

by github

Generate ASCII art diagrams from PlantUML text syntax for terminal and documentation use. Supports six diagram types: sequence, class, activity, state, component, use case, and deployment diagrams Two output formats: pure ASCII ( -txt ) and Unicode-enhanced ASCII ( -utxt ) with box-drawing characters for improved readability Works with PlantUML installation or standalone JAR; outputs to .atxt or .utxt files ready for terminals, READMEs, and version control Command-line options include batch...

🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

markdown-to-html

36,200

by github

Convert Markdown documents to HTML using marked.js, pandoc, gomarkdown, or static site generators. Supports multiple conversion tools: marked.js for Node.js/CLI workflows, pandoc for cross-format conversion, gomarkdown for Go projects, and Jekyll/Hugo for static site generation Handles all standard Markdown flavors including CommonMark, GitHub Flavored Markdown, and extended syntax for tables, code blocks, math expressions, and collapsed sections Provides CLI and programmatic workflows for...

🔥🔥🔥✓ VerifiedFreeNeeds API keys
anthropics logo

signature-request

22,300

by anthropic

Prepare and route a document for e-signature — run a pre-signature checklist, configure signing order, and send for execution. Use when a contract is finalized…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-ai-translation-document-py

2,700

by microsoft

Client library for Azure AI Translator document translation service for batch document translation with format preservation.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-ai-translation-document-py

2,700

by microsoft

Client library for Azure AI Translator document translation service for batch document translation with format preservation.

🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

golang-swagger

2,400

by samber

Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Security), swag init code generation, framework integrations (gin, echo, fiber, chi, net/http), security definitions (Bearer/JWT, OAuth2, API key), and struct tags (swaggertype, enums, example, swaggerignore). Apply when adding or maintaining Swagger/OpenAPI docs in a Go project, or when the codebase imports github.com/swaggo/swag, github.com/swaggo/gin-swagger,...

🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

golang-code-style

2,400

by samber

Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code, asking about style or clarity, or establishing project coding standards. Not for naming conventions (→ See `samber/cc-skills-golang@golang-naming` skill), linter configuration (→ See `samber/cc-skills-golang@golang-lint` skill), or doc comments (→ See `samber/cc-skills-golang@golang-documentation` skill).

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

doc-coauthoring

844

by sentry

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

doc-coauthoring

844

by sentry

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

🔥🔥🔥✓ VerifiedFreeQuick setup
lllllllama logo

env-and-assets-bootstrap

504

by lllllllama

Rigor Setup skill for README-first deep learning repo reproduction. Use when the task is specifically to prepare a conservative conda-first environment, checkpoint and dataset path assumptions, cache location hints, and setup notes before any run on a README-documented repository. Do not use for repo scanning, full orchestration, paper interpretation, final run reporting, or generic environment setup that is not tied to a specific reproduction target.

🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

training-report

157

by samber

Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a training session, workshop, or onboarding event with individual participant feedback and recommendations. Also trigger when the user says things like "I just ran a workshop and...

🔥🔥🔥✓ VerifiedFreeQuick setup
smerchek logo

Markdown to EPUB

133

by smerchek

A Claude agent skill that converts markdown documents and chat summaries into professional EPUB ebook files. Perfect for creating portable, device-agnostic ebooks from research documents, blog posts, articles, or conversation summaries.

🔥🔥🔥✓ VerifiedFreeQuick setup
apollographql logo

graphql-schema

90

by apollographql

Industry best practices guide for designing intuitive, performant, and maintainable GraphQL schemas. Covers core design principles including client-centric type organization, explicit nullability patterns, and backwards-compatible evolution strategies Provides reference documentation on types, naming conventions, cursor-based pagination, error modeling, and security considerations Includes practical patterns for interfaces, unions, input types, mutations, and ID strategies with code examples...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
apollographql logo

apollo-server

90

by apollographql

Complete guide for building GraphQL servers with Apollo Server 5.x across frameworks. Covers schema definition, resolvers, context setup, and error handling with TypeScript support Supports standalone mode for prototyping and integrations with Express, Fastify, Koa, and serverless environments Includes resolver patterns, authentication/authorization, plugins, DataLoader for N+1 prevention, and performance optimization techniques Provides reference documentation for data sources, error...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
auth0 logo

auth0-react

37

by auth0

Authentication for React SPAs using Auth0 Universal Login with redirect-based flows. Supports React 16–19 with Vite or Create React App; wraps your app with Auth0Provider and exposes hooks like useAuth0() , loginWithRedirect() , and logout() Handles user sessions, access tokens, and profile data automatically; SDK manages secure token storage without manual localStorage handling Includes protected routes, API token injection, and error handling patterns documented in the integration guide...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup