Drakaniia

9 mods across 1 repository, 7 stars between them.

SPECIFICATION

01

Drakaniia/skills

Agent Codex

A skill is a directory containing, at minimum, a SKILL.md file.

7 12d ago A 0 tokens original Apache-2.0

audit-codebase

02

Drakaniia/skills

Command

Scan codebase for structural health issues and generate an audit report.

7 12d ago A 16 tokens original Apache-2.0

code-design

03

Drakaniia/skills

Command

Apply function-level code design principles — pure functions, single responsibility, guard clauses, side-effect management.

7 12d ago A 22 tokens original Apache-2.0

audit-codebase

06

Drakaniia/skills

Skill Claude CodeCodex

Scan any codebase (language-agnostic) and flag structural health issues including folder bloat, oversized files, deep nesting, naming inconsistencies, orphaned files, doc sprawl, and empty directories. Generates a markdown report with ASCII tree diagrams for folder structure issues and Mermaid graphs for file-level…

7 12d ago A 83 tokens original Apache-2.0

code-design

07

Drakaniia/skills

Skill Claude CodeCodex

Use when writing or reviewing functions that are deeply nested, do too many things, have unclear side effects, or are hard to follow linearly. Also when an agent produces code with high cognitive load — nested if-else pyramids, functions mixing validation+business logic+IO, mutable state leaks, or control flow that…

7 12d ago A 87 tokens original Apache-2.0

folder-architecture

08

Drakaniia/skills

Skill Claude CodeCodex

Define and enforce best-practice folder architecture whenever creating or modifying files. Use whenever the AI adds or edits code to prevent structural clutter, directory bloat, misplaced files, naming inconsistencies, and deep nesting.

7 12d ago A 46 tokens original Apache-2.0

Drakaniia/skills

Skill Claude CodeCodex

Execute a large-scale folder architecture refactor based on an audit report or user-defined architecture. Moves files into correct locations, splits oversized folders, refactors imports, updates barrel files, and verifies builds after each phase. Use after audit-codebase has generated its structural report, or when a…

7 12d ago A 69 tokens original Apache-2.0