berrzebb

126 mods across 3 repositories, 47 stars between them.

example-task

02

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/.

22 5mo ago A 39 tokens

agent-browser

06

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…

22 5mo ago A 0 tokens

clawhub

07

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.

22 5mo ago A 59 tokens

cron

08

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.

22 5mo ago A 63 tokens

diagram

09

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.

22 5mo ago A 69 tokens

file-delivery

10

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).

22 5mo ago A 67 tokens

file-maker

11

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…

22 5mo ago A 120 tokens

github

12

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.

22 5mo ago A 72 tokens

hwpx

13

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.

22 5mo ago A 76 tokens

just-bash

14

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…

22 5mo ago A 70 tokens

location

15

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.

22 5mo ago A 51 tokens

memory

16

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…

22 5mo ago A 64 tokens

role:pl

21

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.

22 5mo ago A 58 tokens

role:pm

22

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A project-planning role that analyses requirements, writes specifications, and sets priorities before development begins.

22 5mo ago A 57 tokens

role:reviewer

23

berrzebb/SoulFlow-Orchestrator

Skill Claude CodeCodex

A code reviewer that checks finished code for quality, security, speed, and consistency with the project's conventions.

22 5mo ago A 49 tokens