SkillAgentSearch skills...

Ajisai

"test:mcp-backends": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run test:backends", "test:mcp-pack": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run test:pack", "eval:mcp": "cargo build --manifest-path rus…

Install / Use

claude mcp add masamoto1982 -- npx -y github:masamoto1982/Ajisai

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

46/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "ajisai", "version": "0.2.0-alpha.1", "description": "Ajisai - AI-first, vector-oriented, fractional-dataflow language", "type": "module", "scripts": { "build": "vite build", "build:wasm": "bash ./scripts/rebuild-wasm.sh", "build:mcp-wasm": "bash ./scripts/rebuild-mcp-wasm.sh", "build:web": "AJISAI_BUILD_TARGET=web vite build", "watch": "tsc --watch", "dev": "vite --host 0.0.0.0 --port 3000", "preview": "vite preview", "check": "tsc --noEmit", "lint": "eslint .", "deadcode": "ts-prune", "test": "vitest run", "test:mcp": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run selftest", "test:mcp-backends": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run test:backends", "test:mcp-pack": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run test:pack", "eval:mcp": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run eval", "eval:mcp-traces": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run eval:traces", "eval:mcp-repairs": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run eval:repairs", "check:mcp-assets": "npm --prefix tools/mcp-server run check:assets", "check:mcp-evaluation": "npm --prefix tools/mcp-server run eval:validate", "eval:mcp-performance": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run eval:performance", "eval:mcp-number-baseline": "cargo build --manifest-path rust/Cargo.toml --bin ajisai && npm --prefix tools/mcp-server run eval:number-baseline", "test:watch": "vitest", "clean": "rm -rf dist node_modules", "tauri": "tauri", "tauri:dev": "AJISAI_BUILD_TARGET=tauri tauri dev", "tauri:build": "AJISAI_BUILD_TARGET=tauri tauri build", "branch:new": "bash ./scripts/create-dated-branch.sh", "dev:tauri": "AJISAI_BUILD_TARGET=tauri vite", "build:tauri-frontend": "AJISAI_BUILD_TARGET=tauri vite build", "check:semantic-firewall": "bash ./scripts/check-semantic-firewall.sh", "check:file-size": "node scripts/check-file-size-budget.mjs", "check:reading-surfaces": "node scripts/check-reading-surfaces.mjs", "hooks:install": "git config core.hooksPath .githooks", "specification:generate": "node scripts/generate-specification.mjs", "specification:check": "node scripts/generate-specification.mjs --check", "semantic-kernel:check": "node scripts/check-semantic-kernel.mjs", "word-schema:check": "node scripts/check-word-schema-migration.mjs", "conformance:manifest": "node scripts/generate-conformance-manifest.mjs", "check:conformance-coverage": "node scripts/check-conformance-coverage.mjs", "word:manifest": "node scripts/generate-word-manifest.mjs", "word:manifest:check": "node scripts/generate-word-manifest.mjs --check", "word-registry:generate": "node scripts/generate-word-registry.mjs", "word-registry:check": "node scripts/generate-word-registry.mjs --check", "word:reference": "node scripts/generate-word-reference.mjs", "word:reference:check": "node scripts/generate-word-reference.mjs --check", "core-word-docs:generate": "node scripts/generate-core-word-docs.mjs", "core-word-docs:check": "node scripts/generate-core-word-docs.mjs --check", "check:formalization-coverage": "node scripts/check-formalization-coverage.mjs", "check:minimal-core": "node scripts/check-minimal-core.mjs", "check:unreachable-contract": "node scripts/check-unreachable-contract.mjs", "check:docs-dev-drift": "node scripts/check-docs-dev-drift.mjs", "check:version-sync": "node scripts/check-version-sync.mjs", "check:runtime-metadata": "node scripts/check-runtime-metadata-source.mjs", "check:agent-cli-contract": "node scripts/check-agent-cli-contract.mjs", "generate:skill": "node scripts/generate-skill-md.mjs", "check:skill": "node scripts/generate-skill-md.mjs --check", "primitive:test-map": "node scripts/generate-primitive-test-map.mjs", "semantics:table": "node scripts/generate-semantics-table.mjs", "semantics:table:check": "node scripts/generate-semantics-table.mjs --check", "outcome-registry:check": "node scripts/check-outcome-registry.mjs", "outcome-bijection:check": "node scripts/check-outcome-bijection.mjs", "outcome-prediction:check": "node scripts/check-outcome-prediction.mjs", "vendor:katex": "rm -rf public/vendor/katex && mkdir -p public/vendor/katex/contrib public/vendor/katex/fonts && cp node_modules/katex/dist/katex.min.css node_modules/katex/dist/katex.min.js public/vendor/katex/ && cp node_modules/katex/dist/contrib/auto-render.min.js public/vendor/katex/contrib/ && cp node_modules/katex/dist/fonts/*.woff2 public/vendor/katex/fonts/ && cp node_modules/katex/LICENSE public/vendor/katex/LICENSE && node scripts/vendor-katex-banner.mjs" }, "devDependencies": { "@tauri-apps/cli": "^2", "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^8.60.0", "@typescript-eslint/parser": "^8.60.0", "eslint": "^10.4.1", "ts-prune": "^0.10.3", "typescript": "^5.3.3", "vite": "^6.4.3", "vitest": "^4.1.5" }, "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "^2", "@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-store": "^2", "katex": "^0.17.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low