Ultra Goal Skill — Development skill for Claude Code
UltraGoal — an Agent Skill that interviews you into a grounded goal (intent, anchor, boundary, droppable means, adversarial verifier), writes the prompt that pursues it until an anchor says it is met.
How to install Ultra Goal Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rocky2431/ultra-goal-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Ultra Goal Skill does
UltraGoal — an Agent Skill that interviews you into a grounded goal (intent, anchor, boundary, droppable means, adversarial verifier), writes the prompt that pursues it until an anchor says it is met, and keeps the run's claims checkable against what the gate measured.
Alternatives in Development
- Octo Freeze — Restrict file edits to a specific directory boundary 2.8k ★
- /token Scan — Fast rug pull detection for meme coins and token contracts 1.7k ★
- Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★
README
UltraGoal
[English](README.md) · [简体中文](README.zh-CN.md)
UltraGoal helps coding agents turn an open-ended request into a goal with clear acceptance criteria, permission boundaries and a way to check the result. The agent can then work through the task, keep its progress in files and ask for input when a decision falls outside the agreed terms.
It runs inside Claude Code, Codex, Kimi Code, zCode or Pi as a Skill with Python scripts and hooks. A hook is a script the host calls at an event such as the end of a turn. The host provides the model, tools and continued execution; UltraGoal provides the goal definition and verification procedure.
Use it for work that needs several rounds of investigation, implementation and review. For a small one-off task, the agent can handle the request directly.
Version: 2.17.0. Core scripts require Python 3.10 or later.
- Install and start
- Your first goal
- How a goal runs
- Files and progress
- Current limits
- Documentation
- Development
Install and start
You need a coding agent that can load Skills and run Python. To use automatic verification at the end of a turn, it must also load the plugin's hooks.
Claude Code
claude plugin marketplace add rocky2431/ultra-goal-skill
claude plugin install ultra-goal@ultra-goal
Codex
codex plugin marketplace add rocky2431/ultra-goal-skill
codex plugin add ultra-goal@rocky-ultra-goal
The plugin includes the main Skill, the `goal-run` command, review roles and the host's hook configuration. Reload plugins or start a new session, then check that the components appear in your host. Enable one copy of the hooks to avoid duplicate callbacks.
Kimi Code and zCode
Adapters are included in `plugins/ultra-goal`: `kimi.plugin.json` for Kimi Code and `.zcode-plugin/plugin.json` for zCode. Load that directory through th
Related Skills
Reviewer Verify
You are the adversarial verifier for the candidate pull-request findings raised against one file. Your only jo
Cmd Judge
Adversarial verifier for the PROVE phase: treats a finished-work report as untrusted claims, re-runs every ver
Information Architecture
You are structuring the product before any screens are drawn. IA done wrong means screens built in the wrong o
Lazyclaudecode
omo for Claude Code — native Claude Code plugin marketplace (Sisyphus Labs / omo): rules, comment-checker, LSP
Goal Loop
Pursue a developer-authored goal contract by iterating build -> verify -> refine until its verifiable criteria
Plugin Claude npm Bun Guard
Garde-fou d'installation npm/bun pour Claude Code : refuse les paquets malveillants connus, arbre transitif in
Related Agents
Oratores Adversary
Argues against the piece before the room does. Reconstructs every objection at full strength rather than as a
Validation Gates
Testing and validation specialist. Proactively runs tests, validates code changes, ensures quality gates are m
Forge Verifier
Goal-backward phase verification — checks that spec requirements are actually met, detects stubs and placehold