bohdan-shulha
@bohdan-shulha
Public Skills
commit-jira
by bohdan-shulha
Create and execute Git commits with a required JIRA-style subject and required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit and expects a ticket-prefixed subject. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with git add . -A.
commit
by bohdan-shulha
Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with git add . -A.
claude-cli-agent-protocol
by bohdan-shulha
Guidance for integrating Claude Code CLI in headless/agent mode using stream-json NDJSON: required flags, replay semantics, partial stream_event handling, control_request/control_response approvals, control cancellation/interrupt flows, and runtime liveness mapping. Use when building or debugging hosts that drive Claude CLI and must keep UI state accurate (thinking/pending/streaming/approval/result).
update-skills
by bohdan-shulha
Update skills in ~/Projects/skills. Use when learning new patterns, fixing documentation, or adding new skills.
qt-qml-attachments
by bohdan-shulha
Guidance for Qt/QML chat attachment rows and message bubbles: Flow wrapping, image/file chip alignment, right/left alignment, and width/height sizing quirks. Use when fixing attachment layouts that stack vertically, wrap incorrectly, or appear full-width in Qt Quick/QML.
plan-b
by bohdan-shulha
Create a concise plan for coding/build tasks, especially when users say "I want to make..." or "I need to do...". Use to generate a final plan by aggregating multiple subagent plan variants, include ASCII diagrams/flows/UI mockups when possible, and follow the create-plan style (read-only scan, minimal questions).