@xiongshuyao/agent-skills
v0.1.3
Published
Install xiongshuyao Codex and Claude skills with npx.
Readme
Xiongshuyao Agent Skills
Install the bundled Codex and Claude skills with npx.
One-command setup installs skills and creates the non-secret local config template:
npx -y @xiongshuyao/agent-skills@latest setup --target all --allSetup only Codex:
npx -y @xiongshuyao/agent-skills@latest setup --target codex --allSetup only Claude:
npx -y @xiongshuyao/agent-skills@latest setup --target claude --allInstall skills only:
npx -y @xiongshuyao/agent-skills@latest install --target all --allInstall selected skills:
npx -y @xiongshuyao/agent-skills@latest install --target codex --skills juper,log,mysqlCheck whether skills and local config exist:
npx -y @xiongshuyao/agent-skills@latest doctor --target allCreate a non-secret local config template:
npx -y @xiongshuyao/agent-skills@latest init-config --target allThe generated config uses JMS_PASSWORD for the JumpServer password. Do not write passwords, tokens, or database connection strings into the package or config template.
Bundled skills:
juper->jumpserver-api-opslog->tracing-logs-to-codemysql->mysql-read-data
