Bryan-cmf/dsh-infra-bootstrap0

@bryan-cmf/dsh-infra-bootstrap

DSH-Plugin: minimal infrastructure entry — infra_status / infra_bootstrap tools that probe the mounted infra stack (memory, observability, search, skills) and report readiness.

AI Analysis

核心用途是替代传统的 SKILL.md 流程,对 DSH 挂载的记忆、观测、搜索等基础设施进行结构化就绪判定。适合需要一键诊断和初始化 Agent 运行环境的系统管理员与开发者。

Package
@bryan-cmf/dsh-infra-bootstrap
Version
0.1.0-alpha.0
License
MIT
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bryan-cmf/dsh-infra-bootstrap

🚀 Infra Bootstrap — DSH-Plugin

基礎設施極簡入口:infra_status 探測已掛載的整個棧(記憶 / 觀測 / 搜索 / 技能目錄 / 運行時),infra_bootstrap 輸出就緒判定。原 7-step SKILL.md 管線的結構化替代。

npm License: MIT DSH

Tools

ToolEffect
infra_statusProbe each component and print per-line status
infra_bootstrapSame probe + final PASS / WARN verdict

Probes: vectorMemory service (records), sibling tools (usage_report / audit_skills / infra_health / mem_save / mem_search / cross_search), skill catalog size, live agents and sessions.

Install

"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-infra-bootstrap"] } }

Requirements

  • DSH >= 0.1.0-rc.6 (tools, skills services)
  • Sibling packages are optional — MISSING lines tell you what to install

Development

pnpm install --store-dir .pnpm-store
pnpm build

License

MIT