clare-env-setup

Detect project file types and generate Dockerfiles for verification.

5|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jketreno/clare --skill clare-env-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clare-env-setup
Source: https://github.com/jketreno/clare/tree/main/.codex/skills/clare-env-setup
Command: npx skills add https://github.com/jketreno/clare --skill clare-env-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly configure your environment for CLARE verification, detecting project file types, recommending tools, VS Code extensions, and generating Dockerfiles for reproducible runs.

Core Features & Use Cases

  • Detect File Types: Inspect your repository for various languages and config files.
  • Recommends Tools: Extract tooling requirements from project files, suggesting appropriate tools and VS Code extensions.
  • Generate Dockerfile.clare: Create a Dockerfile for running verifications in isolated containers.
  • Use Case: After installing the skill, run clare/scripts/clare-env-scan.sh to get a report or output JSON for further analysis.

Quick Start

Run the env-scan helper from your project root to generate an environment configuration report or Dockerfile for verification:

Run: bash clare/scripts/clare-env-scan.sh --report

Frequently Asked Questions about clare-env-setup

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

FAQPage Schema
How do I detect project file types and recommend VS Code extensions for my repository?

To detect project file types and recommend VS Code extensions, run the `clare-env-scan.sh` script from your project root. It inspects your repository for various languages and config files, then suggests appropriate tooling and extensions.

Can I generate a Dockerfile for reproducible environment verification?

Yes, you can generate a Dockerfile for reproducible environment verification. The skill creates a `Dockerfile.clare` that allows you to run project verifications in isolated containers, ensuring consistent boundaries for AI-assisted code development.

What is the best way to set up an AI development environment with Docker?

The best way to set up an AI development environment with Docker is to scan your project to extract tooling requirements, then generate a Dockerfile. This approach creates reproducible verification boundaries for your AI-assisted code development.

Does this environment setup script require any dependencies to run?

No, this environment setup script requires no dependencies to run. It operates through predefined scripts for environment setup and analysis, allowing you to immediately generate a configuration report or output JSON for further analysis.

How do I output JSON for project configuration analysis after an environment scan?

To output JSON for project configuration analysis, execute `clare-env-scan.sh` from your project root. The script analyzes your project boundaries and can format the environment configuration report into JSON for further automated analysis.