Skip to content

swag2mcp-cli

The swag2mcp-cli skill gives your LLM the complete swag2mcp CLI reference — every command, flag, argument, and configuration option. With this skill, the LLM can answer "how do I..." questions accurately instead of guessing.

What it covers

All 13 CLI commands:

CommandPurpose
initInitialize a workspace and config
addAdd a spec or collection
deleteRemove a spec or collection
lsList configured specs
runStart the API explorer TUI
validateValidate the configuration file
cleanClear cached data
updateUpdate cache from configuration
mcpStart the MCP server
versionShow version information
infoShow runtime information
importImport spec files or restore workspace from backup
exportExport the workspace to a ZIP file

Plus all flags, config file structure, auth methods, and advanced options.

https://raw.githubusercontent.com/mmadfox/swag2mcp/main/.agents/skills/swag2mcp-cli/SKILL.md

Install via LLM agent

Copy this request to your AI-powered IDE:

Create the directory .agents/skills/swag2mcp-cli/ and add the skill from
https://raw.githubusercontent.com/mmadfox/swag2mcp/main/.agents/skills/swag2mcp-cli/SKILL.md

Manual install

bash
mkdir -p .agents/skills/swag2mcp-cli
curl -o .agents/skills/swag2mcp-cli/SKILL.md \
  https://raw.githubusercontent.com/mmadfox/swag2mcp/main/.agents/skills/swag2mcp-cli/SKILL.md

Restart required

After adding the skill, restart your LLM client or IDE (see Overview).