Skip to main content
Impertio-Studio
GitHub 제작자 프로필

Impertio-Studio

30개 GitHub 저장소에서 수집된 864개 skills를 저장소 단위로 보여줍니다.

수집된 skills
864
저장소
30
업데이트
2026년 5월 20일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
Blender-Bonsai-ifcOpenshell-Sverchok-Claude-Skill-Package
skills 73개 · 2026년 3월 30일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터데이터베이스 아키텍트네트워크·컴퓨터 시스템 관리자데이터 과학자웹 개발자
직업 카테고리 7개 · 100% 분류됨
8.4%비중
#02
Frappe_Claude_Skill_Package
skills 61개 · 2026년 4월 1일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자웹 개발자소프트웨어 품질 보증 분석가·테스터웹·디지털 인터페이스 디자이너
직업 카테고리 5개 · 100% 분류됨
7.1%비중
#03
IFC-Claude-Skill-Package
skills 50개 · 2026년 5월 20일
소프트웨어 개발자건축가(조경 및 선박 제외)소프트웨어 품질 보증 분석가·테스터토목 엔지니어
직업 카테고리 4개 · 100% 분류됨
5.8%비중
#04
Rust-Claude-Skill-Package
skills 44개 · 2026년 5월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
5.1%비중
#05
shadcn-ui-Claude-Skill-Package
skills 42개 · 2026년 5월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
4.9%비중
#06
PostgreSQL-Claude-Skill-Package
skills 38개 · 2026년 5월 19일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자데이터베이스 아키텍트소프트웨어 품질 보증 분석가·테스터
직업 카테고리 4개 · 100% 분류됨
4.4%비중
#07
Frontend-Design-Claude-Skill-Package
skills 36개 · 2026년 5월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
4.2%비중
#08
WebGPU-Claude-Skill-Package
skills 35개 · 2026년 5월 20일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
4.1%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

aec-agents-workflow-orchestrator
소프트웨어 개발자

Use when a task spans multiple AEC technologies (Blender, IfcOpenShell, Bonsai, Sverchok) and you need to decide which tool handles which step, or when orchestrating multi-step BIM pipelines such as IFC creation to visualization to authoring. Prevents the…

2026년 3월 30일
aec-core-bim-workflows
소프트웨어 개발자

Use when implementing end-to-end BIM workflows that combine IfcOpenShell, Bonsai, and Blender -- such as IFC creation from scratch, model enrichment, validation pipelines, geometry extraction, or batch processing of building models. Prevents the common…

2026년 3월 30일
blender-agents-code-validator
소프트웨어 품질 보증 분석가·테스터

Use when reviewing, validating, or auditing Blender Python code for correctness. Runs systematic checks for deprecated API usage, context errors, version compatibility issues, threading violations, data reference invalidation, incorrect operator calls, and…

2026년 3월 30일
blender-agents-version-migrator
소프트웨어 개발자

Use when migrating, porting, or upgrading Blender Python scripts and addons across major versions (3.x to 4.x to 5.x). Provides a systematic migration process covering API renames, removed functions, changed parameters, extension system migration, BGL to GPU…

2026년 3월 30일
blender-core-api
소프트웨어 개발자

Use when writing Blender Python scripts that access bpy module structure, RNA data, the context system, dependency graph, or operator invocation. Prevents the common mistake of accessing context attributes outside their valid scope or calling operators…

2026년 3월 30일
blender-core-gpu
소프트웨어 개발자

Use when drawing custom overlays, viewport visualizations, or offscreen renders in Blender Python. Prevents the critical mistake of using the deprecated bgl module (removed in Blender 5.0) instead of the gpu module. Covers gpu.shader, gpu.batch, gpu.state,…

2026년 3월 30일
blender-core-runtime
소프트웨어 개발자

Use when dealing with Blender Python runtime behavior -- mathutils, threading, handlers, timers, or crashes after undo/redo. Prevents the #1 runtime crash: using threading for bpy operations instead of bpy.app.timers, or caching bpy.data references across…

2026년 3월 30일
blender-core-versions
소프트웨어 개발자

Use when writing Blender Python code that must work across multiple versions (3.x/4.x/5.x), or when migrating scripts between Blender versions. Prevents breakage from renamed APIs, removed modules (bgl in 5.0), and changed function signatures. Provides the…

2026년 3월 30일
수집된 skill 73개 중 8개를 표시합니다.
frappe-agent-interpreter
소프트웨어 개발자

Use when receiving vague or unclear ERPNext/Frappe development requests that need interpretation. Transforms requirements like 'make invoice auto-calculate' or 'add approval workflow' into concrete technical specifications. Determines which Frappe mechanisms…

2026년 4월 1일
frappe-agent-validator
소프트웨어 품질 보증 분석가·테스터

Use when reviewing or validating Frappe/ERPNext code against best practices and common pitfalls. Checks generated code before deployment, validates against all 61 frappe-* skills, catches v16 patterns (extend_doctype_class, type annotations), validates ops…

2026년 4월 1일
frappe-ops-website-deploy
웹 개발자

Deploy HTML/CSS websites to ERPNext/Frappe (v15/v16) as Web Pages via the REST API. Use this skill whenever a user wants to host a website on ERPNext, deploy HTML mockups to Frappe, create Web Pages programmatically, configure Website Settings, or integrate…

2026년 4월 1일
frappe-agent-architect
소프트웨어 개발자

Use when designing multi-app Frappe architectures, deciding whether to split functionality into separate apps, or implementing cross-app communication patterns. Prevents monolithic app sprawl, circular dependencies between apps, and broken override chains.…

2026년 3월 30일
frappe-agent-debugger
소프트웨어 개발자

Use when debugging Frappe errors, using bench console for live inspection, analyzing tracebacks, or reading Frappe log files. Prevents wasted debugging time from ignoring log context, misreading tracebacks, and not using bench console effectively. Covers…

2026년 3월 30일
frappe-agent-migrator
소프트웨어 개발자

Use when migrating a Frappe app between major versions, detecting breaking API changes, or resolving post-migration errors. Prevents failed migrations from undetected deprecated APIs, removed methods, and changed function signatures. Covers breaking change…

2026년 3월 30일
frappe-core-api
소프트웨어 개발자

Use when building ERPNext/Frappe API integrations (v14/v15/v16) including REST API, RPC API, authentication, webhooks, and rate limiting. Covers external API calls, endpoint design, token/OAuth2/session authentication. Keywords: API integration, REST…

2026년 3월 30일
frappe-core-cache
소프트웨어 개발자

Use when implementing Redis caching, cache invalidation, or distributed locking in Frappe. Prevents stale cache bugs, race conditions from missing locks, and memory bloat from unbounded cache keys. Covers frappe.cache(), @redis_cache decorator,…

2026년 3월 30일
수집된 skill 61개 중 8개를 표시합니다.
ifc-core-data-model
건축가(조경 및 선박 제외)

Use when you need to understand or explain how the IFC schema is organized, decide which conceptual layer an entity belongs to, judge whether one schema is allowed to reference another, or work out why an entity does or does not carry a GlobalId. Prevents the…

2026년 5월 20일
ifc-impl-authoring-file
건축가(조경 및 선박 제외)

Use when authoring a new IFC file from scratch and the minimal valid skeleton must be built before any element can be added: the IfcProject context root, the IfcUnitAssignment, the IfcGeometricRepresentationContext, the spatial tree, the IfcOwnerHistory, the…

2026년 5월 20일
ifc-impl-cobie
건축가(조경 및 선박 제외)

Use when producing, reading, or extracting COBie facility-management handover data from an IFC model: mapping COBie worksheets to IFC entities, deciding which records belong in COBie scope, choosing between the IFC STEP exchange and the spreadsheet form, or…

2026년 5월 20일
ifc-impl-library-selection
소프트웨어 개발자

Use when choosing which IFC implementation library to use for a project, or when unsure which tool reads and writes IFC files for a given language, platform, or target IFC version. Prevents picking a library that does not fit the language or platform,…

2026년 5월 20일
ifc-syntax-ifcjson
건축가(조경 및 선박 제외)

Use when reading, generating, or evaluating an ifcJSON file, choosing a JSON encoding for IFC data in a web or REST application, or resolving the ref-based cross-references in an ifcJSON document. Prevents treating ifcJSON as a stable standardized format,…

2026년 5월 20일
ifc-syntax-ifcxml
건축가(조경 및 선박 제외)

Use when you need to read, write, or recognise an ifcXML file, understand the iso_10303_28 / uos document structure, or resolve id / ref / href references in IFC XML data. Prevents confusing ifcXML (ISO 10303-28) with the STEP Physical File (ISO 10303-21),…

2026년 5월 20일
ifc-agents-migration-orchestrator
소프트웨어 개발자

Use when asked to migrate an IFC file to another schema version, upgrade an IFC2x3 model to IFC4 or IFC4.3, downgrade an IFC4 model, or plan a schema-version conversion of an IFC dataset end to end. Prevents copying attributes blindly across a version…

2026년 5월 20일
ifc-agents-quality-checker
토목 엔지니어

Use when an IFC file is schema-valid but you must judge whether it is actually useful, audit an IFC model for information completeness, score model quality before handover, or answer why a valid IFC file is empty in facility management, quantity take-off, or…

2026년 5월 20일
수집된 skill 50개 중 8개를 표시합니다.
rust-agents-orchestrator
소프트웨어 개발자

Use when starting any Rust task to route to the correct rust-* skill, and when finishing any Rust task to run the cross-skill quality checklist (clippy, rustfmt, MSRV, edition idioms, error handling, async hygiene, doc coverage). Prevents loading the wrong…

2026년 5월 19일
rust-core-language-versions
소프트웨어 개발자

Use when the user asks about Rust editions (2015/2018/2021/2024), MSRV, the version matrix, channels (stable/beta/nightly), what stabilized in which release, or how Rust evolves. Prevents writing pre-2024 idioms in edition-2024 code, recommending unstabilised…

2026년 5월 19일
rust-core-type-system
소프트웨어 개발자

Use when the user needs to understand Rust's type system fundamentals: nominal typing, zero-sized types, repr attributes, niche optimization, primitive types, the never type, type-state pattern, or const generics. Prevents misusing repr(C) when default repr…

2026년 5월 19일
rust-syntax-gats
소프트웨어 개발자

Use when the user needs Generic Associated Types: `type Item<'a>` in a trait, the `LendingIterator` pattern, callback registries parameterised by lifetime, or families of types whose lifetime/type varies per call. Prevents reaching for higher-kinded-type…

2026년 5월 19일
rust-syntax-pattern-matching
소프트웨어 개발자

Use when the user writes a `match`, `if let`, `let else`, `while let`, an if-let chain (edition 2024 stable in 1.88), destructures a struct/tuple/enum/slice/reference, uses `ref` / `ref mut`, guards, or or-patterns. Prevents non-exhaustive `match` on enums,…

2026년 5월 19일
rust-agents-compile-fix
소프트웨어 개발자

Use when iterating on rustc compile errors: how to read a rustc error, which errors to fix first, when to apply rustc's suggestion blindly vs inspect it, when to consult `rustc --explain`, and when to stop and ask instead of cascading edits. Prevents fixing…

2026년 5월 19일
rust-agents-code-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing Rust code for quality: clippy lint categories, naming idioms, error-handling hygiene, async correctness, memory-pattern appropriateness, and justified lint suppressions. Prevents approving code with unjustified `.unwrap()`, `.await` inside…

2026년 5월 19일
rust-errors-thiserror-anyhow
소프트웨어 개발자

Use when the user chooses an error-handling crate: `thiserror` for structured library errors, `anyhow` for opaque application errors, both together, or migrates between them. Prevents using anyhow in a public library API, using thiserror where a one-off…

2026년 5월 19일
수집된 skill 44개 중 8개를 표시합니다.
shadcn-core-cli
소프트웨어 개발자

Use when running any shadcn CLI command (init, add, view, search, apply, preset, build, docs, info, migrate), when writing or editing components.json, when choosing between tsconfig path aliases and package.json#imports aliases (new in shadcn@4.7.0), when…

2026년 5월 19일
shadcn-impl-component-install
소프트웨어 개발자

Use when adding a new component to a project that already uses shadcn, when bootstrapping shadcn for the first time in a fresh app, when deciding between `shadcn add`, a hand-built primitive, or a pre-built block, when wiring path aliases (tsconfig paths or…

2026년 5월 19일
shadcn-core-registry
소프트웨어 개발자

Use when authoring or consuming a shadcn registry, when configuring the `registries` field in components.json, when wiring a private or paid component library behind a namespace prefix like `@myorg/datepicker`, when securing a custom registry with bearer…

2026년 5월 19일
shadcn-errors-cmdk-version-drift
소프트웨어 개발자

Use when a shadcn ui Command primitive (command palette, Combobox, search list, fuzzy filter, multi-select dropdown) stops filtering, renders the full list regardless of typing, fails to highlight or click items, throws "TypeError : undefined is not iterable…

2026년 5월 19일
shadcn-impl-framework-integration
소프트웨어 개발자

Use when initializing shadcn ui inside a Vite, Next.js (App or Pages Router), React Router v7 (former Remix), Astro, or TanStack Start project, or when diagnosing per-framework init issues like wrong rsc flag, broken `@/*` alias resolution, or missing…

2026년 5월 19일
shadcn-agents-cva-validator
소프트웨어 품질 보증 분석가·테스터

Use when reviewing, validating, or auditing a shadcn ui component that uses class-variance-authority (cva), when an LLM has just produced a Button-like, Badge-like, Alert-like, or any other cva-driven component and you must verify the variant API before…

2026년 5월 19일
shadcn-agents-form-validator
소프트웨어 품질 보증 분석가·테스터

Use when validating a react-hook-form + zod + shadcn Form integration in a code review, a draft AI-generated form, or a bug report ("my validation does not trigger", "the error message never shows", "the Select does not bind", "submit fires but values are…

2026년 5월 19일
shadcn-agents-rsc-boundary-validator
소프트웨어 품질 보증 분석가·테스터

Use when auditing a Next.js App Router codebase that consumes shadcn ui for misplaced or missing `"use client"` directives, when reviewing a pull request that adds shadcn primitives and you must confirm the boundary is correct before merging, when a build…

2026년 5월 19일
수집된 skill 42개 중 8개를 표시합니다.
postgres-agents-migration-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a database migration for production safety before it runs, or auditing a migration file in a pull request. Prevents shipping a plain CREATE INDEX that locks writes, a full-rewrite ALTER COLUMN TYPE, a breaking DROP/RENAME without…

2026년 5월 19일
postgres-agents-schema-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a PostgreSQL schema or DDL design before it ships, or auditing an existing schema for structural problems. Prevents shipping tables with no primary key, un-indexed foreign keys, multi-tenant tables with no RLS strategy, SERIAL where…

2026년 5월 19일
postgres-errors-replication-lag
네트워크·컴퓨터 시스템 관리자

Use when a replica is behind, a replication slot is bloating WAL, or a logical subscription is stuck. Prevents primary disk filling from an inactive slot, discovering lag only at failover time, and ignoring a stuck subscription that never self-heals after a…

2026년 5월 19일
postgres-agents-query-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when reviewing SQL queries for correctness and performance before they ship, or auditing existing queries in a codebase. Prevents rubber-stamping queries without checking index usage, missing a WHERE-less UPDATE/DELETE, and overlooking implicit casts or…

2026년 5월 19일
postgres-errors-statement-timeouts
소프트웨어 개발자

Use when queries are canceled by timeout, sessions hold locks while idle, or you need to bound query and transaction duration safely. Prevents a forgotten open transaction blocking vacuum forever (set idle_in_transaction_session_timeout), blindly retrying a…

2026년 5월 19일
postgres-errors-connection-auth
소프트웨어 개발자

Use when connections fail with authentication errors, no pg_hba.conf entry, SSL handshake problems, or too-many-connections. Prevents trust auth on production hosts, sslmode=require giving a false sense of security (no server verification), editing…

2026년 5월 19일
postgres-errors-serialization
소프트웨어 개발자

Use when choosing a transaction isolation level, handling serialization_failure errors, or preventing write-skew anomalies. Prevents treating 40001 as a hard error instead of retrying, retrying only the last statement instead of the whole transaction, and…

2026년 5월 19일
postgres-errors-constraint-violations
소프트웨어 개발자

Use when inserts or updates fail with unique, foreign-key, not-null, check, or exclusion constraint errors. Prevents the catch-23505-then-UPDATE race (use ON CONFLICT atomically), slow cascading deletes from un-indexed FK columns, and impossible inserts from…

2026년 5월 19일
수집된 skill 38개 중 8개를 표시합니다.
frontend-component-data-tables-command-palette
소프트웨어 개발자

Use when building an accessible data table (semantic markup, sortable columns, sticky header that stays put while users scroll long lists, mobile-safe reflow strategy, row selection with select-all and indeterminate state, virtualised tables that need…

2026년 5월 19일
frontend-agents-a11y-perf-consistency-auditor
소프트웨어 품질 보증 분석가·테스터

Use when auditing a UI component, page, or feature for the three combined failure modes a frontend product can ship : WCAG 2 2 accessibility violations, Core Web Vitals (LCP / INP / CLS) regressions, and cross-skill consistency drift (naming, structure, token…

2026년 5월 19일
frontend-agents-design-system-validator
소프트웨어 품질 보증 분석가·테스터

Use when auditing a CSS codebase for design-system compliance, reviewing a pull request that touches `.css` / `.scss` / `.ts` / `.tsx` / `.vue` / `.svelte` files with style declarations, hunting for hardcoded color / spacing / font-size / radius values that…

2026년 5월 19일
frontend-errors-units-rendering-viewport
소프트웨어 개발자

Use when a mobile hero section overflows because of `100vh`, deciding between the small (`svh`), large (`lvh`), and dynamic (`dvh`) viewport-unit families, picking between `em` and `rem` for font-size or component spacing, reasoning about CSS px versus device…

2026년 5월 19일
frontend-errors-cascade-conflicts
소프트웨어 개발자

Use when a CSS rule that should clearly win does not (style not applying despite higher specificity), when `!important` is being escalated as a fix-everything hammer (you are about to lose a specificity war by joining it), when an unlayered author rule…

2026년 5월 19일
frontend-errors-layout-pitfalls
소프트웨어 개발자

Use when diagnosing the canonical layout failures of modern CSS : a flex child that overflows its parent (the auto `min-content` floor), three `1fr` grid columns that refuse to be equal (the same floor), a `position: sticky` element that never sticks…

2026년 5월 19일
frontend-impl-view-transitions-scroll-animations
소프트웨어 개발자

Use when a single-page-app DOM swap needs a Shared-Element transition (old and new states cross-fade with named elements morphing between them) without rolling a custom FLIP library, when a multi-page-app navigation should animate seamlessly from one document…

2026년 5월 19일
frontend-impl-web-components
소프트웨어 개발자

Use when authoring a custom HTML element with `customElements.define`, attaching a shadow root with `attachShadow`, distributing children via `<slot>`, reacting to attribute changes via `observedAttributes` + `attributeChangedCallback`, server-rendering the…

2026년 5월 19일
수집된 skill 36개 중 8개를 표시합니다.
webgpu-agents-pipeline-orchestrator
소프트웨어 개발자

Use when building a WebGPU application end to end, setting up the full adapter to device to pipeline to resource chain, or deciding which WebGPU skill applies to the current step. Prevents setup-order mistakes, wrong buffer usage flags, and bind-group layout…

2026년 5월 20일
webgpu-agents-quality-validator
소프트웨어 품질 보증 분석가·테스터

Use when reviewing or validating generated WebGPU or WGSL code before trusting it, or auditing a WebGPU codebase for correctness. Prevents shipping hallucinated APIs, alignment errors, missing device-loss handling, and unlabeled descriptors. Covers a…

2026년 5월 20일
webgpu-errors-debugging
소프트웨어 개발자

Use when debugging WebGPU: diagnosing validation messages, surfacing WGSL compile errors, or capturing a GPU frame. Prevents the undebuggable-from-a-generic-message problem caused by unlabeled descriptors. Covers object labels, error scopes for isolation,…

2026년 5월 20일
webgpu-errors-device-loss
소프트웨어 개발자

Use when handling WebGPU device loss, the device.lost promise, or recovering after a GPU process crash. Prevents the silent-retry-loop anti-pattern and recovering after an intentional device.destroy. Covers the device.lost promise, GPUDeviceLostInfo reason…

2026년 5월 20일
webgpu-errors-validation
소프트웨어 개발자

Use when a WebGPU call fails validation, when capturing errors with error scopes, or when handling the uncapturederror event. Prevents the mistake of treating uncapturederror like a synchronous getError. Covers GPUValidationError, GPUOutOfMemoryError,…

2026년 5월 20일
webgpu-impl-compute-usecases
소프트웨어 개발자

Use when building WebGPU compute workloads: image processing, particle systems, physics simulation, or reduction and prefix-sum. Prevents data races and stale-read bugs in multi-pass compute pipelines. Covers image processing, particle systems, physics…

2026년 5월 20일
webgpu-impl-render-usecases
소프트웨어 개발자

Use when building WebGPU render workloads: PBR materials, full-screen passes, post-processing, or screen-space effects. Prevents the unnecessary-vertex-buffer mistake for full-screen passes and WebGL clip-space assumptions. Covers PBR material setup, the…

2026년 5월 20일
webgpu-impl-webgl-migration
소프트웨어 개발자

Use when porting a WebGL or WebGL2 application to WebGPU, or mapping a WebGL concept to its WebGPU equivalent. Prevents broken ports from clip-space differences and the missing automatic mipmap generation. Covers the WebGL to WebGPU concept mapping,…

2026년 5월 20일
수집된 skill 35개 중 8개를 표시합니다.
mariadb-agents-query-optimizer
소프트웨어 개발자

Use when a user provides a slow query plus its EXPLAIN output and wants a concrete optimization, or asks "make this query faster", or wants an index recommendation validated against MariaDB optimizer behavior. Prevents the common mistake of suggesting an…

2026년 5월 19일
mariadb-agents-schema-reviewer
데이터베이스 아키텍트

Use when reviewing a proposed MariaDB schema before it ships, auditing an existing schema for engine / indexing / naming / normalization problems, or validating a migration DDL. Prevents the common mistake of shipping a schema with MyISAM tables, UUID-text…

2026년 5월 19일
mariadb-errors-galera-conflicts
네트워크·컴퓨터 시스템 관리자

Use when a Galera cluster reports certification failures, ER_LOCK_DEADLOCK fires at COMMIT in a multi-master setup, wsrep_local_cert_failures keeps climbing, a hot-row is contended across nodes, or the cluster appears to be in split-brain. Prevents the common…

2026년 5월 19일
mariadb-impl-query-optimization
소프트웨어 개발자

Use when a query is slow, when reading EXPLAIN output, when deciding on index hints, when tuning optimizer_switch flags, when using optimizer_trace, or when comparing MariaDB and MySQL optimizer behavior. Prevents the common mistake of trusting type=ALL…

2026년 5월 19일
mariadb-syntax-sql-dml
소프트웨어 개발자

Use when writing INSERT, UPDATE, DELETE, REPLACE, or upsert statements, debugging "why was this row not updated", or migrating MySQL DML patterns to MariaDB. Prevents the INSERT IGNORE silent-corruption trap, REPLACE INTO FK cascade, ON DUPLICATE KEY…

2026년 5월 19일
mariadb-core-defaults-and-sql-modes
네트워크·컴퓨터 시스템 관리자

Use when investigating "my query worked yesterday and now doesn't", upgrading between LTS releases, migrating from MySQL, or setting up a new MariaDB instance with explicit sql_mode and charset. Prevents the common mistake of relying on implicit defaults that…

2026년 5월 19일
mariadb-core-version-matrix
네트워크·컴퓨터 시스템 관리자

Use when choosing which MariaDB version to install, upgrading between LTS releases, reasoning about feature availability, or interpreting EOL dates. Prevents the common mistake of assuming a feature works in 10.6 when it landed in 10.11, or running production…

2026년 5월 19일
mariadb-agents-migration-validator
데이터베이스 아키텍트

Use when validating a MySQL SQL dump or schema before importing into MariaDB, checking a codebase for MySQL-specific syntax that breaks on MariaDB, or producing a migration remediation checklist. Prevents the common mistake of importing a MySQL 8 dump with…

2026년 5월 19일
수집된 skill 31개 중 8개를 표시합니다.
cesium-agents-scene-architect
소프트웨어 개발자

Use when starting a new CesiumJS application or feature and deciding how to structure the scene: which viewer class, which imagery and terrain, how to represent a dataset, and whether to enable on-demand rendering. Prevents the wrong-API-tier choice (Entity…

2026년 5월 20일
cesium-agents-skill-validator
소프트웨어 품질 보증 분석가·테스터

Use when CesiumJS code has just been generated or reviewed and must be checked before it is called done, to catch deprecated APIs and common defects, or when auditing CesiumJS code from an older source. Detects the removed synchronous patterns (readyPromise,…

2026년 5월 20일
cesium-errors-coordinates
소프트웨어 개발자

Use when CesiumJS geometry renders in the wrong place, falls through the terrain, sits at the center of the Earth, or never appears, and when position values come back as NaN. Prevents the radians-versus-degrees mistake, the Cartographic-versus-Cartesian3…

2026년 5월 20일
cesium-errors-memory
소프트웨어 개발자

Use when a CesiumJS app's memory keeps growing, the browser tab slows down or crashes after running a while, or the console reports "Too many active WebGL contexts" or "DeveloperError: This object was destroyed". Covers WebGL resource leaks from missing…

2026년 5월 20일
cesium-errors-rendering
소프트웨어 개발자

Use when a CesiumJS globe renders blank, black, white, or frozen, when the canvas shows nothing, when the WebGL context is lost, or when a render-loop error panel covers the canvas. Prevents the blank-globe trap caused by an unset CESIUM_BASE_URL, a missing…

2026년 5월 20일
cesium-errors-tileset
소프트웨어 개발자

Use when a Cesium3DTileset does not load or render: the console floods with CORS errors, the network tab shows 401 or 403, readyPromise is undefined, fromUrl resolves but nothing appears, the tileset has holes, or fromUrl rejects with a RuntimeError. Covers…

2026년 5월 20일
cesium-impl-aec-georef
소프트웨어 개발자

Use when placing a BIM model, CAD model, IFC export, or city model into a CesiumJS globe at its real geographic location, and the model renders at the center of the Earth, sits at the wrong place, floats above or sinks below terrain, or faces the wrong…

2026년 5월 20일
cesium-impl-build-deploy
소프트웨어 개발자

Use when a bundled CesiumJS app shows a blank globe, logs 404s for Workers, Assets, or Widgets, fails with a worker or bundler error, or when converting a Sandcastle example into a production build. Covers the cesium npm package, the four static directories,…

2026년 5월 20일
수집된 skill 30개 중 8개를 표시합니다.
tailwind-errors-specificity
소프트웨어 개발자

Use when a Tailwind utility class is in the compiled CSS but does NOT visually override a component class or a third-party rule, when @apply produces output that does not behave like the utility applied to a real element, when a custom utility you authored…

2026년 5월 19일
tailwind-errors-v4-migration
소프트웨어 개발자

Use when upgrading a Tailwind CSS v3 codebase to v4 and hitting silent visual regressions, build errors after switching imports, or unexpected behavior changes that the codemod did not catch. Catalogs every default-behavior change between v3 and v4 with…

2026년 5월 19일
tailwind-agents-validator
소프트웨어 품질 보증 분석가·테스터

Use when reviewing a Tailwind CSS codebase for cross-rule violations, performing a pre-PR audit of changes that touch styling, validating a v3-to-v4 migration result, or running a periodic codebase health check across utility classes, plugin authoring, and…

2026년 5월 19일
tailwind-errors-build-failures
소프트웨어 개발자

Use when a Tailwind build completes successfully but the compiled CSS is empty, partial, or stale, when classes appear in markup but styles never render in the browser, when a freshly added utility refuses to take effect, when an HMR update leaves the page…

2026년 5월 19일
tailwind-errors-utility-soup
소프트웨어 개발자

Use when a Tailwind element has 20+ utility classes on one line, when reviewers complain about "utility soup", or when deciding between leaving utilities inline, extracting a component, or pulling utilities into @apply. Prevents the premature-extraction trap…

2026년 5월 19일
tailwind-errors-dynamic-classes
소프트웨어 개발자

Use when Tailwind classes work in development but disappear in production builds, or when class names assembled at runtime (template literals like bg-${color}-500, server-injected JSON, CMS-driven attributes, i18n strings, user-configured colours) render in…

2026년 5월 19일
tailwind-impl-migration-v3-v4
소프트웨어 개발자

Use when migrating a project from Tailwind CSS v3.4 to v4.0+, deciding between the automated upgrade tool and manual conversion, planning a dual-version monorepo transition, auditing a codebase before the upgrade, or verifying behaviour after the upgrade.…

2026년 5월 19일
tailwind-impl-tailwind-merge
소프트웨어 개발자

Use when composing Tailwind class strings dynamically across React, Vue, Svelte, Solid, or any framework where a parent component passes override classes to a child via a className prop, and the child combines them with its own defaults. Solves the…

2026년 5월 19일
수집된 skill 30개 중 8개를 표시합니다.
axum-agents-api-review
소프트웨어 품질 보증 분석가·테스터

Use when auditing or reviewing existing Axum code, a diff, or a single file for correctness, reliability, and security defects, when a code review must flag Axum-specific mistakes, or when checking an Axum service against the package best practices before a…

2026년 5월 20일
axum-agents-scaffold
소프트웨어 개발자

Use when the request is to build a complete Axum service from scratch rather than to fix one isolated piece: "build me an Axum API", "scaffold a Rust web service", "set up a new Axum project", or when a half-built service needs the missing production layers…

2026년 5월 20일
axum-errors-extractor-rejections
소프트웨어 개발자

Use when an Axum extractor fails and you need control over the HTTP error: customizing a Json/Path/Query rejection, returning a JSON error body instead of Axum's plain text, building a unified API error type, or upgrading 0.7 to 0.8 and Option extractors…

2026년 5월 20일
axum-errors-handler-trait
소프트웨어 개발자

Use when the compiler rejects an Axum handler with "the trait bound ... Handler<_, _> is not satisfied", when a function will not register on a route, when the error block names Handler with inference placeholders and lists unrelated impls as help, or when a…

2026년 5월 20일
axum-errors-handling
소프트웨어 개발자

Use when a handler must return an error, when adding a custom error type to an Axum service, when the question mark operator will not compile inside a handler, when anyhow::Error does not implement IntoResponse, or when a fallible tower middleware Service is…

2026년 5월 20일
axum-impl-deployment
소프트웨어 개발자

Use when deploying an Axum service to production, containerizing it with Docker, or when a SIGTERM from Docker, Kubernetes, or systemd kills in-flight requests on every restart or rolling deploy. Prevents dropped requests on shutdown, 1.5 GB images from…

2026년 5월 20일
axum-impl-openapi
소프트웨어 개발자

Use when generating an OpenAPI 3 specification and a Swagger UI for an Axum service: documenting handlers, describing request and response schemas, or serving an interactive API explorer. Prevents the hand-written spec that silently drifts from the real…

2026년 5월 20일
axum-impl-tracing
소프트웨어 개발자

Use when adding structured logging or request tracing to an Axum service, when wiring a tracing-subscriber, when instrumenting handlers, when log timings look interleaved or spans nest under the wrong parent, or when exporting spans to an OpenTelemetry…

2026년 5월 20일
수집된 skill 29개 중 8개를 표시합니다.
저장소 30개 중 12개 표시