什么是 skill-optimizer?
创建和审查技能的指南。当用户想要创建新技能、检查现有技能的质量或优化技能以通过专业知识、工作流程或工具集成扩展 Claude 的能力时,应使用此技能。 来源:tdimino/claude-code-minoan。
创建和审查技能的指南。当用户想要创建新技能、检查现有技能的质量或优化技能以通过专业知识、工作流程或工具集成扩展 Claude 的能力时,应使用此技能。
通过命令行快速安装 skill-optimizer AI 技能到你的开发环境
来源:tdimino/claude-code-minoan。
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
Skills follow the Agent Skills open standard, with Claude Code extensions for invocation control, subagent execution, and dynamic context injection.
Every skill consists of a required SKILL.md file and optional bundled resources:
创建和审查技能的指南。当用户想要创建新技能、检查现有技能的质量或优化技能以通过专业知识、工作流程或工具集成扩展 Claude 的能力时,应使用此技能。 来源:tdimino/claude-code-minoan。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tdimino/claude-code-minoan --skill skill-optimizer创建和审查技能的指南。当用户想要创建新技能、检查现有技能的质量或优化技能以通过专业知识、工作流程或工具集成扩展 Claude 的能力时,应使用此技能。 来源:tdimino/claude-code-minoan。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tdimino/claude-code-minoan --skill skill-optimizer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tdimino/claude-code-minoan