Add agent context files for alliance clusters - #111
Conversation
|
I've resolved the comments to what I think works. One thing that keeps coming up is adding specific links to documents. My problem with this is it's just bloat. I think we can just tell the agents to check the documentation or perhaps just say the page name. I think more opinions would be good here cause I may be wrong. Another point is that things like the module commands, slurm commands, and these sorts of things are already known by the frontier LLMs. No need to give specific guidance on them. The low tier LLM services wont even read these docs so 🤷 should we take this to an RSNT meeting? |
2f4fbdc to
ca49c8f
Compare
|
my 2 CAD cents ( which are worth about 1.4 USD ) Codex: /etc/codex/skills/ <-- we should make system wide alliance skills here for codex. Since Agents is in the user dir they can remove it, but system wide skills are a bit harder Claude: /etc/claude-code/CLAUDE.md <-- always read by all claude code's The other agents often use the same skills, so I feel we should make alliance skills and make the system have them off the bat. |
Per request, adds an
AGENTS.mdto the software stack to better direct agents towards best practices and documentation.Implementation details:
/etc/claude-code/CLAUDE.md. This works for users who have installed Claude on the system itself.I am open to refining the file and testing things out on Nibi as necessary.