Skip to main content
avidrucker
GitHub creator profile

avidrucker

Repository-level view of 67 collected skills across 8 GitHub repositories.

skills collected
67
repositories
8
updated
Jul 20, 2026
repository explorer

Repositories and representative skills

assess-request-quality
project-management-specialists

Diagnose whether an incoming work-request — a casual task handed to an agent, a ticket, or an ask handed to a teammate — is clear enough to act on, before guessing. Runs a gate (request vs goal vs question vs complaint), counts how many materially-different…

Jun 30, 2026
yegor-pm
project-management-specialists

Project management and engineering-discipline skill set distilled from Yegor Bugayenko's XDSD methodology. Meta-orchestrator for 17 sub-skills (yegor-pdd, yegor-spikes, yegor-bdd, yegor-microtasks, yegor-tickets, yegor-architect, yegor-velocity,…

Jun 30, 2026
yegor-velocity
project-management-specialists

Apply Yegor-style velocity discipline by measuring progress primarily as verified closed tickets per time window, not commits, hours, or lines of code. Use when Codex is reviewing project progress, answering "how is it going?", checking stale work,…

Jun 27, 2026
yegor-nohelp
software-developers

Apply documentation-first NoHelp discipline: reusable project knowledge belongs in repo docs and tracker artifacts, not in chat, memory, or private explanations. Use when Codex is answering project-specific questions, debugging non-obvious behavior,…

Jun 27, 2026
yegor-architect
software-developers

Separate architect mode from courier mode: design in writing first, then execute the accepted design without redesigning midstream. Use when Codex is starting fuzzy work, encountering a design question during implementation, reviewing whether a change matches…

Jun 27, 2026
yegor-tickets
project-management-specialists

Apply ticket-as-conversation discipline by making the issue tracker the primary record for project decisions, assumptions, blockers, status changes, and direction changes. Use when Codex is about to answer a project-specific question, make or record a design…

Jun 27, 2026
yegor-microtasks
project-management-specialists

Apply Yegor-style microtasking by keeping work bounded to small, independently finishable units with a hard 60-minute ceiling and a practical 30-minute default. Use when Codex is estimating, planning, starting implementation, reviewing a large-looking ticket,…

Jun 27, 2026
yegor-bdd
software-quality-assurance-analysts-and-testers

Apply Bug Driven Development by shaping work as a neutral complaint: have X, should have Y, with repro or evidence. Use when Codex is filing, reviewing, rewriting, or closing issues; when a user describes work as a request, suggestion, question, or vague…

Jun 27, 2026
Showing 8 of 27 collected skills.
verify-claims
software-quality-assurance-analysts-and-testers

Track a body of claims and questions through a human-gated lifecycle — DRAFT → UNVERIFIED → VERIFIED (or CANCELLED), open → answered — where a claim is a validatable statement about code, libraries, or data, and "verified" means a HUMAN judged it, never that…

Jul 20, 2026
muda-analyze
software-developers

Audit a software project for WASTE using Sedano, Ralph & Péraire's empirical nine-waste taxonomy (ICSE 2017) — building the wrong feature, mismanaging the backlog, rework, unnecessarily complex solutions, extraneous cognitive load, psychological distress,…

Jul 13, 2026
fruit-agent-orchestrate
software-developers

Triage all open issues for the current project and produce a prioritized work plan. Config-driven (.claude/orchestrate.json) — in fleet mode it emits copy-pasteable plain-paragraph assignments per agent (APPLE, BANANA, CHERRY, DRAGONFRUIT, ELDERBERRY, FIG,…

Jul 2, 2026
log-error
software-developers

Protocol for recording agent errors into the project's errors store — when to log, what fields to populate, the resolved command, and when to skip. Use whenever a tool call fails, a hook blocks, a claim fails, or any non-trivial error occurs during puzzle…

Jun 23, 2026
next-best-action
software-developers

Pre-close checklist that catches findings that should be filed as tickets before the close commit. Surface it at every close on a substantive puzzle, but run it only with explicit user go-ahead — it is a token-heavy pass, not an auto-run step.

Jun 23, 2026
puzzle-velocity
software-developers

Track wall-clock time per puzzle/ticket with dual H/C estimates and a logged row so forecasts can be calibrated over time. Use when picking up or closing a puzzle, starting work on a ticket, or logging velocity. Pairs with the yegor-* family.

Jun 23, 2026
write-til-doc
software-developers

Guide an agent through writing, filing, and closing a TIL (Today I Learned) entry in docs/learnings/. Use when the user says "write a TIL", "write up what you learned", "add to learnings", or requests a session retrospective.

Jun 23, 2026
puzzle-triage
project-management-specialists

Rank the open issues/puzzles by ICE score (Impact×Confidence×Ease) then severity, and render them with severity-color emoji, splitting out blocked and iceboxed work. Use ONLY when the user explicitly asks "what's next", "what should I work on", "triage the…

Jun 22, 2026
Showing 8 of 14 collected skills.
write-til-doc
software-developers

Guide an agent through writing, filing, and closing a TIL (Today I Learned) entry in docs/learnings/. Use when the user says 'write a TIL', 'write up what you learned', 'add to learnings', or requests a session retrospective.

Jun 28, 2026
eli5
software-developers

Re-explain the agent's most recent substantive answer in plain, accessible, jargon-free English. Use when the user types /eli5, says 'explain that simply', 'ELI5 that', 'in plain English', or 're-explain your last answer'. This is a re-render of existing…

Jun 27, 2026
github-workflows
software-developers

Complete GitHub workflow: auth setup, issues, PRs, code review, repo management, and CI. Use when working with GitHub in any way — authenticating, creating/ triaging issues, opening/merging PRs, reviewing code, managing repos, or troubleshooting CI. Each…

Jun 15, 2026
codemirror-editor-themes
software-developers

CodeMirror 6 + Shiki theme integration for browser-based code editors and playgrounds. Covers per-theme editor backgrounds, dynamic syntax highlighting via compartments, zero-flicker theme switching, and persistent site-wide light/dark mode. Use when building…

Jun 15, 2026
debugging
software-developers

Debug Node.js, Python, and general bugs systematically. Covers node inspect, pdb, debugpy, post-mortem debugging, heap/CPU profiling, the 4-phase systematic debugging methodology, and common pitfalls. Use when a test fails, production crashes, behavior is…

Jun 15, 2026
error-telemetry
software-developers

Error logging and session learning capture. Covers structured error logging to SQLite (error types, context shapes, de-duplication) and TIL (Today I Learned) document workflow for session retrospectives. Use when a tool call fails, a hook blocks, a claim…

Jun 15, 2026
fruit-agent-orchestrate
project-management-specialists

Use when the user types the exact trigger '/fruit-agent-orchestrate' to triage open issues and produce copy-pasteable plain-paragraph work assignments for each fruit agent (APPLE, BANANA, CHERRY, DRAGONFRUIT, ELDERBERRY, FIG, GRAPE, HONEYDEW, INCABERRY,…

Jun 15, 2026
issue-lifecycle
project-management-specialists

GitHub issue lifecycle: quality review before work, human decision facilitation during work, and pre-close checklist after work. Use when reviewing an issue for agent-readiness, walking through a human-required decision ticket, or running the pre-close…

Jun 15, 2026
Showing 8 of 10 collected skills.
murphy-agent-blast-radius
computer-occupations-all-other

Covers what goes wrong once an autonomous AI agent can act, not just talk — destructive commands on real targets, over-broad permissions, retry spirals, infinite loops, and cheating to hit an exit condition. Use when an agent holds shell/filesystem/DB tools,…

Jun 29, 2026
murphy-complexity-invoice
computer-occupations-all-other

The slow-accruing debts that look free on day one and send a bill later — comprehension debt (shipping code nobody read or can defend), architectural entropy across sessions, the day-one mirage, the collector's fallacy (capture mistaken for progress),…

Jun 29, 2026
murphy-context-rot
computer-occupations-all-other

What goes wrong because of the LLM context window and memory limits — the agent forgets earlier instructions, skims the middle, overflows and evicts constraints, edits blind once the project outgrows the window, and re-bills bloated history every turn. Use…

Jun 29, 2026
murphy-hallucinated-output
computer-occupations-all-other

What goes wrong when a model invents things in its own generated output — nonexistent code/APIs/functions, fabricated package names, made-up citations, and the 90%-correct answer with one invisible invented detail (wrong default, flag, or signature). Use when…

Jun 29, 2026
murphy-jutsu
computer-occupations-all-other

Run a pre-mortem on a project, plan, feature, or design — the pessimistic/critical twin of brainstorming. Systematically surfaces what could go wrong, ranks each risk by likelihood × blast-radius, and converts it into a concrete check or mitigation. Use when…

Jun 29, 2026
murphy-model-hype
computer-occupations-all-other

What goes wrong when you pick or trust a model on hype instead of evidence, and when a shipped model silently degrades — benchmark theater, wrong-axis "beat the frontier" claims, sim-to-real gap, mistaking an orchestration layer for a frontier model,…

Jun 29, 2026
murphy-retrieval-trust
software-developers

How RAG, grounding, and retrieval pipelines fail — the wrong chunk retrieved on keyword-not-meaning matches, the right document misread on a negation or table, the caveat truncated at a chunk boundary, a stale index serving obsolete facts, top-k bloat burying…

Jun 29, 2026
Showing 8 of 8 repositories
All repositories loaded