Skip to main content
ohdearquant
GitHub creator profile

ohdearquant

Repository-level view of 14 collected skills across 1 GitHub repositories.

skills collected
14
repositories
1
updated
Aug 9, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

debug
software-developers

Systematic debug workflow: research → orchestrate agents → escalate. Suggest when: stuck after 2-3 attempts, unfamiliar tooling, tempted to "try random things", or errors don't match documentation.

Aug 9, 2026
fanout
software-developers

Fan one task out to multiple independent lionagi workers through `fanout.submit`, optionally synthesizing their answers. Use when several parallel perspectives can work without dependency handoffs.

Aug 9, 2026
flow
software-developers

Plan and run a dependency-aware lionagi DAG through `flow.submit`, including dry runs and reactive follow-up capacity. Use when work has stages, dependencies, parallel branches, or a final synthesis step.

Aug 9, 2026
orchestrate
computer-occupations-all-other

Plan and execute multi-agent workflows through lionagi's orchestration MCP tool: flow.submit (DAG pipelines), fanout.submit (parallel workers), agent.submit (one agent), and play.submit (saved playbooks). Use when a task needs multiple agents working in…

Aug 9, 2026
play
software-developers

Run an existing lionagi playbook through the orchestration MCP server and retrieve its background result. Use when a saved `.playbook.yaml` workflow should be executed with concrete input or declared arguments.

Aug 9, 2026
playbook
computer-occupations-all-other

Author lionagi playbooks — reusable YAML workflow templates that define parametric agent tasks. Playbooks live at ~/.lionagi/playbooks/ and run via the `play.submit` MCP verb (or `li play <name>` from a lionagi checkout). Use when: creating reusable…

Aug 9, 2026
pr-review
software-quality-assurance-analysts-and-testers

Multi-perspective PR review procedure. Plan a minimal DAG of specialists scoped to what the PR actually touches, synthesize with a critic, post ONE consolidated comment per verbosity tier. Pull before any structured PR review so the methodology stays…

Aug 9, 2026
review
software-quality-assurance-analysts-and-testers

General-purpose code review checklist. Use when reviewing any code change without a narrower specialization. Complements security-review, pr-review (multi-perspective), and the other review skills — pull this when you need the standard correctness/quality…

Aug 9, 2026
Showing 8 of 14 collected skills.
Showing 1 of 1 repositories
All repositories loaded