K0d3x avatar

K0d3x

Community

@k0d3x8its

15Followers
|
23Public Repos
|
37Published Skills

This 🦾TARS🤖 likes to BUIDL and solve problems in all forms - 🔐 source code helps you do that a lot of the time. Open🔓source helps you solve it faster 😎

Skills Distribution
DomainDeveloper To...Developer Tooling .. (45%)Cybersecurity & Co.. (30%)Data Systems & Dat.. (15%)UI/UX & Creative M.. (10%)

Agent Skills by K0d3x

Showing 37 vetted skills indexed across 1 GitHub repositories.

k0d3x8itsk0d3x8its
3

threat-model

Builds a living STRIDE threat model from DFD analysis with risk-ranked mitigations.

Community
Advanced
k0d3x8itsk0d3x8its
3

bounty-hunter

Filters security findings to vulnerabilities reachable by external attackers via entry-point triage.

Community
Advanced
k0d3x8itsk0d3x8its
3

trust-but-verify

Validates completion claims by running project verify commands before done assertions.

Community
Intermediate
k0d3x8itsk0d3x8its
3

brainstorm

Generates technical design docs with weighed approaches from rough implementation ideas.

Community
Intermediate
k0d3x8itsk0d3x8its
3

diagram

Generate SVG, PNG, or PDF diagrams from text descriptions using Mermaid and PlantUML.

Community
Intermediate
k0d3x8itsk0d3x8its
3

ante-mortem

Writes fictional post-mortem reports for plausible future bugs in production code.

Community
Advanced
k0d3x8itsk0d3x8its
3

session-close

Generates a resume-focused re-entry prompt summarizing session context for later continuation.

Community
Intermediate
k0d3x8itsk0d3x8its
3

trello-agent

Manage Trello boards, lists, cards, and checklists via trello-cli commands.

Community
Intermediate
k0d3x8itsk0d3x8its
3

sync-trello

Syncs Goals, Micro-Goals, and Tasks from .work/PLAN.md to Trello cards and checklists.

Community
Intermediate
k0d3x8itsk0d3x8its
3

consolidate

Promotes durable facts from episodic session logs into semantic KNOWLEDGE.md memory.

Community
Advanced
k0d3x8itsk0d3x8its
3

codebase-design

Designs deep modules with small interfaces placed at clean, testable seams.

Community
Intermediate
k0d3x8itsk0d3x8its
3

prototype

Build throwaway terminal or UI prototypes to validate design questions before committing.

Community
Intermediate
k0d3x8itsk0d3x8its
3

requirements

Formalize resolved designs into numbered, testable FR/NFR specifications in docs/REQUIREMENTS.md.

Community
Intermediate
k0d3x8itsk0d3x8its
3

release-notes

Generate prose GitHub release notes from the CHANGELOG.md Unreleased section.

Community
Intermediate
k0d3x8itsk0d3x8its
3

diagnose

Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.

Community
Advanced
k0d3x8itsk0d3x8its
3

dev-brief

Generates morning briefs of TODOs, git state, and session logs across projects.

Community
Advanced
k0d3x8itsk0d3x8its
3

recall

Searches memory files across projects using progressive-disclosure grep retrieval.

Community
Intermediate
k0d3x8itsk0d3x8its
3

code-mode

Enforces a five-gate code-lifecycle discipline with on-disk gate state and session habit scoring.

Community
Advanced
k0d3x8itsk0d3x8its
3

harness-audit

Audit Claude Code hooks, plugins, MCP servers, and settings for security risks.

Community
Advanced
k0d3x8itsk0d3x8its
3

architecture

Design system components, interfaces, and data flow into a traceable ARCHITECTURE.md document.

Community
Advanced
k0d3x8itsk0d3x8its
3

zoom-out

Generates a high-level map of relevant modules and callers for unfamiliar code sections.

Community
Basic
k0d3x8itsk0d3x8its
3

dev-setup

Scaffolds new projects with CLAUDE.md, planning files, gitignore, git-crypt, and GitHub repo setup.

Community
Advanced
k0d3x8itsk0d3x8its
3

checkpoint

Writes durable end-of-session checkpoints to a session log and syncs open TODOs.

Community
Advanced
k0d3x8itsk0d3x8its
3

session-handoff

Generates a reason-first re-entry prompt for forking tangent sessions with clean context.

Community
Intermediate

Frequently Asked Questions About K0d3x

FAQPage Schema
What tasks can I accomplish using K0d3x's skills?▼

You can run STRIDE threat models, security sweeps with gitleaks and dependency audits, TDD red-green loops, mutation testing, code refactoring under test safety nets, changelog and release-notes generation, session checkpoints and handoffs, memory recall and consolidation, and self-taught curriculum lessons under ~/dev/learn/.

Who are K0d3x's skills designed for?▼

They target individual developers running Claude Code who want disciplined engineering practices: security-conscious engineers doing threat modeling and reachability triage, TDD practitioners, maintainers managing changelogs and releases, and self-taught learners running structured curricula with quizzes and exercises.

How do I install and run these skills?▼

Each skill lives in its own folder with native frontmatter defining name, description, and allowed-tools (Bash, Read, Write, Edit). Drop the folder into your Claude Code skills directory, then trigger via slash commands like /threat-model, /code-sec, /tdd, /checkpoint, or natural-language phrases listed in each description.

Are K0d3x's skills free and open source?▼

Yes. The organization bio explicitly champions open source ('Open source helps you solve it faster'), and all 42 skills are published across 23 public repositories on GitHub under the k0d3x8its account, with no licensing fees or paid tiers indicated in the manifest.

What prerequisites or dependencies do these skills require?▼

Skills assume a Claude Code environment with Bash/Read/Write/Edit permissions. Specific dependencies include gitleaks and git-crypt for security skills, trello-cli for Trello sync, PlantUML/Mermaid renderers for diagrams, Proton Pass for key storage, and a ~/dev project layout with .memory/, .work/, and TODOS.md conventions.