Skip to content

v0.2.15 - Deployment preflight skill

Choose a tag to compare

@OneClickPostFactory OneClickPostFactory released this 03 Jul 18:48

Adds the audit-only deployment-preflight skill to coding-agent-skills.

Install:

npm install -g coding-agent-skills

New command:

coding-agent-skills deployment-preflight /path/to/project

Existing supported commands:

coding-agent-skills validate-pack
coding-agent-skills validate-project /path/to/project
coding-agent-skills repo-map /path/to/project
coding-agent-skills validate-adapters /path/to/adapter-root

Highlights:

  • Static deployment readiness evidence mapping
  • Deployment config, documentation, package-script-key, platform-indicator, and risk-indicator reporting
  • Adapter-aware partial mode when a project adapter exists but does not enable deployment-preflight
  • Evidence-first reporting with explicit not-verified and refused-behavior sections
  • Node.js 20+
  • No runtime dependencies

Safety boundaries:

  • No deployments
  • No cloud provider API calls
  • No provider CLI execution
  • No package installs
  • No target-project builds or tests
  • No runtime checks
  • No service or process mutation
  • No database connections or migrations
  • No secret or .env reads
  • No project writes

npm package:

coding-agent-skills@0.2.15