Portable Moreton Blue agent skills compatible with the open agent skills ecosystem.
Install all skills from this repository:
npx skills add moreton-blue-software/mb-skillsInstall a specific skill:
npx skills add moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxyInstall to specific agents:
npx skills add moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxy -a claude-code -a opencodeInstall globally:
npx skills add moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxy -gFor Claude Code, target the claude-code agent explicitly so the skill is installed under .claude/skills/:
npx skills add moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxy -a claude-code -y --copyWith current skills CLI versions, the installation preview may mention .agents/skills, but the final Claude Code install path should be:
./.claude/skills/embrace-v2-trpc-proxy
If Claude Code does not detect the skill, verify that SKILL.md exists at that path and restart Claude Code.
Generate a prompt for one skill:
npx skills use moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxyStart a supported agent with the generated skill prompt:
npx skills use moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxy --agent claude-code# GitHub shorthand
npx skills add moreton-blue-software/mb-skills
# Full GitHub URL
npx skills add https://github.com/moreton-blue-software/mb-skills
# Direct path to a skill
npx skills add https://github.com/moreton-blue-software/mb-skills/tree/master/skills/embrace-v2-trpc-proxy
# Local checkout
npx skills add ./projects/mb-skills# List available skills without installing
npx skills add moreton-blue-software/mb-skills --list
# Install non-interactively
npx skills add moreton-blue-software/mb-skills --skill embrace-v2-trpc-proxy -y
# Install all skills to all detected agents
npx skills add moreton-blue-software/mb-skills --all
# Update installed skills
npx skills update
# List installed skills
npx skills listembrace-v2-trpc-proxy: call Embrace v2 tRPC procedures through a configured proxy endpoint usingEMBRACE_V2_TRPC_PROXY_ENDPOINTandEMBRACE_V2_TRPC_PROXY_TOKEN.
Skills in this repository avoid hardcoded deployment endpoints and credentials. Configure runtime values through environment variables or your agent secret store.