This repo is a template for Lego-style agent systems. Read README.md and docs/architecture.md first.
Write comments and documentation in English only, unless the user explicitly asks for another language.
This applies to:
- Code comments
- README and docs in this repo
- New skills, scripts, and config notes you add here
- Commit messages and PR descriptions for this template
User-facing agent replies may follow the user's language (see workspace/INSTRUCTIONS.md). Skill submodules may keep their upstream language - do not rewrite them in place.
workspace/- shared agent workspace (INSTRUCTIONS.md,.opencode/opencode.json)config.yaml- Coddy HTTP stackskills_cache/- git submodules at repo root; mounted as/skills_cachein Docker (not under/workspace)workspace/.opencode/skills/andworkspace/.coddy/skills/- symlinks../../../skills_cache/<path>atlassian_data/- mcp-atlassian persistent cache (gitignored)docker-compose.acpbox.yaml- OpenCode + ACPBox (+ optionalopenwebuiprofile)docker-compose.coddy.yaml- Coddy HTTP
- Prefer MCP for external systems (Confluence, Jira, ...).
- Prefer CLI for one-off heavy jobs; document in
workspace/INSTRUCTIONS.md. - Encode repeatable flows as skills; symlink into
workspace/.opencode/skills/<name>andworkspace/.coddy/skills/<name>. - Keep the stack small - add a compose service only when MCP or agent requires it.
- LLM -
https://api.neuraldeep.ru/v1 - Skills catalog -
https://neuraldeep.ru/skills - MCP catalog -
https://neuraldeep.ru/mcp - CLI catalog -
https://neuraldeep.ru/tools