@supatent/skills
v0.5.2
Published
Claude Code and Codex CLI content authoring skills for Supatent CMS
Downloads
51
Maintainers
Readme
@supatent/skills
Claude Code and Codex CLI content authoring skills for Supatent CMS.
What this does
Installs AI-powered content authoring skills for Claude Code and Codex CLI. Once installed, agents can create and manage CMS content through natural conversation — blog posts, landing pages, and more.
Quick start
npx @supatent/skillsIn interactive terminals, the installer prompts for a target:
claudecodexboth
In non-interactive environments (CI), the default is claude.
Explicit target selection
# Claude Code
npx @supatent/skills --target claude
# Codex CLI
npx @supatent/skills --target codex
# Both
npx @supatent/skills --target bothUse --codex-home to override Codex install location (default: $CODEX_HOME or ~/.codex):
npx @supatent/skills --target codex --codex-home /path/to/codex-homeIncluded skills
| Skill | Claude Code | Codex CLI | Description |
|-------|-------------|-----------|-------------|
| Core | /supatent:core | supatent-core | Schema management, content operations, validation |
| Blog | /supatent:content-blog | supatent-content-blog | Create and edit blog posts with structured fields |
| Landing | /supatent:content-landing | supatent-content-landing | Build landing pages with configurable sections |
Updating
Run npx @supatent/skills again to update. The installer tracks checksums — files you've manually edited won't be overwritten without confirmation.
Use --force to skip confirmation prompts:
npx @supatent/skills --forceRequirements
- Node.js >= 20
- A Supatent CMS project with
@supatent/cliconfigured - Claude Code and/or Codex CLI
License
MIT
