Perform thorough code reviews of a diff or set of files: correctness, security, performance, architecture fit, and tests, reported by severity. Covers TypeScript, JavaScript, Python, Go, Swift, and Kotlin, and the checks apply to any language. Use whenever the user asks to review a PR or diff, audit code quality, or…
Establish a project's seriousness and core tech/architecture decisions upfront, recommendation-first and teaching-by-default, before real building work begins. Runs once on an uncharted project, then biases every later grill.
Create distinctive, production-grade UI visuals across web and native: layout, typography, color, hierarchy, and aesthetic direction that avoid generic "AI slop". Use whenever the goal is visual design quality, aesthetic direction, or beautifying an interface (web, React Native, or native). Do NOT use for state…
Resolve the load-bearing assumptions a change depends on, against Codument docs, source mappings, ADRs, and implementation reality, before planning or coding.
Cross-platform animation and motion-design craft for web AND React Native (Expo or bare). Use when deciding whether/how something should animate, choosing easing/duration/springs, building transitions, drawers, toasts, gestures and drag-to-dismiss, reviewing UI motion, or fixing jank in animations, gestures, or…
Run a full codebase review across all features. Reads the documentation registry to understand feature boundaries, then spawns code-reviewer agents per feature to identify bugs, security issues, and quality concerns. Non-breaking — reports issues and optionally applies safe fixes only. Use whenever reviewing the whole…
Design and evaluate software architecture: system boundaries, technical decisions, trade-offs, migration paths, and ADRs. Covers web apps, services, APIs, databases, and distributed systems; the approach is stack-agnostic. Use whenever the user is choosing an architecture, weighing a trade-off (consistency vs…
Build robust backend systems: API design, data modeling, query optimization, authentication, and error handling. Covers Node.js, Express, Go, Python, PostgreSQL, GraphQL, and REST, and the principles apply to any server stack. Use whenever the user designs or writes server-side logic, endpoints, database schemas or…
Build modern, performant frontend UIs: component design, state management, rendering performance, and accessibility. Covers React and Next.js (web) plus React Native, with framework-specific mechanics in reference files; the judgment applies cross-framework. Use whenever the user builds or optimizes UI components…
Run this skill to document the project. Reads source code and writes real documentation following the project's doc architecture. Use after codument scan to fill in all scaffold docs, or anytime to update docs after code changes. Invoke with /update-docs to bootstrap all documentation or keep it current.
Instructions for jakubsuplicki/codument, covering codument claude compatibility, claude compatibility, codument delivery workflow, core loop and quality bar.
Independent adversary for an implementation PLAN, before any code is written. Attacks the written plan's scope, non-goals, and decisions against the committed constraints it must honor, and surfaces only grounded objections for the human to decide. Never rewrites the plan and never sees the author's reasoning …
Independent adversarial reviewer for a code change. Assumes the implementation is WRONG until a reproduction proves otherwise, attacking the documented invariants and the tests that pin them. Produces a findings JSON the gate records and enforces. Never fixes the implementation and never sees the author's reasoning …
Reviews a single feature's source files for bugs, security issues, performance problems, and code quality concerns. Reports findings by severity. Does NOT make breaking changes — only safe, non-breaking fixes.
Scans a codebase to identify features, modules, and documentation gaps. Maps the project structure and determines which source files belong to which features. Use for bootstrap scanning of undocumented projects.
Creates and updates feature documentation by reading source code and writing real documentation content. Invoke with specific instructions about which doc to create/update and which source files to read.