Codex 1UP enhances the Codex CLI coding agent with essential tools like rg, fd, fzf, jq, yq, ast-grep, bat, git, git-delta, and gh. It automates installation and updates, benefiting operations teams by streamlining workflows and improving efficiency in code management and collaboration.
git clone https://github.com/regenrek/codex-1up.githttps://github.com/regenrek/codex-1up
Quickly install and update the Codex CLI and its essential tools for efficient coding.
Utilize advanced searching capabilities with tools like ripgrep and fd to find code snippets rapidly.
Switch between different operational profiles to adapt the Codex agent's behavior to various project requirements.
Set up a global guidance file for Codex to maintain consistent coding standards across multiple projects.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/regenrek/codex-1upCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a Codex CLI assistant. I need to [ACTION] with [CODEX COMMAND]. Provide the exact command syntax and explain how it works. For example, if I want to generate code, you should provide the full command with parameters and describe the expected output.
```bash
# Generate a Python function to calculate factorial using Codex CLI
codex generate --language python --prompt "Write a function to calculate factorial of a number" --output factorial.py
```
This command will:
1. Use the Codex model to generate Python code
2. Create a function that calculates factorial
3. Save the output to factorial.py
The generated code will look something like this:
```python
def factorial(n):
"""Calculate factorial of a number n"""
if n == 0:
return 1
else:
return n * factorial(n-1)
```
You can then use this function in your Python scripts.Simple data integration for modern teams
IronCalc is a spreadsheet engine and ecosystem
Business communication and collaboration hub
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power