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

berserquir

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

수집된 skills
36
Stars
7
업데이트
2026-07-14
Forks
1
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

context-eng
소프트웨어 개발자

Context engineering — memory navigation, textual graph traversal, progressive disclosure, recovery. Load when assembling context for a task or when lost.

2026-07-14
security-hardening
정보 보안 분석가

Implementation-side security discipline — headers, dependencies, secrets, authz. Load for hardening work (sec-ops domain).

2026-07-11
git-workflow
소프트웨어 개발자

Commit conventions, branching, anchors in messages, and the git safety rules. Load for any git operation beyond status/diff.

2026-07-10
anti-slop
웹·디지털 인터페이스 디자이너

Anti-generic-AI design discipline — bans, tells, and the slop test. Load for ANY new UI surface or visual redesign. Inspired by Impeccable (Apache 2.0).

2026-07-10
motion
웹·디지털 인터페이스 디자이너

Motion & animation discipline — purpose, performance, reduced-motion. Load when work involves animation, transitions or scroll effects.

2026-07-10
ux-writing
웹·디지털 인터페이스 디자이너

Microcopy discipline — buttons, errors, empty/loading/success states, alt text. Voice and tone come from the project's memory, not from this skill.

2026-07-10
infra-patterns
네트워크·컴퓨터 시스템 관리자

Infrastructure composition patterns — immutable infra, GitOps, golden images, cattle-not-pets, day-2 thinking. Tool-agnostic.

2026-07-09
containers
네트워크·컴퓨터 시스템 관리자

Container discipline — OCI images, runtime hygiene, security posture. Open standard (OCI), not vendor; registry/runtime from memory-long §stack.

2026-07-09
gitops
네트워크·컴퓨터 시스템 관리자

GitOps discipline — desired state in git, reconciliation, drift semantics, environment promotion. Tool-agnostic (works with any reconciler).

2026-07-09
kubernetes
네트워크·컴퓨터 시스템 관리자

Kubernetes workload discipline — probes, resources, RBAC, disruption budgets. CNCF standard, not vendor; cluster provisioning belongs to infra.

2026-07-09
network-routing
네트워크·컴퓨터 시스템 관리자

Routing & connectivity discipline — BGP, OSPF, hybrid links, the tunnel classics. Protocol-level (IETF), vendor syntax from memory-long §stack.

2026-07-09
release-engineering
소프트웨어 개발자

Release discipline — versioning, feature flags, progressive delivery, rollback. The deploy-side counterpart to pipeline-discipline (CI-side).

2026-07-09
model-lifecycle
데이터 과학자

ML/LLM operations discipline — versioned model/prompt artifacts, eval gates, drift and cost monitoring. Minimal MVP scope (expands in F4).

2026-07-09
incident-response
소프트웨어 개발자

Incident discipline — severity, containment-first, comms, blameless postmortems. Load when production is (or might be) on fire.

2026-07-09
design-patterns
소프트웨어 개발자

Code structure discipline — layering, dependency direction, composition, when patterns earn their place. Load for any non-trivial backend structure decision.

2026-07-09
system-design
소프트웨어 개발자

System architecture discipline — decomposition, boundaries, communication, scale, failure design. Load for architectural work; decisions land as ADRs.

2026-07-09
async-jobs
소프트웨어 개발자

Background work discipline — queues, retries, idempotency, delivery semantics. Load for any job, queue, webhook or scheduled work.

2026-07-08
caching
소프트웨어 개발자

Caching discipline — invalidation, TTLs, stampede protection, layer choice. Load before adding any cache; caching is a bug you choose deliberately.

2026-07-08
observability
소프트웨어 개발자

Observability discipline — structured logs, correlation, metrics, actionable alerts. Load when adding logging, metrics or diagnosing production behavior.

2026-07-08
infra-security
정보 보안 분석가

Infrastructure security discipline — identity, encryption, secrets, audit. Perimeter/platform counterpart to security-hardening (app-side).

2026-07-08
network-design
네트워크·컴퓨터 시스템 관리자

Network architecture discipline — segmentation, routing, perimeter, traffic control. Cloud-agnostic; vendor constructs from memory-long §stack.

2026-07-08
platform-architecture
소프트웨어 개발자

Platform structure discipline — environment strategy, account segmentation, landing zone, module composition. Cloud-agnostic.

2026-07-08
resilience
네트워크·컴퓨터 시스템 관리자

DR/HA discipline — RTO/RPO as requirements, DR tiers, backup verification, failover design. Cloud-agnostic.

2026-07-08
seo-technical
웹 개발자

Technical SEO discipline — per-page metadata contract, structured data, site-wide crawlability. Web-universal; framework helpers from memory-long §stack.

2026-07-08
pipeline-discipline
소프트웨어 개발자

CI/CD discipline — pipeline structure, credentials, debugging methodology, gates. Tool-agnostic; the CI platform comes from memory-long §stack.

2026-07-08
cost-discipline
재무 및 투자 분석가

FinOps discipline — cost allocation, budgets, commitment analysis, unit economics. Cloud-agnostic; vendor tooling from memory-long §stack.

2026-07-08
icl
기타 컴퓨터 관련 직업

In-Context Learning — select and inject worked examples (demos) before executing recurring task types. Load when a task matches a known pattern family.

2026-07-08
sdd
소프트웨어 개발자

Spec-Driven Development — the PRD/SPECS/TESTS triangle, EARS criteria, governance hierarchy. Load when creating or changing specs, features, or ADRs.

2026-07-08
testing-discipline
소프트웨어 품질 보증 분석가·테스터

Universal testing discipline — pyramid, test quality, what never to mock. Load when writing or reviewing tests in any stack.

2026-07-08
api-design
소프트웨어 개발자

REST/API conventions — resource design, status codes, error shapes, validation-at-boundary. Load for any endpoint work.

2026-07-08
data-safety
소프트웨어 개발자

Data layer discipline — migrations, transactions, integrity, query safety. Load for any schema or data-access work.

2026-07-08
accessibility
웹·디지털 인터페이스 디자이너

Accessibility discipline (WCAG 2.1 AA floor) — semantics, keyboard, contrast, screen readers. Load for any UI work.

2026-07-08
component-patterns
소프트웨어 개발자

Framework-agnostic component discipline — typed contracts, composition, environment safety, cleanup. Load for any UI component work.

2026-07-08
performance-cwv
소프트웨어 개발자

Core Web Vitals budgets and frontend performance discipline. Load when work affects rendering, assets or interactivity.

2026-07-08
styling-discipline
웹·디지털 인터페이스 디자이너

Styling discipline for any mechanism (utility framework, CSS-in-JS, vanilla) — tokens, states, responsive, no ad-hoc values.

2026-07-08
state-discipline
소프트웨어 개발자

IaC state & module discipline — state hygiene, module boundaries, drift. Load for any IaC structural work.

2026-07-08