runtime-env
Official@runtime-env
Offers specialized directory scaffolding, specification synchronization, and environment variable decoupling for Vite-based build configurations and OpenSpec change management.
Agent Skills by runtime-env
Showing 11 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Apply and track OpenSpec changes using the OpenSpec CLI.
openspec-explore
Explore ideas and clarify requirements without implementing code.
openspec-verify-change
Generate structured verification reports for OpenSpec change implementations.
openspec-new-change
Scaffold OpenSpec change directories with kebab-case naming and workflow schemas.
openspec-archive-change
Archive completed experimental workflow changes with artifact and task checks.
openspec-onboard
Guide users through OpenSpec change creation, proposal drafting, and archiving.
openspec-bulk-archive-change
Batch archive completed OpenSpec changes into date-stamped folders.
openspec-continue-change
Generate the next OpenSpec change artifact using the OpenSpec CLI.
openspec-sync-specs
Merge delta specifications into main specifications under openspec/specs.
openspec-ff-change
Generate OpenSpec change artifacts in dependency order with progress tracking.
runtime-env-vite-plugin
Separate runtime environment variables from build-time configuration in Vite projects.
Frequently Asked Questions About runtime-env
FAQPage SchemaWhat specific tasks does runtime-env enable for developers?▼
It enables the management of OpenSpec change lifecycles, including scaffolding directories, verifying implementation reports, and batch archiving artifacts. Additionally, it provides a Vite plugin to separate runtime environment variables from build-time configurations, ensuring environment-specific settings remain decoupled from the static build process.
Which target personas benefit from these capabilities?▼
Software engineers and DevOps practitioners managing complex specification-driven development benefit most. It is specifically designed for teams utilizing OpenSpec for requirement tracking and developers working with Vite who require dynamic environment variable injection without triggering full rebuilds of their frontend assets.
What are the prerequisites for using the Vite environment plugin?▼
The plugin requires a Vite-based project environment. It functions by intercepting configuration hooks to inject environment variables at runtime rather than during the build phase, allowing for single-build deployments across multiple environments like staging, production, or development without modifying the underlying static assets.