Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
from vibe coding to agentic engineering - practice makes codex perfect
| Date | Stars |
|---|---|
| 2026-07-24 | 939 |
| 2026-07-25 | 940 |
| 2026-07-28 | 945 |
| 2026-07-30 | 945 |
| 2026-07-31 | 948 |
| 2026-08-06 | 948 |
Today
— stars today
This week
+3 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.32%/day
# codex-cli-best-practice from vibe coding to agentic engineering - practice makes codex perfect -white?style=flat&labelColor=555) <a href="https://github.com/shanraisshan/codex-cli-best-practice/stargazers"><img src="https://img.shields.io/github/stars/shanraisshan/codex-cli-best-practice?style=flat&label=%E2%98%85&labelColor=555&color=white" alt="GitHub Stars"></a> [](best-practice/) [](.codex/) [](orchestration-workflow/orchestration-workflow.md) [](https://developers.openai.com/codex/overview) [](#-tips-and-tricks) <br> <img src="!/tags/a.svg" height="14"> = Agents · <img src="!/tags/c.svg" height="14"> = Commands · <img src="!/tags/s.svg" height="14"> = Skills <p align="center"> <img src="!/codex-jumping.svg" alt="Codex CLI mascot jumping" width="120" height="100"> </p> ## 🧠 CONCEPTS | Feature | Location | Description | |---------|----------|-------------| | <img src="!/tags/c.svg" height="14"> [**Commands**](https://developers.openai.com/codex/cli/slash-commands) | `interactive session / slash popup` | Built-in slash commands for session control — examples include `/plan`, `/fast`, `/fork`, `/review`, `/status`, `/mcp`, `/agent`, `/apps`, `/model`, and `/permissions` | | <img src="!/tags/a.svg" height="14"> [**Subagents**](https://developers.openai.com/codex/subagents) | [`.codex/agents/<name>.toml`](.codex/agents/) | [](best-practice/codex-subagents.md) [](.codex/agents/) Custom agents registered under `[agents.<name>]` with dedicated TOML role configs, parallel subagent orchestration, and CSV batch processing · Global settings live under `[agents]` (`max_threads`, `max_depth`, `job_max_runtime_seconds`) · Built-in: `default`, `worker`, `explorer` | | <img src="!/tags/s.svg" height="14"> [**Skills**](https://developers.openai.com/codex/skills) | [`.agents/skills/<name>/SKILL.md`](.agents/skills/) | [](best-practice/codex-skills.md) [](.agents/skills/) [Reference](docs/SKILLS.md) Reusable instruction packages with required `name` + `description` metadata and progressive disclosure via `scripts/`, `references/`, `assets/`, and optional `agents/openai.yaml` · Invoke explicitly via `/skills` or `$skill-name`, or implicitly by description match · Built-in examples: `$plan`, `$skill-creator`, `$skill-installer` · Distributed via [Plugins](https://developers.openai.com/codex/plugins) | | [**Plugins**](https://developers.openai.com/codex/plugins) | `.codex-plugin/plugin.json` | Distributable bundles combining skills + app integrations + MCP servers — local/personal [marketplace](https://developers.openai.com/codex/plugins/build) system · Built-in: `$plugin-creator` · Browse via `/plugins` or Codex App | | [**Marketplace**](https://developers.openai.com/codex/plugins)  | `$CODEX_HOME` → `[marketplaces.*]` | [](best-practice/codex-marketplace.md) Plugin catalog system (v0.121.0+) — `codex plugin marketplace add\|upgrade\|remove` accepts GitHub shorthand, git URLs, and local directories · Manifest at `.agents/plugins/marketplace.json` · Browse installed marketplaces via `/plugins` tabs | | [**Memories**](https://developers.openai.com/codex/memories)  | `$CODEX_HOME/memories/` | [](best-practice/codex-memory.md) Cross-session memory pipeline (v0.119.0+) — enable via `[features] memories = true` and configure under `[memories]` · TUI contro
Excerpt of 29,941 characters
Read on GitHubShayan Rais · disrupt.com · Pakistan
91
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dd8087d9e5d34eab, topic:ai-agents, topic:agentic-ai, topic:agentic-workflow