berrzebb/SoulFlow-Orchestrator
Settings file Claude Code
Agent settings declaring 11 allowed tools.
berrzebb/SoulFlow-Orchestrator
Settings file Claude Code
Agent settings declaring 11 allowed tools.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Baseline task skill example for .claude/skills/. Use as a reference template when authoring task skills. Do NOT use for builtin skills -- those go in src/skills/.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Implement or refactor the channel -> normalize -> classify -> plan -> execute path.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Review the specified code area for implementation and usability issues.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Implement or refactor role policy handling so src/skills/roles//SKILL.md remains the source of truth.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Web search and browser automation using websearch, webfetch, and webbrowser tools. Use when: internet lookup, latest/real-time information, cross-source verification, any URL mentioned by user, dynamic page interaction, web crawling, site analysis, news search, price check, documentation lookup. Do NOT use for local…
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Search and install agent skills from ClawHub, the public skill registry. Use when the user asks to find, install, update, or list available skills. No API key needed. Do NOT use for creating skills (use skill-creator) or managing locally installed skills.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Schedule reminders, recurring tasks, and one-time notifications using the cron tool. Use when the user asks to set a reminder, schedule a recurring task, create a timer, or wants periodic execution. Also use for listing or removing existing schedules. Do NOT use for immediate one-off actions that need no scheduling.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Generate Mermaid diagrams (flowcharts, sequence, ERD, class, state, gantt, pie, mindmap) as SVG or ASCII using the builtin diagramrender tool. Use when the user asks for architecture diagrams, visual charts, or mentions Mermaid syntax. Do NOT use for image generation, screenshots, or non-diagram visuals.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Send files (PDF, images, documents) to the current channel using sendfile tool. Use when the user asks to attach, deliver, upload, or send a generated file. Do NOT use for requesting files FROM users (use requestfile), text-only messages (use message), or diagram rendering (use diagram).
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Generate structured files (PDF, PPTX, DOCX, XLSX, ZIP) using Python inside a container sandbox. Use when the user asks to create, export, or generate a document, report, spreadsheet, presentation, or archive. After creation, use file-delivery skill to send the file. When explicitly requested, can also package multiple…
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Interact with GitHub using the gh CLI for issues, pull requests, CI/CD runs, releases, and API queries. Use when the user mentions GitHub, PRs, issues, CI checks, workflow runs, or references a GitHub URL. Do NOT use for generic git operations (use just-bash) or non-GitHub platforms.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A document add-on for creating, reading, and editing HWPX files, the XML-based document format used by Hancom Hangul.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Efficient shell execution using the exec tool with automatic just-bash runtime. Use for any local computation, file inspection, system commands, git operations, or CLI tools. Always available as the default execution pathway. Do NOT use for interactive TTY (use tmux) or container isolation (use python-sandbox or…
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Generate map links for places, addresses, and points of interest. Use when the user mentions a location, asks for directions, or wants nearby recommendations (restaurants, cafes, etc.). Supports Google Maps, Kakao Map, and Naver Map.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
Two-layer persistent memory system (longterm facts + daily recall) backed by memory.db. Use when the user mentions remembering, recalling past events, storing preferences, or asks about past context. Also use automatically to persist important user preferences, project facts, and relationship data. Do NOT use for…
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A user-facing assistant for everyday tasks that delegates development work to planning or coordination roles.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A debugging role that traces bugs and errors, analyses their root causes, and suggests fixes.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A general-purpose sub-agent for handling one simple task when no specialised role is needed.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A code-implementation role that edits files according to an approved specification and checks its own work.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A development coordinator that starts developer sub-agents, monitors their progress, checks phase gates, and verifies results after receiving a project specification.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A project-planning role that analyses requirements, writes specifications, and sets priorities before development begins.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A code reviewer that checks finished code for quality, security, speed, and consistency with the project's conventions.
berrzebb/SoulFlow-Orchestrator
Skill Claude CodeCodex
A validation role that runs a project's build, tests, and code checks, then decides whether the results pass.