deepinit

$npx mdskill add first-fluke/fullstack-starter/deepinit

Initialize project structure with domain maps and knowledge bases.

  • Sets up AGENTS.md and ARCHITECTURE.md for project organization.
  • Reads workflow instructions from .agents/workflows/deepinit.md.
  • Executes steps defined in the deepinit workflow document.
  • Delivers a structured project harness ready for development.
SKILL.md
.github/skills/deepinitView on GitHub ↗
---
name: deepinit
description: Initialize project harness — AGENTS.md as table of contents,
  ARCHITECTURE.md as domain map, structured docs/ knowledge base
disable-model-invocation: true
---

# /deepinit

Read and follow `.agents/workflows/deepinit.md` step by step.
More from first-fluke/fullstack-starter