Hook 机制详解

Hook 机制详解 如何利用 Hook 强制触发 Skills 问题背景 没有 Hook 的情况 用户: "Web API 报错 Rc cannot be sent" Claude 默认行为: → 直接从知识库回答 → "用 Arc 替代
阅读全文

Skills Design Lessons Learned

Skills Design Lessons Learned Summary of design principles and best practices from building rust-skills Core Insight Skills are not knowledge databases. They are cognitive scaffolds. Traditional appro
阅读全文

Rust-Skills 功能概览

Rust-Skills 功能概览 按功能分类的能力总结 三大功能分类 中文英文作用 元认知类Meta-Cognition提升语义识别,追溯问题本质 动态 Skills 类Dynamic Skills按需生成
阅读全文

Meta-Cognition 示例: E0382 交易系统

Meta-Cognition 示例: E0382 交易系统 演示三层认知模型如何将表面错误追溯到领域约束,提供更深层次的解决方案。 用户问题 "我的交易系统报 E0382,数据被
阅读全文

Reasoning Trace Template

Reasoning Trace Template Use this template to track your reasoning process through the three-layer cognitive model. Copy to _reasoning/trace.md when starting a complex problem. Reasoning Trace Problem
阅读全文

Decision Record Template

Decision Record Template Use this template to document final decisions and their rationale. Copy to _reasoning/decision.md when a significant design decision is made. This serves as an Architecture De
阅读全文

Rust Code Templates

Rust Code Templates Overview Ready-to-use code templates for common Rust patterns. These templates follow coding guidelines and best practices. Directory Structure templates/ ├── error-handling/ #
阅读全文

Findings Template

Findings Template Use this template to record discoveries during problem-solving. Copy to _reasoning/findings.md when starting a complex problem. Findings Problem Context Layer 3: Domain Constraints C
阅读全文

Rust Compiler Error Code Index

Rust Compiler Error Code Index Quick lookup table: Error code → Skill routing Ownership & Lifetimes (m01) Error CodeMessageSkillCommon Fix E0382use of moved valuem01-ownershipUse clone(), restruct
阅读全文

Skills Index

Skills Index Complete index of all rust-skills with descriptions. Meta-Question Skills (Layer 1: Language Mechanics) IDNameCore QuestionKey Concepts m01Ownership & Lifetimes"Who owns this memory,
阅读全文