Instructions file CodexOpenCode
AGENTS.md instructions for gyc567/nuclaw, covering agents.md, project overview, build commands, debug build (default) and production build.
Instructions file CodexOpenCode
AGENTS.md instructions for gyc567/nuclaw, covering agents.md, project overview, build commands, debug build (default) and production build.
Instructions file
Claude Code instructions for gyc567/nuclaw, covering claude.md, project overview, core architecture, module structure and key types.
Skill Claude CodeCodex
Generate comprehensive test suites for LLM/AI model integrations using mockall. Use when: write tests for LLM Provider, test AI channel handlers, add security tests for prompts, create edge case coverage. Triggers: generate tests for provider, add test coverage for LLM integration, write mockall tests, test prompt…
Skill Claude CodeCodex
Generate NuClaw-compliant Rust code. Use when: create a new module, add a new provider, implement a channel handler, write database operations, add configuration, write tests. Triggers: write rust code for nuclaw, implement this feature in nuclaw, add a new channel/provider, generate tests for nuclaw module. Output…
Skill Claude CodeCodex
Generate NuClaw WeChat channel module using ilink HTTP gateway. Use when: create a new wechat.rs module, add WeChat support to NuClaw, implement ilink protocol for WeChat. Triggers: generate wechat channel, implement WeChat bot, add wechat support, ilink protocol. Output: complete, compilable Rust wechat.rs following…