12 skills found
LING71671 / Open-ClaudeCodeResearch archive of Claude Code source and runtime artifacts reconstructed from published npm source maps.
arkylab / aspmA Git-based package manager designed for AI-assisted development, similar to npm but supporting skills, agents, commands, hooks, and any AI resource types.
robert-auger / safer-dependenciessafer-dependencies is a security layer for Claude Code that audits packages before they’re added to your project. It detects and fixes risky dependencies, including CVEs, typosquats, abandoned packages, version-age issues, and adds package-cooldown violations across npm, PyPI, RubyGems, Maven, Go, a…
marianfoo / sap-mcp-serversMonorepo for SAP MCP servers (API Hub, Road Map Explorer, SAP Notes) and their shared SAP authentication module — npm workspaces.
Himanshu507 / cgconenpm for AI CLIs - install MCP servers across Claude Code, Gemini CLI, Codex, Copilot
chirag127 / mdv-mcpLocal, private MCP server for a markdown/Obsidian vault - NVIDIA nemotron-3-embed-1b semantic search, pure-JS int8 vector store, read/write/delete tools. Local only, never published to npm.
foldkit / foldkit"build": "pnpm -r --if-present build", "build:packages": "pnpm --filter foldkit --filter @foldkit/ui --filter @foldkit/devtools --filter @foldkit/markdown --filter @foldkit/vite-plugin --filter create-foldkit-app --filter @foldkit/oxlint-plugin --filter @foldkit/devtools-mcp build", "check": "pnpm -…
carbonefederico / ai-telco-chatbot"dev:no-security": "NO_SECURITY=true node scripts/start-all.js", "dev:portal": "npm --workspace @telco-demo/portal run dev", "dev:agent": "npm --workspace @telco-demo/agent run dev", "dev:mcp": "npm --workspace @telco-demo/mcp-server run dev", "start:portal": "npm --workspace @telco-demo/portal star…
iamfarzad / FB-c_labV2"dev:shell": "./scripts/dev-safe.sh", "mcp:bridge": "pnpm dlx @agentdeskai/browser-tools-server@latest", "mcp:server": "pnpm dlx @agentdeskai/browser-tools-mcp@1.2.0", "mcp:dev": "concurrently --names \"bridge,mcp\" --kill-others-on-fail \"pnpm mcp:bridge\" \"pnpm mcp:server\"", "lint": "next lint",…
tenthdragon / roove-bi"backfill:scalev-header-financials": "tsx scripts/backfill-scalev-header-financials.ts", "backfill:marketplace-intake-shipping": "tsx scripts/backfill-marketplace-intake-shipping.ts", "backfill:marketplace-tracking": "tsx scripts/ops/backfill-marketplace-tracking.ts", "check:mcp": "npm --prefix mcp-…
TransAdvocacyAndComplaintCollective / fact_index_tacc"test:e2e": "node --test --test-concurrency=1 tests/e2e/*.e2e.test.mjs", "test:e2e:coverage": "rm -rf .coverage/e2e && mkdir -p .coverage/e2e/v8 && NODE_OPTIONS= NODE_V8_COVERAGE=.coverage/e2e/v8 node --test --test-concurrency=1 tests/e2e/*.e2e.test.mjs && pnpm dlx c8 report --temp-directory .covera…
antosubash / ciRun all CI checks locally, mirroring the GitHub Actions CI pipeline. This catches issues before creating a PR. Execute these steps in order, stopping on first failure. Report results as a summary table at the end. Run `npm run check` from the project root.