setup-project-context

Identify and replace unresolved project placeholders in core documentation files.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/wooyong99/codex-playbook --skill setup-project-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-project-context
Source: https://github.com/wooyong99/codex-playbook/tree/main/.agents/skills/setup-project-context
Command: npx skills add https://github.com/wooyong99/codex-playbook --skill setup-project-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Currently, project documents contain placeholders like {프로젝트명} that block onboarding and alignment. This skill automatically identifies unresolved placeholders in AGENTS.md and README docs, prompts for missing facts in a concise interview, and updates all target files consistently to reflect the actual project context.

Core Features & Use Cases

  • Placeholder discovery: scans AGENTS.md, docs/backend/README.md, and docs/frontend/README.md for unresolved placeholders.
  • Guided clarification: interactively asks only for missing facts, reusing known values to keep consistency.
  • Consistent updates: applies changes across all target files and maintains document structure and maps.

Quick Start

Provide the project name and goals, then run the setup to fill placeholders across AGENTS.md and the docs READMEs.

Frequently Asked Questions about setup-project-context

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

FAQPage Schema
How do I replace unresolved project placeholders in README and AGENTS.md files automatically?

To replace unresolved project placeholders in README and AGENTS.md files, this skill scans core context documents, interactively prompts for missing project names and goals, and applies consistent updates while preserving the existing document structure.

What is the best way to ensure consistent project naming across multiple documentation files?

Ensuring consistent project naming across multiple documentation files is achieved by scanning target documents like AGENTS.md and READMEs, collecting missing facts through a guided interview, and reusing known values to apply uniform updates everywhere.

How do I fill project context placeholders in a new codex-playbook project?

You fill project context placeholders in a new codex-playbook project by running this setup skill, which identifies placeholders in AGENTS.md and docs READMEs, asks for the project name and business goals, and updates all three files consistently.

Does this placeholder replacement tool modify the existing document structure and maps?

No, this placeholder replacement tool does not modify the existing document structure and maps. It identifies unresolved placeholders, collects missing facts, and applies updates while strictly preserving the original document layout.

Can I use this tool to update placeholders across both backend and frontend README docs?

Yes, you can use this tool to update placeholders across both backend and frontend README docs. It scans docs/backend/README.md and docs/frontend/README.md, interactively asks for missing facts, and updates all target files consistently.

What happens if some project context facts are already filled in the documentation?

If some project context facts are already filled in the documentation, the guided clarification process reuses those known values to maintain consistency. It interactively asks only for the missing facts required to resolve the remaining placeholders.