longmo
✓Longmo's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Longmo's preferences.
Installation
SKILL.md
| Package Manager | pnpm (with @antfu/ni for unified commands) | | Language | TypeScript (strict mode, ESM only) | | Linting & Formatting | @antfu/eslint-config (no Prettier) + eslint-plugin-oxlint + commitlint | | Testing | Vitest | | Git Hooks | lefthook | | Bundler (Libraries) | tsdown | | Documentation | VitePress |
| ni | Install dependencies | | ni / ni -D | Add dependency / dev dependency | | nr | Run script | | nu | Upgrade dependencies | | nun | Uninstall dependency | | nci | Clean install (pnpm i --frozen-lockfile) | | nlx | Execute package (npx) |
Fix linting errors with nr lint --fix. Do NOT add a separate lint:fix script.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/long36708/longmo-skills --skill longmo- Source
- long36708/longmo-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is longmo?
Longmo's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Longmo's preferences. Source: long36708/longmo-skills.
How do I install longmo?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/long36708/longmo-skills --skill longmo Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/long36708/longmo-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05