Tag: development

Type: All Skills Tools
skill ★ 24,338

Managing major AI SDK version updates

This skill provides comprehensive guidelines for managing breaking changes during a major AI SDK release cycle. It assists developers in implementing deprecation aliases, modifying message types, and updating migration documentation to ensu…

vercel/ai ai-sdk major-version breaking-changes development
tool ★ 4,829

Orchestrates multiple AI agents for coding tasks

This tool provides a structured bash interface for delegating complex coding tasks, such as refactoring or PR reviews, across various LLM agents (e.g., Codex, Claude Code). It manages background sessions, allowing developers to monitor, int…

the-open-agent/openagent coding-agent llm-orchestration bash-cli development
skill ★ 4,849

Managing Baserow Integrations and Services

This skill guides the implementation of new or updated service and integration types within the Baserow platform. It requires coordinating changes across the backend (Python models, service/integration subclasses) and the frontend (React co…

baserow/baserow baserow integration service backend
skill ★ 5,982

General skill for enhancing code generation tasks

This skill provides general guidance and context for all coding tasks within an agent workflow. It ensures that generated code adheres to best practices and includes necessary developer commentary.

genkit-ai/genkit coding code-generation development llm
skill ★ 1,010

Standardized planning workflow management skill

This skill standardizes the planning process by guiding users through selecting appropriate execution modes (spec or no-spec) based on task scope and complexity. It enforces structured workflows, ensuring necessary confirmations and maintai…

TencentCloudBase/CloudBase-MCP planning workflow development spec-vs-no-spec
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides a high-level conceptual overview of the CloudBase platform, guiding developers through service selection, cross-platform differences, and best practices before implementation. It helps determine the appropriate specializ…

TencentCloudBase/CloudBase-MCP cloudbase platform overview architecture
skill ★ 1,010

WeChat Mini Program Development and Deployment Skill

This skill manages the full lifecycle of WeChat Mini Program development, guiding project structure, component creation, and configuration management. It supports debugging, previewing, and publishing workflows, including deep integration w…

TencentCloudBase/CloudBase-MCP wechat-mini-program cloudbase development deployment
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides foundational knowledge and conceptual guidance across the entire CloudBase ecosystem. It helps developers select the correct platform, service, or specialized skill (e.g., Web, Mini Program, storage) before implementing …

TencentCloudBase/CloudBase-MCP cloudbase platform architecture development
skill

Electron Desktop Application Development Guide

This guide outlines the architectural pattern for building LobeHub desktop features using Electron, detailing the separation between the Main, Renderer, and Preload processes. Developers can implement new functionality by creating IPC contr…

lobehub/lobe-chat electron desktop ipc architecture
skill

Logging and Debugging Utility for LobeHub Codebase

This skill guides developers on implementing robust logging using the `debug` package across various LobeHub components. It details namespace conventions, format specifiers, and environment-specific methods for enabling debug output in Node…

lobehub/lobe-chat debug logging typescript development
skill

Comprehensive examples for AI SDK function development

This repository provides a comprehensive suite of examples and templates for validating, testing, and demonstrating various AI SDK functions across multiple providers. It covers core capabilities such as text generation, structured object o…

vercel-labs/ai ai-sdk llm development ai-functions
skill

Creating or Updating Baserow Integrations and Services

This skill guides developers through the full lifecycle of creating or updating custom Baserow service and integration types. It details the necessary backend and frontend steps, including model updates, subclassing, and registration across…

bram2w/baserow baserow integrations services backend
tool ★ 8

Scaffolding new Model Communication Protocol tools

This utility provides a comprehensive guide and boilerplate structure for developing new Model Communication Protocol (MCP) tools. It details the necessary steps, including class definition, service injection, and DI registration, ensuring …

refined-element/lightning-enable-mcp mcp tool-scaffolding csharp agentic
skill ★ 23

Finalizing feature unit implementation for review

This skill manages the final checkpoint of a feature unit workflow, validating spec compliance and ensuring all tests pass. It presents a comprehensive summary to the user for manual review and approval, handling necessary file movements an…

markmhendrickson/neotoma feature-workflow review spec-compliance git-workflow
skill ★ 10,706

Guidelines for LLM Testing and Development

Provides comprehensive guidelines for developing robust tests for LLM-related functionality. It advises developers on fixture usage, particularly regarding model and provider selection, ensuring tests remain flexible.

elie222/inbox-zero llm testing guidelines development
skill ★ 12

Viznoir development workflow automation skill

This skill automates the development lifecycle for the viznoir project, guiding developers through the TDD cycle. It enforces best practices for adding new filters, tools, and managing PR quality gates, including benchmarking and registry u…

kimimgo/viznoir dev-workflow tdd ci-cd viznoir
skill ★ 5

Explore codebases and trace execution flows

This skill enables developers to deeply explore unfamiliar codebases by tracing execution flows, understanding architectural components, and mapping symbol dependencies. It provides structured access to process traces and component relation…

hifriendbot/cogmemai-mcp codebase-exploration architecture execution-tracing code-analysis
skill ★ 136,096

Building Model Context Protocol Servers for LLMs

This guide outlines the process for developing Model Context Protocol (MCP) servers, enabling sophisticated LLM interaction with external APIs. Developers can implement these servers using Python or TypeScript, ensuring robust tool definiti…

anthropics/skills mcp-protocol llm-agent api-server typescript