chatbotx-basecode
仓库创建 2024年12月9日最近提交 6 小时前SkillHot 收录 5 小时前
▸ 精选理由
首选入门与大型变更前的全局导览,快速定位职责边界。
这个 Skill 做什么
概览 ChatbotX 项目结构与边界,辅助审计与定位负责区域。
给出 ChatbotX 仓库的总体地图:项目布局、各项目职责边界和常见入口点,方便审计与快速定位负责区域。入职、接手模块或判断哪个技能处理任务时先看一遍,能避免盲目改动破坏边界。特别说明它是概览而非替代阅读具体代码,包含 pnpm workspace 与 Turborepo 的 monorepo 结构。
▸ 展开 SKILL.md 英文原文
Understand and audit the ChatbotX base code before making changes. Use when asked to scan the project, check architecture, locate ownership boundaries, onboard to the repository, or decide which project-specific skill should handle a task.
524
Stars
116
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/chatbotx-basecode/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/chatbotx-basecode/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# ChatbotX Basecode Use this skill as the first pass for broad or ambiguous requests. It is a map, not a replacement for reading adjacent code. ## Project Shape ChatbotX is a pnpm workspace + Turborepo monorepo. ``` apps/ builder/ Next.js app: product UI, oRPC/OpenAPI, route handlers worker/ BullMQ/Kafka background jobs realtime/ PartyKit realtime server cli/ chatbotx-cli mcp-server/ MCP tools generated from OpenAPI packages/ business/ service layer and business orchestration database/ Drizzle schema, relations, repositories, migrations ui/ shared UI components public-apis/ typed public API client sdk/ integr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有