blade-doc

Retrieve and organize BladeX framework knowledge for coding, configuration, and troubleshooting.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/tiantien/team-ai-coding-plugin --skill blade-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blade-doc
Source: https://github.com/tiantien/team-ai-coding-plugin/tree/main/skills/blade-doc
Command: npx skills add https://github.com/tiantien/team-ai-coding-plugin --skill blade-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill gives teams a single, reliable knowledge base for BladeX, so they can answer framework questions, configure services correctly, and troubleshoot issues without searching across scattered docs and source files.

Core Features & Use Cases

  • Framework knowledge lookup: Covers BladeX architecture, startup flow, authentication, multi-tenancy, permissions, MyBatis-Plus, workflow, deployment, monitoring, and upgrade paths.
  • Targeted reference loading: Uses structured reference files to pull only the relevant technical area for the current question.
  • Practical use cases: Ideal for debugging token and security errors, selecting the right framework configuration, generating code with the correct conventions, and guiding production deployment or version migration.

Quick Start

Ask for the BladeX topic you are working on, and I will use the knowledge index to retrieve the right reference guidance and give you an exact, actionable answer.

Frequently Asked Questions about blade-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure multi-tenancy in BladeX framework?

BladeX multi-tenancy configuration requires loading specific reference documents to apply tenant isolation rules correctly. You retrieve targeted guidance for tenant data source setup and permission mapping to ensure accurate multi-tenant architecture deployment.

Why does BladeX authentication token validation fail during deployment?

BladeX authentication token failures during deployment often stem from incorrect security configuration or missing gateway routing rules. The knowledge base retrieves troubleshooting steps to verify token generation, refresh mechanisms, and security filter chain settings.

What is the best way to troubleshoot MyBatis-Plus integration issues in BladeX?

Troubleshooting MyBatis-Plus integration in BladeX involves querying the framework knowledge base to locate code conventions and configuration references. You get exact steps for resolving mapper scanning conflicts and pagination plugin setup.

Does BladeX knowledge base cover workflow engine configuration and monitoring?

BladeX knowledge base covers workflow engine configuration and monitoring by retrieving on-demand reference documents. You obtain actionable guidance for process definition deployment, task assignment rules, and system health metric setup.

How do I handle version upgrade paths for BladeX Cloud and Boot?

Handling BladeX Cloud and Boot version upgrade paths requires retrieving structured framework references for migration scenarios. You get precise instructions on resolving dependency conflicts, updating configurations, and applying breaking change fixes.

Can I use BladeX framework references for generating code with correct conventions?

BladeX framework references support generating code with correct conventions by providing targeted architectural guidelines. You retrieve rules for entity mapping, service layer structuring, and controller routing to ensure consistent codebase standards.