Vanguard frontier agentic install
Install all Vanguard Frontier Agentic Codex agents and companion skills into the current user's ~/.codex home after adding or installing the plugin marketplace.From its SKILL.md
npx -y skills add Raishin/vanguard-frontier-agentic --skill vanguard-frontier-agentic-installAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Vanguard Frontier Agentic Codex Install
Use this skill when the user wants the Vanguard Frontier Agentic marketplace content installed into Codex as real user-level agents and skills.
Reliable two-stage install
Run from any directory:
codex plugin marketplace add Raishin/vanguard-frontier-agentic
npx --yes -p @raishin/vanguard-frontier-agentic \
vfa-export-agents --platform codex --all --repo "$HOME" --force
If working from a local checkout of the repository, prefer the local exporter so unpublished branch changes are used:
node scripts/export-marketplace-agents.mjs --platform codex --all --repo "$HOME" --force
Verify
find "$HOME/.codex/agents" -maxdepth 1 -name '*.toml' | wc -l
find "$HOME/.codex/skills" -mindepth 1 -maxdepth 1 -type d | wc -l
Expected for this release: all Codex-capable VFA agents are installed under $HOME/.codex/agents, and companion skills are installed under $HOME/.codex/skills.
Important limitation
codex plugin marketplace add installs/tracks the marketplace source. It does not, by itself, prove that Codex installed the plugin cache or exported repo-level agent TOML files. The exporter is the deterministic second stage for agents and companion skills.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.