setup-project

Bootstrap a Glite ARF fork with guided environment setup and metadata population.

16|8|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GliteTech/glite-arf --skill setup-project-glitetech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-project
Source: https://github.com/GliteTech/glite-arf/tree/main/arf/skills/setup-project
Command: npx skills add https://github.com/GliteTech/glite-arf --skill setup-project-glitetech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard new Glite ARF forks by transforming a bare clone into a fully configured, ready-to-run project through an interactive, guided setup that enforces guardrails, checks, and reproducible workflows.

Core Features & Use Cases

  • Safety onboarding: presents autonomy risks and captures user acknowledgment, then proceeds with environment bootstrap.
  • Environment preparation: validates fork freshness, installs dependencies, checks LFS and direnv integration, and runs doctor.py for diagnostics.
  • Project scaffolding: populates project description, budget, and meta categories, metrics, and task types, enabling a reproducible setup for future runs.
  • Use Case: ideal for new forks that want a hands-off, auditable bootstrap from clone to first task ready state.

Quick Start

Interactively bootstraps a fresh Glite ARF fork by installing dependencies, validating the environment, and populating project metadata.

Frequently Asked Questions about setup-project

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

FAQPage Schema
How do I bootstrap a new project fork with environment setup and guardrails?

Bootstrapping a new project fork requires a guided onboarding workflow that validates environment freshness, installs dependencies, checks LFS and direnv integration, and enforces guardrails for reproducible project initialization.

What is the best way to automate onboarding for a repository requiring safety acknowledgement and metadata population?

Automated onboarding applies deterministic verification steps, captures user safety acknowledgement, and populates project metadata including description, budget, categories, metrics, and task types for an auditable setup.

Does the project scaffolding workflow support diagnostic checks before running the first task?

Project scaffolding supports diagnostic checks by running a doctor script to validate fork freshness, verify dependency installation, and confirm LFS and direnv integration before reaching a ready-to-run state.

Can I enforce credential prompts and verification steps during repository initialization?

Repository initialization enforces credential prompts and verification steps through built-in guardrails, ensuring deterministic environment bootstrap and capturing safety acknowledgements for an auditable, reproducible setup.

Why does project setup require interactive prompts during the environment bootstrap?

Interactive prompts during environment bootstrap capture required safety acknowledgements and credentials, applying guardrails that ensure the project initialization remains reproducible, auditable, and correctly configured.

When should I not use an automated guided setup for a fresh repository clone?

Automated guided setup is not suitable when a repository bypasses standard environment validation, requires no safety acknowledgement, or lacks the necessary LFS, direnv, and dependency infrastructure for deterministic bootstrapping.