/add-stdlib-package â New Standard Library Package Skill
openbooklet.com/s/add-stdlib-package-new-standard-library-package-skillopenbooklet.com/s/add-stdlib-package-new-standard-library-package-skill@1.0.0GET /api/v1/skills/add-stdlib-package-new-standard-library-package-skillCreates a new stdlib package for the ELPS interpreter. Follows the established pattern from existing packages like `libmath`.
Adds a new static analysis check to the ELPS linter. This is a prescriptive 3-file-touch workflow.
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.
Creates a tagged release on GitHub with auto-generated release notes from merged PRs.
Runs the full verification pipeline matching the CI workflow. Use this before committing or creating a PR to catch issues locally.
Auto-indexed from luthersystems/elps
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.