Agent SkillsLLMQuant/quant-mind › quantmind-dev

quantmind-dev

GitHub

提供QuantMind代码库的贡献者工作流指南,涵盖环境配置、Issue提交、Commit规范、PR流程及组件开发测试验证,确保代码质量与一致性。

.claude/skills/quantmind-dev/SKILL.md LLMQuant/quant-mind

Trigger Scenarios

设置开发环境 提交代码或创建PR 开发或重构组件

Install

npx skills add LLMQuant/quant-mind --skill quantmind-dev -g -y
More Options

Non-standard path

npx skills add https://github.com/LLMQuant/quant-mind/tree/master/.claude/skills/quantmind-dev -g -y

Use without installing

npx skills use LLMQuant/quant-mind@quantmind-dev

指定 Agent (Claude Code)

npx skills add LLMQuant/quant-mind --skill quantmind-dev -a claude-code -g -y

安装 repo 全部 skill

npx skills add LLMQuant/quant-mind --all -g -y

预览 repo 内 skill

npx skills add LLMQuant/quant-mind --list

SKILL.md

Frontmatter
{
    "name": "quantmind-dev",
    "description": "Contributor workflow for the QuantMind codebase. Covers contributor setup (environment + hooks), filing issues, commit format, pull request format, and component development across quantmind\/ modules (knowledge, configs, preprocess, rag, flows, mind, utils) with tests, examples, and verification. Use when setting up as a contributor, filing an issue, committing, opening a PR, or implementing\/refactoring QuantMind code."
}

QuantMind Dev

Development workflow for contributing to the QuantMind codebase.

Start Here

  1. Use the repository contexts/README.md to select the development context for this contribution.
  2. Read the repository root AGENTS.md or CLAUDE.md for the stable architecture constraints and the module map.
  3. Read docs/README.md when the task adds, changes, or uses a public operation or public-network source.
  4. When creating, updating, or triaging an issue or pull request, use the canonical repository label guidance in contexts/dev/labels.md.
  5. Before writing or editing any GitHub body, follow the canonical GitHub writing style in contexts/dev/github-writing.md, including its no-hard-wrap rule.
  6. Pick exactly one workflow reference below; do not load the others.

Select Workflow

  • Setting up as a contributor (environment, hooks, first verify) → references/setup.md
  • Filing an issue for a bug or a missing capability → references/setup.md ("File an Issue" section)
  • Committing staged work → references/commit.md
  • Opening or updating a pull request → references/pull-request.md
  • Implementing or refactoring anything under quantmind/references/develop-components.md (read it before writing code)
  • Adding or editing a page under contexts/references/write-contexts.md

A feature task usually chains all three: develop → commit → pull request.

Rules

  • bash scripts/verify.sh is the deterministic required verification. Run it before every push and before marking a PR ready. The required .github/workflows/ci.yml workflow runs the same harness.
  • Public-network integrations have separate bounded smoke tests. .github/workflows/e2e.yml owns their scheduled, manual, and path-filtered component jobs. Run every applicable test listed in docs/README.md when changing that component and before publishing. External service availability must not block unrelated changes.
  • Keep docs/README.md as the single catalog of component smoke-test commands. A new live component adds a component-specific scripts/verify_<component>_e2e.py, a named job in the existing e2e.yml, precise PR path coverage, and one catalog row. When multiple live jobs exist, use GitHub-native per-job change detection so only affected jobs run. Do not add a separate workflow, generic E2E runner or registry, or base E2E class.
  • Never bypass pre-commit / pre-push hooks (--no-verify) unless the user explicitly authorizes it.
  • New features ship with a unit test and a focused example (see references/develop-components.md).
  • This skill is mirrored under .agents/skills/quantmind-dev/ and .claude/skills/quantmind-dev/; the copies are identical. When changing the skill, update both in the same change.

Boundaries

  • This skill is for contributing to QuantMind itself. It does not cover using QuantMind as a library in your own project.
  • Product decisions (new modules, new dependencies, API redesigns) need an issue and maintainer discussion first; do not encode them here.

Version History

  • 638d16a Current 2026-07-31 07:42

    新增contributor setup和issue filing的工作流参考;在README中增加指向该skill的agent-native提示符以引导用户操作。

  • 27a08e6 2026-07-23 00:50

    新增'contexts/'目录下的页面编写工作流指引;完善E2E测试规则,明确新组件需添加专用脚本、CI作业及文档条目,禁止新建通用Runner;强调技能文件双路径同步更新;明确禁止无授权绕过预提交/预推送钩子。

  • 2ecd863 2026-07-19 18:53

Same Skill Collection

.agents/skills/quantmind-dev/SKILL.md

Metadata

Files
0
Version
638d16a
Hash
e67f3704
Indexed
2026-07-19 18:53

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 17:18
浙ICP备14020137号-1 $Map of visitor$