Skip to content

Quick (Copy this) Agentic Instructions to install and use Zenith as a /zenith skill #5

Merged
PhungVanDuy merged 4 commits into
Intelligent-Internet:mainfrom
fire17:main
Jun 30, 2026
Merged

Quick (Copy this) Agentic Instructions to install and use Zenith as a /zenith skill #5
PhungVanDuy merged 4 commits into
Intelligent-Internet:mainfrom
fire17:main

Conversation

@fire17

@fire17 fire17 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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:

/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>

"""

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!

fire17 added 2 commits June 30, 2026 02:46
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>
```
@fire17

fire17 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Copied and pasted the agentic installation instructions prompt - and this is the results:

Screenshot 2026-06-30 at 03 36 25

now /zenith is installed and ready

fire17 added 2 commits June 30, 2026 10:38
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
@fire17

fire17 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

After your hermess support pull request merge ive added:
.... If both hernesses are available, make sure to add these skill to both of them correctly.
(new addition)
Infact, there might be more harness options (hermes for example). See what is supported in §zenith/src/zenith_harness/providers.py, and for those that you detect are present, add their skills correctly.

caught up with main, ready to be merged

@fire17 fire17 mentioned this pull request Jun 30, 2026
@PhungVanDuy
PhungVanDuy merged commit 17ef688 into Intelligent-Internet:main Jun 30, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants