OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
iamaanahmad/everything-codex
The complete collection of OpenAI Codex skills, automations, multi-agent workflows, and prompts. 50+ production-ready skills, 100+ reusable prompts, background automations, and battle-tested patterns for AI-powered development.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:iamaanahmad/everything-codex
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A practical, community-maintained library of prompts, Skills, workflow plans, automation briefs, and configuration examples for OpenAI Codex.
Important: This repository is a collection of reusable assets, not an installable Codex extension. Adapt a template to your project and configure it through the current Codex app, CLI, IDE extension, GitHub integration, or organization controls. Do not assume that copying these JSON files to
.codex/makes Codex load or run them.
Codex now works across ChatGPT, the IDE extension, the CLI, GitHub, and team workflows. It can run cloud tasks, help with local development, review pull requests, use Skills and MCP-based tools, and schedule continuing work. This repository gives teams starting points for the engineering practices that make those capabilities reliable: clear instructions, scoped automation, verification, review, and safe permissions.
For current platform behavior, availability, and controls, use the official Codex documentation as the source of truth.
The current Codex product surface includes:
Availability differs by plan, region, client, and organization policy. See the Codex product page and official documentation before relying on a feature in production.
everything-codex/
├── AGENTS.md # Contributor instructions for this repository
├── skills/ # Adaptable instructions and supporting resources
├── automations/ # Scheduled-work briefs (JSON templates)
├── workflows/ # Multi-agent planning templates (JSON)
├── prompts/ # Reusable prompt collections
├── configs/ # Illustrative policy and integration examples
├── examples/ # Example projects
├── INSTALL.md # Safe adoption and migration guide
├── CONTRIBUTING.md # Template contribution standards
├── COMPARISON.md # Capability-oriented evaluation guide
└── STATUS.md # Current repository inventory/status
AGENTS.md in the target repository with build, test, lint, safety, and review expectations. Keep it specific and short.Use AGENTS.md in your target repository to establish conventions and validation commands. Example:
# Project instructions
- Run `npm run lint` and `npm test` after TypeScript changes.
- Do not change public API contracts without updating the changelog.
- Ask before adding dependencies or accessing production systems.
- Include a concise summary, test evidence, and remaining risks in the final response.
The directories under skills/ are authoring examples. Their skill.json and instructions.md files document a reusable workflow; they are not guaranteed to match a product-managed Skill manifest. Copy the instructions into a Codex Skill or project workflow using the currently supported setup in your client, then test the result on a small task.
Files in automations/ and workflows/ are reusable task briefs. Use them as a checklist when creating a scheduled automation or parallel task plan in Codex. For each use, define ownership, time zone, permissions, notification/review behavior, failure handling, and an exit condition.
Files in configs/ are examples, not drop-in configuration. Configuration formats and policy controls vary between the CLI, IDE, desktop app, cloud environment, and managed workspace. Validate every option against the current official documentation and never put secrets in a tracked file. Prefer your platform’s secret store or environment-variable mechanism.
| Goal | Start with | Guardrails |
|---|---|---|
| Review a pull request | skills/development/code-review-skill/ or review prompts |
Keep a human reviewer; request evidence and run relevant tests. |
| Implement a feature | workflows/feature-development/ |
Split independent work; assign a final integration owner. |
| Diagnose a bug | workflows/bug-fix-workflow/ and debugging prompts |
Reproduce first; add a regression test where appropriate. |
| Refactor safely | workflows/refactoring-workflow/ |
Establish a passing baseline and preserve behavioral coverage. |
| Schedule routine work | automations/ template |
Start read-only; require review before external writes or merges. |
| Connect an external system | configs/mcp-config.json as a conceptual example |
Use only trusted servers; scope tokens and review tool permissions. |
See CONTRIBUTING.md. New templates should be platform-neutral where possible, explicit about assumptions, and validated as documentation rather than represented as unsupported executable configuration.
MIT.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: skills、ai-coding、codex-cli、multi-agent。