بنقرة واحدة
axiomdb
يحتوي axiomdb على 13 من skills المجمعة من lordmacu، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Verify and fix documented gaps one at a time — reproduce, root cause, minimal fix, wire-test regression, close
Discover undocumented gaps by comparing AxiomDB against MySQL/PostgreSQL — build inventory, run tests, classify, hand off to hunt-gap
Run Criterion micro-benchmarks and 3-Docker comparison benchmarks, verify no regression against MySQL/PostgreSQL
Explore approaches before proposing — read context, ask questions, present 2+ options with trade-offs, write sprint with dependencies
Save session context to a checkpoint file so the next session can resume without losing state
Systematic debug protocol — reproduce with minimal test, 2+ hypotheses, fix root cause, add regression test
Full phase close protocol — tests, clippy, fmt, benchmarks, docs, memory update, commit, push
Fuzz SQL parser and storage with cargo-fuzz — setup targets, run, add regression tests for crashes
Scaffold a new crate in the axiomdb workspace — create, wire to workspace, write initial test, update architecture.md
Write an implementation plan into specs/fase-N/plan-nombre.md — bite-sized steps, exact files, TDD order, verification commands
Write a task specification into specs/fase-N/spec-nombre.md — scope, behavior, API, edge cases, done criteria, before implementing
Mark a subphase as completed — run tests, update progreso.md, update memory, commit and push
Audit unsafe blocks — verify necessity, add SAFETY comments, confirm test coverage, encapsulate in safe public API