Skip to main content
maddhruv
GitHub 제작자 프로필

maddhruv

3개 GitHub 저장소에서 수집된 16개 skills를 저장소 단위로 보여줍니다.

수집된 skills
16
저장소
3
업데이트
2026년 7월 2일
저장소 탐색

저장소와 대표 skills

absolute-simplify
소프트웨어 개발자

Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value…

2026년 7월 2일
absolute-audit
정보 보안 분석가

Vulnerability and security scan (defensive, your own repo): dependency CVEs plus risky code patterns (secrets, injection, weak authz), severity x reachability triaged and remediated without suppressing. Complements the built-in /security-review. Triggers on…

2026년 6월 28일
absolute-debt
소프트웨어 개발자

Lint and typecheck debt paydown: clear pre-existing repo-wide lint/type violations and suppressions (@ts-ignore, # type: ignore) one rule per wave, fixing causes not symptoms. Runs on green main. For diff-scoped quality use absolute-simplify. Triggers on…

2026년 6월 28일
absolute-deflake
소프트웨어 품질 보증 분석가·테스터

Flaky test fixes: detect nondeterministic tests empirically (repeat/shuffle/parallel runs), diagnose the root cause, fix it — never retry/skip/sleep — and verify across many randomized runs. Triggers on "absolute deflake", "fix flaky tests", "CI is flaky",…

2026년 6월 28일
absolute-docs
소프트웨어 개발자

Diátaxis-driven documentation for AI coding agents: write, improve, or audit tutorials, how-tos, reference, explanation, and developer docs (README, CONTRIBUTING, ADRs). Detects the docs stack; gates on the outline before writing prose; verifies every claim…

2026년 6월 28일
absolute-init
소프트웨어 개발자

One-time setup for absolute: interview how you want it to behave (output style, autonomy, TDD strictness, spec dir, families) + detect the stack once, then write `.absolute.config.json` (project, committed) and `~/.absolute/config.json` (user defaults +…

2026년 6월 28일
absolute-prune
소프트웨어 개발자

Dead code and dependency cleanup, repo-wide: unused deps, unreferenced exports, unreachable code, orphaned files — removed only with tool evidence, in reversible waves. Runs on green main. For diff-scoped cleanup use absolute-simplify. Triggers on "absolute…

2026년 6월 28일
absolute-spec
소프트웨어 개발자

Lightweight standalone design spec for AI coding agents: codebase scan → bounded clarify pass (3–5 questions, not a grill) → reviewed design doc written to docs/plans/ → independent scored review → stop. No task board, no build. Use when you want a spec to…

2026년 6월 28일
수집된 skill 11개 중 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다