@supatent/skills
v0.4.0
Published
Claude Code content authoring skills for Supatent CMS
Maintainers
Readme
@supatent/skills
Claude Code content authoring skills for Supatent CMS.
What this does
Installs AI-powered content authoring skills into your Claude Code environment. Once installed, Claude Code can create and manage CMS content through natural conversation — blog posts, landing pages, and more.
Quick start
npx @supatent/skillsThis installs skill files to .claude/skills/ in your project. Then use /supatent:core in Claude Code to get started.
Included skills
| Skill | Command | Description |
|-------|---------|-------------|
| Core | /supatent:core | Schema management, content operations, validation |
| Blog | /supatent:blog | Create and edit blog posts with structured fields |
| Landing | /supatent: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
License
MIT
