5uck1ess

54 mods across 2 repositories, 44 stars between them.

cicero AGENTS.md

01

5uck1ess/cicero

Instructions file CodexOpenCode

Instructions for 5uck1ess/cicero, covering agent guidance, product boundary, toolchain, verification and reliability and security invariants.

39 8d ago A 871 tokens original MIT

cicero CLAUDE.md

02

5uck1ess/cicero

Instructions file

Instructions for 5uck1ess/cicero, a project described as: Self-hosted voice for coding agents. Talk from any browser or a Telegram call, interrupt mid-sentence, clone any voice, and hand real work to agents that ship PRs. Local STT/TTS; real-time voice client for ACP.

39 8d ago A 32 tokens original MIT

devkit

03

5uck1ess/devkit

Plugin Claude Code

A deterministic development harness for AI agents — YAML workflow engine, self-learning hooks, and multi-agent consensus.

5 13d ago A tokens not measured original MIT

devkit AGENTS.md

04

5uck1ess/devkit

Instructions file CodexOpenCode

Instructions for 5uck1ess/devkit, covering devkit for codex, workflow discipline, tool mapping, enforcement notes and repo boundaries.

5 13d ago A 581 tokens original MIT

devkit CLAUDE.md

05

5uck1ess/devkit

Instructions file

Instructions for 5uck1ess/devkit, covering claude.md, layout, architectural invariants, conventions and fixing this file.

5 13d ago A 1,620 tokens original MIT

documenter

06

5uck1ess/devkit

Agent

Dispatched by the doc-gen workflow to generate reference documentation for a specified target (module, package, file). Reads source directly, matches existing doc style, and emits an overview + API reference + usage examples + configuration notes.

5 13d ago A 50 tokens original MIT

improver

07

5uck1ess/devkit

Agent

Dispatched by self-improve, self-lint, self-perf, and refactor workflows to apply targeted code improvements (lint fixes, perf optimizations, refactors) while preserving behavior. Edits files directly and reports the diff.

5 13d ago A 57 tokens original MIT

researcher

08

5uck1ess/devkit

Agent

Dispatched by research, deep-research, onboard, and scrape workflows to gather and synthesize information from code, web pages, or documentation. Read-only; returns structured findings, never edits files.

5 13d ago A 50 tokens original MIT

reviewer

09

5uck1ess/devkit

Agent

Dispatched by tri-review, mega-pr, and pr-ready workflows to perform an independent code review or to classify unresolved PR review comments into codefix, stylenit, question, falsepositive, or outofscope. Read-only; returns findings and classifications.

5 13d ago A 64 tokens original MIT

security-auditor

10

5uck1ess/devkit

Agent

Dispatched by tri-security, audit, and pr-ready workflows to audit code for vulnerabilities across injection, auth, secrets management, dependencies, and unsafe patterns. Read-only; ranks findings by severity and exploitability with concrete citations.

5 13d ago A 54 tokens original MIT

test-writer

11

5uck1ess/devkit

Agent

Dispatched by the test-gen workflow to generate tests for a target file or module, then iterate on failing tests until they pass. Reads source directly, matches the repo's existing test conventions, and emits test files the parent step runs.

5 13d ago A 53 tokens original MIT

PreToolUse

12

5uck1ess/devkit

Hook

Runs before the agent uses a tool for Bash, Bash, Bash, Edit, Write, Bash, Edit and Write tool calls, executing safety-check.sh, audit-trail.sh, rtk-rewrite.sh, pr-gate.sh, security-patterns.sh and devkit-guard.sh (7 commands). From 5uck1ess/devkit.

5 13d ago A tokens not measured copy · 66% MIT

PostToolUse

13

5uck1ess/devkit

Hook

Runs after a tool call finishes for Bash, Edit, Write, Edit, Write, Edit and Write tool calls, executing post-validate.sh, slop-detect.sh and lang-review.sh (4 commands). From 5uck1ess/devkit.

5 13d ago A tokens not measured original MIT

SubagentStop

14

5uck1ess/devkit

Hook

Runs when a subagent finishes for Stop tool calls, executing subagent-stop.sh. From 5uck1ess/devkit.

5 13d ago A tokens not measured original MIT

Stop

15

5uck1ess/devkit

Hook

Runs when the agent finishes a response for Stop and Stop tool calls, executing stop-gate.sh and devkit-stop-guard.sh (2 commands). From 5uck1ess/devkit.

5 13d ago A tokens not measured original MIT

adr

16

5uck1ess/devkit

Skill Claude CodeCodex

Generate Architecture Decision Records — use when asked to document a decision, create an ADR, record why we chose X, or capture architectural rationale.

5 13d ago A 30 tokens original MIT

audit

17

5uck1ess/devkit

Skill Claude CodeCodex

External-scanner-driven project health check — runs the actual ecosystem tools (npm audit, eslint, govulncheck, semgrep, pip-audit, etc.) to surface what the standard scanners flag — outdated or vulnerable dependencies, lint violations, known CVEs, and config drift. Use when the user asks to "audit this project"…

5 13d ago A 212 tokens original MIT

autoloop

18

5uck1ess/devkit

Skill Claude CodeCodex

Autonomous improvement loop inspired by karpathy/autoresearch — use when asked to run an autoloop, auto loop, autonomous improvement, or run experiments overnight on the codebase.

5 13d ago A 41 tokens original MIT

browser

19

5uck1ess/devkit

Skill Claude CodeCodex

Automate a web browser — use when asked to click buttons, fill forms, navigate multi-step flows, extract data from JS-rendered pages, log into a site, record user interactions, or test a web app in a real browser. Use for anything beyond simple article scraping.

5 13d ago A 58 tokens original MIT

bugfix

20

5uck1ess/devkit

Skill Claude CodeCodex

Deterministic full-lifecycle bugfix workflow — triage → reproduce → diagnose → fix → regression-test → run-tests, with a reproduction gate that must fail before the fix and pass after. Use when the user asks to "fix a bug", "debug this issue", "resolve this error", "patch a defect", "this is broken, fix it", or…

5 13d ago A 213 tokens original MIT

changelog

21

5uck1ess/devkit

Skill Claude CodeCodex

Generate a structured changelog from git history — use when asked to create a changelog, release notes, or summarize what changed between versions/tags/branches.

5 13d ago A 35 tokens original MIT

clean-code

22

5uck1ess/devkit

Skill Claude CodeCodex

Clean code principles — meaningful names, small functions, single responsibility, stepdown rule, flat nesting.

5 13d ago A 23 tokens original MIT

creating-workflows

23

5uck1ess/devkit

Skill Claude CodeCodex

REFERENCE ONLY — schema documentation for authoring devkit workflow YAML files (step types, variable interpolation, loops, parallel groups, examples). NOT a runnable workflow. Load this only when asked to write or modify a workflow YAML, never on natural-language task requests.

5 13d ago A 56 tokens original MIT

deep-research

24

5uck1ess/devkit

Skill Claude CodeCodex

High-stakes research with Analysis of Competing Hypotheses, disconfirmation testing, evidence matrices, and sensitivity checks (400k token budget) — use when the user needs to be SURE, not just well-informed. Trigger phrases include "deep research", "deeply investigate", "validate that X", "prove/disprove", "we're…

5 13d ago A 223 tokens original MIT