什么是 optimise-claude?
在审核、修剪或重组 AI 指令文件(CLAUDE.md、SKILL.md、AGENTS.md)时使用,以减少上下文窗口消耗。当 CLAUDE.md 臃肿或 Claude 忽略指令、SKILL.md 超过 120 行、技能共享重复内容、AGENTS.md 具有较大内联块或用户要求优化、精简或减少令牌使用时触发。 来源:ralphcrisostomo/nuxt-development-skills。
在审核、修剪或重组 AI 指令文件(CLAUDE.md、SKILL.md、AGENTS.md)时使用,以减少上下文窗口消耗。当 CLAUDE.md 臃肿或 Claude 忽略指令、SKILL.md 超过 120 行、技能共享重复内容、AGENTS.md 具有较大内联块或用户要求优化、精简或减少令牌使用时触发。
通过命令行快速安装 optimise-claude AI 技能到你的开发环境
来源:ralphcrisostomo/nuxt-development-skills。
Audit AI instruction files for size, relevance, and structure. CLAUDE.md loads every session — bloated files cause Claude to ignore your actual instructions. SKILL.md lines cost tokens on every invocation. Keeping both lean reduces latency, cost, and instruction-following failures.
All operations scoped to project root ($PWD). Never modify files outside the repository.
For each CLAUDE.md, apply the litmus test per line: "Would removing this cause Claude to make mistakes?" If not, cut it.
在审核、修剪或重组 AI 指令文件(CLAUDE.md、SKILL.md、AGENTS.md)时使用,以减少上下文窗口消耗。当 CLAUDE.md 臃肿或 Claude 忽略指令、SKILL.md 超过 120 行、技能共享重复内容、AGENTS.md 具有较大内联块或用户要求优化、精简或减少令牌使用时触发。 来源:ralphcrisostomo/nuxt-development-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill optimise-claudeBrowse more skills from ralphcrisostomo/nuxt-development-skills
在审核、修剪或重组 AI 指令文件(CLAUDE.md、SKILL.md、AGENTS.md)时使用,以减少上下文窗口消耗。当 CLAUDE.md 臃肿或 Claude 忽略指令、SKILL.md 超过 120 行、技能共享重复内容、AGENTS.md 具有较大内联块或用户要求优化、精简或减少令牌使用时触发。 来源:ralphcrisostomo/nuxt-development-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill optimise-claude 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ralphcrisostomo/nuxt-development-skills