Mcp Skill Smoke
Overview
Use this skill to prove that Codex can load and execute a bundled skill script.
Workflow
- •Resolve the skill root:
- •
repo_root="$(cd .. && pwd)" - •
skill_home="${CODEX_HOME:-$repo_root/.codex}"
- •
- •Run the smoke script:
- •
bash "$skill_home/skills/mcp-skill-smoke/scripts/run-smoke.sh" "skill-smoke-result.txt"
- •
- •Confirm output:
- •
cat skill-smoke-result.txt
- •
- •Report whether the file exists and include its contents in the final summary.
Resource
- •
scripts/run-smoke.sh: Writes a marker file in the current working directory with timestamp and runtime details.