What problem does it solve? Code changes in Ankhorage repositories must follow strict canonical policies covering lint compliance, functional programming style, Paradox documentation, behavior-focused testing, and release-quality delivery, and this Skill ensures every task branch and pull request satisfies those rules. ## Core Features & Use Cases - Git and Delivery Workflow: Creates task branches from origin/main, preserves unrelated user work, and delivers changes through well-described pull requests. - Canonical Lint and Documentation Compliance: Enforces the canonical ESLint configuration, functional programming defaults, and Paradox /*** ... */ documentation with supported tags like @usage and @example. - Behavior-Focused Testing and Release Quality: Tests observable behavior at owning boundaries, avoids hardcoded versions, manages changesets, and runs build, lint, typecheck, and packaging checks before handoff. - Use Case: When asked to add a feature to an Ankhorage package, the Skill branches from main, implements the change with Paradox-documented functions, adds tests and a changeset, validates all checks, and opens a release-ready pull request. ## Quick Start Use the ankhorage-coding-rules skill to implement this issue on a fresh task branch and deliver it as a pull request.