SkillAgentSearch skills...

argblazer

"vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "compile:mcp": "tsc -p mcp/tsconfig.json", "mcp": "node out/mcp/mcp/server.js", "watch": "tsc -watch -p ./", "test": "tsc --module commonjs --target ES2022 --moduleResolution node --esModuleInterop --outDir out/tests --rootDir .

Install / Use

claude mcp add xai-ca -- npx -y github:xai-ca/argblazer

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "argblazer", "displayName": "ArgBlazer", "description": "Convert YAML files representing argumentation frameworks into interactive HTML reports", "publisher": "CIRSS", "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/xai-ca/argblazer.git" }, "icon": "media/icon.png", "engines": { "vscode": "^1.74.0" }, "categories": [ "Visualization", "Linters" ], "keywords": [ "Formal Argumentation", "Argumentation Framework", "Visualization" ], "activationEvents": [ "onLanguage:yaml" ], "main": "./out/extension.js", "contributes": { "commands": [ { "command": "argBlazer.generateReport", "title": "Generate ArgBlazer Report to the right", "icon": { "light": "media/button-light.png", "dark": "media/button-dark.png" } }, { "command": "argBlazer.exportHtml", "title": "Export as HTML", "category": "ArgBlazer" }, { "command": "argBlazer.about", "title": "About ArgBlazer", "category": "ArgBlazer" } ], "menus": { "editor/title": [ { "command": "argBlazer.generateReport", "when": "resourceExtname == .yaml || resourceExtname == .yml", "group": "navigation" } ], "webview/context": [ { "command": "argBlazer.exportHtml", "when": "webviewId == afReport", "group": "navigation" }, { "command": "argBlazer.about", "when": "webviewId == afReport", "group": "about" } ] } }, "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "compile:mcp": "tsc -p mcp/tsconfig.json", "mcp": "node out/mcp/mcp/server.js", "watch": "tsc -watch -p ./", "test": "tsc --module commonjs --target ES2022 --moduleResolution node --esModuleInterop --outDir out/tests --rootDir . tests/argumentation.test.ts src/htmlRenderer.ts && node out/tests/tests/argumentation.test.js" }, "dependencies": { "afsolver": "^0.1.1", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/js-yaml": "^4.0.5", "@types/node": "16.x", "@types/vscode": "^1.74.0", "typescript": "^5.9.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low