Qinit

Scaffold QE framework projects with CLAUDE.md, settings.json, and analysis files.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qinit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qinit
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qinit
Command: npx skills add https://github.com/inho-team/qe-framework --skill qinit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QE framework initialization and scaffolding for new projects, creating CLAUDE.md, settings.json, directory structure, and .gitignore, then performing an automatic project analysis.

Core Features & Use Cases

  • Creates CLAUDE.md from templates and sets up QE base files
  • Generates .qe/ directory with analysis scaffold and TASK_LOG reference
  • Auto-analyzes the project and saves results to .qe/analysis

Quick Start

Provide project name and description, then run the initialization to scaffold QE structure and auto-analyze the project.

Frequently Asked Questions about Qinit

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

FAQPage Schema
How do I automate QE framework project initialization and scaffolding?

Automating QE framework project initialization involves scaffolding required base files like CLAUDE.md, settings.json, and .gitignore while generating a directory structure. This skill automates the setup by applying templates and generating analysis artifacts automatically.

What is a QE framework scaffolding process and what files does it generate?

QE framework scaffolding is the automated setup of a project's foundational structure. It generates CLAUDE.md, settings.json, a .qe/ directory with analysis scaffolds, and a TASK_LOG reference to establish the project baseline.

How do I set up a new project with a QE framework and auto-analyze it?

To set up a new project with a QE framework, you provide the project name and description, then run the initialization. This scaffolds the QE directory structure and performs an automatic project analysis, saving the results to .qe/analysis.

Does the project initialization require any dependencies to generate the directory structure?

No dependencies are required to perform the project initialization. The skill operates independently to generate the required files, apply templates, and store analysis results according to the defined directory structure.

What's the best way to ensure CLAUDE.md and settings.json are correctly configured for a new project?

The best way to ensure correct configuration for CLAUDE.md and settings.json is to use an automated initialization skill. It creates these files from predefined templates and ensures the directory structure aligns with the QE framework requirements.

Where are the automatic project analysis results stored during framework setup?

During framework setup, the automatic project analysis results are stored in the .qe/analysis directory. The initialization process generates this directory along with a TASK_LOG reference as part of the scaffolding.