pnsk-lab
- 6 skills
- 0 followers
- 8 hours ago last updated
- ▌ Saizeriya CLI · pnsk-lab bundleOperate the saizeriya.js command-line interface on behalf of a user. Use when the user wants an AI agent to start or resume a Saizeriya mobile-ordering session, inspect session state, look up item codes, manage a cart, view account or receipt details, or call Saizeriya CLI commands with npx/bunx. This skill is for user-facing CLI operation, not package development, publishing, or source-code maintenance.
- ▌
- ▌ Hikkaku · pnsk-lab bundleCreate Scratch project with TypeScript using Hikkaku; use when the user asks how to build or structure a Scratch project in this repo.
- ▌ Moonbit Practice · pnsk-lab bundleMoonBit code generation best practices. Use when writing MoonBit code to avoid common AI mistakes with syntax, tests, and benchmarks.
- ▌ Moonbit Agent Guide · pnsk-lab bundleGuide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.
- ▌ Moonbit Refactoring · pnsk-lab bundleRefactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions. Use when updating MoonBit packages or refactoring MoonBit APIs, modules, or tests.