Labsco

Agent Skills

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

github logo

github-issues

36,200

by github

Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies. Supports issue creation with type categorization (Bug, Feature, Task, etc.), labels, assignees, and milestones via gh api REST calls Read operations via MCP tools for fetching issue details, comments, labels, and cross-repository search Handles issue updates (title, body, state, labels, assignees) and includes templates for bug reports, feature requests, and tasks...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

mcp-cli

36,200

by github

Command-line interface for discovering and executing MCP server tools and external integrations. Five core commands cover server discovery, tool exploration, schema inspection, execution, and grep-based searching across all available tools Supports JSON input/output for scripting, raw text extraction, and description flags for verbose tool documentation Handles complex JSON arguments via heredoc, stdin piping, or file input to accommodate special characters and multi-line payloads...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

context-map

36,200

by github

Analyze codebases and map task-relevant files before implementing changes. Automatically searches for related files, dependencies, tests, and similar code patterns to establish full context Generates structured markdown output with files to modify, dependency relationships, test coverage, and reference patterns Includes risk assessment checklist for breaking changes, migrations, and configuration updates Designed as a pre-implementation step to prevent missed dependencies and unintended side...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-github-issues-for-unmet-specification-requirements

36,200

by github

Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

microsoft-skill-creator

36,200

by github

Create hybrid agent skills for Microsoft technologies with local knowledge and dynamic Learn MCP lookups. Generates modular skill packages with frontmatter, reference documentation, and working code examples for any Microsoft technology (Azure, .NET, M365, Semantic Kernel, etc.) Uses three-phase investigation workflow: scope discovery via search, core content fetching, and depth exploration for best practices and troubleshooting Balances local storage of foundational concepts and common...

🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

microsoft-code-reference

36,200

by github

Verify Microsoft SDK methods, find working code samples, and catch hallucinated APIs against official docs. Three core tools: microsoft_docs_search for API lookups, microsoft_code_sample_search for working examples in C#/Python/JavaScript, and microsoft_docs_fetch for full reference pages with overloads Catches common mistakes like wrong method signatures, deprecated patterns, mismatched SDK versions (v11 vs v12), and incorrect package names Works with Azure SDKs, .NET libraries, and...

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

doublecheck

36,200

by github

Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

qdrant-search-quality

36,200

by github

Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

postgresql-optimization

36,200

by github

Expert guidance on PostgreSQL-specific features, optimization patterns, and advanced data type capabilities. Covers JSONB operations, array types, window functions, full-text search, custom types, range types, and geometric types with practical examples Includes query optimization strategies using EXPLAIN ANALYZE, index design patterns (composite, partial, covering, expression), and connection/memory management Provides monitoring and maintenance techniques via pg_stat_statements,...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

create-github-issue-feature-from-specification

36,200

by github

Create GitHub issues from specification files using the feature_request.yml template. Analyzes specification files to extract requirements and automatically generates issue titles and descriptions Searches existing issues to prevent duplicates before creating new ones Supports both creating new issues and updating existing ones via the GitHub API Applies feature and enhancement labels automatically based on specification content

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

microsoft-docs

36,200

by github

Search official Microsoft documentation across Azure, .NET, Agent Framework, Aspire, VS Code, and GitHub. Primary tool covers learn.microsoft.com via three commands: search concepts and guides, find code samples by language, and fetch full page content Includes CLI fallback ( mslearn command) when MCP server is unavailable, with JSON output option for scripting Routes Aspire, VS Code, GitHub, and Agent Framework queries to specialized tools (Aspire MCP, Context7) since their docs live...

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
github logo

winmd-api-search

36,200

by github

Search and explore Windows desktop APIs with full type signatures and members. Indexes Windows Platform SDK, WinAppSDK, NuGet packages, and project-output WinMD files; Platform SDK and WinAppSDK are available immediately on fresh clones without restore or build Two workflows: discover mode for finding the right API by capability keywords, and lookup mode for retrieving exact methods, properties, events, and enum values of known types Requires .NET SDK 8.0+ and a one-time cache generation via...

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

sponsor-finder

36,200

by github

Identify sponsorable open source maintainers across your project's entire dependency tree. Resolves full dependency trees (direct and transitive) across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet using the deps.dev API Discovers funding links from npm metadata, FUNDING.yml files (repo and org-level), and web search; verifies every URL before reporting Groups dependencies by maintainer and funding destination, showing health indicators (Maintained/Partially maintained/Unmaintained) and...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

nuget-manager

36,200

by github

NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates. Enforces dotnet add and dotnet remove commands for package operations; direct file edits only allowed for version changes Requires version verification via dotnet package search before updates, with support for both jq and PowerShell parsing Supports centralized version management via Directory.Packages.props or per-project .csproj configuration Mandatory dotnet restore...

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

azure-role-selector

36,200

by github

Guidance for selecting least-privilege Azure roles matching specific permission requirements. Searches Azure built-in roles to find the minimal role matching desired permissions, or generates custom role definitions when no built-in role fits Provides CLI commands and Bicep code snippets for applying role assignments to identities Integrates Azure documentation, best practices, and Bicep schema tools to recommend and implement role configurations

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

datapack-builder

33,000

by anthropic

Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract,…

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

datapack-builder

33,000

by anthropic

Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract,…

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

openai-docs

23,200

by openai

Access current OpenAI developer documentation with MCP tools and model-selection guidance. Prioritizes the OpenAI Developer Docs MCP server for all queries; falls back to web search only on official OpenAI domains if MCP returns no results Includes reference files for model selection, GPT-5.4 upgrade planning, and prompting guidance; always verifies recommendations against live docs before answering Covers seven core OpenAI products: Apps SDK, Responses API, Chat Completions, Codex, gpt-oss,...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

notion-spec-to-implementation

23,200

by openai

Convert Notion specs into linked implementation plans, tasks, and progress tracking. Automates the workflow from spec discovery through task creation: search and fetch specs, parse requirements, generate implementation plans, and create tracked tasks in Notion. Includes templates for quick vs. full implementation plans, task creation patterns, and progress update cadences to match project scope. Provides reference guides for requirement extraction, task sizing (1–2 day chunks), dependency...

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

notion-research-documentation

23,200

by openai

Research Notion content and synthesize into structured briefs, reports, or comparisons with citations. Search and fetch Notion pages using targeted queries, then organize findings by theme with inline source citations and a references section Choose from four output formats (quick brief, research summary, comparison, comprehensive report) based on scope and user goal Create and update Notion pages using built-in templates; link sources directly and track changes as new information arrives...

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

discover-brand

22,300

by anthropic

Orchestrate autonomous discovery of brand materials across enterprise platforms. This skill coordinates the discover-brand agent to search connected platforms (Notion, Confluence, Google Drive, Box, Microsoft 365, Figma, Gong, Granola, Slack), triage sources, and produce a structured discovery report with open questions.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

slack-search

22,300

by anthropic

Guidance for effectively searching Slack to find messages, files, channels, and people

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

competitive-intelligence

22,300

by anthropic

Research competitors and generate an interactive HTML battlecard for sales. Analyzes 1–5 competitors via web search, pulling product features, pricing, recent releases (90 days), positioning, and customer sentiment Outputs a self-contained HTML artifact with a comparison matrix overview and clickable tabs for each competitor, including talk tracks, objection handling, and "landmine questions" to expose weaknesses Optional connectors to CRM, docs, chat, and transcripts enrich battlecards with...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

account-research

22,300

by anthropic

Complete company and person research powered by web search, enriched with verified contact data and CRM history when available. Researches companies and individuals via web search alone, extracting business overview, recent news, hiring signals, leadership team, and product details Supercharged by optional enrichment connectors that add verified emails, phone numbers, tech stack, org charts, and funding details Integrates with CRM to surface prior relationship history, past opportunities,...

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

source-management

22,300

by anthropic

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages…

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

memory-management

22,300

by anthropic

Two-tier memory system that decodes workplace shorthand, acronyms, and internal language for contextual understanding. CLAUDE.md serves as a hot cache of ~30 frequent contacts, common terms, and active projects; memory/ directory stores the complete glossary, detailed profiles, and project context Tiered lookup flow checks CLAUDE.md first (covers 90% of daily decoding), then searches memory/glossary.md, then asks the user for unknown terms Supports progressive disclosure: quick parsing from...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

search-strategy

22,300

by anthropic

Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Page 1 of 4Next →