什么是 modular-skills?
将架构师技能作为模块化块来控制令牌的使用和复杂性。在创建超过 150 行的技能、分解单一技能或规划新架构时使用。请勿用于评估现有技能(使用技能评估)或撰写面向人的散文(使用写作清晰简洁)。在开始任何新技能开发之前检查此技能。 来源:athola/claude-night-market。
将架构师技能作为模块化块来控制令牌的使用和复杂性。在创建超过 150 行的技能、分解单一技能或规划新架构时使用。请勿用于评估现有技能(使用技能评估)或撰写面向人的散文(使用写作清晰简洁)。在开始任何新技能开发之前检查此技能。
通过命令行快速安装 modular-skills AI 技能到你的开发环境
来源:athola/claude-night-market。
This framework breaks complex skills into focused modules to keep token usage predictable and avoid monolithic files. We use progressive disclosure: starting with essentials and loading deeper technical details via @include or Load: statements only when needed. This approach prevents hitting context limits during long-running tasks.
Modular design keeps file sizes within recommended limits, typically under 150 lines. Shallow dependencies and clear boundaries simplify testing and maintenance. The hub-and-spoke model allows the project to grow without bloating primary skill files, making focused modules easier to verify in isolation and faster to parse.
We design skills around single responsibility and loose coupling. Each module focuses on one task, minimizing dependencies to keep the architecture cohesive. Clear boundaries and well-defined interfaces prevent changes in one module from breaking others. This follows Anthropic's Agent Skills best practices: provide a high-level overview first, then surface details as needed to maintain context efficiency.
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/athola/claude-night-market --skill modular-skills将架构师技能作为模块化块来控制令牌的使用和复杂性。在创建超过 150 行的技能、分解单一技能或规划新架构时使用。请勿用于评估现有技能(使用技能评估)或撰写面向人的散文(使用写作清晰简洁)。在开始任何新技能开发之前检查此技能。 来源:athola/claude-night-market。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill modular-skills 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/athola/claude-night-market