maddada
- 14 skills
- 0 followers
- 3 hours ago last updated
- ▌ Writing Commit Messages · maddadaWrites Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.
- ▌ Htmlcn · maddada bundleBuild static shadcn-style prototypes using htmlcn plain HTML components. Use when creating or editing framework-free HTML UI examples with the htmlcn runtime.
- ▌ T3ex Config Help · maddada bundleConfigure T3 Code itself — add project scripts (the buttons in the scripts menu), bind keyboard shortcuts, and adjust app settings. Use when the user wants a new T3 Code action, script, shortcut, keybinding, project icon, or a change to how T3 Code behaves.
- ▌ T3ex Find Thread · maddada bundleFind a past T3 Code, Codex, or Claude Code conversation by what was said in it, and return its id and resume command. Use when the user is looking for an older thread, remembers a topic but not the id, or asks which session covered something.
- ▌ T3ex Fork Thread · maddada bundleContinue an existing T3 Code thread in the current session, optionally cutting off everything from a given message onward. Use when the user supplies a T3 Code thread id and wants to resume, fork, retry, or hand that conversation to a different model.
- ▌ Ghostex CLI · maddada bundleUse this skill for anything involving Ghostex or the `ghostex`/`gx` CLI: projects and workspaces, terminal panes and sessions, agent orchestration (creating agent sessions, messaging agents, reading their output, queueing prompts, sleeping/waking/killing sessions), scheduled automations, the Kanban/Beads project board, quick actions, session chat and prompt queues, prompt history and previous-session search/resume/fork, server management, UI controls, logs, screenshots, and diagnostics. It teaches help-first command discovery, stable target selection, JSON inspection, safe execution, verification, and routing to Ghostex's more specialized skills.
- ▌ Ghostex Help · maddada bundleUse this skill whenever the user asks how Ghostex works, what a Ghostex feature, view, button, or setting does, how to do something in Ghostex ("how do I", "where is", "can Ghostex"), or asks you to change the app for them ("make the terminal match the chat width", "move the sidebar", "turn off the completion sound", "set up an automation"). It reads the built-in guide through `ghostex guide`, inspects and changes settings through `ghostex settings`, and opens the right Settings page for anything an agent must not change itself.
- ▌ Ghostex Browser Use · maddada bundleUse this skill when an agent needs to inspect or automate web content in Chrome, Chromium, Edge, or a supported Electron app through Trycua's CLI-first typed browser tools. It covers exact native-window binding, explicit browser preparation, semantic page snapshots, navigation, clicks, typing, pointer actions, dialogs, uploads, downloads, and verification. Use ghostex-embedded-browser-use instead for browser panes built into Ghostex.
- ▌ Ghostex Computer Use · maddada bundleUse this skill when the user asks for Ghostex Computer Use, Desktop Control, or native macOS app automation. It wraps the CLI-first Trycua workflow so agents can drive the computer and desktop apps without the user needing to remember `$cua-driver`.
- ▌ Ghostex Manage Beads · maddada bundleUse this skill whenever you are asked to work, tackle, pick up, or fix a Ghostex project board bead or card by id, and when managing beads with the normal machine-installed `bd` CLI: creating, updating, commenting on, reviewing, closing, or linking the session you are working in to a card. It covers linking this session to the bead, the project swimlane workflow, external refs, and safe examples for making review beads.
- ▌ Ghostex Move Codex Session · maddada bundleExplain how to fork an existing Codex CLI session into another folder by using `/status` to get the session id and `codex fork --yolo -C TARGET_FOLDER SESSION_ID`. Use when a user asks to move the current Codex session, change the Codex working directory, fork a Codex conversation into a different project folder, or continue a Codex thread under another workspace root as a separate session.
- ▌ Ghostex Auto Rename Session · maddada bundleGenerate a concise Ghostex session title for the current thread or conversation. Use when the user asks for a thread name, chat title, session title, resume title, or any concise label summarizing what was worked on; then submit the rename command in the current Ghostex session.
- ▌ Ghostex Embedded Browser Use · maddada bundleUse this skill when an agent needs to open, inspect, automate, or debug a browser pane built into Ghostex through its CLI-launched CEF bridge. It covers pane creation and reuse, ephemeral bridge startup, CEF page selection, console logs, DOM snapshots, clicks, fills, key presses, evaluation, and screenshots. Use ghostex-browser-use instead for external browsers through Cua Driver's CLI.
- ▌ Ghostex Fable 56 Orchestration · maddada bundleUse this skill to execute a multi-phase coding task with a Fable-planned, Codex-implemented, Fable-verified pipeline inside Ghostex: the invoking session plans inline and writes a phase plan file, launches one Codex (gpt-5.6) worker pane per phase through the Ghostex CLI, then launches a Fable verifier pane that checks every acceptance criterion, and spawns targeted Codex fixer panes for any findings until verification passes or the fix loop cap is reached.