agentsclimarketplace

Build deity

Skill v0idOS/performance-deity/archive/build-deity

A ruthlessly strict algorithmic optimization methodology for AI coding agents. Forces your agent to profile, benchmark, and mathematically prove performance gains before writing code.

Install
npx -y skills add v0idOS/performance-deity --skill build-deity

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

  • 2 stars2 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.

SKILL.md

0.8 KB, as published. Nobody here has run it

Build Deity: The CI/CD Accelerator

Description

Focuses strictly on reducing compilation, bundling, and CI/CD pipeline execution times.

Triggers

Activate when the user mentions:

  • "slow build"
  • "webpack optimization"
  • "docker build slow"
  • "github actions slow"
  • Or explicitly runs /plugin performance-deity:build

Core Directives

Phase 1: The Bottleneck

  1. Analyze the Dockerfile, webpack.config.js, or GitHub Actions YAML.

Phase 2: The Refactor

  1. Docker: Reorder layers to maximize caching. Use multi-stage builds to reduce final image size.
  2. Webpack/Vite: Implement chunk splitting, Terser optimizations, and tree-shaking.
  3. CI/CD: Cache node_modules or pip dependencies globally.

Phase 3: Proof

  1. Explain exactly how many minutes the new build process will save per PR.

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.