claude-import-project-bootstrap

Sets up and verifies project environments, tooling, and Docker/Traefik conventions.

Updated Aug 25, 2017
One-click install
npx skills add https://github.com/loki495/dotfiles --skill claude-import-project-bootstrap-loki495
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-import-project-bootstrap
Source: https://github.com/loki495/dotfiles/tree/main/ai/codex-skills/claude-import-project-bootstrap
Command: npx skills add https://github.com/loki495/dotfiles --skill claude-import-project-bootstrap-loki495

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a new project environment involves remembering personal tooling conventions, Docker/Traefik configuration patterns, and keeping cross-agent notes consistent. This Skill bootstraps or verifies those project environments so nothing is missed. ## Core Features & Use Cases - Project Environment Setup: Configures or verifies project environments, tooling, and local conventions based on a documented bootstrap procedure. - Docker/Traefik Conventions: Applies established Docker and Traefik local-development conventions to the project. - Cross-Agent Notes: Maintains .claude/project.md as durable cross-agent notes and uses AGENTS.md as the Codex instruction entrypoint. - Use Case: When starting work on a new PHP/Laravel project, invoke this Skill to verify the environment, apply Docker/Traefik conventions, and record project notes readable by multiple AI agents. ## Quick Start Ask the agent to bootstrap this project environment and verify the Docker and Traefik setup using the project-bootstrap procedure.

Frequently Asked Questions about claude-import-project-bootstrap

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

FAQPage Schema
How do I bootstrap a new project environment with AI agents?▼

Invoke this Skill, which reads the project-bootstrap procedure document and sets up or verifies the project environment, tooling, and Docker/Traefik conventions. It also records durable notes in .claude/project.md for other agents.

How to keep project notes consistent across Claude and Codex agents?▼

The Skill maintains .claude/project.md as durable cross-agent notes and uses AGENTS.md as the Codex instruction entrypoint, so both tools read the same project context.

Does this Skill work with Docker and Traefik local development?▼

Yes, applying Docker and Traefik local-development conventions is a core part of the bootstrap procedure, matching the dotfiles repository's traefik section that links ~/www/traefik.

What are the limitations of this project bootstrap Skill?▼

The Skill depends on an external document at ~/dotfiles/ai/commands/project-bootstrap.md, so it only works within that specific dotfiles setup. It contains no scripts of its own and follows the referenced procedure.