ce-work-beta

Execute work via Codex delegation or local Python execution.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-work-beta-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work-beta
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/compound-engineering/ce-work-beta
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-work-beta-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, codex-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of work by handling both Codex delegation and local execution, enabling efficient and systematic completion of tasks.

Core Features & Use Cases

  • Codex Delegation: Leverage Codex for token-conserving code implementation, with options for delegate:codex or delegate:local.
  • Execution Modes: Offers standard and Codex delegation modes for diverse work scenarios.
  • Use Case: When working on complex projects, use this Skill to delegate parts of the work to Codex, reducing cognitive load and improving productivity.

Quick Start

Execute work using Codex by running ce-work-beta delegate:codex <work-document>.

Frequently Asked Questions about ce-work-beta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate development workflow tasks using Codex delegation?

Codex delegation allows you to delegate complex development workflows to Codex, conserving tokens and reducing cognitive load. It handles code implementation systematically by processing work documents through a configured Codex environment.

What is the difference between local execution and Codex delegation modes?

Local execution runs tasks directly in your Python environment, while Codex delegation routes work to Codex for token-conserving code implementation. Both modes aim to enhance efficiency in administrative and complex development workflows.

Do I need Python and codex-cli installed to run local execution and delegation?

Yes, a Python environment is required for local execution, and codex-cli must be installed for Codex delegation. Specific configurations are also required to enable Codex delegation for your development workflows.

When should I use task automation with Codex for complex development workflows?

Task automation with Codex is best used for complex development workflows to reduce cognitive load and improve productivity. It systematically delegates code implementation parts, allowing you to focus on higher-level administrative and architectural decisions.

What are the limitations of using Codex delegation for code execution?

Limitations of Codex delegation include the strict requirement for specific configurations and access to the Codex environment. Without proper setup of codex-cli and a Python environment, the delegation and local execution modes will not function.