SkillAgentSearch skills...

food-systems-2026

"landscape:norway-fsd:validate": "tsx scripts/validate-norway-fsd-crosswalk.ts", "test:landscape": "node --import=tsx --test tests/landscape/*.test.ts", "phase:validate": "tsx scripts/validate-phase-readiness.ts", "mcp:kb": "tsx mcp/foodsystems-kb/server.ts", "mcp:kb:test": "tsx mcp/foodsystems-kb/s…

Install / Use

claude mcp add justaride -- npx -y github:justaride/food-systems-2026

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

41/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "food-systems-2026", "version": "1.0.0", "private": true, "scripts": { "dev": "tsx scripts/write-version.ts && next dev", "compute-metrics": "tsx scripts/compute-chart-metrics.ts --country=all", "vault:sync": "tsx scripts/obsidian-vault/sync.ts", "vault:check": "tsx scripts/obsidian-vault/sync.ts --check", "vault:export-db": "tsx scripts/obsidian-vault/export-db.ts", "vault:review-preflight": "tsx scripts/obsidian-vault/review-preflight.ts", "vault:review-samples": "tsx scripts/obsidian-vault/review-samples.ts", "vault:review-closeout": "tsx scripts/obsidian-vault/review-closeout.ts", "knowledge:coverage:generate": "tsx scripts/knowledge/generate-coverage-ledger.ts", "knowledge:coverage:check": "tsx scripts/knowledge/generate-coverage-ledger.ts --check", "knowledge:navigation:generate": "tsx scripts/knowledge/generate-legacy-field-navigation.ts", "knowledge:navigation:check": "tsx scripts/knowledge/generate-legacy-field-navigation.ts --check", "knowledge:field08:generate": "tsx scripts/knowledge/generate-field08-research-candidates.ts", "knowledge:field08:check": "tsx scripts/knowledge/generate-field08-research-candidates.ts --check", "knowledge:field08:evidence:generate": "tsx scripts/knowledge/generate-field08-evidence-intake.ts", "knowledge:field08:evidence:check": "tsx scripts/knowledge/field08-owner-review.ts --check", "knowledge:field08:evidence:check:full": "tsx scripts/knowledge/field08-owner-review.ts --check --verify-private --replay-api", "knowledge:field08:review:write": "tsx scripts/knowledge/field08-human-review.ts --write-templates", "knowledge:field08:review:check": "tsx scripts/knowledge/field08-human-review.ts --check-templates", "knowledge:field08:review:validate": "tsx scripts/knowledge/field08-human-review.ts --validate-receipts --receipts knowledge/pilots/field08/gate2c/review/field08-human-review-receipts.v1.jsonl", "knowledge:field08:review:status:write": "tsx scripts/knowledge/field08-human-review.ts --write-status --receipts knowledge/pilots/field08/gate2c/review/field08-human-review-receipts.v1.jsonl", "knowledge:field08:review:status:check": "tsx scripts/knowledge/field08-human-review.ts --check-status --receipts knowledge/pilots/field08/gate2c/review/field08-human-review-receipts.v1.jsonl", "knowledge:field08:owner:write": "tsx scripts/knowledge/field08-owner-review.ts --write", "knowledge:field08:owner:check": "tsx scripts/knowledge/field08-owner-review.ts --check", "knowledge:field08:owner:validate": "tsx scripts/knowledge/field08-owner-review.ts --validate-receipts", "knowledge:field08:owner:status:write": "tsx scripts/knowledge/field08-owner-review.ts --write", "knowledge:field08:owner:status:check": "tsx scripts/knowledge/field08-owner-review.ts --check", "knowledge:field08:owner:private:check": "tsx scripts/knowledge/field08-owner-review.ts --check --verify-private", "knowledge:field08:owner:review-links": "tsx scripts/knowledge/field08-owner-review.ts --check --show-review-links", "knowledge:field08:owner:replay-api": "tsx scripts/knowledge/field08-owner-review.ts --check --replay-api", "knowledge:corpus:role-receipts:templates": "tsx scripts/knowledge/corpus-role-classification-receipts.ts --write-templates", "knowledge:corpus:role-receipts:validate": "tsx scripts/knowledge/corpus-role-classification-receipts.ts --validate-receipts", "knowledge:corpus:role-receipts:status": "tsx scripts/knowledge/corpus-role-classification-receipts.ts --check-status", "knowledge:field08:archive-rights:check": "tsx scripts/knowledge/validate-field08-archive-rights-receipts.ts --receipts knowledge/pilots/field08/gate2c/archive/field08-archive-rights-receipts.v1.jsonl", "knowledge:processing-contracts:check": "node --import=tsx --test tests/lib/review-layer-contract.test.ts tests/lib/library-analysis-common.test.ts tests/lib/corpus-processing-lifecycle.test.ts tests/lib/corpus-processing-register.test.ts tests/lib/corpus-processing-current-state.test.ts tests/lib/corpus-processing-current-state-generator.test.ts tests/lib/corpus-processing-event-history.test.ts tests/lib/corpus-event-history-external-ledger.test.ts tests/lib/corpus-anchor-root-writer-compatibility.test.ts scripts/knowledge/root-anchor-writer/corpus-anchor-root-writer.test.mjs tests/lib/private-recovery-acquisition.test.ts tests/lib/corpus-pre-live-rebaseline.test.ts tests/lib/corpus-repository-bundle-transaction.test.ts tests/lib/corpus-trusted-verification-appender.test.ts tests/lib/corpus-pending-event-writer.test.ts tests/lib/corpus-event-checkpoint-finalizer.test.ts tests/lib/pdf-page-extraction-qualification.test.ts tests/lib/source-identity-verification.test.ts tests/lib/source-identity-verification-sealer.test.ts tests/lib/source-analysis-artifact.test.ts tests/lib/source-analysis-artifact-sealer.test.ts tests/lib/source-analysis-input-manifest.test.ts tests/lib/verified-source-analysis-input-manifest-revision.test.ts tests/lib/corpus-processing-full-chain.test.ts", "knowledge:candidate-contracts:check": "node --import=tsx --test tests/lib/autonomous-analysis-contract.test.ts tests/lib/candidate-analysis-contract.test.ts tests/lib/candidate-analysis-schema.test.ts tests/lib/candidate-analysis-writer.test.ts tests/lib/candidate-analysis-role-contract.test.ts tests/lib/library-analysis-candidate-compat.test.ts tests/lib/library-analysis-content-intake.test.ts tests/lib/library-analysis-automated-validation.test.ts tests/lib/library-analysis-evidence-gates.test.ts tests/lib/library-analysis-automated-runner.test.ts tests/lib/library-analysis-automated-status.test.ts tests/lib/library-analysis-pilot-regression.test.ts tests/lib/candidate-control-snapshot.test.ts", "candidate:roles:bootstrap": "scripts/bootstrap-candidate-analysis-roles.sh --apply", "candidate:roles:enable": "scripts/enable-candidate-analysis-logins.sh", "candidate:roles:disable": "scripts/disable-candidate-analysis-writes.sh --apply", "candidate:roles:verify": "scripts/verify-candidate-analysis-roles.sh", "candidate:control:snapshot": "tsx scripts/knowledge/export-candidate-control-snapshot.ts", "knowledge:library-analysis:population": "tsx scripts/knowledge/export-library-analysis-population.ts", "knowledge:library-analysis:acquisition:plan": "tsx scripts/knowledge/plan-library-analysis-acquisition.ts", "knowledge:library-analysis:acquisition:check": "tsx scripts/knowledge/execute-library-analysis-acquisition.ts --check-only", "knowledge:library-analysis:acquisition:execute": "tsx scripts/knowledge/execute-library-analysis-acquisition.ts --execute-network", "knowledge:library-analysis:acquisition:emit": "tsx scripts/knowledge/emit-library-analysis-content-units.ts", "knowledge:library-analysis:pilot:select": "tsx scripts/knowledge/select-library-analysis-pilot.ts", "knowledge:library-analysis:batches:prepare": "tsx scripts/knowledge/prepare-library-analysis-acquisition-batches.ts", "knowledge:library-analysis:batches:run": "tsx scripts/knowledge/run-library-analysis-acquisition-batches.ts", "knowledge:library-analysis:intake": "tsx scripts/knowledge/ingest-library-analysis-content-units.ts", "knowledge:library-analysis:automated": "tsx scripts/knowledge/run-library-analysis-automated.ts", "knowledge:corpus:generate": "tsx scripts/knowledge/generate-corpus-processing-register.ts", "knowledge:corpus:check": "tsx scripts/knowledge/generate-corpus-processing-register.ts --check", "knowledge:corpus:check:live": "tsx scripts/knowledge/generate-corpus-processing-register.ts --check-live", "knowledge:corpus:check:private": "tsx scripts/knowledge/generate-corpus-processing-register.ts --check-private", "knowledge:corpus:rebaseline:plan": "tsx scripts/knowledge/rebaseline-corpus-pre-live.ts --plan", "knowledge:corpus:rebaseline:apply": "tsx scripts/knowledge/rebaseline-corpus-pre-live.ts --apply", "knowledge:corpus:rebaseline:recover": "tsx scripts/knowledge/rebaseline-corpus-pre-live.ts --recover", "knowledge:pdf-pages:check": "tsx scripts/knowledge/qualify-pdf-page-extraction.ts --check-tracked", "knowledge:pdf-pages:check:private": "tsx scripts/knowledge/qualify-pdf-page-extraction.ts --check-private", "knowledge:source-analysis-input:check": "tsx scripts/knowledge/generate-source-analysis-input-manifests.ts --check-tracked", "knowledge:source-analysis-input:check:private": "tsx scripts/knowledge/generate-source-analysis-input-manifests.ts --check-private", "knowledge:library-history:check": "tsx scripts/check-library-analysis-retained-history.ts", "knowledge:health:generate": "tsx scripts/knowledge/generate-corpus-health.ts", "knowledge:health:check": "tsx scripts/knowledge/generate-corpus-health.ts --check", "knowledge:validate": "tsx scripts/knowledge/validate-knowledge-foundation.ts", "knowledge:check": "npm run knowledge:coverage:check && npm run knowledge:navigation:check && npm run knowledge:field08:check && npm run knowledge:field08:evidence:check && npm run knowledge:processing-contracts:check && npm run knowledge:candidate-contracts:check && npm run knowledge:corpus:check && npm run knowledge:pdf-pages:check && npm run knowledge:source-analysis-input:check && npm run knowledge:library-history:check && npm run knowledge:health:check && npm run knowledge:validate", "compute-metrics:full": "npm run compute-metrics && npm run audit:konsern && npm run compute-coverage && npm run vault:export-db && npm run vault:sync && npm run compute-masterhjerne", "audit:konsern": "tsx scripts/audit-konsern-coverage.ts", "audit:aquaculture": "tsx scripts/audit-aquaculture-coverage.ts", "audit:aquaculture-reconcile": "tsx scripts/audit-aquaculture-reconcile.ts", "audit:domain-coverage": "tsx scripts/audit-domain-coverage.ts", "refresh:brreg": "tsx scripts/refresh-brreg-tracked.ts", "refresh:brreg-financials": "tsx scripts/import-brreg-financials.ts", "validate:brreg": "tsx scripts/validate-against-brreg.ts", "build": "tsx scripts/write-version.ts && prisma generate && npm run compute-metrics && next build --webpack", "start": "node .next/standalone/server.js", "lint": "eslint", "test": "node --import=tsx --test $(find tests -name '.test.ts')", "landscape:report": "tsx scripts/render-project-landscape-report.ts", "landscape:validate": "tsx scripts/validate-project-landscape.ts", "landscape:norway-fsd:validate": "tsx scripts/validate-norway-fsd-crosswalk.ts", "test:landscape": "node --import=tsx --test tests/landscape/.test.ts", "phase:validate": "tsx scripts/validate-phase-readiness.ts", "mcp:kb": "tsx mcp/foodsystems-kb/server.ts", "mcp:kb:test": "tsx mcp/foodsystems-kb/smoke.ts && node --import=tsx --test tests/mcp/*.test.ts", "mcp:kb:acceptance": "tsx scripts/verify-foodsystems-mcp-live.ts", "mcp:kb:inspect": "npx @modelcontextprotocol/inspector -- npx tsx mcp/foodsystems-kb/server.ts", "verify:platform-stack-main": "npm run db:generate && npm run lint && npm test && npm run build && npm run db:audit && npm run db:audit:strict-sources && npm run audit:konsern && npm run graph:audit && npm run audit:citable", "db:generate": "prisma generate", "db:migrate": "prisma migrate dev", "db:push": "prisma db push", "db:studio": "prisma studio", "db:import": "tsx scripts/import-ts-data.ts && tsx scripts/import-research-docs.ts && tsx scripts/import-root-docs.ts && tsx scripts/import-external-sources.ts && tsx scripts/import-barekraft-sources.ts && tsx scripts/import-company-data.ts && tsx scripts/import-company-ownership.ts && tsx scripts/import-person-profiles.ts && tsx scripts/import-actors.ts && tsx scripts/import-transcripts.ts && tsx scripts/import-market-metrics.ts && tsx scripts/import-session5-supply-chain.ts", "db:import:barekraft": "tsx scr

Truncated for display — read the full file on GitHub.

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low