Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (metaskills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Metarhia Skills
Agent skills for the Metarhia tech stack: reusable instructions for AI assistants and IDEs (Cursor, WS Code, Claude Code, Windsurf, etc.) — code style, patterns, architecture, and domain knowledge.
Usage
From your project root, link skills into your IDE so it can use them:
npx metaskillsThis autodetects installed IDEs and creates symlinks under their skills
directories pointing at node_modules/metaskills/skills, so the IDE loads
the skills without copying files.
Supported IDEs:
| IDE | Command | Target dir |
|---|---|---|
| Autodetect | npx metaskills |
Autodetect or menu |
| Cursor | npx metaskills cursor |
.cursor/skills |
| Claude | npx metaskills claude |
.claude/skills |
| Windsurf | npx metaskills windsurf |
.windsurf/skills |
| VS Code | npx metaskills vscode |
.github/skills |
| All | npx metaskills all |
All of the above |
Run once after install or after updating the package. Stale symlinks are removed and missing ones are added automatically.
Skills
Skills live under skills/<name>/SKILL.md. They cover:
- Code style: JavaScript/TypeScript (eslint-config-metarhia), formatting, naming
- Patterns: GoF, GRASP, data access, error handling, security, concurrency, async
- Architecture: OOP, functional, procedural, SOLID, highload, distributed systems
- Platform: Node.js, databases, networking, V8 optimizations, web UI, metarhia stack
See the skills directory for the full list.
Development
Clone the repo and link skills for local testing:
git clone https://github.com/metarhia/metaskills.git
cd Skills
npm install
npx metaskills # autodetect, or npx metaskills cursor, etc.Scripts:
npm run lint— check code stylenpm run fix— auto-fix with ESLint and Prettiernpm t— run tests
License & Contributors
Copyright (c) 2026 Metarhia contributors. Metaskills is MIT licensed. Metaskills is a part of Metarhia technology stack.