seed

Generate Claude Code skills, Docker infrastructure, and tracker integration files into a target repository.

5|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/dburkart/auto-engineer --skill seed-dburkart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/dburkart/auto-engineer/tree/main/.claude/skills/seed
Command: npx skills add https://github.com/dburkart/auto-engineer --skill seed-dburkart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the setup work of configuring an autonomous software delivery loop by generating the required Claude Code skills, Docker infrastructure, and project-specific policy files.

Core Features & Use Cases

  • Project bootstrapping: Detects whether the target project is existing or greenfield, inspects the tech stack, and determines GitHub/CI context to tailor the workflow.
  • Interactive configuration: Collects missing values (labels, playbooks, issue tracker choice, and optional self-review settings) with guardrails to prevent duplicate or unsafe overwrites.
  • Deterministic installation into the target: Writes .claude/skills/* skill files, required tracker integration, and Dockerfile/scripts while respecting pre-existing user content.

Quick Start

Run the seed skill in this repo and tell it the path to your target project.

Frequently Asked Questions about seed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an autonomous software delivery loop in my existing GitHub project?

Yes, the seed toolkit detects greenfield projects and bootstraps them by generating required Dockerfile infrastructure, Claude Code skills, and tracker integration files to establish a closed-loop development workflow from scratch.

Can I configure Claude Code skills and Docker runtime without overwriting my existing project settings?

To configure CI self-review settings, run the seed skill and provide your target project path. It interactively prompts for missing configuration values, including optional CI self-review settings and SDLC playbooks tailored to your repository context.

What is the best way to bootstrap a greenfield project with autonomous software delivery infrastructure?

The best way to bootstrap a greenfield project is using the seed skill, which inspects your tech stack, generates Docker runtime files, and configures GitHub labels to enable an autonomous software delivery workflow without manual setup.

Does the autonomous software delivery seed process support existing Docker and GitHub issue tracker configurations?

Yes, the seed process supports existing configurations by interactively prompting for missing values like issue tracker choice and labels. It respects pre-existing user content and prevents duplicate or unsafe overwrites during installation.