Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
tomevault-io
Profil créateur GitHub

tomevault-io

Vue par dépôt de 35,865 skills collectés dans 4 dépôts GitHub.

skills collectés
35,865
dépôts
4
mis à jour
2026-07-23
explorateur de dépôts

Dépôts et skills représentatifs

governor
Développeurs de logiciels

> Use when this capability is needed.

2026-07-23
advice-provider-hygiene
Développeurs de logiciels

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.

2026-07-23
assert-specific-error-in-tests
Développeurs de logiciels

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.

2026-07-23
cheap-masm-equivalents
Développeurs de logiciels

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 element-wise word comparison, `u32gt`/`u32lt` over generic `gt`/`lt` on known-u32 operands.

2026-07-23
checked-arithmetic
Développeurs de logiciels

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

2026-07-23
conversion-method-naming
Développeurs de logiciels

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

2026-07-23
decouple-component-from-storage
Développeurs de logiciels

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.

2026-07-23
domain-newtypes-over-primitives
Développeurs de logiciels

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.

2026-07-23
Affichage des 8 principaux skills collectés sur 18,034 dans ce dépôt.
polanyi-perspective
Enseignants postsecondaires, autres

| Use when this capability is needed.

2026-07-19
capture
Autres occupations informatiques

> Use when this capability is needed.

2026-07-19
vfs-architect
Développeurs de logiciels

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 (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.

2026-07-19
dd-report-format
Analystes financiers et en placements

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.

2026-07-19
formalizing-hard-theorems
Enseignants postsecondaires, autres

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.

2026-07-19
knowledge
Autres occupations informatiques

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

2026-07-19
embodiment-kit
Développeurs de logiciels

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, ambient lux, microphone, accelerometer). Use to answer questions about the physical environment and to express status, get the human's attention, or communicate visually/audibly/haptically in the room. Use when this capability is needed.

2026-07-19
frontend-design
Développeurs web

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, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.

2026-07-19
Affichage des 8 principaux skills collectés sur 17,125 dans ce dépôt.
grove
Développeurs de logiciels

| Use when this capability is needed.

2026-04-08
pdf
Développeurs de logiciels

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 when this capability is needed.

2026-04-08
docx
Traiteurs de texte et dactylographes

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 or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks Use when this capability is needed.

2026-04-08
action-creator
Secrétaires et assistants administratifs (sauf juridique, médical et direction)Représentants du service clientèle

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 newsletters from specific sources).

2026-04-08
statistical-analysis
Statisticiens

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 when this capability is needed.

2026-04-08
source-management
Préposés aux dossiers

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.

2026-04-08
single-cell-rna-qc
Biologistes, autres

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 following scverse/scanpy best practices for single-cell analysis. Use when this capability is needed.

2026-04-08
scvi-tools
Scientifiques des données

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 RNA+ATAC analysis with MultiVI, (5) spatial transcriptomics deconvolution with DestVI, (6) label transfer and reference mapping with scANVI/scArches, (7) RNA velocity with veloVI, or (8) any deep learning-based single-cell method. Triggers include mentions of scVI, scANVI, totalVI, PeakVI, MultiVI, DestVI, veloVI, sysVI, scArches, variational autoencoder, VAE, batch correction, data integration, multi-modal, CITE-seq, multiome, reference mapping, latent space. Use when this capability is needed.

2026-04-08
Affichage des 8 principaux skills collectés sur 705 dans ce dépôt.
4 dépôts affichés sur 4
Tous les dépôts sont affichés