Skip to main content

EpicenterHQ/epicenter

SkillsMP는 EpicenterHQ/epicenter에서 72개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
72
GitHub 스타
4,753
GitHub 포크
376

수집된 skill 72개 중 40개를 표시합니다.

직업 분류
기타 컴퓨터 관련 직업
설명

Create, revise, place, audit, evaluate, and validate repository agent instructions across AGENTS.md, CLAUDE.md, and `.agents/skills`. Use when adding or moving agent rules, deciding whether guidance belongs globally or in a skill or reference, writing or…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Give Claude one fresh, read-only, evidence-seeking independent judgment on a bounded question. Use when the user asks Codex to consult Claude or when an independent investigation would materially reduce risk in a high-stakes, ambiguous, architectural,…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Launch and follow one durable Claude Code session that independently leads and implements a substantial mission. Use when the user asks Codex to have Claude execute or hand off the work, or when an ambitious, exploratory, multi-file task would benefit from a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Draft a compact, cold-start prompt for the user to copy and paste into a manually operated Claude Code session, with Claude leading the mission and Codex optionally available through /codex:rescue. Use only when the user explicitly asks for a prompt, manual…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Detect and collapse production code that was split into two pieces (a 'pure' inner function and a thin wrapper/handler/component that calls it) for the single purpose of letting a unit test reach the inner piece. The smell is structure shaped by the test…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Factory function patterns to compose clients and services. Use when wrapping resources with domain methods or refactoring mixed client/service/method options.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Method shorthand in return objects for JSDoc preservation. Use when factory functions have internal helpers that should expose docs, or hovering over returned methods shows no JSDoc.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeBox patterns for runtime schema validation and JSON Schema generation. Use when mentioning TypeBox, Standard Schema, or schema-based validation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How a workspace-backed app under `apps/*` is composed: the isomorphic doc factory (`create<App>`), the environment factories (`open<App>Browser` / `open<App>Extension` / tauri) with the one boot call (`connect(toConnection(auth, nodeId))`, ADR-0088/ADR-0094),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Yjs 14 CRDT patterns for Epicenter row documents: @y/y shared types, transactions, updateV2 persistence, row-addressed synchronization, awareness, conflict resolution, and document storage. Use when mentioning Yjs, Y.Doc, CRDTs, collaborative editing,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run a continuous collapse-and-simplify pass that surgically removes indirection failing to earn its boundary. Use when the user says 'collapse pass', 'simplify pass', 'reduce indirection', 'shrink the surface', 'find what to delete', when asking to audit a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Monorepo scripts, package boilerplate, conventions. Use when: "how do I run", "bun run", "build this", "run tests", "typecheck", "create a new package", linting, scaffolding packages.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeScript config conventions for this monorepo: the two-base layering, the eight leaf tiers, and the never-redeclare list. Use when adding a package, editing any tsconfig.json, picking a tier for a new app, or debugging module resolution.

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Guide sentence-level expression while drafting or revising substantial prose so it sounds like the writer on their clearest day, preserving vocabulary, humor, certainty, emotional emphasis, and relative allocation of attention. Use for tone work, rewrites, UI…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Audit Codex desktop tasks as ownership, preserve explicitly desired but unowned outcomes in a repository-local BACKLOG.md, and archive completed or superseded Codex chats without losing their history. Use when active Codex tasks have accumulated, the user…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Svelte 5 component and state-module patterns for Epicenter apps. Use when editing `.svelte`, `.svelte.ts`, or Svelte UI state code involving runes, `$props`, snippets, keyed lifecycles, `{#await}`, TanStack Query, `SvelteMap`/`SvelteSet`, `createSubscriber`,…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Help two participants with rich private models use concrete proposals and directional reactions to make latent taste legible, converging through a naturally paced conversation on either a shared explanatory model or an explicitly accepted destination before…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Greenfield clean-break review and execution for starting from an uncompromised target vision, working backward to deletion waves and owner changes, reopening settled decisions, refusing compatibility, collapsing old and new paths, moving ownership boundaries,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Epicenter workspace API patterns: `defineWorkspace`, `defineTable`, `defineKv`, table `.docs(...)`, migrations, actions, `connect(...)`, `mount(...)`, materializers, and lower-level `createWorkspace` / `openCollaboration` primitives. Use when editing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when a task seems trapped inside the current abstraction, an abstraction feels poorly designed, a proposed change looks like a band-aid, a fix keeps spreading across layers, or the user asks to think bigger, reconsider the whole unit, redesign from…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Query boundaries with TanStack Query and Wellcrafted Results. Use when editing createQuery, createMutation, resultQueryOptions, resultMutationOptions, defineQuery, defineMutation, defineKeys, shared cache identity, mutation lifecycle, or service-to-TanStack…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Whispering service boundaries: UI-free capabilities, explicit app inputs, Result-typed fallibility, direct Live objects, lifecycle-earned factories, and build-time #platform implementations. Use when creating or refactoring services, service contracts,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

defineErrors from wellcrafted: variant factories, extractErrorMessage, InferErrors/InferError, call site patterns. Use when creating error types or reviewing error patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adapt thrown or rejected operations into wellcrafted Results and consume Result values without swallowing failures. Use when replacing try-catch, adding trySync or tryAsync, choosing fallback versus typed propagation or selective rethrow, forwarding Err,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

wellcrafted/logger for library diagnostics: 5 levels, typed errors, injected sinks, and host-owned durability. Use for attach primitives, background errors, durable host logs, or replacing console.* in library code.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Design, explore, implement, polish, redesign, and review Epicenter interfaces from product direction through component-system collapse. Use when co-designing a screen, asking "what do other apps do", comparing UI directions or comparable apps, turning a rough…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Present proposed code changes visually before implementing: before/after diffs, ASCII diagrams, comparison tables. Use when: "show me options for this change", "compare approaches", or a multi-file change needs a before/after comparison before editing. Not…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

In-code documentation, folder READMEs, code comments. Use when: "document this", "add JSDoc", "write a README", "explain this code", or writing README.md/JSDoc.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write technical specs that let agents implement autonomously. Use for "write a spec", "plan this feature", "create a planning doc".

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Technical articles and blog posts with honest trade-offs. Use when: "write a blog post", "draft an article", "write about this", creating articles in docs/articles/.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

First-read approachability lens. Read code as a newly onboarded TypeScript developer to surface indirection, misleading names, type-system-only tricks, and wrong-owner boundaries. Cited by post-implementation-review and collapse-pass as their readability…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Fresh-context review and adversarial review for concrete diffs, state machines, type shapes, lifecycle boundaries, and confusing abstractions. Use when the user asks for "fresh-context review", "fresh eyes", an independent reviewer, adversarial review of a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Hub for the broad post-implementation review and second-read pass after an implementation: list every touched file as an ASCII tree, mentally inline helpers, audit dead paths and stale imports, name invariant owners, sanity-check API shape and naming, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Find the small promise to refuse when preserving it forces a large implementation family: trade a measured amount of fidelity, compatibility, modes, or reproducibility to delete disproportionate complexity. Use when the user says "asymmetric wins",…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

CSS and Tailwind, cn(), flex layouts. Use for "style this", "fix the CSS", "add classes", "not scrolling", "overflow", Tailwind utilities.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TanStack Table UI state patterns for @tanstack/svelte-table, @tanstack/table-core, createTable, ColumnDef, FlexRender, renderComponent, sorting, filtering, pagination, row identity, and local table markup composition. Use when building or reviewing Svelte…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Tauri commands, permissions, capabilities, security config, path handling, cross-platform file ops, and native filesystem APIs. Use when mentioning Tauri, desktop apps, Rust commands, invoke, capabilities, permissions, ResourceId, file paths, or platform…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeScript project conventions: derived types, type placement, acronym casing, imports, generics, factories, and runtime schema patterns. Use when editing `.ts` files, defining exported types, reviewing type names, or organizing type tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Control flow: early returns, guard clauses, linearizing nested logic. Use for "flatten these conditions", "too many nested ifs", "linearize this try-catch", or handlers mixing throw and return. For a broad "simplify this" pass over a diff or package, use…

원문 언어: 영어

업데이트
수집된 skill 72개 중 40개를 표시합니다.