
Claude Skills by luthersystems
github.com/luthersystemsAdds a new static analysis check to the ELPS linter. This is a prescriptive 3-file-touch workflow.
Creates a new stdlib package for the ELPS interpreter. Follows the established pattern from existing packages like `libmath`.
Performs a systematic, multi-category audit of the ELPS codebase. Modeled on the approach used in PR #74 (25-commit multi-category audit).
Runs before/after benchmark comparisons using `benchstat` to measure the performance impact of changes.
Implements any code change in the ELPS codebase. This is the foundation skill — all other skills reference its patterns.
Handles the complete lifecycle from GitHub issue to merged PR: read issue, plan, implement, verify, and ship.
Creates a PR after verifying all checks pass. Handles the full ship workflow: verify, push, create PR.
Cuts a tagged release by dispatching the repository's release pipeline, `.github/workflows/release-tag.yml`. The pipeline validates the version, generates release notes from the commits since the last stable tag, and creates the tag + GitHub Release with the official Claude App token; the tag-push event then triggers `vscode-publish.yml` (platform elps binaries + VS Code Marketplace extension). **Use the pipeline. Do not create the tag or release by hand.** Two reasons, both documented in the...
Runs the full verification pipeline matching the CI workflow. Use this before committing or creating a PR to catch issues locally.