ultracode-skill

作者 PabloNAX已验证

Codex-first Ultracode skill for dynamic coding workflows

176
Stars
8
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/PabloNAX/ultracode-skill

快速入门

使用 ultracode-skill 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Ultracode Skill

License: MIT Codex Claude Code Antigravity GitHub stars

Ultracode Skill gives Codex a dynamic workflow layer for serious coding tasks: planning, native agents, integration, and final verification without turning the repo into a separate runner.

Ultracode running in Codex

Use it when a task needs more than one pass: discovery, implementation, review, tests, and a final integration step. The skill tells the agent how to decide between a direct edit, a packetized workflow, or native agent delegation.

Codex is the main target. Claude Code already has first-class workflow concepts; Codex has native multi-agent tools, but users still need a clean operating pattern around them. Ultracode fills that gap with one small SKILL.md folder.

What it does

Ultracode asks the agent to:

  1. Define the goal and success criteria.
  2. Decide whether the task needs direct, workflow, or delegated mode.
  3. Create workflow artifacts for non-trivial work.
  4. Use native agents when they are useful and allowed by the host.
  5. Keep integration in the parent session.
  6. Use lightweight eval contracts for risky shared surfaces.
  7. Verify the result before answering, with a final audit for high-risk runs.

For Codex, that means the skill can use native spawn_agent for independent packets, then integrate the results in the parent session.

Install

The installable skill folder is ultracode/.

Codex

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R ultracode "${CODEX_HOME:-$HOME/.codex}/skills/"

Restart Codex after installing.

Claude Code

mkdir -p "$HOME/.claude/skills"
cp -R ultracode "$HOME/.claude/skills/"

Antigravity

Workspace install:

mkdir -p .agents/skills
cp -R /path/to/ultracode .agents/skills/

User install:

mkdir -p "$HOME/.gemini/antigravity/skills"
cp -R ultracode "$HOME/.gemini/antigravity/skills/"

Usage

Start with the short form:

Use $ultracode to build this feature end to end.

You do not have to manually design the workflow or ask for subagents. Ultracode decides whether the task needs a direct edit, a workflow, or native agents.

For non-trivial Codex tasks, $ultracode is delegated-workflow intent: when useful native agents are available, Ultracode should prefer a small bounded fan-out instead of doing every independent packet in one session.

If you want to force a delegated run, you can still say it directly:

Use $ultracode. Split this across agents where it is safe, keep integration in the parent session, and verify the final patch.

Modes

ModeUse it forBehavior
DirectSmall, clear editsNo workflow files unless needed. Run the narrowest useful check.
WorkflowMulti-step work without useful delegationWrite plan, packet, result, integration, and final report files.
DelegatedIndependent packets where native agents are availableSpawn bounded agents, keep the critical path local, integrate results, verify.

Workflow files

For non-trivial tasks, Ultracode writes plain Markdown and JSON:

.workflow/ultracode/<run-slug>/
  plan.md
  orchestration.md
  state.json
  packets/
  results/
  integration.md
  final-report.md

High-risk or cross-surface runs may also include eval-contract.md, contracts/, handoffs/, or final-audit.md.

These files make the run inspectable. You can see what was delegated, what changed, what passed, and what risk remains.

Codex behavior

When Codex exposes native agent tools, Ultracode prefers real delegation over fake packet simulation.

The parent session should:

  • keep the critical path local
  • spawn explorer agents for read-only discovery
  • spawn worker agents only with clear file ownership
  • prefer 2-4 sidecar agents for useful independent packets
  • stay under 5 total sidecar agents unless the user approves more
  • avoid combining agent_type with a full-history fork
  • wait only when a result blocks the next parent step
  • close agents after collecting their results

If native agents are unavailable, blocked by policy, or not useful for the task, Ultracode falls back to workflow mode and records the concrete reason.

Live test

This skill was tested in Codex with a fresh demo repository.

Result:

  • $ultracode loaded the skill
  • .workflow/ultracode/... artifacts were created
  • Codex used native spawn_agent
  • tests passed
  • the parent session integrated the agent results

What it is not

Ultracode Skill does not ship a background service, hidden runner, or required scripts. It is a small skill folder that teaches the agent how to run high-effort coding workflows with the tools already available in the current host.

Repository name

The repo is ultracode-skill.

The skill name is ultracode, so users can invoke it with:

$ultracode

Star history

Star History Chart

License

MIT.

常见问题

What is ultracode-skill?

ultracode-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by PabloNAX. Codex-first Ultracode skill for dynamic coding workflows. It has 176 GitHub stars.

Is ultracode-skill safe to use?

Yes. ultracode-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ultracode-skill?

Clone the repository with "git clone https://github.com/PabloNAX/ultracode-skill" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to ultracode-skill?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ultracode-skill against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情