agents-bootstrap-layout

Bootstrap Codex workspaces with .agents/skills and AGENTS.md templates.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/askaret/codex-skills --skill agents-bootstrap-layout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-bootstrap-layout
Source: https://github.com/askaret/codex-skills/tree/main/.agents/skills/agents-bootstrap-layout
Command: npx skills add https://github.com/askaret/codex-skills --skill agents-bootstrap-layout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating multiple repos and shared skills is tedious; this Skill bootstraps a Codex workspace by creating a centralized .agents/skills folder, generating workspace- and repository-level AGENTS.md templates, and supporting polyrepo workflows without overwriting existing docs.

Core Features & Use Cases

  • Create workspace-level .agents/skills structure and subfolders for agents-init, agents-refresh, and agents-bootstrap-layout.
  • Generate baseline AGENTS.md files from references stubs for workspace and repository roots without overwriting existing ones.
  • Support polyrepo setups by providing pointers or symlinks to shared skills from a workspace root.
  • Provide safe, non-destructive guidance (e.g., $agents-refresh) when updates are needed.

Quick Start

Run $agents-init from the workspace root to bootstrap the layout.

Frequently Asked Questions about agents-bootstrap-layout

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

FAQPage Schema
How do I bootstrap a clean Codex workspace layout with AGENTS.md?

To bootstrap a clean Codex workspace layout, run $agents-init from the workspace root. This process generates baseline AGENTS.md templates and creates a centralized .agents/skills folder structure without overwriting existing files.

What is the best way to set up shared skills across a polyrepo project?

Setting up shared skills across a polyrepo project involves creating a workspace-level .agents/skills folder. The bootstrap process provides pointers or symlinks from the workspace root to share skills across multiple repositories consistently.

Does bootstrapping a Codex workspace overwrite my existing AGENTS.md files?

Bootstrapping a Codex workspace does not overwrite existing AGENTS.md files. The process respects existing configurations and workflows to prevent destructive changes, applying safely to empty workspaces, single repos, and multi-repo polyprojects.

Can I use this workspace bootstrap for both empty directories and existing single repos?

You can use this workspace bootstrap for empty directories, existing single repos, and multi-repo polyprojects. It generates a root SKILL.md with required frontmatter and sets up .agents/skills subfolders for various project scales.

How do I update my Codex workspace configuration after the initial bootstrap?

To update your Codex workspace configuration after the initial bootstrap, use the $agents-refresh command. This provides safe, non-destructive guidance to update your workspace and repository-level AGENTS.md files and shared skills structure.