K0d3x
Community@k0d3x8its
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 😎
Agent Skills by K0d3x
Showing 37 vetted skills indexed across 1 GitHub repositories.
threat-model
Builds a living STRIDE threat model from DFD analysis with risk-ranked mitigations.
bounty-hunter
Filters security findings to vulnerabilities reachable by external attackers via entry-point triage.
trust-but-verify
Validates completion claims by running project verify commands before done assertions.
brainstorm
Generates technical design docs with weighed approaches from rough implementation ideas.
diagram
Generate SVG, PNG, or PDF diagrams from text descriptions using Mermaid and PlantUML.
ante-mortem
Writes fictional post-mortem reports for plausible future bugs in production code.
session-close
Generates a resume-focused re-entry prompt summarizing session context for later continuation.
trello-agent
Manage Trello boards, lists, cards, and checklists via trello-cli commands.
sync-trello
Syncs Goals, Micro-Goals, and Tasks from .work/PLAN.md to Trello cards and checklists.
consolidate
Promotes durable facts from episodic session logs into semantic KNOWLEDGE.md memory.
codebase-design
Designs deep modules with small interfaces placed at clean, testable seams.
prototype
Build throwaway terminal or UI prototypes to validate design questions before committing.
requirements
Formalize resolved designs into numbered, testable FR/NFR specifications in docs/REQUIREMENTS.md.
release-notes
Generate prose GitHub release notes from the CHANGELOG.md Unreleased section.
diagnose
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
dev-brief
Generates morning briefs of TODOs, git state, and session logs across projects.
recall
Searches memory files across projects using progressive-disclosure grep retrieval.
code-mode
Enforces a five-gate code-lifecycle discipline with on-disk gate state and session habit scoring.
harness-audit
Audit Claude Code hooks, plugins, MCP servers, and settings for security risks.
architecture
Design system components, interfaces, and data flow into a traceable ARCHITECTURE.md document.
zoom-out
Generates a high-level map of relevant modules and callers for unfamiliar code sections.
dev-setup
Scaffolds new projects with CLAUDE.md, planning files, gitignore, git-crypt, and GitHub repo setup.
checkpoint
Writes durable end-of-session checkpoints to a session log and syncs open TODOs.
session-handoff
Generates a reason-first re-entry prompt for forking tangent sessions with clean context.
Frequently Asked Questions About K0d3x
FAQPage SchemaWhat 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.