frankekn

28 mods across 3 repositories, 25 stars between them.

security-audit

25

frankekn/three-kingdoms-kiro

Skill Claude CodeCodex

A security review checklist for authentication, user input, APIs, secrets, and sensitive data. It checks common risks such as SQL injection, cross-site scripting, command injection, and unsafe file paths.

11 6mo ago A 30 tokens original MIT

task-template

26

frankekn/three-kingdoms-kiro

Skill Claude CodeCodex

A task-list template for breaking a project into ordered pieces of work, with dependencies, an assigned agent, time estimates, and completion checks.

11 6mo ago A 30 tokens original MIT

tdd-flow

27

frankekn/three-kingdoms-kiro

Skill Claude CodeCodex

A test-driven development (TDD) workflow: write a failing test, add the smallest implementation that passes it, then improve the code without changing its behaviour. It covers unit, integration, and end-to-end tests.

11 6mo ago A 36 tokens original MIT

verify-pipeline

28

frankekn/three-kingdoms-kiro

Skill Claude CodeCodex

A verification checklist for code changes that runs a build, type checking, linting, tests, basic security searches, and a Git change review in sequence. Type checking finds type errors, while linting checks common code-quality problems.

11 6mo ago A 39 tokens original MIT