一键导入
architecture
Key principles for designing reliable, polyglot libraries. Use this skill when making structural or design decisions for the Kest toolkit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Key principles for designing reliable, polyglot libraries. Use this skill when making structural or design decisions for the Kest toolkit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | architecture |
| description | Key principles for designing reliable, polyglot libraries. Use this skill when making structural or design decisions for the Kest toolkit. |
Key principles for designing reliable, polyglot libraries.
To keep this prompt concise, deeper context is stored locally. If you need explicit examples or supplemental context regarding architecture, use your list_dir or view_file tools to explore the examples/ and resources/ subdirectories in this skill folder.
Use this skill when you need documentation for a third-party library, SDK, or API before writing code that uses it (e.g. "use the OpenAI API", "call the Stripe API"). Fetch the docs with chub before answering, rather than relying on training knowledge. Also used for maintaining project-specific context via the :sync-docs task.
This skill should be used when the user asks to "configure moon", "set up moonrepo", "create moon tasks", "run moon commands", "configure moon workspace", "add moon project", "moon ci setup", "moon docker", "moon query", "migrate to moon v2", or mentions moon.yml, .moon/workspace.yml, .moon/toolchains.yml, moon run, moon ci, or moonrepo in general.
Core architectural principles governing the design, layout, and execution of the Kest toolkit. Strictly reference these principles before creating new components or refactoring.
This skill should be used when the user asks to "install proto", "configure proto", "manage tool versions", "pin versions", "set up .prototools", "install node version", "install rust version", "install python version", "proto plugins", or mentions proto commands, .prototools file, or multi-language version management.
Standard software engineering and testing practices (TDD, SRP, DI) for library development. Reference this skill before writing tests or designing new logic.