Skip to main content
avidrucker
Profil créateur GitHub

avidrucker

Vue par dépôt de 67 skills collectés dans 8 dépôts GitHub.

skills collectés
67
dépôts
8
mis à jour
20 juil. 2026
explorateur de dépôts

Dépôts et skills représentatifs

assess-request-quality
Spécialistes en gestion de projets

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…

30 juin 2026
yegor-pm
Spécialistes en gestion de projets

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,…

30 juin 2026
yegor-velocity
Spécialistes en gestion de projets

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,…

27 juin 2026
yegor-nohelp
Développeurs de logiciels

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,…

27 juin 2026
yegor-architect
Développeurs de logiciels

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…

27 juin 2026
yegor-tickets
Spécialistes en gestion de projets

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…

27 juin 2026
yegor-microtasks
Spécialistes en gestion de projets

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,…

27 juin 2026
yegor-bdd
Analystes en assurance qualité des logiciels et testeurs

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…

27 juin 2026
Affichage de 8 skills collectés sur 27.
verify-claims
Analystes en assurance qualité des logiciels et testeurs

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…

20 juil. 2026
muda-analyze
Développeurs de logiciels

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,…

13 juil. 2026
fruit-agent-orchestrate
Développeurs de logiciels

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,…

2 juil. 2026
log-error
Développeurs de logiciels

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…

23 juin 2026
next-best-action
Développeurs de logiciels

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.

23 juin 2026
puzzle-velocity
Développeurs de logiciels

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.

23 juin 2026
write-til-doc
Développeurs de logiciels

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.

23 juin 2026
puzzle-triage
Spécialistes en gestion de projets

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…

22 juin 2026
Affichage de 8 skills collectés sur 14.
write-til-doc
Développeurs de logiciels

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.

28 juin 2026
eli5
Développeurs de logiciels

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…

27 juin 2026
github-workflows
Développeurs de logiciels

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…

15 juin 2026
codemirror-editor-themes
Développeurs de logiciels

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…

15 juin 2026
debugging
Développeurs de logiciels

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…

15 juin 2026
error-telemetry
Développeurs de logiciels

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…

15 juin 2026
fruit-agent-orchestrate
Spécialistes en gestion de projets

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,…

15 juin 2026
issue-lifecycle
Spécialistes en gestion de projets

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…

15 juin 2026
Affichage de 8 skills collectés sur 10.
murphy-agent-blast-radius
Autres occupations informatiques

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,…

29 juin 2026
murphy-complexity-invoice
Autres occupations informatiques

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),…

29 juin 2026
murphy-context-rot
Autres occupations informatiques

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…

29 juin 2026
murphy-hallucinated-output
Autres occupations informatiques

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…

29 juin 2026
murphy-jutsu
Autres occupations informatiques

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…

29 juin 2026
murphy-model-hype
Autres occupations informatiques

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,…

29 juin 2026
murphy-retrieval-trust
Développeurs de logiciels

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…

29 juin 2026
talk-distill
Développeurs de logiciels

Meta-orchestrator for distilling a YouTube talk into study material. Use when the user gives a YouTube URL and wants any of — SRT captions, a clean speaker-labelled transcript, an executive summary, or a timestamp-indexed key-takeaways doc. Routes to…

26 mai 2026
talk-summarize
Rédacteurs techniques

Read a talk transcript and produce an executive_summary.md (TL;DR + Salient Points + Outline). Use when the user wants a first-read overview of a talk — prose, structured, and skimmable. No script involved; pure prompt-engineering for Claude.

26 mai 2026
talk-takeaways
Développeurs de logiciels

Read a talk transcript (ideally plus the SRT for accurate timestamps) and produce a key_takeaways.md — a flat list of timestamp-anchored emoji-prefixed bullets for jumping back into the video. Use when the user wants a navigation index, not a read-through…

26 mai 2026
talk-fetch
Développeurs de logiciels

Fetch the best subtitle track for a YouTube URL via yt-dlp. Use when the user gives a YouTube link and asks for "the captions" / "the SRT" / "subtitles" — or as the first step of the talk-distill pipeline. Probes available tracks, prefers human-authored over…

26 mai 2026
talk-transcribe
Développeurs de logiciels

Convert an SRT (typically YouTube auto-captions) into a clean speaker-labelled paragraph transcript. Use when the user has `captions.SRT` and wants `transcript.txt`. Wraps `scripts/srt_to_transcript.py`, which handles rolling-caption dedup, `>>`…

26 mai 2026
8 dépôts affichés sur 8
Tous les dépôts sont affichés