Skill Claude CodeCodex
A handoff-prompt workflow that captures ongoing engineering work in a self-contained message for another agent or teammate.
This repository stores personal AI Agent skills in a scalable directory layout.
Skill Claude CodeCodex
A handoff-prompt workflow that captures ongoing engineering work in a self-contained message for another agent or teammate.
Skill Claude CodeCodex
A workflow that turns a completed engineering session into a narrative blog post and reusable operational instructions called skills.
Skill Claude CodeCodex
A report-writing workflow for summarizing completed work over a week or other period. It gathers GitHub pull requests, commits, and issues, and can also read Linear cycle issues; Linear is a tool for tracking engineering work.
Skill Claude CodeCodex
An anime and manga character reference-sheet workflow, called a settei sheet, that lays out full-body views, expressions, detail callouts, and colors from reference images.
Skill Claude CodeCodex
A preparation workflow for submitting or updating an iOS app in the App Store. It covers App Store Connect forms, store descriptions in Chinese, Japanese, and English, and screenshot layouts from a real simulator.
Skill Claude CodeCodex
Use when generating a LINE/WeChat-style chibi sticker sheet (4x8 grid, 32 expressions) from an anime character reference image via Gemini, including transparent PNG output and individual cell slicing.
Skill Claude CodeCodex
Use when a task requires Gemini text-to-image or image-to-image generation, including style transfer, character consistency, reference-image workflows, and watermark removal from Gemini-sourced images.
Skill Claude CodeCodex
Use when a web project needs Google AI Studio or Gemini-generated favicon and Open Graph images, exported icon variants, and matching SEO metadata wiring.
Skill Claude CodeCodex
A workflow for making product images from real macOS or iOS screenshots, including device mockups, promotional graphics, App Store images, and social sharing cards. It can also replace the background of an existing device mockup.
Skill Claude CodeCodex
Use when a runner, CI step, container, or orchestrator executes a task whose stdout/stderr you cannot retrieve afterwards — no log API, no shell access, output stream not captured, or logs evicted before you can read them. The pattern: have the task itself write its captured output into a data store you CAN read (SQL…
Skill Claude CodeCodex
Use when a CI release/build pipeline runs a smoke test that boots the project's bundled binary against an external dependency stack (PostgreSQL, MySQL, Redis, MongoDB, S3, etc.) and the test fails with connection refused, missing-required-env, or migration errors. The fix is to declare the dep as a CI service…
Skill Claude CodeCodex
Use when uploading one or many files to a Cloudflare R2 bucket and returning public URLs via a bound custom domain. Covers wrangler CLI and the REST API (Cloudflare API token) paths, batched uploads, MIME handling, correct account selection for multi-account setups, and post-upload public-URL verification. Triggers on…
Skill Claude CodeCodex
Use when operating a Dokploy-managed deployment via REST API from the shell — creating/updating/deploying postgres/redis/compose/application services, switching an application's source between docker registry and git build, or scripting redeploys. Covers auth, the working endpoint catalog, and a critical gotcha about…
Skill Claude CodeCodex
Use when running an ephemeral one-shot task (data migration, batch job, schema setup, ad-hoc psql script) that must reach other services in a Dokploy project's internal network without exposing those services to the public internet. The task should join the project's docker overlay network, run to completion, and…
Skill Claude CodeCodex
Use when you need to canary-deploy two HTTP backends on the same Dokploy-managed domain with a percentage split (e.g. migrating an SPA from one framework to another). Covers the critical SPA-asset trap that breaks naive sticky-cookie splits, a path-aware Traefik config that solves it, and a four-phase workflow (backup…
Skill Claude CodeCodex
Use when rolling out a rewritten site (new framework, new Vercel project) behind an existing production domain gradually — cookie-sticky percentage split between two origins via a Cloudflare Worker on the zone route, with hashed build assets offloaded to R2 so asset traffic never invokes the worker. Covers why…
Skill Claude CodeCodex
Use when extracting an in-app Electron native-module integration (N-API addon + build scripts + packaging config + release CI) into a standalone, source-distributed npm library — or when authoring such a library from scratch. Covers the ABI/install-script traps, node-gyp rebuild semantics, macOS rpath depth…
Skill Claude CodeCodex
Access the remote mx-space PostgreSQL through ssh to the swarm host, then docker exec into the Postgres container and run psql inside the container. Use for inspecting tables, sampling rows, validating topic assignments, and performing guarded updates in the specific mx-space deployment pattern where direct host-level…
Skill Claude CodeCodex
Audit remote mx-space translation data through ssh to the swarm host, then docker exec into the Postgres container and run psql inside the container. Use for checking translationentries coverage, aitranslations gaps, strict computeContentHash mismatches, and runtime freshness semantics in deployments where direct…
Skill Claude CodeCodex
Use when migrating a multi-locale Next.js RSC / App-Router site to React Router v8 so SSR HTML is CDN-cacheable. RSC payload is uncacheable at the edge and locale × page count multiplies the bill. Covers ordered cuts: strip UA/geo/cookie SSR variance, split .data loaders from client fetches, restage theme SSR…
Skill Claude CodeCodex
Use when deploying VLESS+Reality+Vision on AWS Lightsail and bridging it to Surge (or similar TUN clients) with an Alpine LXC SOCKS5 bridge on the LAN plus a brew sing-box on the laptop for off-LAN use. Triggers on "set up vless reality on aws", "tokyo lightsail proxy", "surge doesn't support vless", "vless when away…
Skill Claude CodeCodex
A report made from exported chat history, such as WeChat, Telegram, iMessage, or QQ messages, supplied as Markdown, text, or JSON files.
Skill Claude CodeCodex
An audit of a codebase’s lines of code and product areas to assess what the code is used for and whether its size is justified.
Skill Claude CodeCodex
Generate a DESIGN.md file for any brand or website by analyzing its visual design system. Use when the user asks to "generate a DESIGN.md for [brand/URL]", "create a design system doc for [site]", "extract the design tokens from [URL]", or "make a DESIGN.md like [brand]". Triggers on any request to document a…