Awesome-omni-skill vcf

Short alias for vc-phase-loop. Use when the user invokes "vcf:" or "use vcf:" and wants maximum hands-off completion.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/product/vcf-majiayu000" ~/.claude/skills/diegosouzapw-awesome-omni-skill-vcf && rm -rf "$T"
manifest: skills/product/vcf-majiayu000/SKILL.md
source content

VCF (VC Finish) Alias

Purpose

This skill is a thin alias for

vc-phase-loop
.

Instructions

  • Treat any invocation of
    vcf
    as a direct call to
    vc-phase-loop
    .
  • Read and follow
    skills/vc-phase-loop/SKILL.md
    exactly.
  • Do not deviate from vc-phase-loop defaults, execution rules, or completion proof requirements.