@crossplatformai/skills
v0.0.2
Published
Reusable Agent Skills for CrossPlatform.ai projects.
Readme
@crossplatformai/skills
Reusable Agent Skills for CrossPlatform.ai projects.
This package is intentionally no-build. It publishes TypeScript metadata from src/ and concrete Agent Skill directories from skills/.
Installation
After publication, install it like any other public package:
pnpm add -D @crossplatformai/skillsFor local testing before publication, link the package from this repository:
pnpm --dir "/Users/mickythompson/workstation/framework/packages/skills" link --global
pnpm --dir "/path/to/consumer" link --global @crossplatformai/skillsLocal linking is for verification only. Do not commit consumer lockfile or dependency-file mutations caused by pnpm link unless the package is intentionally being adopted as a durable dependency.
Available Skills
@crossplatformai/skills#react-native-web-styling: React Native Web and Uniwind styling guidance for class precedence, spacing, and compatibility fixes.@crossplatformai/skills#playwright-visual-verification: Local Playwright visual verification guidance for snapshots, screenshots, and computed-style checks.@crossplatformai/skills#documentation-writing: Durable evergreen documentation guidance with change-oriented framing when change history is needed.
The package metadata exports the relative paths to these skill directories. It does not scan the filesystem or provide a runtime skill loader.
Publishing Model
The package publishes these files:
src/: lightweight TypeScript metadata.skills/: concrete Agent Skill directories andSKILL.mdpayloads.README.mdandLICENSE.
There is no build, prepack, bin, CommonJS export, or generated runtime artifact.
Pattern Inspiration
This package follows the same general package-distributed skill pattern used by TanStack Intent. It is not affiliated with TanStack Intent or TanStack.
