project-init
25Skill Claude CodeCodex
A project-starting routine for an Obsidian vault, a folder of linked Markdown notes. It creates a project overview and an external-links document, and marks the project as starting.
Skill Claude CodeCodex
A project-starting routine for an Obsidian vault, a folder of linked Markdown notes. It creates a project overview and an external-links document, and marks the project as starting.
Skill Claude CodeCodex
维护项目的外部链接文档。Use when adding a new external resource, updating links, or organizing project references.
Skill Claude CodeCodex
按功能模块分组创建项目任务清单。Use after project-init to lay out the feature modules and their tasks, or when updating the project scope.
Skill Claude CodeCodex
基于 CHANGELOG/commit log 更新项目的里程碑总结。Use after completing a key feature, when switching project phases, or when the user wants a progress review.
Skill Claude CodeCodex
项目文档的标准目录架构与撰写规范——项目初始化、Grid 阶段产出映射、Agent 上下文指针。Use when initializing a new project, setting up documentation, when Grid needs to know where to write its outputs, or when the user asks about documentation structure.
Skill Claude CodeCodex
A one-question-at-a-time interview process for turning a vague idea or requirement into an agreed plan. It checks existing code and documents before asking what is still unclear.
Skill Claude CodeCodex
A test-driven development guide for building software through a red-green-refactor cycle. Test-driven development means writing a failing test first, making it pass with the smallest change, then cleaning up the code.
Skill Claude CodeCodex
编写和编辑 Skill 的参考规范——让 Skill 可预测的词汇与原则。Use when writing, editing, or reviewing any skill; when the user asks about skill design principles; or when diagnosing why a skill behaves unpredictably.
Skill Claude CodeCodex
A guide to Loguru, a Python library for writing application logs. Logs are records of events, errors, and useful status information produced while a program runs.
Skill Claude CodeCodex
TDX 项目 Prisma ORM 操作规范——Schema 设计、迁移、Python 查询与写入。Use when modifying the database schema, running Prisma migrations, or writing Python code that interacts with PostgreSQL via Prisma Client.
Skill Claude CodeCodex
TDX 项目新增数据获取器的完整开发流程。Use when implementing a new data fetcher in the TDX project——from defining the data model through registering CLI commands. 遵循 10 步流程。.
Skill Claude CodeCodex
A reference guide for TdxQuant, a Python framework built around the Tongda Xin financial terminal for collecting Chinese market and financial data. It helps users find the relevant documentation for its tqcenter APIs and trading strategies.
Skill Claude CodeCodex
An integration-testing guide for a TDX data-collection project. Integration testing checks that connected parts work together, from a command-line instruction through the market-data API and cleaning code to the database.
Skill Claude CodeCodex
校验 tradingassistant 前后端实现是否符合 OpenAPI 3.0 契约。Use when implementing or modifying API endpoints, connecting frontend to backend, or during PR review.
Skill Claude CodeCodex
Skill "doc-sync" from Grid0723/skills, covering doc-sync, leading words, 同步规则, 步骤 and 文档规范.
Skill Claude CodeCodex
审查 tradingassistant 项目中金额/价格/数量的计算——确保使用 decimal.js,禁止原生浮点运算。Use when reviewing code that involves financial calculations, adding new transaction/asset/statistics code, or before merging financial logic.
Skill Claude CodeCodex
按 tradingassistant 项目规范生成 NestJS 模块/控制器/服务/ DTO。Use when the user wants to create a new API endpoint, module, controller, or service in the trading-assistant backend.
Skill Claude CodeCodex
同步双份 Prisma Schema——tradingassistant 项目 docs/ 设计稿 ↔ backend/ 实现稿。Use when adding or modifying data models, after schema changes, or before running prisma generate/migrate.
Skill Claude CodeCodex
Skill "ta-test-spec" from Grid0723/skills, covering ta-test-spec, leading words, 提交前检查, 测试规范 and 代码质量检查.
Skill Claude CodeCodex
An editing workflow for polishing a finished article section by section, following dependencies between sections. A DAG is a one-way map showing which sections depend on others.
Skill Claude CodeCodex
A writing workflow for arranging collected fragments into an ordered sequence of steps called beats. It checks that each idea is introduced only after the reader has the background needed to understand it.
Skill Claude CodeCodex
写作 Explore 阶段——追问式访谈,碎片化采集写作原料。Use when the user wants to gather raw material for an article, brainstorm ideas, or explore a topic before structuring.
Skill Claude CodeCodex
A writing guide for turning an arranged sequence of ideas into polished, connected paragraphs that introduce unfamiliar concepts before relying on them.