Skills

Type: All Skills Tools
skill ★ 3,020

Automated release branch and changelog creation

Automates the creation of release branches by calculating the next semantic version, generating a formatted CHANGELOG.md from git history, and opening a pull request.

grafana/mcp-grafana git semver changelog github-actions
skill

Crypto Prediction Competition and Agent Management

Deploy natural language-driven agents to participate in daily crypto price prediction competitions using MCP-enabled tools. Manage agent strategies, enter positions, and monitor pool dynamics through a standardised interface.

abcxz/conviction-fm crypto-prediction mcp trading-agents solana-devnet
skill ★ 148

Verify Implementation Against Change Artifacts

Validates that code implementations align with change artifacts including specifications, tasks, and design documents. It assesses completeness, correctness, and coherence by auditing task completion, requirement coverage, and design adhere…

weibaohui/kom verification code-audit spec-driven-development quality-assurance
skill ★ 148

Synchronising delta specs to main specs

An agentic skill for intelligently merging delta specification changes into main specification files. It enables adding, modifying, removing, and renaming requirements while preserving existing content.

weibaohui/kom spec-sync delta-specs requirements-management agentic-workflow
skill ★ 148

Guided OpenSpec Workflow Onboarding

An interactive onboarding skill that guides developers through a complete OpenSpec workflow cycle, from task selection to implementation planning. It automates codebase analysis and the creation of proposals, specs, and designs.

weibaohui/kom openspec onboarding workflow-automation developer-experience
skill ★ 148

Initiate OpenSpec Changes via Artifact Workflow

Automates the initiation of OpenSpec changes using an experimental artifact-driven workflow. It handles directory scaffolding, schema selection, and provides instructions for the first required artifact.

weibaohui/kom openspec artifact-driven workflow-automation software-scaffolding
skill ★ 291

Generate semver changeset files

Automates the creation of markdown changeset files in the .changeset/ directory to manage package version bumps. It handles semver-based bump levels and ensures correct formatting for changelog generation.

OpenZeppelin/contracts-wizard semver package-management changelog version-control
skill ★ 148

Automated OpenSpec Artifact Generation

Automates the sequential creation of all required OpenSpec artifacts for a new change, handling dependencies and scaffolding in a single workflow.

weibaohui/kom openspec artifact-generation automation workflow-automation
skill ★ 148

Exploratory Thinking and Problem Discovery Partner

An agentic skill for deep exploration, problem investigation, and requirement clarification without performing implementation. It utilises codebase analysis and ASCII visualisation to assist in brainstorming architectures, comparing technic…

weibaohui/kom problem-solving requirement-analysis architectural-exploration design-thinking
skill ★ 148

Progressing OpenSpec changes via artifact creation

Automates the sequential creation of artifacts within an OpenSpec workflow by checking current status and following schema-specific instructions. It leverages the openspec CLI to progress through proposals, specifications, and task lists.

weibaohui/kom openspec workflow-automation artifact-generation software-design
skill ★ 148

Bulk Archive and Sync OpenSpec Changes

This skill enables batch archiving of multiple OpenSpec changes while intelligently resolving specification conflicts by verifying codebase implementation. It automates the validation of artifacts, tasks, and delta specs to ensure a consist…

weibaohui/kom openspec batch-archiving conflict-resolution agentic-workflow
skill ★ 148

Archiving completed changes in experimental workflows

This skill automates the archiving of completed changes in experimental workflows by verifying artifact completion, task status, and synchronising delta specifications.

weibaohui/kom workflow-automation change-management spec-synchronisation archiving
skill ★ 148

Implementing tasks from OpenSpec changes

This skill automates the implementation of tasks defined within an OpenSpec change by iterating through task lists and updating progress. It handles context retrieval, status monitoring, and task completion within a spec-driven workflow.

weibaohui/kom openspec task-automation spec-driven-development workflow-automation
skill ★ 466

Real-time Prediction Market Data Access

Access real-time prediction market data across various venues including Polymarket, Kalshi, and Binance Futures. It also enables wallet identity lookups and on-chain clustering analysis.

blockrunai/blockrun-mcp prediction-markets polymarket kalshi crypto-data
skill

Context7 documentation lookup skill

Retrieves up-to-date documentation, API references, and code examples for various developer technologies using the Context7 CLI. The workflow requires resolving a library ID before querying specific documentation or code snippets.

upstash/context7-mcp documentation-lookup api-reference developer-tools mcp
skill

Context7 library documentation retrieval

Retrieves up-to-date documentation, API references, and code examples for libraries and frameworks by resolving library IDs and querying documentation.

upstash/context7-mcp documentation-retrieval mcp api-reference library-docs
skill ★ 466

Structured Image Prompt Engineering Skill

Implements a structured five-section framework to transform vague user requests into precise, text-accurate prompts for models like GPT Image 2 and Flux. It uses specific rules for typography, layout preservation, and anti-slop to ensure hi…

blockrunai/blockrun-mcp image-generation prompt-engineering mcp llm
skill

Context7 Live Documentation Retrieval

Fetches up-to-date documentation, API references, and code examples for libraries and frameworks to supplement training data. It resolves library IDs and queries specific documentation to ensure accuracy for modern versions.

upstash/context7-mcp documentation-retrieval mcp library-lookup api-reference
skill

Context7 Library Documentation Retrieval

Retrieves up-to-date documentation, API references, and code examples for libraries and frameworks to supplement training data with current information.

upstash/context7-mcp documentation-retrieval mcp api-lookup library-docs
skill ★ 19,338

Authoring Opik Fern MDX Documentation

This skill enables the authoring and maintenance of Fern MDX documentation pages for the Opik project. It covers frontmatter configuration, MDX component usage, and routing within the Fern-based documentation structure.

comet-ml/opik documentation mdx fern technical-writing
skill ★ 19,338

Opik TypeScript SDK for Tracing

Provides architectural patterns and implementation guidelines for the Opik TypeScript SDK, covering asynchronous batching, flushing strategies, and error handling.

comet-ml/opik typescript opik observability tracing
skill ★ 19,338

Opik Python SDK Patterns

Provides architectural patterns and implementation strategies for the Opik Python SDK, covering async tracing, integration techniques, and efficient message batching.

comet-ml/opik opik python-sdk llm-observability tracing
skill ★ 19,338

Playwright E2E Test Generation Workflow

A three-agent workflow for planning, generating, and repairing automated Playwright end-to-end tests for the Opik application. It utilises a planner, generator, and healer to maintain test suites using established page objects and fixtures.

comet-ml/opik playwright e2e-testing test-automation opik
skill ★ 19,338

Opik Frontend Development Patterns

Defines architectural patterns and implementation standards for the Opik React frontend, covering TanStack Router, TanStack Query, and Zustand state management.

comet-ml/opik react frontend-architecture tanstack-query zustand