Skill Claude CodeCodex
Pravidlá pre tvorbu serverovej časti aplikácie vrátane rozdelenia kódu na obsluhu požiadaviek, obchodnú logiku a prístup k databáze.
Skill Claude CodeCodex
Pravidlá pre tvorbu serverovej časti aplikácie vrátane rozdelenia kódu na obsluhu požiadaviek, obchodnú logiku a prístup k databáze.
Skill Claude CodeCodex
A branch-and-issue workflow for Japanese-speaking development teams. It requires work to happen on a named feature branch linked to a GitHub issue, rather than directly on the main branch.
Skill Claude CodeCodex
A browser-checking skill that uses the agent-browser command-line tool to inspect and operate a running website. It checks both the page structure and screenshots after UI work.
Skill Claude CodeCodex
Pravidlá na vytváranie databázových migrácií, teda súborov, ktoré menia štruktúru databázy podľa verzií.
Skill Claude CodeCodex
A project-documentation skill that records features, services, requirements, assumptions, system structure, and project-specific design decisions in lasting documents.
Skill Claude CodeCodex
A set of project rules for building front-end interfaces, including component design, asynchronous code, and requirement-based tests.
Skill Claude CodeCodex
Postup na vytvorenie changelogu a poznámok k vydaniu z histórie Git, teda zoznamu zmien uložených v projekte.
Skill Claude CodeCodex
An automated report for a pull request, the code-change request used for review. It compares the planned work with the actual Git changes and records quality-check results and review responses.
Skill Claude CodeCodex
A setup process for connecting deterministic checks, such as linting and static analysis, to a software project.
Skill Claude CodeCodex
A log-design review that checks application logs against common practices and Japanese legal requirements, including rules for electronic records and personal information.
Skill Claude CodeCodex
A required pre-merge quality gate that runs local static checks, tests, and reviews. A merge is allowed only after the checks pass.
Skill Claude CodeCodex
A self-review process for recording improvements to agent rules, skills, or project documentation after work is done. Proposed changes require user approval before they are applied.
Skill Claude CodeCodex
A guide for starting and stopping development servers during end-to-end tests or browser checks. It requires using the project’s assigned ports and restarting both frontend and backend services together.
Skill Claude CodeCodex
A test-planning method focused on defining trustworthy expected results before writing code or tests. TDD, or test-driven development, is the practice of writing tests before implementation.
Skill Claude CodeCodex
A set of rules for running several independent tasks from one Git repository at the same time. It standardizes separate work folders, branches, server ports, copied environment files, and cleanup.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.