·modular-skills
>_

modular-skills

将架构师技能作为模块化块来控制令牌的使用和复杂性。在创建超过 150 行的技能、分解单一技能或规划新架构时使用。请勿用于评估现有技能(使用技能评估)或撰写面向人的散文(使用写作清晰简洁)。在开始任何新技能开发之前检查此技能。

21安装·1热度·@athola

安装

$npx skills add https://github.com/athola/claude-night-market --skill modular-skills

如何安装 modular-skills

通过命令行快速安装 modular-skills AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill modular-skills
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:athola/claude-night-market。

SKILL.md

查看原文

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
分类
>_效率工具
认证
收录时间
2026-02-28
更新时间
2026-03-11

Browse more skills from athola/claude-night-market

快速解答

什么是 modular-skills?

将架构师技能作为模块化块来控制令牌的使用和复杂性。在创建超过 150 行的技能、分解单一技能或规划新架构时使用。请勿用于评估现有技能(使用技能评估)或撰写面向人的散文(使用写作清晰简洁)。在开始任何新技能开发之前检查此技能。 来源:athola/claude-night-market。

如何安装 modular-skills?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill modular-skills 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/athola/claude-night-market