Instructions file CodexOpenCode
Instructions for VirtusLab/git-machete, covering conventions for ai coding agents, tooling, git, tests and imports.
Instructions file CodexOpenCode
Instructions for VirtusLab/git-machete, covering conventions for ai coding agents, tooling, git, tests and imports.
Skill Claude CodeCodex
Use whenever invoking the git machete CLI to organize branch chains, compute fork points, run stacked rebases/merges, or manage GitHub/GitLab PR/MR chains - especially in a repo that already has a .git/machete file. Lists which subcommands modify .git/machete, run rebase/merge, run hooks, or read stdin, so the agent…
Plugin Claude Code
Plugin marketplace listing 1 plugin: using-orca.
Instructions file CodexOpenCode
Instructions for VirtusLab/orca, covering working on orca, project layout, the stage-bound runtime, testing approach and debugging backend breakage.
Instructions file
Instructions for VirtusLab/orca: Read AGENTS.md for internals, architecture, and coding conventions, and CONTRIBUTING.md for build/test commands and the local-testing recipes.
Plugin Claude Code
Delegate a well-defined implementation task to Orca's autonomous plan-code-review flow.
Skill Claude CodeCodex
Use when delegating a well-defined implementation task to Orca's autonomous multi-agent flow — a headless plan-code-review CLI to hand a coding task to instead of implementing it yourself.
Plugin Claude Code
VirtusLab Cellar marketplace — JVM API lookup tool for Claude Code.
Plugin Claude Code
Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal.
Instructions file
Instructions for VirtusLab/cellar, covering important tools, project-aware commands (run from project root), external commands (query arbitrary maven coordinates), development principles and code conventions.
Skill Claude CodeCodex
Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal — type signatures, members, docs, and source as Markdown, no JAR unpacking needed. Use this skill whenever you need to call an unfamiliar library method, explore a package's types, or check a dependency's API. Prefer cellar over…