@trustdecisiontd/skills
v1.3.0
Published
One-command Skill installer for Claude Code, Cursor, Codex, Trae, Copilot, Qoder and other AI tools.
Readme
@trustdecisiontd/skills
One-command Skill installer for Claude Code, Cursor, Codex, Trae, Copilot, Qoder and other AI tools.
Install
npx @trustdecisiontd/[email protected] add https://example.com/skills/demo
npx @trustdecisiontd/[email protected] listFor shorter day-to-day commands, install the CLI globally once:
npm install -g @trustdecisiontd/[email protected]
td-skills add https://example.com/skills/demo
td-skills list
td-skills remove demo
td-skills helpThe existing skills executable remains available for compatibility.
What it does
- Downloads the complete Skill package behind the directory URL
- Extracts and validates the package automatically in a temporary directory
- Installs every Skill file into the supported client directories
- Records CLI-owned installation metadata for each managed Skill
- Lists TrustDecision-managed Skills once with all installed clients aggregated
- Accepts legacy
.../SKILL.mdURLs as aliases for complete installation - Keeps Codex on
~/.codex/skills - Keeps Claude Code on
~/.claude/skills - Keeps Cursor on
~/.cursor/skills - Keeps Trae on
~/.trae/skills - Keeps Copilot and Qoder in the current project's skill directories
Development
npm test