codex-howto
v0.5.0Model-adaptive Codex workflows for engineering and review-first knowledge maintenance.
By Phelan164License: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-howto for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-howto@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “codex-howto” remain stable.
- Codex:
codex-howto@agent-plugin-marketplace→codex-howto@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Phelan164/codex-howto/.
Plugin files
├── .codex-plugin/plugin.json├── skills/build-backend/SKILL.md├── skills/build-frontend/SKILL.md├── skills/engineering-loop/SKILL.md├── skills/maintain-codex-wiki/SKILL.md├── skills/operate-devops/SKILL.md├── skills/orchestrate-engineering/SKILL.md├── skills/review-code/SKILL.md├── skills/review-security/SKILL.md└── skills/test-software/SKILL.md
Included Skills9
Build or modify backend APIs, services, jobs, persistence, and integrations while preserving contracts, authorization, data integrity, and failure behavior. Use for server-side features, database changes, background processing, backend defects, and service refactors; do not use for frontend-only or infrastructure-only work.
Build or modify frontend interfaces using repository-native components while preserving accessibility, responsive behavior, state handling, and visual verification. Use for UI features, design implementation, forms, client-side defects, and frontend refactors; do not use for backend-only or infrastructure-only work.
Drive an authorized repository change through a verified local loop: baseline, reproduce, implement, test, review, and report evidence. Use for end-to-end features or fixes that should continue autonomously until observable acceptance criteria pass; do not use for explanation-only, review-only, or production operations.
Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture, citation-aware queries, explicit archive and promotion, and deterministic linting. Use when asked to capture a durable engineering lesson, ingest Codex research, query or archive what the repository knows, check wiki health, reconcile conflicting guidance, or promote verified knowledge.
Plan and implement infrastructure, CI/CD, container, deployment, observability, and operational configuration changes with least privilege, staged validation, and rollback awareness. Use for pipelines, infrastructure as code, Kubernetes, containers, release automation, monitoring, and production-readiness work; do not use to perform destructive production actions without explicit authorization.
Coordinate complex engineering work across bounded subagents while protecting the main context, preventing edit conflicts, and measuring whether delegation was worthwhile. Use when the user asks to delegate, parallelize, orchestrate, use subagents, fan out a review, or handle a large task with independent workstreams; do not use for small, tightly coupled, or inherently sequential tasks.
Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningful tests. Use for pull requests, branches, commits, patches, or working-tree reviews; do not use for implementation unless the user separately requests fixes.
Review application and infrastructure changes for exploitable security risks by tracing assets, trust boundaries, attacker-controlled input, authorization, sensitive data, and dangerous sinks. Use for security reviews, threat-focused PR reviews, authentication or authorization changes, input handling, secrets, dependencies, and infrastructure permissions; do not use to exploit live systems or modify code unless separately requested.
Design, implement, and evaluate risk-based software tests across unit, integration, contract, end-to-end, and regression layers. Use when adding tests, reproducing bugs, improving coverage, diagnosing flaky tests, or defining a test strategy; do not use to change production behavior unless the user also requests implementation.
Plugin manifests1
{
"name": "codex-howto",
"version": "0.5.0",
"description": "Model-adaptive Codex workflows for engineering and review-first knowledge maintenance.",
"author": {
"name": "Phelan164",
"url": "https://github.com/Phelan164"
},
"homepage": "https://github.com/Phelan164/codex-howto",
"repository": "https://github.com/Phelan164/codex-howto",
"license": "MIT",
"keywords": [
"codex",
"engineering",
"skills",
"workflows",
"knowledge-management"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex How To",
"shortDescription": "Engineering-first Codex workflows",
"composerIcon": "./assets/icon.svg",
"longDescription": "A progressive guide, reusable engineering skills, and a review-first living knowledge workflow for Codex.",
"developerName": "Phelan164",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/Phelan164/codex-howto",
"defaultPrompt": [
"Choose the smallest engineering workflow for my task.",
"Run an evidence-driven engineering loop.",
"Review this change against its requirements.",
"Query or maintain the Codex Living Wiki."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-howto on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-howto)