Skip to main content
adam-s
Profil créateur GitHub

adam-s

Vue par dépôt de 74 skills collectés dans 13 dépôts GitHub.

skills collectés
74
dépôts
13
mis à jour
13 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
volatio
13 skills · 12 févr. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursScientifiques des données
3 catégories métier · 100 % classifié
18 %part
#02
intercept
10 skills · 24 mars 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesDéveloppeurs webGraphistes
6 catégories métier · 100 % classifié
14 %part
#03
agent-spec
8 skills · 6 avr. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projets
3 catégories métier · 100 % classifié
11 %part
#04
iep-challenge
7 skills · 21 juin 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsConcepteurs web et d'interfaces numériques
3 catégories métier · 100 % classifié
9,5 %part
#05
prairielearn-debug
7 skills · 8 juin 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
9,5 %part
#06
HNswered
5 skills · 2 juil. 2026
Analystes en assurance qualité des logiciels et testeursConcepteurs web et d'interfaces numériques
2 catégories métier · 100 % classifié
6,8 %part
#07
saasparilla
5 skills · 13 août 2026
Administrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
3 catégories métier · 100 % classifié
6,8 %part
#08
volat
5 skills · 28 févr. 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
3 catégories métier · 100 % classifié
6,8 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

market-data-integrity
Développeurs de logiciels

Market data integrity rules — gap filling, look-forward bias prevention, and stock split handling. Use when writing or reviewing code that loads prices, fills missing data, computes returns, backtests strategies, or makes trading decisions. Applies across…

12 févr. 2026
debug-logs
Développeurs de logiciels

Analyze Volatio debug logs from /tmp/volatio-debug/. Use when the user asks to check debug logs, analyze problems, or diagnose simulation issues.

7 févr. 2026
systematic-testing
Analystes en assurance qualité des logiciels et testeurs

Apply bottom-up systematic testing to a multi-layer system. Use when asked to test, debug, or verify a pipeline that spans multiple layers (e.g., Python worker → bridge → processor → API → UI).

7 févr. 2026
drizzle-migrations
Développeurs de logiciels

Drizzle Kit workflow for Volatio using idempotent migrations (generate + edit + migrate), never use push. Idempotent patterns prevent partial failure issues, enable safe re-runs, and work cleanly in CI. Use when schema changes, migration errors, or database…

29 janv. 2026
experiment-creation
Scientifiques des données

Template for creating Volatio research experiments with Optuna optimization and portfolio backtesting. Includes proper train/test splits, lookahead bias prevention, results saving, and validated patterns from Exp 051-053.

20 janv. 2026
lookahead-bias-checklist
Scientifiques des données

Financial research look-ahead bias verification for Volatio ML pipelines, mandatory baseline comparisons, timezone handling, feature leakage detection. Use when model accuracy seems too good or validating prediction experiments.

14 janv. 2026
research-progression-docs
Développeurs de logiciels

Creating PROGRESSION.md documents for research experiment series in Volatio. Captures the evolution of ideas, learnings, and breakthroughs across numbered experiments (001, 002, ...). Use when documenting experiment series or reviewing research evolution.

10 janv. 2026
ci-local-parity
Développeurs de logiciels

Run Volatio CI locally before pushing (ci-local.sh), mirrors GitHub Actions exactly, catches failures fast. Use when preparing to push, debugging CI failures, or verifying changes will pass.

10 janv. 2026
Affichage de 8 skills collectés sur 13.
api-discovery
Développeurs de logiciels

Discover any website's API and create domain plugins with proxy routes. Use when the user wants to create an API for a website, discover a web service's data transport, add a new domain, capture browser traffic, build typed API clients, or integrate with a…

24 mars 2026
app
Développeurs de logiciels

Build a complete application from a short description. Asks the developer clarifying questions, generates data requirements, launches discovery agents, and builds a dashboard. Use when the developer describes what they want to build in plain language —…

24 mars 2026
ec2-deploy
Administrateurs de réseaux et de systèmes informatiques

Deploy to EC2 production server. Use when deploying new code, rebuilding Docker images, wiping and reseeding the database, checking container health, or managing the EC2 instance via AWS CLI.

24 mars 2026
ci-check
Développeurs de logiciels

Run local CI checks and verify GitHub Actions status. Use before committing, after pushing, or when asked to check/fix CI.

23 mars 2026
dashboard-builder
Développeurs web

Build Next.js dashboard pages that consume domain proxy APIs. Use when the user wants to create a dashboard, build a UI page, add a search interface, display data from captured APIs, create comparison views, or build any frontend that calls /api/<domain>/…

23 mars 2026
debug-logs
Développeurs de logiciels

Iterative debugging with targeted logs. Use when browser connections fail, traffic capture returns empty, proxy routes return errors, WebSocket issues, or any problem that can't be solved on the first attempt. Add logs, read output, narrow the search, repeat…

23 mars 2026
instruction-dashboard-tuning
Développeurs de logiciels

Use sub-agents to iteratively improve dashboard-building instructions. Three-phase pipeline — discover APIs, build dashboard matching a wireframe, review code + UI with a SOTA reviewer agent. The dashboards are throwaway; instruction improvements and…

23 mars 2026
instruction-tuning
Autres occupations informatiques

Use sub-agents as test subjects to iteratively improve .claude/ instruction files. Run agent → inspect → fix instructions → re-run until agents follow the protocol correctly without hints.

23 mars 2026
Affichage de 8 skills collectés sur 10.
citation-audit
Analystes en assurance qualité des logiciels et testeurs

Audit every user-facing legal citation in apps/web against the canonical OBL register at docs/case-management-research/enforcement-map.md. Enforces the three-tier legal-leakage taxonomy from CLAUDE.md — verbatim regulation text lives only in…

21 juin 2026
design-consistency
Concepteurs web et d'interfaces numériques

Adversarial review of design-system fidelity in the plugin/ subtree (plugins/*/src/pages, plugins/*/src/components, packages/ui). Hunts editorial drift (facts surfaced twice, sections that dump tables instead of answering questions, lists that should be…

21 juin 2026
harness-run
Analystes en assurance qualité des logiciels et testeurs

Drive one or more control-room workflows end-to-end and diff the capture against the prior run for the same workflow. Surfaces which (persona, step) cells changed and why, so a cascade regression caused by a recent change becomes a structured finding instead…

21 juin 2026
mutation-red-team
Analystes en assurance qualité des logiciels et testeurs

Inline mutation testing for the apps/ monorepo — inject targeted regressions into @iep/domain (machine guards, rights derivation), @iep/data (Drizzle queries, schema), @iep/services (mutation contracts, composition), or apps/web (server actions), then run…

21 juin 2026
red-team-plugin
Développeurs de logiciels

Adversarial bug-hunting code review of the plugin-first framework in plugin/ — @plugin/{core,runtime,ui}, the host app, and plugin packages. Hunts real bugs in manifest validation, merger floor enforcement, mutator atomicity, registry collision detection,…

21 juin 2026
red-team-review
Développeurs de logiciels

Adversarial bug-hunting code review of the apps/ monorepo — apps/web, @iep/domain, @iep/data, @iep/services, @iep/auth. Hunts real bugs in state-machine guards, rights derivation, Drizzle queries, server actions, persona/audit emission, and idempotent…

21 juin 2026
test-red-team
Analystes en assurance qualité des logiciels et testeurs

Adversarial review of the TEST AND VALIDATION SURFACE of the apps/ monorepo — vitest unit suites in @iep/domain + @iep/data + @iep/services + @iep/ui + apps/web, the Drizzle integration tests under @iep/data/queries, the boundary.test.ts pattern enforcers in…

21 juin 2026
contribute
Développeurs de logiciels

Find a real upstream PrairieLearn bug with no open PR, reproduce + fix it in the harness, and publish it as an issue + pull request ON THE USER'S OWN FORK (never upstream) — packaged as a human-readable proposal a maintainer could copy over. Wraps debug-issue…

8 juin 2026
debug-issue
Analystes en assurance qualité des logiciels et testeurs

Drive one PrairieLearn GitHub issue or PR end-to-end through the harness — PRE-FLIGHT → GATHER → SCAN → CLASSIFY → BUILD. Spawns an isolated worktree + Docker journey, reproduces the bug with Playwright, injects the trace spine closest to the suspect code,…

7 juin 2026
journey-run
Analystes en assurance qualité des logiciels et testeurs

Drive a PrairieLearn Playwright journey — persona switching (student/instructor/admin), render-gating (never screenshot a blank/500 and call it fine), numbered before/after screenshots, socket-safe waits, and cold-vs-warm diffing. Spins the journey's…

7 juin 2026
slice
Développeurs de logiciels

Isolate one file/function/module and exercise it in isolation with full observability — instrument its inputs, intermediate values, and return with timestamped trace logs (Python or TS/JS), drive it with crafted cases, and assert expected results. The fastest…

7 juin 2026
trace
Développeurs de logiciels

Add precise timestamped debug logging across PrairieLearn using the concentric/adaptive model — start at the code CLOSEST to the issue (ring 0), read the merged cross-process timeline, widen the field only if the narrow ring didn't reveal it. Covers the…

6 juin 2026
tune
Développeurs de logiciels

Run one eval-driven instruction-tuning iteration on the harness itself. A blind sub-agent solves a CLOSED PrairieLearn issue (no access to the merged fix or this conversation), a blind judge compares its answer to the accepted PR, and you diagnose where the…

3 juin 2026
red-team
Analystes en assurance qualité des logiciels et testeurs

Adversarial bug-hunting review of a PrairieLearn diff, PR, or worktree change — hunts REAL bugs (not style) in the seams where PL breaks: the TS⇄Python code-caller boundary, zygote serialization, SQL/Drizzle edge cases, assessment/grading state, socket event…

2 juin 2026
mutation-red-team
Analystes en assurance qualité des logiciels et testeurs

Launch an adversarial mutation-testing agent (Opus) that injects targeted regressions into production code, runs the test suite, and reports which mutations SURVIVED — surviving mutations are direct evidence of test-coverage gaps. Use when the user says…

2 juil. 2026
audit
Analystes en assurance qualité des logiciels et testeurs

Run a bounded live audit of the extension against multiple HN handles in parallel — Playwright + real Chromium + real HN, time-series snapshots, deterministic divergence analysis. Use when the user asks to "audit", "sit and observe", "live test", or "check…

1 juil. 2026
design-critique
Concepteurs web et d'interfaces numériques

Launch a Jony Ive–style product design adversary (Opus) to critique UI/UX *within* the project's existing aesthetic constraints. Finds what is graceless, disproportionate, clumsy — in the designer's own voice. Use when the user wants a "design critique",…

1 juil. 2026
red-team-review
Analystes en assurance qualité des logiciels et testeurs

Launch an adversarial bug-hunting code reviewer (Opus) to find real bugs, correctness issues, concurrency hazards, and server/resource abuse risks — not style nits. Use when the user asks for a "red team", "bug hunt", "adversarial review", or at checkpoints…

1 juil. 2026
test-red-team
Analystes en assurance qualité des logiciels et testeurs

Launch an adversarial reviewer (Opus) to find bugs IN THE TEST SUITE — tautological assertions, weak oracles, shim/mock lies, stale fixtures, coverage gaps, clock-mock pitfalls. Use when the user says "red team the tests", "audit the tests", "are our tests…

1 juil. 2026
cluster-loop
Administrateurs de réseaux et de systèmes informatiques

Operating manual for the local GitOps twin (kind + registry + Gitea + Flux) — how to drive it, how to read it, and the failure catalogue that cost real time to learn. Use when working on deploy/, clusters/, scripts/cluster.mjs, scripts/gitops.mjs,…

13 août 2026
red-team-temporal
Analystes en assurance qualité des logiciels et testeurs

Adversarial review of TIME — instants, calendar dates, zones, DST, precision and ordering — across this repo's store, wire and run planes; hunts the defect that never throws (a plausible-looking wrong moment) and reports it only with the input that produces…

13 août 2026
stress-test
Analystes en assurance qualité des logiciels et testeurs

Load-test the API with stress.mjs scenarios (read-heavy, cold-heavy, ingest-heavy, mixed, rate-limit-storm), snapshot /metrics before and after, and write a findings report naming any failing budget. Use for stress testing, load testing, soak checks, or…

13 août 2026
obs-verify
Administrateurs de réseaux et de systèmes informatiques

Audit the observability system itself — every catalog metric present at /metrics with expected labels, bounded label cardinality, Prometheus targets all up, budgets board agreeing with direct PromQL. Use after adding or renaming a metric, when…

13 août 2026
perf-verify
Développeurs de logiciels

Verify a performance change with before/after evidence — baseline runs, labeled diffs, then the asserting layer. Use when optimizing API or web performance, investigating a perf regression, comparing latency, DOM nodes, or script time across a change, or…

13 août 2026
12 dépôts affichés sur 13