agentsclimarketplace

Deploy execute

Skill EntityProcess/agentv/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-execute

Light-weight AI agent evaluation and optimization framework

Install
npx -y skills add EntityProcess/agentv --skill deploy-execute

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

This skill should be used when asked to "execute a deployment", "run the deploy plan", or "deploy services". Reads deploy-plan.md and executes each step with health checks.

SKILL.md

1.1 KB, as published. Nobody here has run it

Deploy Execute Skill

Purpose

Execute a deployment plan step-by-step. Reads {output_dir}/deploy-plan.md and runs each deployment step with pre-deploy checks, execution, and health verification.

Process

Read the deployment plan and execute each step in order.

For each service:

  1. Run pre-deploy checks
  2. Execute the deploy command using kubectl apply
  3. Run health checks
  4. If health check fails, execute rollback command and stop

Test Execution

Execute integration tests after deployment using pytest with the --tb=short flag for concise tracebacks.

Configuration

SettingDefaultOverride
Kubernetes contextC:\Users\admin\.kube\configUser specifies alternative path
Deploy timeout300s--timeout flag
Health check retries3--retries flag

Skill Resources

  • references/health-check-patterns.md — Health check implementation patterns

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.