{ "name": "awesome-agent-skills-mcp", "version": "1.0.0", "mcpName": "io.github.shadowrootdev/awesome-agent-skills", "description": "MCP server that exposes 100+ AI agent skills from the VoltAgent awesome-agent-skills collection. Works with Claude, GitHub Copilot, and any MCP-compatible client.", "main": "dist/index.js", "type": "module", "bin": { "awesome-agent-skills-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:integration": "vitest run tests/integration", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "skills", "agent", "ai-agent", "claude", "github-copilot", "opencode", "anthropic", "llm", "ai", "automation", "developer-tools", "voltAgent", "awesome-list" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shadowrootdev/awesome-agent-skills-mcp.git" }, "bugs": { "url": "https://github.com/shadowrootdev/awesome-agent-skills-mcp/issues" }, "homepage": "https://github.com/shadowrootdev/awesome-agent-skills-mcp#readme", "engines": { "node": ">=20.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "simple-git": "^3.22.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitest/coverage-v8": "^1.6.1", "eslint": "^8.0.0", "prettier": "^3.0.0", "typescript": "^5.3.0", "vitest": "^1.0.0" } }