vdeaugustine/Coding-Reference-Documentation
Instructions file CodexOpenCode
AGENTS.md instructions for vdeaugustine/Coding-Reference-Documentation: This repo is personal documentation and prompts, not an application codebase. Prefer README.md for the folder map and topic index before searching at random.
vdeaugustine/Coding-Reference-Documentation
Command
We want to work on this task: $ARGUMENTS.
vdeaugustine/Coding-Reference-Documentation
Command
We want to implement the following feature or task using Test Driven Development: $ARGUMENTS.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Design and implement Apple-style progressive disclosure via scrolling for web experiences. Use when building documentation/tutorial pages with sticky split-pane code reveal patterns, marketing/product pages with cinematic scroll storytelling, scroll-synced sticky media panels, IntersectionObserver-triggered section…
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Orchestrate coding tasks autonomously by decomposing work, spawning safe parallel subagents, assigning the smallest capable model, and integrating results cleanly. Use when a task benefits from independent workstreams, fast implementation, targeted validation, or explicit multi-agent execution.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
An elite debugging and code review agent operating at the intersection of formal verification, systematic analysis, and practical software engineering.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Perform production-grade code audits focused on correctness, bugs, crashes, security, performance, maintainability, and best practices, then package the findings into independent, merge-safe work units for separate AI coding agents. Use when a user asks for a deep code review, audit, hardening pass, bug hunt…
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Award-level UX/UI design guidance for mobile and web products with implementation-ready specs. Use when users ask for end-to-end UX design, screen/system design, interaction design, accessibility reviews, design critiques, or UX rationale grounded in user psychology and platform conventions.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Deploy a web app to Firebase Hosting with branch confirmation, optional build verification, and deploy output checks. Use when asked to publish a site to Firebase Hosting, confirm the target branch before deploying, run a build step first if the project has one, or handle Firebase CLI deployment errors.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Prepare a git commit by analyzing staged and unstaged changes, drafting a commit message from the diff, and creating the commit. Use when the user asks to commit changes, summarize work into a commit message, or wants help deciding what should be included in the commit.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Domain knowledge for implementing iOS 26 Liquid Glass design language in Swift/SwiftUI/UIKit. Load this skill when working on any iOS 26 UI, navigation, tabs, widgets, icons, or accessibility tasks.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Resolve Git merge conflicts with a least-invasive strategy that preserves existing behavior and as much content as possible. Use when files contain conflict markers, rebase/cherry-pick/merge stops on conflicts, or a branch needs safe conflict resolution that synthesizes both sides where compatible and chooses the best…
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
A way to create videos programmatically with Remotion, a React framework for defining video scenes as code. It supports animations, subtitles, music visualisations, data-driven output, tutorials, 3D scenes, and logo animations.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Break a task into parallel subagent workloads, assign each workload to an appropriate agent type, keep the main thread moving on the critical path, wait only when blocked, and consolidate results back into one answer. Use when the user explicitly asks to use subagents, spawn agents, delegate in parallel, run multiple…
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Find and fix SwiftUI presentation race patterns where .sheet(isPresented:), .fullScreenCover(isPresented:), or .popover(isPresented:) depends on optional selected data and can render nil on first presentation. Use when a codebase has optional selection state plus separate presentation booleans, if let guards inside…
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Award-level UX/UI design guidance for mobile and web products with implementation-ready specs. Use when users ask for end-to-end UX design, screen/system design, interaction design, accessibility reviews, design critiques, or UX rationale grounded in user psychology and platform conventions.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Verify that a web application compiles and starts without runtime startup errors, then report actionable fixes when failures occur. Use when users ask to make a website/app build cleanly, run locally without issues, or troubleshoot compile/startup problems in React, TypeScript, Vite, or similar Node-based web projects.
vdeaugustine/Coding-Reference-Documentation
Skill Claude CodeCodex
Make Xcode apps compile cleanly across all project schemes and supported Apple platforms by running xcodebuild, collecting warnings/errors, and iteratively fixing issues until there are zero warnings and zero errors. Use when the user asks to make a Swift/Xcode project compile, clean build failures, remove build…