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/argblazerIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHub{ "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
momen-cursurrules-prompt-file
40.7kCursor rules for building custom frontends with Momen.app as headless BaaS with GraphQL API, actionflows, AI agents, and Stripe integration.
semiotic-react-dataviz-cursorrules-prompt-file
40.7kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
Agent-Reach
75.6kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
69.5k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Invalid Date
