name: apple-platform-agents-rendering description: Use when the Apple setup flow needs to generate or align the final repo-local AGENTS.md after workspace, capability, config, and artifact decisions are settled.
Apple Platform AGENTS Rendering
Generate AGENTS.md last.
When to Use
Use this skill when:
- the project interview is complete
- workspace choice is final
- selected skills and subagents are installed or intentionally skipped
- common repo artifacts are already applied
Rendering Contract
- Start from
snippets/common/AGENTS.bootstrap.md. - Use
$writing-skillswhen generating or reshaping the final repo-specificAGENTS.md. - Reference skills as
$skill-name. - Reference subagents as
@agent-name. - Render a declarative final-state file only.
Use these exact sections in this exact order:
Repository PurposeAgent PersonalizationWorkspaceProject Structure Source Of TruthCore CommandsInstalled SkillsSkill Usage OrderInstalled SubagentsRepository Rules
Content Rules
Installed Skillsrecords only final installed project-local skills.Skill Usage Orderrecords only ordered usage instructions.Installed Subagentsrecords only final installed project-local subagents.Repository Rulesstores non-command repo policy only.- Do not include recommendations, alternatives, or rationale.
- Do not use first-person wording.
- Do not use the word
Report.
Guardrails
- Do not generate
AGENTS.mdbefore the rest of setup is settled. - Do not duplicate the same guidance across
Agent Personalization,Core Commands, andRepository Rules. - For
Xcode + XcodeGen, state thatproject.ymlis the source of truth and thatxcodegen generate --spec project.ymlmay be required before opening in Xcode.