Tag: development
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…
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…
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…
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.
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…
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…
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…
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 …
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…
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…
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…
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…
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 …
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…
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.
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…
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…
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…