Skip to main content
punitarani
GitHub creator profile

punitarani

Repository-level view of 17 collected skills across 4 GitHub repositories.

skills collected
17
repositories
4
updated
Aug 29, 2026
repository explorer

Repositories and representative skills

analyzing-rollout-failures
unclassified

Use when reading eval rollouts, trial logs, or trajectories to work out why a model scored below ceiling - covers what a zero actually means, DNF handling, sample size, and certifying a miss as a model failure rather than a task defect. Load before recording…

Aug 29, 2026
building-simulated-worlds
unclassified

Use when generating a simulated workplace, institution, or multi-agent history that tasks will be graded against - covers determinism, the offstage boundary, coherence gates, artifact realism, and fidelity measurement. Load before writing any world generator.

Aug 29, 2026
gating-environment-quality
unclassified

Use when adding tests or gates that protect an eval suite's correctness - oracle independence, reachability, coherence, degeneracy, rule-phrasing, grading guards. Also covers falsifying a gate and auditing your own measurement tooling. Load before trusting…

Aug 29, 2026
iterating-task-difficulty
unclassified

Use when an eval task scores at ceiling or out of its target band and you need to move it - covers which difficulty levers are measured to do nothing, the coverage-versus-rule distinction, and which levers are forbidden. Load before changing a task to change…

Aug 29, 2026
measuring-model-limits
unclassified

Use when building or fixing an RL environment, eval task, or agent benchmark - the entry point that routes to world-building, task-authoring, gating, rollout analysis, and difficulty iteration. Enforces the rule that only a model failure may ship.

Aug 29, 2026
authoring-graded-tasks
unclassified

Use when writing an eval task instruction, oracle, or grader over a simulated world - covers the brief, declaring the rule kind, structural floors, deliverable shape, and bounding the work. Load before writing instruction.md or a solver.

Aug 25, 2026
validating-task-premises
unclassified

Use when you are about to write an eval task, oracle, grader, or register against a generated world - the measure-first protocol that checks whether the pattern a task depends on actually exists, is evenly spread over time, is reachable by the agent through a…

Aug 20, 2026
running-recorded-simulations
unclassified

Use when running, supervising, resuming, or babysitting a long generative simulation or recording that takes hours to days - covers supervisor design, the resume-not-restart rule, what may and may not change while a run is live, and accepting on the artifact…

Aug 20, 2026
pr-ready
software-developers

Use when getting an abadge PR merge-ready, checking whether a branch is mergeable, resolving conflicts against main, recovering after a rebase, verifying CI is green, or shepherding a PR through checks and review comments. Triggers on "is this merge-ready",…

May 29, 2026
abadge-e2e-sweep
software-quality-assurance-analysts-and-testers

Use when the user wants to run, resume, monitor, or stop a long-running end-to-end test sweep of the abadge codebase (web, API, CLI, MCP, daemon, crypto, DB, SDK), including phrases like "sweep abadge", "run the e2e audit", "continue the test campaign",…

May 29, 2026
abadge-security-audit
information-security-analysts

Use when the user wants to run, resume, monitor, or stop a deep, multi-wave security/compliance audit of the abadge codebase — code review, pen testing, threat modelling, and the full cybersecurity review pipeline. Triggers on phrases like "security audit…

May 28, 2026
live-test-matrix
software-quality-assurance-analysts-and-testers

Define and execute a comprehensive end-to-end test matrix for an abadge feature against a live local stack — not just code-level integration tests, but real CLI binary invocations, real Hono+tRPC API calls on the wrangler emulator, real Better Auth sessions,…

May 12, 2026
cli-release
software-developers

Prepare, validate, and publish abadge CLI releases and the PRs that carry them. Use when updating the CLI release pipeline, checking changesets or versioning, dry-running release artifacts or the installer, or committing, pushing, reviewing, and…

Apr 4, 2026
Showing 4 of 4 repositories
All repositories loaded