veld-config
Installation
SKILL.md
Veld Configuration
Write correct veld.json files for Veld, the local development environment orchestrator.
Schema Reference
Always include the $schema field for editor autocompletion:
{
"$schema": "https://veld.oss.life.li/schema/v1/veld.schema.json",
"schemaVersion": "1",
"name": "myproject",
"nodes": { }
}
Top-Level Fields
Related skills
More from prosperity-solutions/veld
veld
>
8veld-usage
Use the Veld CLI to manage local development environments. Use when the user asks to start, stop, restart, or check the status of environments, view logs, list URLs, debug environment issues, or run any veld command.
5veld-feedback
Collaborate with humans through Veld's in-browser feedback threads. Use when the user asks you to get feedback on UI changes, request a human review, show your work to someone, or when you need visual verification of frontend changes. Also use when iterating on design based on reviewer comments.
5