pharaoh-tailor-fill

Convert pharaoh-tailor-detect JSON reports into four Pharaoh tailoring files.

24|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-tailor-fill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pharaoh-tailor-fill
Source: https://github.com/useblocks/pharaoh/tree/main/skills/pharaoh-tailor-fill
Command: npx skills add https://github.com/useblocks/pharaoh --skill pharaoh-tailor-fill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts the detected-conventions JSON report produced by pharaoh-tailor-detect into the four tailoring files that Pharaoh reads at runtime from .pharaoh/project/. It ensures a deterministic, machine-generated foundation for project tailoring and reduces manual errors.

Core Features & Use Cases

  • Converts the detected conventions into id-conventions.yaml, workflows.yaml, artefact-catalog.yaml, and checklists/requirement.md.
  • Validates presence of a detect report before processing and guards against overwrites unless confirmed.
  • Creates the necessary directory structure and writes the four target files in a single operation.

Quick Start

Run pharaoh-tailor-fill after pharaoh-tailor-detect to generate the four tailoring files in your .pharaoh/project directory.

Frequently Asked Questions about pharaoh-tailor-fill

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

FAQPage Schema
How do I generate Pharaoh tailoring files from a detected conventions JSON report?

To generate Pharaoh tailoring files, run pharaoh-tailor-fill to convert the detected-conventions JSON into id-conventions.yaml, workflows.yaml, artefact-catalog.yaml, and checklists/requirement.md under .pharaoh/project/. It writes all four target files in a single operation.

What is the process to convert detected project conventions into YAML configuration files?

Converting detected project conventions into YAML configuration files requires running pharaoh-tailor-fill after pharaoh-tailor-detect. The skill reads the detect JSON report and outputs id-conventions.yaml, workflows.yaml, and artefact-catalog.yaml directly into your project directory.

Do I need to run pharaoh-tailor-detect before generating tailoring files?

Yes, you must run pharaoh-tailor-detect first. The fill skill validates the presence of a detect report before processing and will not generate the four tailoring files without this prerequisite JSON output.

Can I overwrite existing Pharaoh tailoring files when regenerating project configurations?

Overwriting existing Pharaoh tailoring files is guarded against by default. The skill enforces guardrails to prevent accidental overwrites unless explicitly confirmed, ensuring a deterministic and machine-generated foundation for project tailoring.

How does validation work after converting detected conventions into tailoring files?

Validation after converting detected conventions integrates with pharaoh-tailor-review. The skill enforces guardrails during the conversion of the detect JSON report into the four tailoring files to ensure downstream validation succeeds.

What directory structure is required for writing Pharaoh project tailoring files?

Writing Pharaoh project tailoring files requires the .pharaoh/project/ directory structure. The skill automatically creates this necessary directory structure and writes the four target files there in a single operation.