[DRAFT] Add Claude skills for QEC and solvers#530
Draft
kvmto wants to merge 12 commits into
Draft
Conversation
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
Signed-off-by: kvmto <kmato@nvidia.com>
Signed-off-by: kvmto <kmato@nvidia.com>
CI's PR sanity check (yapf) flagged 8 reformatting changes in the new skill-eval pipeline. Reformat in place using the repo's `scripts/run_yapf_format.sh` rules (`based_on_style = google`). Also gitignore `.claude/evals/workspaces/` so per-iteration eval artifacts (`responses.json`, `grading.*.json`, generated reports) don't land in commits. No functional changes; pipeline smoke-tested end-to-end after reformat (preflight, import_smoke, pick_workflow, runner, programmatic grader, aggregate, viewer). Signed-off-by: kvmto <kmato@nvidia.com>
6bcb4d7 to
e8e348c
Compare
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
…s, shellcheck pass, fix latent SC2259 in submodule pipeline) Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
207608b to
5ea0b6b
Compare
Rename skills to the cudaq-* namespace, fold test/CI guidance into contributing, add public-safe QEC triage references, and expand the eval harness coverage. Track the generated Claude and Cursor skill mirrors so fresh clones work without requiring users to run the sync script manually. Signed-off-by: kvmto <kmato@nvidia.com>
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.
Summary
Adds an agent-skills framework for CUDA-QX (modeled on cuda-quantum), with multi-agent mirroring and an evaluation harness.
.agents/skills/— cross-cutting (quickstart, build, benchmarking, profiling, testing, contributing, skills-authoring), QEC family (decode, realtime, ai-decoders, extending), solvers family (algorithms, chemistry, extending).agents/skills/is canonical (Codex reads natively);scripts/sync_agents_skills.shmirrors to.claude/skills/and.cursor/skills/(gitignored).agents/evals/: prompts, assertions, three graders (programmatic / executable / LLM-judge), Cohen's κ aggregation, HTML viewer_shared/scripts/(preflight, pick_workflow, import_smoke); new top-level helpers (build_one_lib.sh,clean.sh,doctor.sh)Testing
How to try this PR locally