Test if skills are properly loaded and used by agents
Tests agent skill invocation by creating a Python project that connects to FastMCP Cloud servers.
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install claude-agent-sdk@ai-dev-marketplacešØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
CRITICAL: All generated files must follow security rules:
@docs/security/SECURITY-RULES.md
Key requirements:
your_service_key_here.env files with .gitignore.env.example with placeholders onlyPurpose: Test that the claude-agent-setup agent can properly invoke and use the fastmcp-integration skill
This commands has access to the following skills from the claude-agent-sdk plugin:
To use a skill:
!{skill skill-name}
Use skills when you need:
Skills provide pre-built resources to accelerate your work.
Run this test by asking:
Create a new Python Agent SDK project called "test-mcp-project"
that will connect to FastMCP Cloud servers.
The agent should:
!{skill fastmcp-integration}"type": "http" not "sse"After agent completes, check:
"type": "http"?The agent may not be detecting MCP requirements. Try being more explicit:
Create a Python Agent SDK project that uses FastMCP Cloud MCP servers.
I need help with the MCP configuration.
Or manually invoke the skill:
!{skill fastmcp-integration}
Then ask the agent to reference the loaded skill content.