veld

Solid

Orchestrate local dev environments with veld. Use this skill when the user wants to start, stop, or restart services; check run status or logs; configure veld.json (nodes, services, dependencies, presets, health checks, ports, URL templates); or debug environment issues like port conflicts or health-check failures. Also use when the user wants to show their UI to a human for review, get visual feedback on changes, watch for comments, or run a feedback loop — even if they say "let me check," "show the user," "wait for feedback," or "let them review it." Covers any `veld` CLI command.

Code & Development 12 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Veld Veld orchestrates local dev environments. It starts services from `veld.json`, wires dependencies, and gives each service an HTTPS URL like `https://frontend.my-feature.myproject.localhost`. ## Version Check Installed: !`veld -V 2>&1` If the output above shows "command not found" or "No such file", veld is not installed. Guide the user through installation — see [reference/install.md](reference/install.md). Do NOT attempt to run any `veld` commands until it is installed. If the installed version is older than what `compatibility` requires, tell the user: "This project requires a newer veld. Run `veld update` to upgrade." ## Live State ### Configuration !`veld config 2>&1` ### Nodes & presets !`veld nodes 2>&1` !`veld presets 2>&1` ### Active runs !`veld runs 2>&1` ## CLI !`veld --help 2>&1` Run `veld <subcommand> --help` for flags and options. ## Node actions A node can declare **actions** — shell commands that the CLI and dashboard expose generically. Veld injects the node's live outputs so the rotating clone port and password never have to be copied by hand. ```jsonc // in veld.json, under a node: "database": { "variants": { "dblab": { /* … */ } }, "actions": [ { "name": "psql", "label": "psql", "description": "Open a psql shell to the DB clone", "requires_outputs": ["DB_HOST", "DB_PORT", "DB_NAME", "DB_USER", "DB_PASS"], "command": "PGPASSWORD=$DB_PASS psql -h $DB_HOST -p $DB_PORT -U $DB_USER $DB_NAME" } ] }...

Details

Author
prosperity-solutions
Repository
prosperity-solutions/veld
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

vercel-cli

Operate Vercel from a coding-agent terminal with the official Vercel CLI and bundled REST helpers. Use when the agent needs to inspect or manage Vercel teams, projects, deployments, build or runtime logs, environment variables, domains, aliases, Edge Config stores, webhooks, deployment-protection bypass tokens, log drains, promotions, rollbacks, or redeployments; when the user asks to deploy to Vercel, diagnose a Vercel deployment, check Vercel logs, manage Vercel environment variables, or invoke vercel-cli; or when translating a Vercel MCP workflow to shell commands. Do not use for authoring application code that merely runs on Vercel, application runtime integration through @vercel/sdk, continuous monitoring, or Vercel MCP server configuration.

3 Updated 3 days ago
arthjean
DevOps & Infrastructure Listed

vulncheck-cli

Use the VulnCheck CLI to query vulnerability and exploit intelligence. Invoke when the user asks about listing or querying VulnCheck indices, security advisories, vendor advisories, CVE lookups, downloading index backups, known exploited vulnerabilities, KEV, CISA KEV, NVD, package security, PURL lookups (npm, pypi, maven, cargo, golang, nuget), CPE lookups, scanning a project or directory for vulnerable dependencies, exploits, Initial Access Intelligence, detection rules (Snort, Suricata), IP intelligence, C2 infrastructure, botnet tracking, protective DNS, or offline vulnerability scanning.

0 Updated 6 days ago
vulncheck-oss
DevOps & Infrastructure Solid

devops

Deploy to Vercel (frontends, serverless), Railway (backends, services), Supabase (database, auth, storage), GitHub Actions CI/CD. Use for deployments, infrastructure, monitoring, CI/CD.

2 Updated today
NewAbra