5uck1ess

54 mods across 2 repositories, 44 stars between them.

doc-gen

25

5uck1ess/devkit

Skill Claude CodeCodex

Generate documentation for code — use when asked to document a module, generate API docs, create a README for code, or write reference documentation. Triggers the deterministic doc-gen workflow (analyze → generate via documenter agent → write).

5 13d ago A 50 tokens original MIT

dont-reinvent

26

5uck1ess/devkit

Skill Claude CodeCodex

Don't reinvent the wheel — use existing libraries, tools, and stdlib before building custom solutions. Every custom solution is maintenance burden.

5 13d ago A 30 tokens original MIT

dry

27

5uck1ess/devkit

Skill Claude CodeCodex

Don't Repeat Yourself — Rule of Three, when duplication is fine, extracting the right abstraction.

5 13d ago A 20 tokens original MIT

executing

28

5uck1ess/devkit

Skill Claude CodeCodex

Execute implementation plans — work through steps methodically, verify each one, keep changes small and reviewable.

5 13d ago A 24 tokens original MIT

feature

29

5uck1ess/devkit

Skill Claude CodeCodex

Deterministic full-lifecycle feature workflow (engine-driven, gated, looped) — triage → brainstorm → plan → implement → gen-tests → run-tests → lint → review → final-report. Use when the user asks to "add a feature", "build X", "implement Y", "ship a new capability", "new feature X", or wants an end-to-end pass from…

5 13d ago A 223 tokens original MIT

gcli

30

5uck1ess/devkit

Skill Claude CodeCodex

Google Workspace CLI (Gmail, Calendar, Drive) via gcli — use --for-ai flag for token-efficient structured output.

5 13d ago A 29 tokens original MIT

harness-audit

31

5uck1ess/devkit

Skill Claude CodeCodex

Audit the agent harness itself — CLAUDE.md, hooks, MCP configs, agent definitions, and permissions — for misconfigurations, injection risks, and security gaps. Use when the user asks to "audit my setup", "check my harness config", "is my agent config secure", "review my hooks", "check my MCP setup", or before trusting…

5 13d ago A 146 tokens original MIT

health

32

5uck1ess/devkit

Skill Claude CodeCodex

Check devkit health — which external CLIs (codex, gemini, gh, rtk, sg, gcli) are installed, which agents are available, which skills are ready to use. Use when asked about devkit health, devkit status, "is devkit working?", "what's installed?", "what devkit capabilities do I have?", diagnosing devkit setup issues, or…

5 13d ago A 99 tokens original MIT

mega-pr

33

5uck1ess/devkit

Skill Claude CodeCodex

Fan-out PR review that runs BOTH /devkit:tri-review AND /pr-review-toolkit:review-pr in parallel for maximum coverage, then presents unified results — this skill does not compete with its sub-skills, it delegates to both simultaneously. Use when the user asks for "mega PR review", "mega-pr", "mega review", "full PR…

5 13d ago A 219 tokens original MIT

onboard

34

5uck1ess/devkit

Skill Claude CodeCodex

Generate a codebase onboarding guide — use when asked to explain this codebase, help understand the architecture, give a tour of the repo, or onboard a new contributor. Triggers the deterministic onboard workflow (analyze structure → architect via researcher agent → write guide).

5 13d ago A 56 tokens original MIT

pr-ready

35

5uck1ess/devkit

Skill Claude CodeCodex

Full end-to-end PR pipeline — validate → necessity-check → lint (loop) → test (loop) → security scan → doc-check → changelog → create-pr → monitor reviews (loop). Takes a branch from "code done" to "merged" with every gate enforced. Use when the user asks to "submit a PR", "open a pull request", "ship this", "make…

5 13d ago A 246 tokens original MIT

refactor

36

5uck1ess/devkit

Skill Claude CodeCodex

Deterministic refactor workflow with tests as the safety net — analyze → plan → refactor → run-tests → fix-tests → comparison. The workflow will not exit until tests pass, guaranteeing behavior preservation. Use when the user asks to "refactor", "restructure", "reorganize", "clean up", "extract", "rename across…

5 13d ago A 223 tokens original MIT

research

37

5uck1ess/devkit

Skill Claude CodeCodex

Fast, standard research workflow (clarify → decompose → parallel search → summarize → synthesize) for exploratory questions where the user wants a good answer quickly. Use when the user asks to research a topic, investigate options, compare libraries/tools/approaches, find the best solution to a technical question…

5 13d ago A 193 tokens original MIT

scrape

38

5uck1ess/devkit

Skill Claude CodeCodex

Scrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown. Uses Jina Reader, Playwright, Camoufox (TLS-spoofing Firefox), Scweet (X/Twitter), Firecrawl, or WebFetch.

5 13d ago A 66 tokens original MIT

scratchpad

39

5uck1ess/devkit

Skill Claude CodeCodex

Persistent iteration memory — prevents Groundhog Day loops by recording what was tried, what failed, and what to try next.

5 13d ago A 27 tokens original MIT

screenshot

40

5uck1ess/devkit

Skill Claude CodeCodex

Capture a screenshot or PDF of a web page — use when asked to screenshot a URL, capture a page, take a picture of a website, generate a visual snapshot, or save a page as PDF. Supports full page, element selector, device emulation, and custom viewport.

5 13d ago A 59 tokens original MIT

self-audit

41

5uck1ess/devkit

Skill Claude CodeCodex

Evidence-ranked codebase self-assessment (karpathy-style) — measures quality, security, and git signals in parallel then produces a prioritized list of what's actually wrong here, ranked by how much evidence supports each finding, with an actionable improvement plan. Use when the user asks to "self-audit", "audit the…

5 13d ago A 220 tokens original MIT

self-improve

42

5uck1ess/devkit

Skill Claude CodeCodex

Metric-gated improvement loop — use when asked to self-improve, run an improvement loop, fix issues until a metric passes, or "keep fixing until X is green". Triggers the deterministic self-improve workflow (baseline → improve → verify → loop until passing).

5 13d ago A 58 tokens original MIT

self-lint

43

5uck1ess/devkit

Skill Claude CodeCodex

Run linter and fix violations until clean — use when asked to self-lint, lint and fix, fix lint errors, "make lint pass", or "fix all the lint issues". Triggers the deterministic self-lint workflow (baseline → fix → verify → loop until clean).

5 13d ago A 61 tokens original MIT

self-migrate

44

5uck1ess/devkit

Skill Claude CodeCodex

Incremental migration loop — use when asked to migrate, port, upgrade, convert, or modernize a codebase incrementally with tests as a safety gate. Triggers the deterministic self-migrate workflow (baseline → migrate one piece → verify → loop).

5 13d ago A 55 tokens original MIT

self-perf

45

5uck1ess/devkit

Skill Claude CodeCodex

Profile and optimize performance — use when asked to self-perf, optimize performance, profile hot paths, speed this up, or "make it faster". Triggers the deterministic self-perf workflow (baseline → profile → optimize → verify improvement).

5 13d ago A 52 tokens original MIT

self-test

46

5uck1ess/devkit

Skill Claude CodeCodex

Run tests and fix failures until green — use when asked to self-test, fix tests, "make tests pass", "fix the failing tests", or "run tests and fix everything". Triggers the deterministic self-test workflow (baseline → fix → verify → loop until passing).

5 13d ago A 58 tokens original MIT

setup-rules

47

5uck1ess/devkit

Skill Claude CodeCodex

Install devkit coding rules to /.claude/rules/ for Claude Code language-specific auto-activation. Use when the user explicitly asks to set up devkit rules, install language rules, or run /devkit:setup-rules. One-shot installer with side effects (writes to /.claude/rules/) — user-only invocation, never auto-triggered.…

5 13d ago A 99 tokens original MIT

stuck

48

5uck1ess/devkit

Skill Claude CodeCodex

Detect when an agent is looping or failing repeatedly, and trigger structured recovery — backtrack, simplify, or escalate.

5 13d ago A 26 tokens original MIT