Oskar avatar

Oskar

Community

@oskarrough

104Followers
|
199Public Repos
|
14Published Skills

https://radio4000.com/oskar

Skills Distribution
DomainDeveloper To...Code Review & Refa.. (30%)Software Design & .. (25%)Documentation & Ch.. (20%)Version Control & .. (15%)

Agent Skills by Oskar

Showing 14 vetted skills indexed across 1 GitHub repositories.

oskarroughoskarrough

arbe-bro

Rewrites the assistant's previous reply in plain language without jargon.

Community
Basic
oskarroughoskarrough

arbe-documentation

Writes and restructures user-facing documentation using the Diátaxis four-mode framework.

Community
Intermediate
oskarroughoskarrough

arbe-changelog

Write user-facing changelog entries from development work and commit history.

Community
Basic
oskarroughoskarrough

arbe-benchmark-agent-guidance

Benchmarks agent guidance changes by comparing fresh-agent runs across controlled A/B trials.

Community
Intermediate
oskarroughoskarrough

arbe-jj-jujutsu

Guides version control operations using jj (jujutsu) instead of git commands.

Community
Advanced
oskarroughoskarrough

arbe-improve-codebase

Identify shallow modules across a repository and design deeper interfaces using deletion and knob tests.

Community
Advanced
oskarroughoskarrough

arbe-delegate

Delegates coding outcomes to worker agents in herdr panes and collects verified reports.

Community
Advanced
oskarroughoskarrough

arbe-mull

Runs a six-stage design workflow from clarified request to implementation plan with review gates.

Community
Advanced
oskarroughoskarrough

arbe-diagram-first

Draws a 5-10 line ASCII pipeline of the user's verb before writing prose or code.

Community
Basic
oskarroughoskarrough

arbe-review

Reviews code diffs against spec, correctness, and quality axes or sweeps codebases to file follow-up tasks.

Community
Intermediate
oskarroughoskarrough

arbe-pipeline-audit

Audit README pipeline diagrams against actual call paths to flag unnecessary wrapper functions.

Community
Intermediate
oskarroughoskarrough

arbe-product-description

Drafts feature-by-feature product behavior documents from source code and verifies them against the running product.

Community
Advanced
oskarroughoskarrough

arbe-orchestrate

Triages backlogs and design docs into dependency-wired dispatch plans for delegated workers.

Community
Advanced
oskarroughoskarrough

arbe-discover-primitives

Distills an unfamiliar repository into at most 10 reusable primitives and a dependency graph.

Community
Basic

Frequently Asked Questions About Oskar

FAQPage Schema
What tasks can I accomplish with Oskar's arbe skills?▼

You can run two-mode code reviews, audit pipeline diagrams against real call paths, refactor shallow modules into deep ones, write Diátaxis documentation and changelogs, run six-stage design sessions, distill repos into reusable primitives, and delegate outcomes to worker agents.

Who are these skills designed for?▼

Software engineers and technical leads who maintain codebases, author user-facing documentation, and coordinate multi-agent work. They suit anyone doing repo-wide refactoring, design planning before coding, or tuning agent guidance such as AGENTS.md files and system prompts.

How do the design and planning skills work in practice?▼

arbe-diagram-first draws a 5-10 line ASCII pipeline of the user verb and waits for agreement before any code. For bigger efforts, arbe-mull runs six stages — clarify, questions, research, design, outline, plan — with a review gate between each, stopping at the plan.

What prerequisites or dependencies do these skills require?▼

arbe-delegate requires HERDR_ENV=1 and herdr panes for worker agents. arbe-pipeline-audit requires existing diagrams, otherwise run arbe-diagram-first first. arbe-jj-jujutsu assumes jj (jujutsu) is used for version control instead of git, with explicit revisions and no staging area.

How do the skills handle version control differently from git?▼

arbe-jj-jujutsu routes all version-control commands through jj (jujutsu) instead of git. It covers the change-versus-commit distinction, the absence of a staging area, explicit revisions, and safe split and restore operations for managing code history.