Skills

Type: All Skills Tools
skill ★ 9,069

AgentCore Runtime Session Investigation

Enables the investigation of Amazon Bedrock AgentCore runtime sessions by querying CloudWatch Logs Insights. It facilitates session-to-trace resolution, OpenTelemetry noise filtering, and the analysis of tool invocations, errors, and token …

awslabs/mcp aws bedrock cloudwatch agentcore
skill ★ 9,069

Amazon Aurora DSQL Management Skill

Enables direct interaction with Amazon Aurora DSQL for executing queries, managing schemas, and performing database migrations. It supports SQL validation, multi-tenant pattern implementation, and PostgreSQL-compatible operations.

awslabs/mcp aurora-dsql mcp sql-management database-migration
skill ★ 9,069

Amazon Aurora DSQL Management Skill

Enables direct interaction with Amazon Aurora DSQL for schema management, query execution, and complex migrations. It supports PostgreSQL-compatible distributed SQL operations, including multi-tenant isolation patterns and SQL compatibility…

awslabs/mcp amazon-aurora-dsql mcp sql-migration postgresql-compatible
skill ★ 9,069

Amazon Aurora DSQL Management Skill

Facilitates direct interaction with Amazon Aurora DSQL for schema management, query execution, and database migrations. It supports PostgreSQL-compatible distributed SQL operations, including multi-tenant patterns and IAM-based authenticati…

awslabs/mcp aurora-dsql postgresql mcp sql-database
skill ★ 9,069

Amazon Aurora DSQL Management Skill

Provides direct interaction with Amazon Aurora DSQL, a serverless, PostgreSQL-compatible distributed SQL database. It enables schema management, query execution, and SQL compatibility validation through integrated MCP tools.

awslabs/mcp amazon-aurora-dsql mcp sql-database serverless
skill ★ 367

Claude Skill Design Guide

Provides a framework and best practices for designing modular, self-contained agentic skills that extend Claude's capabilities through specialised knowledge and tool integrations.

Tiberriver256/mcp-server-azure-devops skill-design agentic-workflows context-management prompt-engineering
skill ★ 367

Azure DevOps REST API Integration Guide

Provides guidance for implementing Azure DevOps API integrations using official OpenAPI specifications. It assists developers in exploring API capabilities, understanding request/response formats, and defining TypeScript interfaces.

Tiberriver256/mcp-server-azure-devops azure-devops openapi rest-api mcp-server
skill ★ 8

OneDev issue development setup

Automates the preparation of a local git environment for OneDev issues by creating branches, switching checkouts, and fetching issue context.

theonedev/tod onedev git issue-tracking workflow-automation
skill ★ 8

Managing OneDev via the tod CLI

Interface with OneDev resources such as issues, pull requests, and build pipelines using the tod CLI. This skill facilitates automated management of CI/CD jobs, code reviews, and issue lifecycles.

theonedev/tod onedev cli devops ci-cd
skill ★ 8

Automate OneDev issue submission and PR creation

Automates the process of submitting completed work on OneDev issues by verifying branches, committing pending changes, pushing to remote, and creating pull requests.

theonedev/tod onedev git automation pull-request
skill ★ 8

Review OneDev Pull Requests

Perform structured code reviews on OneDev pull requests by examining metadata, patches, and existing discussions. It enables adding line-anchored comments, managing prior discussions, and submitting final review decisions using the `tod` CL…

theonedev/tod onedev code-review pull-request cli
skill ★ 5

Configure scan-mcp MCP server

Automates the configuration of the scan-mcp MCP server within Claude Code's global configuration. It performs preflight checks for dependencies like SANE and TIFF tools, then updates the Claude Code config file with the necessary server set…

jacksenechal/scan-mcp mcp claude-code scanner-setup automation
skill ★ 8

Systematic investigation of OneDev build failures

This skill guides the agent through a systematic debugging process for failing OneDev builds using the `tod` CLI. It gathers build metadata, detailed logs, referenced file content, and recent repository changes to formulate a precise failur…

theonedev/tod build-debugging cli-workflow onedev ci-cd
skill ★ 8

Generate compliant git commit messages

This skill automates the creation of a git commit message, ensuring it adheres to the project's defined commit-message requirements. It synthesises the subject from active issues or the staged diff, and crafts a detailed body explaining the…

theonedev/tod git-commit commit-message cli git
skill ★ 8

Authoring and validating OneDev CI/CD build specs

This skill guides the agent in authoring or modifying OneDev CI/CD build specifications (

theonedev/tod ci-cd build-spec yaml onedev
skill ★ 4

Upstream contribution to GitLab client-go

A workflow for identifying and implementing bug fixes or feature enhancements within the GitLab client-go library. It covers forking, implementing changes using existing patterns, and submitting merge requests to the upstream repository.

jmrplens/gitlab-mcp-server gitlab go upstream-contribution api-client
skill ★ 4

Sync Project Documentation with Code Changes

This skill performs a delta analysis between source code and project documentation, identifying gaps and surgically updating affected files. It ensures documentation parity by analyzing code diffs and applying structured updates while prese…

jmrplens/gitlab-mcp-server documentation code-sync git-diff project-docs
skill ★ 4

Code Review and Refactoring Expert for Best Practices

This skill simulates a senior software engineer, systematically reviewing code for adherence to best practices, security standards, and architectural patterns. It identifies issues such as SRP violations, hardcoded secrets, and applies nece…

jmrplens/gitlab-mcp-server code-review refactoring security best-practices
skill ★ 4

Systematic Go Test Coverage Improvement Pipeline

This skill systematically increases Go test coverage to 90%+ per package using a structured Research, Plan, and Implement pipeline. It analyzes coverage gaps, generates comprehensive table-driven tests, and mocks external dependencies like …

jmrplens/gitlab-mcp-server go-testing coverage-improvement agentic-skill httptest
skill ★ 4

Conventional Git Commit Automation

Automates the git commit process by analysing diffs to generate semantic, conventional commit messages. It includes intelligent file staging and adheres to the Conventional Commits specification.

jmrplens/gitlab-mcp-server git conventional-commits automation version-control
skill ★ 4

Idiomatic Go Patterns and Best Practices Guide

A comprehensive guide covering advanced Go development patterns, including robust error handling, idiomatic concurrency using contexts and worker pools, and best practices for interface design and package structure.

jmrplens/gitlab-mcp-server go-patterns idiomatic-go concurrency error-handling
skill ★ 4

Create AI-Optimised Technical Specifications

Generates structured, machine-readable Markdown specification files designed for optimal consumption by generative AI models. The process ensures adherence to standardised templates for requirements, constraints, and interfaces.

jmrplens/gitlab-mcp-server documentation generative-ai markdown software-engineering
skill ★ 4

Generate godoc-compliant documentation for Go code

This skill automatically generates comprehensive, godoc-compliant documentation for Go source and test files. It covers all necessary elements, including package headers, function signatures, struct definitions, and detailed test scenarios,…

jmrplens/gitlab-mcp-server go-lang godoc documentation source-code
skill ★ 4

Generate comprehensive project documentation suite

This skill analyzes an entire codebase to produce a comprehensive documentation suite, adhering strictly to the Diátaxis framework. It generates detailed documentation covering architecture, package references, API surfaces, and developer g…

jmrplens/gitlab-mcp-server documentation codebase-analysis diataxis project-docs