Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

berserquir

berserquir contient 36 skills collectées depuis Berserq-cloud, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
36
Stars
7
mis à jour
2026-07-14
Forks
1
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

context-eng
Développeurs de logiciels

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
Analystes en sécurité de l'information

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

2026-07-11
git-workflow
Développeurs de logiciels

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

2026-07-10
anti-slop
Concepteurs web et d'interfaces numériques

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
Concepteurs web et d'interfaces numériques

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

2026-07-10
ux-writing
Concepteurs web et d'interfaces numériques

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
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-09
containers
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-09
gitops
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-09
kubernetes
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-09
network-routing
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-09
release-engineering
Développeurs de logiciels

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

2026-07-09
model-lifecycle
Scientifiques des données

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
Développeurs de logiciels

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

2026-07-09
design-patterns
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-09
async-jobs
Développeurs de logiciels

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

2026-07-08
caching
Développeurs de logiciels

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

2026-07-08
observability
Développeurs de logiciels

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

2026-07-08
infra-security
Analystes en sécurité de l'information

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

2026-07-08
network-design
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-08
platform-architecture
Développeurs de logiciels

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

2026-07-08
resilience
Administrateurs de réseaux et de systèmes informatiques

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

2026-07-08
seo-technical
Développeurs web

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
Développeurs de logiciels

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

2026-07-08
cost-discipline
Analystes financiers et en placements

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

2026-07-08
icl
Autres occupations informatiques

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-08
api-design
Développeurs de logiciels

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

2026-07-08
data-safety
Développeurs de logiciels

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

2026-07-08
accessibility
Concepteurs web et d'interfaces numériques

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

2026-07-08
component-patterns
Développeurs de logiciels

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

2026-07-08
performance-cwv
Développeurs de logiciels

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

2026-07-08
styling-discipline
Concepteurs web et d'interfaces numériques

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

2026-07-08
state-discipline
Développeurs de logiciels

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

2026-07-08