Core
Core from RBozydar/rbw-claude-code.
Skills in this plugin
14- ▌ 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.
- ▌ 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.
- ▌ 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.