Skip to main content
Run any Skill in Manus
with one click
GitHub repository

caffeine

caffeine contains 28 collected skills from ben-manes, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
28
Stars
17.7k
updated
2026-06-17
Forks
1.7k
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

audit-adaptivity
software-quality-assurance-analysts-and-testers

Audit the adaptive window hill-climber and region-resize logic for implementation defects (not algorithm quality)

2026-06-17
audit-jcache-conformance
software-quality-assurance-analysts-and-testers

JSR-107 (JCache) spec-conformance audit

2026-06-17
audit-state-machine
software-quality-assurance-analysts-and-testers

Audit explicit state machines (drain status, node lifecycle, async-value lifecycle) for illegal or missed transitions

2026-06-17
audit-temporal-walk
software-developers

Heavyweight history-mining bug audit. Walks the caffeine module's git history chronologically (oldest to HEAD), maintains a forward-tracked issue database, and surfaces concerns introduced by past commits that were never resolved. Catches bugs that snapshot mining cannot — half-fixes invisible from current state, latent+trigger pairs across multi-commit interactions, and partial refactors. Slow (model/effort-dependent; ~24h on Opus + max effort) and rare-run (every several months or before a major release).

2026-06-17
audit-sibling-divergence
software-quality-assurance-analysts-and-testers

Differential audit comparing matched code paths that should behave identically. Spawns one auditor per sibling pair (sync/async, bounded/unbounded, view consistency, bulk vs single, generated node variants, read fast vs slow, adapter conformance) and requires a concrete witness scenario where the two paths diverge observably.

2026-06-02
audit-contract-drift
software-quality-assurance-analysts-and-testers

Find places where documented API contracts and the implementation diverge

2026-04-27
audit-exception-safety
software-developerssoftware-quality-assurance-analysts-and-testers

Audit exception safety and failure atomicity across all throw sites

2026-04-13
audit-feature-interaction
software-quality-assurance-analysts-and-testerssoftware-developers

Analyze feature interaction pairs and triples for concurrent defects

2026-04-13
audit-iteration
software-developerssoftware-quality-assurance-analysts-and-testers

Analyze concurrent iteration and view consistency guarantees

2026-04-13
audit-jmm
software-developerscomputer-programmers+1

Java Memory Model audit of all VarHandle/volatile field access modes

2026-04-13
audit-lifecycle
software-developerssoftware-quality-assurance-analysts-and-testers

Analyze shutdown, close, and GC-of-cache lifecycle correctness

2026-04-13
audit-memory-retention
software-developerssoftware-quality-assurance-analysts-and-testers

Analyze reference retention paths that prevent GC of removed entries

2026-04-13
audit-adversarial
software-quality-assurance-analysts-and-testers

Hostile full-codebase review by parallel adversarial agents with no design context — finds bugs that domain familiarity masks

2026-04-06
review-change
software-quality-assurance-analysts-and-testers

Multi-layer adversarial code review of a diff or branch using parallel specialized reviewers with triage

2026-04-06
audit-adversarial-input
software-developerssoftware-quality-assurance-analysts-and-testers+1

Analyze behavior under adversarial or extreme API inputs

2026-03-22
audit-arithmetic
software-quality-assurance-analysts-and-testerssoftware-developers

Audit for arithmetic and boundary bugs (overflow, off-by-one, drift)

2026-03-22
audit-build-ci
software-developersnetwork-and-computer-systems-administrators

Audit build and CI configuration for correctness risks

2026-03-22
audit-correctness-proof
computer-and-information-research-scientists-151221software-developers

Attempt formal correctness proofs for all public cache methods

2026-03-22
audit-coverage-gaps
software-quality-assurance-analysts-and-testerssoftware-developers

Discover test coverage gaps that could hide correctness defects

2026-03-22
audit-linearizability
software-developerssoftware-quality-assurance-analysts-and-testers+1

Analyze the cache for linearizability violations across all public methods

2026-03-22
audit-liveness
software-developerssoftware-quality-assurance-analysts-and-testers

Analyze the cache for liveness defects (progress, termination, starvation)

2026-03-22
audit-map-contract
software-quality-assurance-analysts-and-testerssoftware-developers

Audit ConcurrentMap and Map contract compliance for asMap() view

2026-03-22
audit-performance
software-developerssoftware-quality-assurance-analysts-and-testers

Audit hot paths for performance inefficiencies (allocations, contention, layout)

2026-03-22
audit-reentrancy
software-developerssoftware-quality-assurance-analysts-and-testers

Analyze user callbacks for re-entrancy defects (deadlock, corruption)

2026-03-22
audit-serialization
software-developerssoftware-quality-assurance-analysts-and-testers

Audit serialization proxy correctness and round-trip safety

2026-03-22
audit-subsystem-safety
software-developerssoftware-quality-assurance-analysts-and-testers

Audit one cache subsystem for concurrency correctness defects

2026-03-22
sim-analyze
software-developersdata-scientists-152051

Analyze a cache trace file to understand its characteristics and recommend policies

2026-03-22
sim-compare
data-scientists-152051software-developers

Run cache policy hit rate comparison across multiple cache sizes with charts

2026-03-22