vdeaugustine/Coding-Reference-Documentation

Various AI generated reference documents that can be imported into Cursor or another IDE to have more up to date knowledge of APIs and Frameworks etc

2Stars on the repository
20Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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…

2 1mo ago A 71 tokens

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.

2 1mo ago A 60 tokens

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…

2 1mo ago A 90 tokens

ux-design-expert

05

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.

2 1mo ago A 56 tokens

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.

2 1mo ago A 62 tokens

gh-fix-ci

07

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.

2 1mo ago A 72 tokens

git-commit

08

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.

2 1mo ago A 57 tokens

liquid-glass

09

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.

2 1mo ago A 44 tokens

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…

2 1mo ago A 74 tokens

remotion-video

11

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.

2 1mo ago A 200 tokens

subagent-workflow

12

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…

2 1mo ago A 83 tokens

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…

2 1mo ago A 87 tokens

ux-design-expert

14

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.

2 1mo ago A 56 tokens

vercel-deploy

15

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".

2 1mo ago A 47 tokens

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.

2 1mo ago A 69 tokens

xcode-compile-fixer

17

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…

2 1mo ago A 87 tokens