By BlueSkyXN
Plan, implement, review, and document the full software development lifecycle — from requirements and architecture to code changes, testing, and release — using a structured skill-based workflow that adapts to the task at hand.
为 Codex 仓库设计、审计或重构 AGENTS.md 层级;用于写/改/审计 AGENTS.md,不用于 CLAUDE.md 或 Cursor 规则。
Use to execute or resume a local goal plan while keeping the plan read-only and updating goal-tasks.md plus goal-log.md.
Use as Codex Next plugin entrypoint to route SDLC/dev/data/office/research tasks, choose the smallest workflow, or normalize external discussion into executable work.
Use when converting data analysis results into a clear report with assumptions, findings, validation, limitations, and next steps.
Use when planning safe data cleaning, deduplication, missing-value handling, anomaly handling, and reproducible cleaned outputs.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
中文 | English
Codex Is All You Need is a public-safe V2 Codex plugin-first preset system.
It is not a private machine dump. It distills a real local production setup
into a reusable source catalog, installable plugin package, sanitized examples,
management scripts, and a read-only dashboard.
In one line:
source catalog -> plugin package -> marketplace install
Use this repository to:
~/.codex home or private business skills..codex automatically inherited by every child git repository. Codex repo-level discovery is bounded by the current project root. See Architecture and Discovery Boundaries.dashboard/
build_dashboard.py # read-only dashboard generator
templates/index.html
examples/config.example.toml
scripts/
sync_codex_entrypoints.py # batch sync repo-local .codex entrypoints
docs/
usage-guide.md # full bilingual usage guide
architecture.md # V2 plugin-first architecture
agent-design.md # custom agent design
skill-design.md # skill design
agent-skill-map.md # agent and skill responsibility map
discovery-boundaries.md # sanitized discovery boundary conclusions
user-global-agents-example.md # public-safe user-level AGENTS.md example
model-catalog-override.md # custom Codex model catalog override guide
global-git-ignore.md # user-level Git ignore profile
v1/ # legacy suite/composition docs and migration notes
architecture-first-sdlc-flow.md
claude-to-codex-migration.md
public-private-strategy.md
plugins/
codex-next/ # installable skills plugin
examples/
catalog/ # sanitized public agent / skill source catalog
runtime/ # runtime AGENTS.md example
suites/ # V1 suite fixture pointer
source catalog
Stores real agent TOML files and skill folders.
Example: examples/catalog/dev/agents/dev_python_engineer.toml
examples/catalog/dev/skills/dev-python-quality/SKILL.md
plugin package
Production distribution surface for public-safe shared skills.
Example: plugins/codex-next/skills/dev-python-quality/SKILL.md
.agents/plugins/marketplace.json
marketplace install
User-facing installation path for the plugin package.
Example: codex plugin add codex-next@codex-is-all-you-need
V1 suite/composition docs are kept only for migration and compatibility. Start
there only if a machine still exposes shared skills through ~/.codex/suites
or repo-local .codex/skills links: docs/v1/.
For the full V2 explanation, read docs/usage-guide.md and docs/architecture.md.
find examples/catalog -maxdepth 3 \( -path '*/agents/*.toml' -o -path '*/skills/*/SKILL.md' \)
Public examples include:
| Pack | Agents | Skills | Use Case |
|---|---|---|---|
common | 6 | 2 | Planning, orchestration, docs verification, quality review, context summaries, file organization |
sdlc-manager | 7 | 21 | Architecture-first SDLC control: BRD/URS/PRD, SRS/NFR, HLD/LLD, ADR, domain boundaries, SPEC, handoff |
dev | 14 | 20 | Code mapping, implementation, tests, reviews, APIs, CLI, frontend, Python, security, performance |
data | 5 | 4 | Data profiling, SQL, cleaning, pipelines, analysis reports |
office | 5 | 5 | Meeting minutes, weekly reports, project reports, briefing notes, deck outlines |
research | 4 | 3 | Material processing, evidence tables, deduplication, synthesis, gap review |
See docs/agent-skill-map.md for the full responsibility map.
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextProduction-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Plugin de ingeniería de software completa: 10 agentes de núcleo y 9 opcionales con personalidad propia, memoria persistente por proyecto, quality gates y flujos automatizados desde la idea hasta producción.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Workflow skills and shared instructions for coding agents.