Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

easi

easi에는 martinosk에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
2
업데이트
2026-06-12
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

easi-contract-first-development
소프트웨어 개발자

MUST load when building a feature contract-first or frontend-before-backend in EASI — designing an API contract before code, mocking that contract, building a runnable frontend against the mock, then implementing the backend to the same contract. Load whenever you hear "frontend first", "stub/mock the API", "contract first".

2026-06-12
easi-frontend-e2e-testing
소프트웨어 품질 보증 분석가·테스터

MUST load when UI/frontend changes are completed, to verify functionality by running the app in a browser.

2026-05-25
easi-frontend-styling
소프트웨어 개발자

MUST load when writing or reviewing any UI component, dialog, form, button, layout, or styling in the EASI frontend. Load when picking a UI primitive, deciding how to lay out a component, when you would otherwise reach for `style={{}}` or a bare HTML element, or when adding any visual chrome. The single UI vocabulary in EASI is Mantine v8 — this skill enforces it.

2026-05-25
easi-documentation
기술 작가

MUST load when creating, updating, or reviewing any documentation in EASI — docs/, architecture canvases, READMEs, INDEX files, or pattern guides. Load when adding a new bounded context canvas, writing a pattern guide, restructuring docs, or reviewing existing documentation for bloat.

2026-05-25
easi-boyscouting
소프트웨어 개발자

MUST load after completing a feature, bug fix, or any behavior-changing implementation, before declaring the work done. A deliberate cleanup pass over the affected area — files you modified AND files you read while doing the work — so the code is measurably better than you found it. Distinct from `easi-codehealth`: codehealth scores the change set; boyscouting decides what additional structural cleanups belong in this branch.

2026-05-25
domain-driven-design
소프트웨어 개발자

Load when implementing new features. Model software around the business domain. Use when designing bounded contexts, defining aggregates and value objects, mapping context relationships, or working with complex business logic. Apply before implementation to prevent model drift.

2026-05-25
easi-codehealth
소프트웨어 품질 보증 분석가·테스터

MUST load when the user asks to check code health, run codehealth, refactor for codehealth, run a pre-commit codehealth check, or assess code quality of pending/branch changes. Enforces a per-file 10.0 verification — passing CodeScene quality gates alone is NOT sufficient.

2026-05-21
easi-database-migrations
데이터베이스 아키텍트

MUST load when creating, reviewing, or fixing database migrations in EASI. Load when adding new tables, altering columns, fixing migration errors, or working with the event store schema. Also load when configuring database users or reviewing RLS policies.

2026-05-21
easi-frontend-data
웹 개발자

MUST load when writing or reviewing frontend code that talks to the backend in EASI — HATEOAS link gating, TanStack Query keys, mutation hooks, cache invalidation, multi-surface call-site audits. Load when building action buttons that depend on backend permissions, writing data-fetching hooks, setting up cache invalidation, or adding new mutation hooks.

2026-05-21
easi-spec-driven-development
프로젝트 관리 전문가

Spec-driven development workflow for EASI. Use when starting new features or behavior-changing work. Defines how to find, read, create, and maintain specs in /specs.

2026-05-21
easi-backend-testing
소프트웨어 품질 보증 분석가·테스터

MUST load when writing, running, or reviewing backend Go tests in EASI. Load when adding a new test file, choosing between unit and integration tests, running tests in CI, or checking test coverage.

2026-05-07
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Enforce RED-GREEN-REFACTOR cycle with hard gates. Use this skill whenever writing new code, fixing bugs, or adding features — any time implementation code will be written or modified. Prevents the common LLM failure mode of writing implementation first and tests later (or never). Also use when reviewing code to verify TDD discipline was followed.

2026-05-07
easi-architecture-canvas
소프트웨어 개발자

MUST load when working on EASI's Architecture Canvas — any code under `frontend/src/features/canvas/`, `frontend/src/features/views/`, or `frontend/src/store/slices/dynamicModeSlice.ts`. Load when adding canvas nodes/edges, changing what appears on a view, building handle interactions, drag-drop, dynamic-view-mode drafts, save / discard flows, or anything that touches canvas state ownership.

2026-05-03
easi-api-standards
소프트웨어 개발자

MUST load when writing or reviewing any backend HTTP handler in EASI. Load when adding a new endpoint, writing response logic, generating HATEOAS links, checking DTO structure, or writing Swagger annotations.

2026-04-25
easi-go-backend-patterns
소프트웨어 개발자

MUST load when writing or reviewing any Go backend code in EASI. Load when adding error handling, event deserializers, field extraction, upcasters, or repository code.

2026-04-25