smaqit.project-init

Initialize smaqit projects by generating .github/copilot-instructions.md and base directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-project-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smaqit.project-init
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.project-init
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-project-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a structured .github/copilot-instructions.md file and base project directory structure, streamlining the initialization process for new smaqit projects.

Core Features & Use Cases

  • Project Structure: Generates a structured directory with docs/, assets/, and assets/raw/ directories.
  • Template-Based Generation: Uses a template to create .github/copilot-instructions.md with placeholders for project details.
  • Repository Scan: Infers project details from the repository's README, contributing guidelines, and dependency files.
  • User-Friendly Setup: Provides clear instructions for initializing a smaqit project and setting up for production.

Quick Start

Use the smaqit.project-init skill to initialize a new smaqit project and create the required structure.

Frequently Asked Questions about smaqit.project-init

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

FAQPage Schema
How do I automate project initialization and set up a standard repository structure?▼

Automate project initialization by generating a base directory structure with docs/ and assets/ folders alongside a configured copilot-instructions.md file. This scans repository metadata like README and dependency files to infer project details and populate the template automatically.

What is the best way to generate a copilot-instructions.md file for a new project?▼

Generating a copilot-instructions.md file is best handled by scanning existing repository metadata to infer project details and populating a structured template. This creates a configured instructions file within a .github directory for immediate development use.

Can I initialize a project directory structure without manually creating docs and assets folders?▼

Initialize project directory structures automatically without manual creation by running a template-based setup. This generates the required docs/, assets/, and assets/raw/ directories simultaneously with the copilot-instructions.md file.

Does the project initialization template scan existing README and dependency files?▼

The project initialization template scans repository metadata including README files, contributing guidelines, and dependency files. It infers project details from these sources to populate the copilot-instructions.md template accurately.

What do I need to set up smaqit integration for a new production project?▼

To set up smaqit integration for production, you need an existing repository with metadata files like a README or dependencies. The setup scans these files to generate the base directory structure and populate the copilot-instructions.md template.