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