project-init

Scaffold new software projects with standardized conventions and stack-adaptive infrastructure.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill project-init-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-init
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/project-init
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill project-init-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically scaffold new software projects with Kenny's universal conventions to ensure consistent governance, boilerplate, and onboarding across teams.

Core Features & Use Cases

  • Standardized project skeleton creation: CLAUDE.md, tasks folders, and a server management script scaffold.
  • Stack-agnostic setup: adapts to Node, Python, Go, or Rust while preserving the same workflow rules.
  • Onboarding and governance: provides templates and rules to accelerate project initiation and ensure quality gates.

Quick Start

Run the scaffolding workflow to create a new project using Kenny's universal rules for your chosen tech stack.

Frequently Asked Questions about project-init

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

FAQPage Schema
How do I scaffold a new project with standardized conventions?

To scaffold a new project with standardized conventions, run the bootstrap workflow to generate a project root containing CLAUDE.md, task templates, server management scripts, and a minimal git scaffold with appropriate ignores.

What files and templates are included in a standardized project skeleton?

A standardized project skeleton includes CLAUDE.md for governance, tasks folders for onboarding, a server management script, and a minimal git scaffold with appropriate ignores to ensure consistent setup.

Can I use this scaffolding workflow with Python, Go, or Node projects?

Yes, you can use this scaffolding workflow with Python, Go, Node, and Rust projects. The stack-adaptive infrastructure automatically adjusts to your chosen ecosystem while preserving the same universal workflow rules.

What is the best way to enforce quality gates and governance during project initialization?

The best way to enforce quality gates during project initialization is to apply universal conventions that automatically generate governance files like CLAUDE.md and task templates across all your new repositories.

Do I need any dependencies installed to bootstrap a new repository?

No, you do not need any dependencies installed to bootstrap a new repository. The scaffolding workflow operates independently without external dependencies to set up your base infrastructure.