AnastasiyaW

60 mods across 1 repository, 147 stars between them.

pixel-art-studio

25

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Create production-quality pixel art and animations programmatically. Use when the user asks to "create pixel art", "draw a sprite", "make pixel animation", "generate sprite sheet", "convert image to pixel art", "pixelate this image", "make a pixel character", "пиксель арт", "пиксельная графика", "спрайт", "像素画"…

147 7d ago A 349 tokens original MIT

architecture-first

26

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Decide the shape BEFORE the first file, and keep the boundaries honest afterwards: what the modules are, which way dependencies point, where state is owned, and what each module is allowed to know. Merges the layering rules (dependency rule, SOLID, component cohesion, Humble Object, entities vs use cases…

147 7d ago A 260 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Keep web applications, APIs and services readable as they grow: choose feature or domain seams, assign state ownership, enforce dependency direction, keep adapters thin, and verify file shape. Use when starting or extending a web app, backend, frontend, API or multi-page product; when a change makes a module hard to…

147 7d ago A 128 tokens original MIT

code-complexity

28

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Keep each unit comprehensible while the code grows: deep modules over shallow ones, information hiding, honest names, small functions with one job, error handling that does not lose the error, DRY and orthogonality, design by contract, and not leaving broken windows. Merges module-complexity management with…

147 7d ago A 252 tokens original MIT

control-cli

29

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Drive and inspect an interactive CLI or TUI with a repeatable local harness, deterministic input, transcripts, and optional profiling. Use for CLI UX checks, prompt flows, startup regressions, hangs, interrupts, resize behavior, or memory growth. Do not use for a non-interactive command that a normal test can cover.

147 7d ago A 68 tokens original MIT

control-ui

30

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Drive and inspect a local web, IDE, or Electron UI with browser or CDP automation and evidence. Use for UI regressions, screenshots, accessibility snapshots, visual diffs, focus, keyboard, scrolling, resize, console, network, performance, or heap checks. Do not use for backend-only changes or for a screenshot without…

147 7d ago A 73 tokens original MIT

deep-review

31

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Parallel competency-based code review. Launches independent Agent reviewers per competency (security, performance, architecture, database, concurrency, error-handling, frontend, testing), each with a focused checklist and isolated context. Synthesizes findings into unified report with FIX/DEFER/ACCEPT triage. Use…

147 7d ago A 166 tokens original MIT

deslop

32

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Remove AI-generated code noise from the current diff while preserving behavior. Use for deslop, AI slop cleanup, unnecessary comments, defensive checks, any casts, or needless nesting after an agent-generated change. Do not use as permission for a broad rewrite or when a real bug has not been isolated.

147 7d ago A 63 tokens original MIT

distill-feedback

33

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Turn captured user-correction signals into durable rules (learn-from-corrections loop). Use when - /distill-feedback, "process feedback queue", "what corrections did I give you", "encode lessons from my corrections", session-feedback-capture queued sessions, "обнови правила по моим поправкам", "разбери очередь…

147 7d ago A 146 tokens original MIT

harness-feedback

34

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Use when an agent says a test, VM, proof, evaluator, or release gate is overloaded, too strict, blocking staging, or causing false positives; split checks by profile, measure the burden, preserve high-risk evidence, and verify the smallest corrected workflow. Do not use for ordinary test selection, a single test…

147 7d ago A 81 tokens original MIT

proof-verify

35

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Plan-based verification - freeze acceptance criteria before building, then verify after with an independent fresh-context agent (the builder must not verify their own work). For multi-stage work, seal accepted inputs with commit/tree, contract, input/output digests, and a fresh verdict so downstream stages do not…

147 7d ago A 118 tokens original MIT

refactoring-safely

36

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Change the structure of code that already exists without changing what it does: smells as triggers, the named transformations (extract/inline, move feature, organise data, simplify conditionals), and above all the workflow that makes it safe — characterization tests first, one transformation at a time, green between…

147 7d ago A 221 tokens original MIT

repo-map

37

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Ranked symbol map of a codebase within a token budget — a compact "what matters in this repo" before reading files. Use when starting work in an unfamiliar/large codebase, before a refactor or deep-review fan-out, when you need JIT context instead of dumping whole files, or asked "give me a map of this repo / where…

147 7d ago A 148 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Decide whether the system will hold, and where the data lives: requirements and load first, then back-of-the-envelope numbers, building blocks (cache, queue, load balancer, CDN), and the data layer in depth — storage engines, indexes, replication, partitioning, transactions and consistency, batch vs stream. Use when…

147 7d ago A 217 tokens original MIT

testing-strategy

39

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Use when planning or reviewing tests for a code change, choosing between unit, focused regression, integration, contract, end-to-end, performance, security, property-based, or agent-evaluation checks; classify change risk first and select the smallest evidence set that proves the behavior. Do not use for a single…

147 7d ago A 82 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Run an opt-in strict maintainability review for giant files, spaghetti growth, misplaced logic, weak boundaries, unnecessary abstractions, and missed structural simplifications. Use for a thermonuclear review, harsh code-quality audit, code-judo review, or a file approaching 1000 lines. Do not use as an automatic…

147 7d ago A 79 tokens original MIT

verify-this

41

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Prove a concrete behavior, performance, UI, CLI, API, or memory claim with fresh baseline-versus-treatment evidence and one explicit verdict. Use when asked to verify, prove, compare before and after, show evidence, or confirm that a fix works. Do not use for vague claims such as cleaner code, a full plan-based…

147 7d ago A 86 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

A way to run complex coding or research work through a fixed program that coordinates many AI agents. It stores intermediate results and can resume an interrupted run.

147 7d ago A 276 tokens original MIT

frontend-design

43

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

A design guide for building polished web interfaces such as pages, dashboards, forms, navigation, and reusable UI components. It covers HTML, CSS, JavaScript, and common frontend frameworks.

147 7d ago A 264 tokens original MIT

ios-development

44

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Comprehensive iOS app development skill. Use this skill for ANY iOS-related task: writing Swift/SwiftUI/UIKit code, architecting apps, debugging crashes, setting up navigation, networking, data persistence, animations, performance optimization, App Store submission, Xcode configuration. Trigger when user mentions…

147 7d ago A 188 tokens original MIT

lean-code

45

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

On-demand minimalism intensifier — write the leanest correct code, kill over-engineering before it starts. Use when the user says "be lazy / yagni / simplest / minimal / shortest / don't over-engineer", complains about bloat / boilerplate / unnecessary dependencies / abstraction, or before writing a substantial chunk…

147 7d ago A 134 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Use when work moves between Claude Code and Codex, a session resumes from a handoff, or an agent may rewrite an existing implementation. Loads the shared CONTINUITY.json contract, preserves accepted decisions, checks Git baseline and scope, and requires explicit replan mode for intentional redesign. Do NOT use for…

147 7d ago A 124 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Validate a proposed DeepSeek API integration before any key or project context is sent: check thinking-mode tool-call history, strict-schema assumptions, bounded output, and provider data boundaries. Use when integrating DeepSeek, adding DeepSeek tool calls or streaming, debugging DeepSeek 400 after a tool call, or…

147 7d ago A 98 tokens original MIT

AnastasiyaW/codex-claude-code-config

Skill Claude CodeCodex

Discover, search, and selectively restore Claude desktop app sessions hidden across multiple accountIds. Use when user mentions "missing sessions after account switch", "lost desktop sessions", "where do my old sessions live", or runs multiple Claude accounts on the same machine. Do NOT use for Claude Code CLI session…

147 7d ago A 97 tokens original MIT