Chore: trim repo skills and add Rust bridge rules#1279
Merged
Conversation
Remove examine-issue and gh-post from repo skills as they are now global Claude Code skills. examine-issue was generic enough to work across all repos; gh-post's figure upload script (post_figures.py) is now part of the global draft-post skill. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI Build PlanChanged FilesNo code changes detected (docs/site only or no matching paths). Build ConfigurationNo code build required -- changes are docs/site/non-code only. Rationale
Updated by CI on each push. See path-filters.yml for category definitions. |
- Remove start-work dispatcher skill (rarely used, individual skills invoked directly) - Update verify-build: replace f90wrap version pin check with Rust bridge (suews_bridge) build check, reflecting the completed migration from f90wrap to PyO3/maturin Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Auto-loaded when editing src/suews_bridge/**/*.rs files. Documents the three-layer architecture (PyO3 -> Rust wrapper -> Fortran C API), codec pattern, feature flags, and guides for adding new state types or FFI functions. Aimed at developers unfamiliar with Rust. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
Housekeeping pass on
.claude/configuration:examine-issue,gh-post, andstart-workskills — generic functionality that doesn't need to live in the repoverify-buildto reference the Rust bridge instead of the removed f90wrap dependency.claude/rules/rust/conventions.md— auto-loaded when editingsrc/suews_bridge/files, documents the three-layer architecture (PyO3 / Rust wrapper / Fortran C API), codec pattern, feature flags, and guides for adding new state types or FFI functionsNo code or test changes. 7 repo skills remain (setup-dev, lint-code, sync-docs, verify-build, audit-pr, log-changes, prep-release).