ai-new-project

Bootstrap standardized repositories with CI/CD gates and configuration scaffolding.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/svange/augint-shell --skill ai-new-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-new-project
Source: https://github.com/svange/augint-shell/tree/main/.agents/skills/ai-new-project
Command: npx skills add https://github.com/svange/augint-shell --skill ai-new-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates bootstrapping a standardized repository with CI/CD gates, quality checks, and configuration files.

Core Features & Use Cases

  • Automated repository bootstrap with boilerplate, CI/CD pipelines, and quality gates.
  • Support for multiple project types (library, service, workspace) and languages.
  • Guided workflows to apply standards and push to remote.

Quick Start

Provide a repository name to bootstrap a new project, then follow the prompts to select type, language, and visibility.

Frequently Asked Questions about ai-new-project

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

FAQPage Schema
How do I bootstrap a new repository with CI/CD pipelines and quality gates?

To bootstrap a repository with CI/CD pipelines, this automation scaffolds local project files, configures quality gates, creates a GitHub repository using gh, and applies standards via uv run ai-tools standardize based on your selected project type and language.

Can I scaffold CI/CD configuration for different project types like libraries and services?

Yes, you can scaffold CI/CD configuration for libraries, services, or workspace coordinators across multiple languages and frameworks, with guided prompts to select the appropriate project type, language, and visibility settings.

What is the best way to automate applying repository standards to a new GitHub project?

The best way to automate applying repository standards is through a guided workflow that collects inputs, creates the remote GitHub repository, bootstraps local boilerplate, scaffolds AI tooling, and executes standards enforcement via uv run ai-tools standardize.

Do I need the gh CLI installed to automate repository scaffolding?

Yes, you need the gh CLI installed and configured because the scaffolding automation directly invokes gh to create the remote GitHub repository and push the bootstrapped configuration files.

How does configuration scaffolding handle visibility settings for new repositories?

Configuration scaffolding handles visibility by guiding you through interactive prompts to select whether the new GitHub repository should be public or private before creating the remote and applying CI/CD gates.

What steps are required to bootstrap a standardized workspace coordinator?

To bootstrap a standardized workspace coordinator, you provide a repository name, follow prompts to select workspace as the type along with language and visibility, and the tool scaffolds the files, creates the remote, and applies quality standards.