Quick (Copy this) Agentic Instructions to install and use Zenith as a /zenith skill #5
Merged
Merged
Conversation
Added instructions agentic installation for Zenith, its requirements, and a /zenith global skill for both claude code and codex
Update README added quick agentic Zenith installation instructions Added instructions agentic installation for Zenith, its requirements, and a /zenith global skill for both claude code and codex ### **Copy and give this to your agent harness:** > /goal Read the readme at https://github.com/Intelligent-Internet/zenith, detect if using claude code, codex or both, install requirements, install and run Zenith (ie uv run zenith etc like in the readme) and create a new skill called /zenith - when used (along with an additional prompt) it will call the skill: the minimum skill content should be: """First read .claude/orchestrator_prompt.md and treat it as your primary role, then use Zenith to run this mission.""" and afterwards you can add information about Zenith Harness, based on the readme and the technical report (inside the repo), and info on how to start zenith if its not already running. Change the skill to use .codex when using in codex. If both hernesses are available, make sure to add these skill to both of them correctly. When Finished, confirm to me that Zenith is installed, running and ready, explain a bit about Zenith, and why and when to use it. This will: * install zenith with requirements * start zenith using uv * create claude code and codex skills to run & use zenith **Then, use /zenith like so - in claude code or codex, type:** ``` /zenith <your instruction or query> ```
Contributor
Author
a note to check all harness providers in zenith/src/zenith_harness/providers.py was added so whenever a new harness provider is supperted, ie hermess, it would auto detect them, and install the /zenith skills for them
Contributor
Author
|
After your hermess support pull request merge ive added: caught up with main, ready to be merged |
Closed
3 tasks
PhungVanDuy
added a commit
that referenced
this pull request
Jul 2, 2026
* chore: add Apache-2.0 license and package metadata Add the Apache License 2.0 at the repo root (code license; the technical report remains CC BY 4.0 per CITATION.cff) and fill in pyproject metadata: license, authors, keywords, classifiers, and project URLs. * fix: stale init-message assertion, message grammar, unused import The codex init test still asserted the pre-#5 next-steps wording. Align the CLI message grammar with the README phrasing and update the assertion. Drop an unused Task import flagged by ruff.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

CHANGE: Added 1 line to README that will make Zenith easier for everyone to start using it - /zenith
Added agentic installation instructions for Zenith, its requirements, and a /zenith global skill for both claude code and codex
Updated the README to include :
"""
Copy and give this to your agent harness:
This will:
Then, use /zenith like so - in claude code or codex, type:
"""
Note that I've tested this on myself, installed Zenith with this very prompt in claude code,
then was able to run /zenith to run it without any issues
I think this is pretty standard today so I hope you will accept this contribution
And it would be an honor to be one of the if not the first contributions to this project
Thanks a lot for all your work!
Good luck & All the best!