Add Claude Code skills for autonomous experiment design#48
Merged
Conversation
Adds the 8 Claude Code skills for designing autonomous experiments (experiment-designer, kernel-designer, acquisition-functions, prior-mean-functions, noise-functions, cost-functions, gp2scale-advanced, multi-task-advanced) plus the top-level CLAUDE.md entry point. Skills and CLAUDE.md originally developed with Marcus Noack at https://github.com/ronpandolfi/gpcam-claude. README gains a "Designing experiments with Claude Code" section with a skill index and a note on compatibility with other agentic platforms. References/ (kernels.py, gpcam_manual.tex) intentionally not merged: kernels.py duplicates fvgp.kernels (already re-exported by gpcam/kernels.py), and the manual overlaps readthedocs. Skill references to these files rewritten to point at gpcam/kernels.py and gpcam.readthedocs.io. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #48 +/- ##
=======================================
Coverage 87.52% 87.52%
=======================================
Files 9 9
Lines 617 617
=======================================
Hits 540 540
Misses 77 77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
MarcusMNoack
left a comment
There was a problem hiding this comment.
This is awesome! Thanks
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.
Merges the https://github.com/ronpandolfi/gpcam-claude skills repo into gpCAM itself, so cloning this repo gives Claude Code (or any agentic harness that reads SKILL.md) everything it needs to drive autonomous experiment design with gpCAM.