rust-skills的目录
阅读全文
Rust-Skills 能力总结
Rust-Skills 能力总结 rust-skills Claude Code 插件的完整能力清单 概览 指标数量 Skills 总数31 后台 Agents8 斜杠命令18 Unsafe 规则47 编码规范80+ 触发关键词400+ 核心架构:元认知框架
阅读全文
Rust-Skills 架构设计
Rust-Skills 架构设计 Skills 系统架构与最佳实践 整体架构 ┌─────────────────────────────────────────────────────────────────────┐
阅读全文
文档缓存规范
文档缓存规范 Agent 获取的文档结果本地缓存机制 缓存目标 减少重复网络请求 加快响应速度 离线可用(在缓存有效期内) 缓存位置 优先级 Skill references
阅读全文
Rust Skills:让 AI 写 Rust 更精准的秘密武器
Rust Skills:让 AI 写 Rust 更精准的秘密武器 一套专为 Claude Code 打造的 Rust 开发辅助系统——通过元问题导向的知识索引、按需生成的动态 Skills、以及精准的实时文档获取,从根本上解决
阅读全文
Rust Skills:让 AI 写 Rust 更精准的秘密武器
Rust Skills:让 AI 写 Rust 更精准的秘密武器 一个专为 Claude Code 打造的 Rust 开发辅助插件,通过元问题导向、动态 Skills 和精准文档获取,显著提升 AI 编写 Rust
阅读全文
What Problem Does Meta-Cognition Solve?
What Problem Does Meta-Cognition Solve? The critical issues in AI-assisted Rust development that meta-cognition addresses The Core Problem AI Without Meta-Cognition User: "E0382 error in my trading sy
阅读全文
Meta-Cognition 测试套件
Meta-Cognition 测试套件 设计用于区分「普通 AI 回答」vs「元认知追溯回答」的测试用例 设计原则 好的测试用例应该: 普通回答能"解决"问题 - 语法正确,能编译
阅读全文
Rust-Skills Capabilities Summary
Rust-Skills Capabilities Summary Complete capability inventory of the rust-skills Claude Code plugin Overview MetricCount Total Skills31 Background Agents8 Slash Commands18 Unsafe Rules47 Coding Guide
阅读全文
TDD for Rust-Skills
TDD for Rust-Skills Test-Driven Development framework for creating and validating skills. Core Principle "NO SKILL WITHOUT FAILING TEST FIRST" Before creating or modifying a skill, you must: Define a
阅读全文