Skip to main content
tomevault-io
ملف منشئ GitHub

tomevault-io

عرض على مستوى المستودعات لـ ٣٥٬٨٦٥ skills مجمعة عبر ٤ مستودعات GitHub.

skills مجمعة
٣٥٬٨٦٥
مستودعات
٤
محدث
٢٣ يوليو ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

governor
مطوّرو البرمجيات

> Use when this capability is needed.

٢٣ يوليو ٢٠٢٦
advice-provider-hygiene
مطوّرو البرمجيات

Use when writing kernel, account, or note MASM code that reads from or writes to the advice provider (advice stack / advice map) — validate advice data.

٢٣ يوليو ٢٠٢٦
assert-specific-error-in-tests
مطوّرو البرمجيات

Use when writing a Rust test that exercises a failure path or a MASM test that expects a `panic` / `assert` — assert on the specific expected error variant or error code.

٢٣ يوليو ٢٠٢٦
cheap-masm-equivalents
مطوّرو البرمجيات

Use when writing or reviewing MASM hot paths — prefer the cheaper equivalent instruction: `neq.0` over `gt.0` for non-zero checks, `cdrop` over an `if/else` selecting between two values, `dup.N` over `loc_load` for a value still on the stack, `eqw` over…

٢٣ يوليو ٢٠٢٦
checked-arithmetic
مطوّرو البرمجيات

Use when writing Rust arithmetic on amounts or other quantities derived from external/user input — guard against silent overflow.

٢٣ يوليو ٢٠٢٦
conversion-method-naming
مطوّرو البرمجيات

Use when naming a conversion or accessor method in Rust — follow the Rust API naming conventions for the method's cost and ownership.

٢٣ يوليو ٢٠٢٦
decouple-component-from-storage
مطوّرو البرمجيات

Use when writing a MASM procedure inside a reusable account component that accesses account storage — receive the storage slot as a parameter so the component is portable across storage layouts.

٢٣ يوليو ٢٠٢٦
domain-newtypes-over-primitives
مطوّرو البرمجيات

Use when introducing API parameters, struct fields, or return types that carry a domain value — represent them with a domain newtype that enforces their invariants.

٢٣ يوليو ٢٠٢٦
عرض 8 من أصل ١٨٬٠٣٤ skills مجمعة.
polanyi-perspective
معلمو التعليم العالي، جميع الآخرون

| Use when this capability is needed.

١٩ يوليو ٢٠٢٦
capture
المهن الحاسوبية الأخرى

> Use when this capability is needed.

١٩ يوليو ٢٠٢٦
vfs-architect
مطوّرو البرمجيات

Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR…

١٩ يوليو ٢٠٢٦
dd-report-format
محللو التمويل والاستثمار

Standard output format for due diligence analysis reports. Use when producing your final analysis to ensure consistency across all specialist agents. Use when this capability is needed.

١٩ يوليو ٢٠٢٦
formalizing-hard-theorems
معلمو التعليم العالي، جميع الآخرون

Use when a theorem is mathematically true but difficult to formalize directly, especially when proof search times out, the statement is large, or the proof needs helper lemmas, dependency research, or structured decomposition.

١٩ يوليو ٢٠٢٦
knowledge
المهن الحاسوبية الأخرى

Retrieve claudit knowledge cache domains (ecosystem, core-config, optimization). Checks freshness and auto-refreshes stale domains. Use when this capability is needed.

١٩ يوليو ٢٠٢٦
embodiment-kit
مطوّرو البرمجيات

Interact with a physical embodiment kit microcontroller located in the user's room. Send commands to control a display (faces, messages, prompts), NeoPixel lights, a piezo buzzer, and a vibration motor — and to read sensors (temperature, humidity, pressure,…

١٩ يوليو ٢٠٢٦
frontend-design
مطوّرو الويب

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components,…

١٩ يوليو ٢٠٢٦
عرض 8 من أصل ١٧٬١٢٥ skills مجمعة.
grove
مطوّرو البرمجيات

| Use when this capability is needed.

٨ أبريل ٢٠٢٦
pdf
مطوّرو البرمجيات

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use…

٨ أبريل ٢٠٢٦
docx
عمال معالجة النصوص والطباعة

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying…

٨ أبريل ٢٠٢٦
action-creator
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)ممثلو خدمة العملاء

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old…

٨ أبريل ٢٠٢٦
statistical-analysis
الإحصائيون

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results. Use…

٨ أبريل ٢٠٢٦
source-management
موظفو الملفات

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.

٨ أبريل ٢٠٢٦
single-cell-rna-qc
علماء الأحياء، جميع الآخرون

Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or…

٨ أبريل ٢٠٢٦
scvi-tools
علماء البيانات

Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI, (2) ATAC-seq analysis with PeakVI, (3) CITE-seq multi-modal analysis with totalVI, (4) multiome…

٨ أبريل ٢٠٢٦
عرض 8 من أصل ٧٠٥ skills مجمعة.
عرض ٤ من أصل ٤ مستودعات
تم تحميل كل المستودعات