Test file path resolution in plugin agents
Tests file path resolution (@ syntax) in plugin subagents to verify relative paths work correctly. Use this when setting up new plugins to ensure file references function properly across agent contexts.
/plugin marketplace add cipherstash/cipherpowers/plugin install cipherpowers@cipherpowersThis command tests whether file references work correctly in plugin agent contexts.
This will test file path resolution in two scenarios:
You MUST execute this test by spawning the path-test-agent as a subagent.
Use the Task tool:
Task(
subagent_type: "cipherpowers:path-test-agent",
description: "Test file path resolution",
prompt: "Execute the path test procedure exactly as specified in your instructions."
)
After the agent completes, analyze the results and report:
If the test PASSES, relative paths work correctly and we can use @skills/... syntax throughout all agents.
If the test FAILS, we need to investigate alternative approaches.