RBozydar
- 19 skills
- 0 followers
- 1 week ago last updated
- ▌ Orchestrate Implementation · rbozydar bundleOrchestrate delegated implementation through proportional planning, risk-based review, exact-candidate approval, and safe delivery.
- ▌ Deep Research · rbozydar bundleThis skill should be used when thorough, multi-perspective research with citations is needed. It performs comprehensive research using a diffusion research loop with domain specialization, supporting general web research and specialized domains (geopolitical with GDELT). Auto-detects domain from query or accepts an explicit --domain flag.
- ▌ Create Hook · rbozydar bundleThis skill should be used when building PreToolUse, PostToolUse, SessionStart, or other hook types for Claude Code plugins. It provides patterns, security best practices, and configuration guidance.
- ▌ Create Rule · rbozydar bundleThis skill should be used when developing custom rules for coding standards, conventions, or guidelines that Claude should follow. It covers rule structure, types, and best practices.
- ▌ Setup Rules · rbozydar bundleThis skill should be used when setting up Claude Code rules in a project by symlinking from rbw-claude-code templates, such as adding Python coding standards, anti-slop rules, or other shared rules.
- ▌ Git Worktree · rbozydar bundleThis skill should be used when managing Git worktrees for isolated parallel development -- creating, listing, switching between, and cleaning up worktrees with interactive confirmations and automatic .env file copying.
- ▌ Import Tasks · rbozydarThis skill should be used when importing tasks from another Claude Code session's TaskList into the current session, enabling coordination across sessions without restarting.
- ▌ Brainstorming · rbozydarThis skill should be used before implementing features, building components, or making changes when requirements need clarification. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build", "explore approaches", ambiguous feature requests, or when multiple valid interpretations exist.
- ▌ Compound Docs · rbozydar bundleThis skill should be used when a problem has been solved and needs to be captured as categorized documentation with YAML frontmatter for searchable institutional knowledge.
- ▌ Skill Creator · rbozydar bundleGuide for creating or updating a Claude Code skill. Use this skill when defining a new skill, restructuring an existing one, deciding what belongs in SKILL.md vs bundled resources, or improving a skill that under-triggers, over-prescribes, or lacks high-signal guidance.
- ▌ File Suggestion · rbozydar bundleThis skill should be used when setting up fast file suggestions for Claude Code using ripgrep, jq, and fzf, or when improving file autocomplete performance or adding custom file suggestion behavior.
- ▌ Instruction Hygiene · rbozydar bundleAudit and trim Claude Code instruction setups that have grown bloated over time. Use when outputs feel worse, rules have accreted across CLAUDE.md/skills/context files, or you want a recurring setup hygiene check.
- ▌ Tasklist Conventions · rbozydarThis skill should be used when working with built-in TaskList tools (TaskCreate, TaskUpdate, TaskList, TaskGet) to track execution progress within and across Claude Code sessions.
- ▌ Quickshell · rbozydar bundleUse this skill when writing, reviewing, or debugging Quickshell configurations (QML files for desktop shell UI on Wayland/Hyprland). Triggers on: QML files with Quickshell imports, shell.qml entry points, PanelWindow or FloatingWindow usage, Quickshell service integration (PipeWire, MPRIS, notifications, Hyprland IPC), Wayland layer-shell or session-lock code, custom bar/panel/widget/dock/OSD/lockscreen/launcher development, or any question about building a desktop shell with Quickshell on Hyprland.
- ▌ Gemini CLI · rbozydarThis skill should be used when invoking the Gemini CLI for code review, plan review, or any prompt-based task. It provides correct invocation patterns emphasizing stdin piping and @ syntax over shell variable gymnastics.
- ▌ Python Coding · rbozydar bundleThis skill should be loaded when writing, reviewing, or refactoring Python code to apply strict coding standards directly in the current context without spawning a subagent. It provides comprehensive Python development standards covering SOLID principles, asyncio patterns, type hints, testing, and production-quality code.
- ▌ Manage Agent Instructions · rbozydar bundleThis skill should be used when creating, auditing, refactoring, or syncing CLAUDE.md and AGENTS.md files that configure AI coding agent behavior.
- ▌ Git Ship · rbozydar bundleThis skill should be used when automating the complete git workflow -- committing, pushing, creating PRs, waiting for CI, fetching results, and merging. It handles shipping changes with conventional commits and structured PR descriptions.
- ▌ File Todos · rbozydar bundleThis skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status and dependencies, conducting triage, and integrating with slash commands and code review processes.