@simplexd/thread-to-skill
v0.2.1
Published
Install the thread-to-skill Agent Skill.
Downloads
47
Maintainers
Readme
Thread to Skill
Install the thread-to-skill Agent Skill with npx.
Install
npx @simplexd/thread-to-skill@latestThe installer prompts you to choose:
- Runtime: Codex, Claude Code, Cursor, GitHub Copilot, generic agents, Gemini CLI, Qwen Code, or all.
- Location: global runtime config or local project config.
Restart your AI runtime after installing so the new skill is loaded.
Non-Interactive Install
npx @simplexd/thread-to-skill@latest --codex --global
npx @simplexd/thread-to-skill@latest --claude --global
npx @simplexd/thread-to-skill@latest --cursor --local
npx @simplexd/thread-to-skill@latest --all --globalSupported runtime flags:
--codex
--claude
--cursor
--copilot
--agents
--gemini
--qwen
--allLocation and control flags:
--global
--local
--config-dir <dir>
--dest <dir>
--force
--dry-runLocal Development
npm test
npm run pack:dry-runPublish
Before publishing, confirm that the npm scope @simplexd is available to your npm account.
If it is not, update the name field in package.json.
npm login
npm run pack:dry-run
npm publish --registry https://registry.npmjs.org/The package uses publishConfig.access=public, so scoped publishes are public by default.
