test-engine

Reusable agent skills, agents, hooks, and integrations for coding workflows

Installation
CLI
npx skills add https://github.com/moeller-projects/agent-skillz --skill test-engine

Installieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.

Zuletzt aktualisiert am 4/29/2026

agent-skillz

Reusable AI coding agent skills with minimal Bun + TypeScript tooling for validation, build output, and consistent packaging.

Quick start

bun install
bun run dev

Skills

  • caveman — ultra-concise response protocol
  • thinking-engine — exploration, assumptions, options, decision readiness
  • code-quality-engine — clean code, refactoring, performance, modernization
  • test-engine — unit, integration, E2E, coverage, flaky test reduction
  • repo-engine — repo onboarding, architecture mapping, conventions, hotspots
  • spec-engine — requirements, specs, acceptance criteria, policy gates
  • doc-engine — README, AGENTS.md, developer docs, architecture docs
  • ops-engine — CI/CD, Kubernetes, threat modeling, resilience, rollback

Repository layout

  • skills/ — source skills
  • schemas/ — JSON schemas for skill documents
  • templates/ — starter templates
  • packages/skill-build/ — validation, build, and pack scripts