@simplexd/simple-skills
v0.1.2
Published
Install the Simple Skills Agent Skill suite.
Maintainers
Readme
Simple Skills
Install the Simple Skills Agent Skill suite with npx.
Install
npx @simplexd/simple-skills@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.
By default, every packaged skill under skills/ is installed. Restart your AI runtime after installing so the new skills are loaded.
Non-Interactive Install
npx @simplexd/simple-skills@latest --codex --global
npx @simplexd/simple-skills@latest --claude --global
npx @simplexd/simple-skills@latest --cursor --local
npx @simplexd/simple-skills@latest --all --globalInstall a single skill:
npx @simplexd/simple-skills@latest --codex --global --skill thread-to-skillList packaged skills:
npx @simplexd/simple-skills@latest --listSupported runtime flags:
--codex
--claude
--cursor
--copilot
--agents
--gemini
--qwen
--allLocation and control flags:
--global
--local
--skill <name>
--list
--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.
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.
Legacy Package
@simplexd/thread-to-skill is the original single-skill package. New skills should be added under skills/ and published through @simplexd/simple-skills.
