feat: deploy/find-capacity/benchmark/troubleshoot agent skills - #366
Open
Dexhub wants to merge 1 commit into
Open
feat: deploy/find-capacity/benchmark/troubleshoot agent skills#366Dexhub wants to merge 1 commit into
Dexhub wants to merge 1 commit into
Conversation
…kills Adds four skills mirrored across .claude/skills/, .kiro/skills/, and AGENTS.md that drive the registry, aoe-capacity, and aoe-blueprint tools. Updates root README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
@fhsilva Review requested: this PR is part of the Open Model Factory series. You now have read access to the Dexhub/ai-on-eks fork; please follow and review this slice here. |
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.
What
Four agent skills for deploying open models on EKS, mirrored across
.claude/skills/(Claude Code),.kiro/skills/(Kiro), andAGENTS.md(generic agents):hf-tokensecret, generate a blueprint, apply it, and verify the/v1/chat/completionsendpoint.They drive the
registry/,aoe-capacity, andaoe-blueprintcapabilities via natural-language requests.Scope / safety
Additive only; updates root README. No source behavior changes. Skills are documentation/instruction files — no executable code. Facts are verified-or-unset: the skills instruct agents never to invent benchmark numbers or a
tool_parser.Note
The
.kiro/skills/<name>/SKILL.mdlayout matches the repo's existing Kiro skills (nodepools,argocd-addon). These skills referenceaoe-capacity/aoe-blueprint, which land in their own PRs.