·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