Skip to main content
Run any Skill in Manus
with one click
GitHub repository

HiveMind_RAG

HiveMind_RAG contains 41 collected skills from zxl85813-web, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
41
Stars
1
updated
2026-04-20
Forks
0
Occupation coverage
15 occupation categories · 100% classified
repository explorer

Skills in this repository

system-diagnosis
computer-systems-analysts

全栈故障诊断与日志溯源技能 — 允许 AI 自动串联前后端日志并定位 Bug 根因。

2026-04-20
email-support
customer-service-representatives-434051

处理全渠道邮件聚合平台的智能首回任务。功能:L1-L5 分级标注 (01)、首回草稿生成 (02)、敏感词风控校验。支持多意图识别与订单信息关联。

2026-04-20
logistics-tracking
first-line-supervisors-of-material-moving-machine-and-vehicle-operators

处理物流进度查询 (意图 02)。对接 17track 实时查询接口,支持官网订单号自动关联查询或直接使用运单号。

2026-04-19
order-management
order-clerks-434151

处理核心订单业务 (意图 01, 03, 04)。用于:查询详情、申请取消、修改收货地址。涉及单号识别 (EFXX, Amazon) 与登录状态校验。

2026-04-19
architectural-mapping
software-developers

基于 Neo4j 的架构资产图谱映射,实现从需求到代码的精准路径发现

2026-04-15
graph-driven-testing
software-quality-assurance-analysts-and-testers

基于 Neo4j 架构图谱的测试盲区诊断、自动化用例生成与 Trace 闭环验证技能。每当用户询问“系统测试是否完整”、“如何补齐覆盖率”、“目前的盲区在哪里”或提到代码与需求的对齐关系时,必须使用此技能进行图谱诊断。

2026-04-09
l2-integration-governance
software-quality-assurance-analysts-and-testers

负责 L2 级的集成测试治理,包含脏数据注入、契约审计与跨库数据一致性探测。当用户提到“API 变更”、“数据库同步”、“脏数据处理”、“契约测试”或“副作用验证”时,必须调用此技能进行审计。

2026-04-09
testing-orchestrator
software-quality-assurance-analysts-and-testers

负责全量测试的大规模编排与执行。每当用户需要“跑一边测试”、“执行全量检查”、“验证覆盖率是否达标”或“进行批量回归”时,必须启动此技能。

2026-04-09
graph-driven-e2e-testing
software-quality-assurance-analysts-and-testers

基于 Neo4j 架构图谱的端到端 (E2E) 测试用例全链路生成器。

2026-03-30
context-migration
software-developers

长程上下文迁移器:在新会话开始时,从 KI 系统、对话日志、TodoList、ReflectionLog 中重建认知主轴,防止新窗口质量跌落、风格变浅、理解跑偏。当用户说"继续上次的工作"、"帮我回顾下项目进度"、"迁移上下文"时触发。

2026-03-20
memory-grep
software-developers

传统检索引擎集成:利用 SmartGrep (BM25 + Fuzzy) 召回向量匹配难以处理的精确事实。当用户询问特定错误 ID、唯一代号、或特定的代码 API 细节时触发。

2026-03-20
subagent-tdd-loop
software-quality-assurance-analysts-and-testers

基于 TDD 的微任务自动化执行器 (Subagent-Driven Development),在当前会话中为每个任务派发隔离的子代理

2026-03-18
generate-micro-plan
software-developers

极微粒度任务规划器 (基于 Superpowers 理念),结合Neo4j架构图谱将设计文档精确拆解为 2-5 分钟的 TDD 微型任务列表

2026-03-18
openspec-apply-change
software-developers

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2026-03-18
openspec-propose
project-management-specialists

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

2026-03-18
systematic-debugging
software-developers

系统化调试指南:寻找根因而非掩盖症状,拒绝盲目猜测,强制四阶段法

2026-03-18
verification-before-completion
software-quality-assurance-analysts-and-testers

完工前强制验证:拒绝“应该可以”,只信证据。在声称成功或合并 PR 前执行。

2026-03-18
generate-design-doc
project-management-specialists

从需求文档 (REQ-NNN) 自动生成四级严谨设计说明书 (DES-NNN)

2026-03-16
generate-tests
software-quality-assurance-analysts-and-testers

Generate comprehensive test cases (dual-view) for a given backend or frontend file.

2026-03-16
openspec-explore
project-management-specialists

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2026-03-16
rag-search
library-assistants-clerical-434121

知识库检索与引用。用于:文档问答、语义搜索、跨库查询、带来源引用的回答。当用户提及搜索、查找、根据文档、知识库时触发。

2026-03-13
github-collaboration
software-developers

整合 GitHub Discussions 和 Projects 进研发展开流程,实现从本地自省到团队协作的高级联动

2026-03-13
backend-expert
software-developers

标准化生成符合项目五层流水线架构的后端代码。当涉及创建 API 端点、定义 Pydantic Schema、实现 Service 业务逻辑或编写后端集成测试时必须使用。确保代码严格遵循:UUID4 ID 策略、全局软删除、loguru 日志规范、以及 FastAPI Depends 依赖注入。不要生成与项目架构冲突的单体文件。

2026-03-13
code-intelligence
software-developers

用于代码库的深度分析、影响评估和逻辑解构。当用户询问:‘修改 X 会影响哪里?’、‘解释这段复杂的异步逻辑’、‘分析某个类的依赖树’时使用。它超越了简单的搜索,专注于代码的语义关联和副作用分析。

2026-03-13
project-steward
software-developers

项目的数字管家,负责维护工程合规性、文档同步和注册表更新。当完成代码开发、需要发布版本、或需要整理项目待办事项时激活。确保代码变更在 REGISTRY.md, TODO.md 和 CHANGELOG.md 中有准确对应的记录。

2026-03-13
generation
project-management-specialists

Generates structured design documents (Test Plans, Specs) based on Knowledge Base.

2026-03-09
ingestion
software-developers

Handles file ingestion, parsing, and standardized resource extraction.

2026-03-09
mcp-builder
software-developers

Guide and tools for building and extending Model Context Protocol (MCP) servers.

2026-03-09
skill-creator
software-developers

Meta-skill used to scaffold, code, and test new Skills.

2026-03-09
github-issue-sync
project-management-specialists

将本地需求文档 (REQ-NNN) 和 TODO 任务同步到 GitHub Issues

2026-03-05
algorithmic-art
software-developers

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

2026-02-21
canvas-design
graphic-designers

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2026-02-21
doc-coauthoring
technical-writers

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

2026-02-21
internal-comms
executive-secretaries-and-executive-administrative-assistants

内部沟通文档撰写工具 — 帮助撰写各类内部沟通文档,使用团队标准格式。当需要撰写内部沟通文档时使用,包括:状态报告、团队周报、项目更新、技术决策记录、事故报告、FAQ 等。

2026-02-21
web-artifacts-builder
web-developers

Suite of tools for creating elaborate, multi-component standalone HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

2026-02-21
brand-guidelines
art-directors

HiveMind 平台品牌视觉规范 — 统一的配色、字体和设计标准。当创建任何需要品牌一致性的设计产出时使用,包括:文档样式、演示文稿、UI组件、营销材料等。

2026-02-21
data-analysis
data-scientists-152051

数据分析与可视化 — 执行 SQL 查询、数据处理、统计分析和图表生成。当用户需要对结构化数据进行查询、分析或可视化时使用此 Skill。包括:(1) SQL 查询构建与执行 (2) Pandas 数据处理与清洗 (3) 统计分析与趋势检测 (4) 图表和报告生成 (5) 数据导出(CSV/Excel)。触发关键词:查询数据、统计分析、生成报表、数据可视化、SQL、图表、趋势分析。

2026-02-21
docx
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

2026-02-21
frontend-design
web-developers

创建高品质、生产级前端界面。当用户需要构建 Web 组件、页面、应用或美化任何 Web UI 时使用此 Skill。包括:网站、落地页、仪表盘、React 组件、HTML/CSS 布局、或任何需要精致样式的界面设计。生成具有创意的、精心打磨的代码和 UI 设计。

2026-02-21
theme-factory
web-developers

HiveMind 平台 UI 主题切换系统 — 提供多套预设主题(配色 + 字体),用户可在设置页面切换。当需要修改或添加平台主题时使用此 Skill。包括:(1) 预设主题管理 (2) 自定义主题创建 (3) CSS 变量覆盖方案 (4) 主题切换逻辑实现。触发关键词:换肤、主题、暗色模式、亮色模式、配色切换。

2026-02-21
Showing top 40 of 41 collected skills in this repository.