pub fn install_manifests(
manifests: &[FileManifest],
worktree_ctx: Option<&WorktreeTemplateContext>,
) -> CoreResult<()>Expand description
Install manifests from embedded assets to disk.
When worktree_ctx is Some, the using-git-worktrees skill template is
rendered with the given worktree configuration before writing. Other skill
files (which may contain {{ as user-facing prompt placeholders) are written
as-is.