SkillAgentSearch skills...

Metaskills

Metarhia skills

Install / Use

/learn @metarhia/Metaskills
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Metarhia Skills

ci status snyk npm version npm downloads/month npm downloads

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 metaskills

This 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 style
  • npm run fix — auto-fix with ESLint and Prettier
  • npm t — run tests

License & Contributors

Copyright (c) 2026 Metarhia contributors. Metaskills is MIT licensed. Metaskills is a part of Metarhia technology stack.

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated1d ago
Forks5

Languages

JavaScript

Security Score

90/100

Audited on Mar 27, 2026

No findings