Initializing Project

Initializes Quaestor in projects automating framework detection and generating AGENT.md, ARCHITECTURE.md, CLAUDE.md files.

20|2|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/jeanluciano/quaestor --skill initializing-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Initializing Project
Source: https://github.com/jeanluciano/quaestor/tree/main/src/quaestor/skills/initializing-project
Command: npx skills add https://github.com/jeanluciano/quaestor --skill initializing-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates project discovery and setup by detecting language/framework, orchestrating agents, and generating tailored documentation.

Core Features & Use Cases

  • Auto-detection: identify primary language, framework, and dependencies
  • Multi-agent orchestration: researchers, architects, security, and more run in parallel
  • Language-specific standards: load quality gates and commands from language files
  • Generated starter docs: AGENT.md, ARCHITECTURE.md, CLAUDE.md

Quick Start

Say: "Initialize Quaestor in this project" to trigger the workflow and generate docs and setup.

Frequently Asked Questions about Initializing Project

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

FAQPage Schema
How do I auto-detect my project's framework and language during setup?

Framework detection identifies your project's primary language, dependencies, and technology stack automatically during initialization. Quaestor scans your codebase and configuration files to determine the framework in use, eliminating manual configuration and ensuring accurate architecture analysis from the start.

Can I initialize Quaestor in an existing project, or only new ones?

You can initialize Quaestor in both new and existing projects. The framework detection and documentation generation work on established codebases, applying language-specific standards and orchestrating multi-agent analysis to bootstrap intelligent setup for projects at any stage.

What documentation does the initialization process generate?

Initialization generates four starter documents: AGENT.md for agent orchestration details, ARCHITECTURE.md describing project structure, CLAUDE.md for Claude-specific guidance, and project scaffolding tailored to your detected framework and language.

How does multi-agent orchestration work during project initialization?

Multiple specialized agents—researchers, architects, security analysts, and others—run in parallel after framework detection to analyze your project comprehensively. This parallel orchestration accelerates discovery and produces coordinated documentation and architecture insights simultaneously.

Do I need to manually configure language-specific settings?

No. Language-specific standards and quality gates load automatically from language files during initialization. The Skill detects your language and applies appropriate configuration, dependency assessment rules, and validation commands without manual setup.

What does the initialization workflow require as input?

The initialization workflow requires access to your project directory. It scans existing code, configuration files, and dependencies to auto-detect language and framework. No additional setup or prerequisite tools are needed to start the discovery process.