Erikas Skills
Description
Reusable skills collection for consistent code generation with Claude Code, Copilot, Cursor and OpenCode — frontend architecture, API standards, Spec Kit, orchestration and quality. pnpm monorepo with 14 @erikaax/* packages + installer CLI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
erikas-skills
[](https://www.npmjs.com/package/erikas-skills) [](./LICENSE) [](https://pnpm.io) [](https://nodejs.org) [](https://github.com/ErikaAX08/erikas-skills/actions/workflows/ci.yml)
Reusable **skills collection** for consistent code generation with Claude Code, Copilot, Cursor, Windsurf, OpenCode and other assistants — frontend architecture, API standards, Spec Kit, orchestration and quality.
**pnpm monorepo** with 14 `@erikaax/*` packages + `erikas-skills` bundle with installer CLI. Each skill can be installed individually or as a complete bundle (`@erikaax/spec-kit`).
Installation with pnpm
Requires **Node >=18** and **pnpm >=9** (`corepack enable pnpm`).
# 1) All skills (recommended)
pnpm add -D erikas-skills
npx erikas-skills install # -> .claude/skills/ (project)
npx erikas-skills install --global # -> ~/.claude/skills (global)
npx erikas-skills install --target opencode # -> .opencode/skills/
npx erikas-skills install --target all --global # Claude + Opencode
# 2) Only the ones you need
npx erikas-skills install --skills frontend-architecture,backend-api-standards --target claude
npx erikas-skills install --skills spec-kit --target claude # complete kit (7 skills + spec-kit-shared)
# 3) Granular installation per skill (workspace)
pnpm add @erikaax/frontend-architecture
pnpm add @erikaax/brain-orchestrator
pnpm add @erikaax/spec-kit # complete kit — there is no @erikaax/spec-kit-generate-spec standalone
# ...each skill is publishable as @erikaax/ (see pnpm-workspace.yaml)
# Spec Kit is atomic: @erikaax/spec-kit includes the 7 ski
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing