install
source · Clone the upstream repo
git clone https://github.com/promptfoo/promptfoo
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/promptfoo/promptfoo "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/claude-agent-sdk/plugins/sample-plugin/skills/standards-check" ~/.claude/skills/promptfoo-promptfoo-standards-check && rm -rf "$T"
manifest:
examples/claude-agent-sdk/plugins/sample-plugin/skills/standards-check/SKILL.mdsource content
Standards Check
Check that the project has the following required files:
— project documentationREADME.md
Report which required files are missing.