ultracode-for-codex-cli

仓库创建 2026年6月19日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

便于维护本地运行时、发布包与运行边界测试

▸ 风险提示

会执行本地脚本并操作文件系统或发布包

这个 Skill 做什么

管理与运行 Ultracode for Codex 的 npm CLI 包、打包与验证流程

负责管理和发布 Ultracode for Codex 的 npm CLI 包与运行时,包括打包、验证、更新、生成 release tarball 以及维护 CLI 命令文件。日常用于构建发布、运行时边界检测、联动测试以及修复或升级运行时依赖。特点是把规划与合成留在 Codex 主流程,同时把大规模执行阶段交给该 CLI/runtime,便于集中管理和验证命令行为。

▸ 展开 SKILL.md 英文原文

Operate, package, validate, or update the Ultracode for Codex npm CLI runtime, including background jobs, attached runs, runtime boundaries, release tarballs, and Codex skill command files.

开发编程CLI包管理运行时Codex
1
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kangminlee-maker/ultracode-for-codex/main/skills/ultracode-for-codex-cli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kangminlee-maker/ultracode-for-codex/main/skills/ultracode-for-codex-cli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Ultracode for Codex CLI

## Core Rule

Use this skill for the npm package and CLI runtime surface. Runtime authority for
this path lives in the `ultracode-for-codex` binary, tests, package exports,
journal layer, and workflow runtime code.

The default `$ultracode-for-codex` skill is Codex-native and keeps planning
and synthesis in the main context while delegating fan-out phase execution to
this CLI runtime. This `$ultracode-for-codex-cli` skill is for explicit CLI
runtime work: background execution, attached runs, package validation, release
preparation, installed E2E checks, runtime-boundary checks, and local workflow
artifacts.

Workflow execution through this path runs through the loc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有