Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ranvier-core

يحتوي ranvier-core على 17 من skills المجمعة من Ranvier-Systems، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
3
محدث
2026-07-03
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

adversarial-audit
محللو أمن المعلومات

Hostile security and robustness audit of src/ assuming malicious traffic and 100x load. Use before releases, after large feature merges, or when the user asks for a security audit, adversarial review, or "what breaks under attack".

2026-07-03
audit
مطوّرو البرمجيات

Holistic system audit for architecture drift, Hard Rules compliance, and async integrity across recently changed code. Use after completing a batch of tasks, before a release, or when the user asks for a health check or audit.

2026-07-03
invariant-audit
مطوّرو البرمجيات

Semantic-correctness audit of hot-path code - enumerate the invariants a component must maintain, then hunt code paths that violate them (wrong answers, not crashes). Use after changing routing, eviction, accounting, or counter logic, before a release, or when metrics drift without any crash.

2026-07-03
orient
مطوّرو البرمجيات

Orientation for a session starting work on this codebase - reading order, where things live, which skill to use for which task, and the non-negotiable constraints. Use at the start of a session, when unsure where to look, or when the user asks how to approach a task here.

2026-07-03
benchmark
مطوّرو البرمجيات

Plan, run, and interpret Locust load benchmarks (mock-backend and real-GPU) including A/B routing experiments. Use when the user wants to measure cache-hit ratio, TTFT, or throughput, compare routing modes, chase a benchmark regression, or design a benchmark experiment.

2026-07-03
debug-build
مطوّرو البرمجيات

Triage build or runtime failures. Use when the user pastes a compile error, link error, runtime crash, test failure, or error log, or mentions a build failure.

2026-07-03
doc
محللو ضمان جودة البرمجيات والمختبرون

Post-implementation maintenance - write unit tests, sync documentation, and update BACKLOG.md. Use after code is implemented and reviewed, or when the user asks for tests or doc updates for a change.

2026-07-03
extract-pattern
مطوّرو البرمجيات

Formalize a bug, audit finding, or incident root cause into a numbered Hard Rule in claude-context.md. Use after fixing a bug caused by a repeatable code pattern, after audits with findings rated 4+/10, or when the user says "make this a rule".

2026-07-03
implement
مطوّرو البرمجيات

Start a structured implementation task with staged execution. Use when the user wants to implement a new feature, add functionality, or begin a coding task.

2026-07-03
incident
مطوّرو البرمجيات

Structured incident response and root-cause analysis for production failures. Use when the user reports a production problem - crashes, latency spikes, OOM, hangs, wrong routing behavior - especially with logs, metrics, or benchmark evidence.

2026-07-03
new-service
مطوّرو البرمجيات

Scaffold a new service or component with correct Seastar lifecycle wiring - sharding shape, start/stop ordering, gates, metrics, config plumbing. Use when adding a new service, background worker, subscriber, or subsystem to the application.

2026-07-03
perf
مطوّرو البرمجيات

Investigate performance bottlenecks with Seastar-aware analysis. Use when the user asks about performance, latency, throughput, optimization, or profiling.

2026-07-03
plan
مطوّرو البرمجيات

Decompose a feature into atomic, verifiable implementation steps before coding. Use when the user describes a feature that spans multiple files or sessions, or asks for a roadmap, breakdown, or plan.

2026-07-03
refactor
مطوّرو البرمجيات

Refactor code with zero behavioral changes, preserving async semantics and shard affinity. Use when the user asks to restructure, extract, rename, move, or clean up code without changing what it does.

2026-07-03
review
محللو ضمان جودة البرمجيات والمختبرون

Run Hard Rules compliance review on changed code. Use when code has been written and needs review before commit, or when the user asks for a code review or self-review.

2026-07-03
strategic-review
المهن الحاسوبية الأخرى

Brutally honest external-CTO assessment of project direction versus the stated goal. Use when the user asks where the project stands, whether it has drifted, what to cut, or for a state-of-the-project evaluation.

2026-07-03
validate
محللو ضمان جودة البرمجيات والمختبرون

Pick the right verification ladder for a change - unit tests, sanitizers, validation suite, integration tests, fuzzing, lint - and emit exact Deferred Gate commands. Use before merging, when the user asks "how do I verify this", or when preparing the developer's Docker test checklist.

2026-07-03