onboarding

Generate a production-ready repository structure with configuration files and starter code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrsknetwork/nemodev --skill onboarding-mrsknetwork
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/mrsknetwork/nemodev/tree/main/skills/domains/references/onboarding
Command: npx skills add https://github.com/mrsknetwork/nemodev --skill onboarding-mrsknetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a brand-new project often results in scattered files, missing configurations, and lost time. This skill generates a production-ready foundation in one pass, including directory structure, configuration files, and base scaffolding so development can begin immediately.

Core Features & Use Cases

  • Automated project scaffold: creates repository layout, backend/frontend skeletons, and initial code templates.
  • Environment & CI templates: provides .env.example, docker-compose.yml, and readiness for CI with initial workflows.
  • Guided kick-off prompt: asks stack confirmation and aligns on tech choices before generation.

Quick Start

Run the onboarding process to scaffold a complete repository with structure, config files, and an initial commit.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I scaffold a new FastAPI and Next.js project with Docker?▼

To scaffold a new FastAPI and Next.js project with Docker, this skill automates bootstrap by generating a production-ready repository structure, configuration files, and starter code in one pass.

What files are included in an automated project scaffold for environment setup?▼

An automated project scaffold for environment setup includes a pyproject or package manifest, .env.example, docker-compose.yml, a minimal main application file with lifecycle hooks, and an initial README with quick-start guidance.

Can I use this onboarding tool to generate base code for multi-language setups?▼

Yes, you can use this onboarding tool to generate base code for multi-language setups, as it handles both multi-language configurations and domain onboarding flows across common backend and frontend stacks.

What's the best way to bootstrap a production-ready repository structure?▼

The best way to bootstrap a production-ready repository structure is to run this guided onboarding process, which aligns on tech choices before generating backend, frontend, and CI skeletons with an initial commit.

Does the project bootstrap generate CI workflow templates alongside the repository layout?▼

Yes, the project bootstrap generates CI workflow templates alongside the repository layout, providing environment templates like .env.example and docker-compose.yml while ensuring readiness for continuous integration.