anhnguyen0905

61 mods across 2 repositories, 3 stars between them.

codex-mcp

01

anhnguyen0905/codex-mcp

Plugin Claude Code

Plugin marketplace listing 1 plugin: codex-flow.

3 10d ago A tokens not measured original MIT

codex-flow

02

anhnguyen0905/codex-mcp

Plugin Claude Code

Plan with Claude, execute with OpenAI Codex, review with Claude — /codex-flow command plus the codex MCP server (execute, continue, review, health).

3 10d ago A tokens not measured original MIT

codex-flow

03

anhnguyen0905/codex-mcp

Command Claude Code

6-phase workflow: preflight → Claude interviews → plans architecture → breaks backlog → Codex executes per task → Claude reviews.

3 10d ago A 24 tokens original MIT

codex

04

anhnguyen0905/codex-mcp

MCP server Claude CodeCodexCursor +2

MCP server bridging Claude Code and OpenAI Codex CLI for plan-execute-review workflows. Runs locally from the @anhnguyen0905/codex-mcp npm package. Needs 1 environment variable to run.

3 10d ago A tokens not measured original MIT

codex-mcp AGENTS.md

05

anhnguyen0905/codex-mcp

Instructions file CodexOpenCode

Instructions for anhnguyen0905/codex-mcp, covering agents.md — codex-mcp / codex-flow, build & test and style.

3 10d ago A 688 tokens original MIT

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Bookkeeping and small-business accounting — double-entry basics, chart of accounts, journal entries, bank reconciliation, accruals vs cash basis, month-end close, P&L (income statement), balance sheet, cash flow statement, VAT/invoice records, expense categorization, trial balance. Use when recording transactions…

3 10d ago A 86 tokens original MIT

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Design rules for agent state persistence and token-budgeted read-back — tiered slices, git-SHA anchoring, restorable pointers, deterministic snapshots, and drift detection for file-based agent memory on large projects. Use when building or reviewing code/instructions that write agent working state to disk and read it…

3 10d ago A 69 tokens original MIT

aso

08

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

App store optimization — ASO, store listing and product page, App Store and Google Play metadata, title/subtitle/short description, keyword field and long description indexing, keyword research relevance vs search volume, icon screenshots and preview video creatives, store page conversion rate and…

3 10d ago A 90 tokens original MIT

causal-inference

09

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Estimate causal effects instead of correlations — randomised experiment and A/B test, geo holdout and geo experiment, difference-in-differences (DiD) with parallel-trends assumption, synthetic control, regression discontinuity design (RDD), instrumental variables (IV), confounding vs selection bias, pre-trend checks…

3 10d ago A 87 tokens original MIT

context-discipline

10

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Enforce large-project context discipline with no-raw-read thresholds, phase-boundary compaction, and tiered AGENTS.md guidance.

3 10d ago A 31 tokens original MIT

creative-brief

11

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Write and review a creative brief for an agency, studio or in-house creative team — briefing template, objective vs KPI, audience insight, single-minded message, reason to believe, mandatories and brand guardrails, deliverable specs and asset formats, timeline and milestones, budget, approval chain and single…

3 10d ago A 89 tokens original MIT

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Customer support and service operations — ticket triage and prioritization, SLA design and response/resolution targets, CSAT, NPS (net promoter score) survey programs, CES measurement, knowledge base and macro design, escalation paths, support staffing and volume forecasting, QA scorecards for agents, deflection and…

3 10d ago A 87 tokens original MIT

data-quality-checks

13

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Design and review data quality checks, validation rules and data tests for pipelines, ETL/ELT jobs and warehouse tables — completeness, uniqueness, validity and range checks, cross-source consistency, referential integrity, freshness and timeliness SLAs, distribution drift; row-count and sum reconciliation between…

3 10d ago A 105 tokens original MIT

design-fundamentals

14

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Reference for design (non-code) tasks — universal UI/UX design principles from bergside/typeui covering visual hierarchy, interaction laws, typography foundations (type scale, font pairing, line height, letter spacing, legibility), spacing, and WCAG accessibility. Consult for any design request as a reference (not the…

3 10d ago A 96 tokens original MIT

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

E-commerce and online retail operations — conversion funnel (traffic → product page → cart → checkout), average order value (AOV), bundle and upsell strategy, cart abandonment recovery, product listing/page optimization, pricing, promotion mechanics and promo calendars (tiered discounts), returns rate management…

3 10d ago A 98 tokens original MIT

event-taxonomy

16

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Design an analytics event taxonomy and tracking plan — event naming conventions (objectaction, snakecase, past tense), event vs property decisions, required base properties, event versioning and deprecation, high-cardinality and unbounded property values, PII in event properties, tracking plan spec as deliverable…

3 10d ago A 93 tokens original MIT

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Language-agnostic senior-developer coding standards to embed into every Codex execution prompt — KISS/DRY/YAGNI, immutability, error handling, validation, naming, structure limits.

3 10d ago A 48 tokens original MIT

exec-cpp

18

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

C++ execution idioms to embed into Codex prompts when the target project is C/C++ — RAII, memory safety, modern C++ idioms, and const-correctness.

3 10d ago A 42 tokens original MIT

exec-csharp

19

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

C#/.NET execution idioms to embed into Codex prompts when the target project is C# — nullable reference types, async correctness, and .NET conventions.

3 10d ago A 37 tokens original MIT

exec-deliverable

20

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Non-code deliverable standards to embed into Codex prompts when a task produces content rather than code — data analysis, marketing copy, docs, research, plans. Replaces the coding-standards + self-testing blocks for non-engineering output, with the same "prove your own work" verification bar.

3 10d ago A 66 tokens original MIT

exec-go

21

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Go execution idioms to embed into Codex prompts when the target project is Go — error handling, concurrency discipline, and standard project conventions.

3 10d ago A 31 tokens original MIT

exec-jvm

22

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Java/Kotlin execution idioms to embed into Codex prompts when the target project is on the JVM — null safety, immutability, framework conventions, and testing style.

3 10d ago A 39 tokens original MIT

exec-php

23

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

PHP execution idioms to embed into Codex prompts when the target project is PHP — PSR-12, strict types, error handling, and framework conventions.

3 10d ago A 36 tokens original MIT

exec-python

24

anhnguyen0905/codex-mcp

Skill Claude CodeCodex

Python execution idioms to embed into Codex prompts when the target project is Python — PEP 8, type hints, error handling, and packaging conventions.

3 10d ago A 35 tokens original MIT