@mktsys/udt-project
v0.1.2
Published
Install UDT BMAD agent, skill, instruction, and plugin artifacts into a project.
Maintainers
Readme
UDT Project
Installs UDT BMAD agent artifacts into a project:
AGENTS.md,DESIGN.md,README.md.agentsskills, instructions, and local plugin marketplace metadata.vscodeCopilot/MCP settings with environment-variable placeholders.githubCopilot instructions, agents, instructions, skills, and referencesCLAUDE.md,.claude/commands,.claude/settings.jsonGEMINI.md,.gemini/commands,.gemini/settings.jsonopencode.json,.opencode/agents,.opencode/commands.clinerulesplugins/udt-bmad(Codex + Claude Code plugin manifests).githooks/pre-commitplus the instruction sync script
Usage
npx @mktsys/udt-projectThe install subcommand is accepted too:
npx @mktsys/udt-project installInstall only selected IDEs/CLIs:
npx @mktsys/udt-project install --tools core,github,claudeAvailable profiles:
core: UDT BMAD root docs,.agents,.vscode, plugin, hooks and sync scriptgithub: GitHub Copilot.githubassetsclaude: Claude root file, commands and settingsgemini: Gemini root file, commands and settingsopencode: OpenCode config, agents and commandscline: Cline rulesall: every profile, used by default
List profiles:
npx @mktsys/udt-project --list-toolsInstall into another directory:
npx @mktsys/udt-project --target ./my-new-projectOverwrite existing files:
npx @mktsys/udt-project --forceEnable the Git hook inside the target project:
git config core.hooksPath .githooksThe bundled MCP config uses UDT_MCP_BASE_URL and UDT_MCP_TOKEN placeholders. It does not include a real UDT service URL.
