vanguard-frontier-agentic-install

Solid

Install all Vanguard Frontier Agentic Codex agents and companion skills into the current user's ~/.codex home after adding or installing the plugin marketplace.

DevOps & Infrastructure 18 stars 3 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
63
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: ```bash 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: ```bash node scripts/export-marketplace-agents.mjs --platform codex --all --repo "$HOME" --force ``` ## Verify ```bash 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.

Details

Author
Raishin
Repository
Raishin/vanguard-frontier-agentic
Created
3 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category