animflow-authoring-skill
v0.2.0
Published
Self-contained AnimFlow authoring skill and CLI for Codex and Claude Code
Maintainers
Readme
AnimFlow Authoring Skill
Install a self-contained AnimFlow 2.2 authoring skill for Codex or Claude Code. The package includes the matching animflow CLI, language references, diagnostics, lecture patterns, and validated examples.
One-command install
npx --yes animflow-authoring-skill@latest install --agent codexClaude Code or both agents:
npx --yes animflow-authoring-skill@latest install --agent claude
npx --yes animflow-authoring-skill@latest install --agent bothUser installation is the default. For a repository-local skill:
npx --yes animflow-authoring-skill@latest install --agent both --scope projectThe installer refuses to overwrite an existing skill. Use --force to replace it while preserving the old directory as a timestamped backup. Use --dry-run and --json for automated agent workflows.
Global commands
Installing the package globally exposes both the skill installer and the matching CLI:
npm install --global animflow-authoring-skill
animflow-skill install --agent codex
animflow version --jsonRestart the agent after installation so it discovers animflow-authoring.
Supported hosts
macOS and Linux require Node.js 18 or newer. Windows is supported through WSL.
