Notre avis
Sauvegarde un extrait de code intéressant ou novateur dans le coffre Data Relay, avec métadonnées, explications et balises.
Points forts
- Capture des patterns réutilisables et des principes transférables
- Enrichit une base de connaissances personnelle avec des wikiliens et des tags
- Respecte un format standardisé dans un coffre dédié
Limites
- Nécessite une infrastructure locale (domains.json, templates)
- Ne fonctionne que si l'utilisateur accepte la proposition au préalable
- Les extraits doivent être en grande partie autocontenus, ce qui exclut les fragments fortement contextuels
Lorsqu’un morceau de code rencontré ou écrit illustre un principe, une astuce ou un pattern que vous souhaitez retrouver et réutiliser plus tard.
Quand le code est trop spécifique à un projet ou trop simple pour mériter une conservation à long terme.
Analyse de sécurité
SûrThe skill only reads config files, resolves a path, and writes a snippet to a file. It does not execute the snippet or perform any destructive or exfiltrating actions. The use of Bash is limited and legitimate.
Aucun point d'attention détecté
Exemples
Save this TypeScript snippet showing the typestate pattern for a builder with compile‑time checks.I just fixed a bitemporal query in our analytics pipeline. Save the corrected version as a snippet with an explanation of the temporal model.We came across a nice way to combine Result and Option using `and_then` in Rust. Can you save that snippet for future reference?name: relay-snippet description: Save a useful, cool, interesting, or novel code snippet to the Data Relay. Use this when a piece of code encountered or written during a session is worth preserving — elegant patterns, clever solutions, reusable utilities, or instructive examples. When you spot a snippet-worthy moment during work, propose it to March first — if he agrees, invoke this skill to save it. allowed-tools: Read, Write, Glob, Grep, Bash
Vault Path
Resolve the Data Relay vault path before any file operations:
jq -r '.["data-relay"].path' ~/.claude/domains.json | sed "s|~|$HOME|"
Use the resolved absolute path (<vault>) for all file operations below. Do NOT pass ~ to Glob, Read, or Write — they require absolute paths.
Instructions
Save a code snippet to <vault>/local/snippets/.
The snippet: $ARGUMENTS
- Read
<vault>/tags.mdto check available subject tags. - Read
<vault>/meta/templates/snippet.mdfor the file format spec. - Write the snippet as a code file in the target language, using the format defined in the template. All metadata (description, source, date, tags) and commentary (explanation, references, notes) go in line comments.
- Use a lowercase, hyphenated filename with the appropriate language extension (e.g.,
bounded-retry-with-backoff.rs,bitemporal-exclusion.sql).
Relevant languages
- Professional: TypeScript (primary), Python, SQL
- Primary interests: TypeScript, Python, Lua, OCaml
- Actively learning: Rust, Gleam
- Adjacent: Erlang/Elixir (via BEAM ecosystem)
Snippets in these languages are in scope. Snippets in other languages can still qualify if the principle transfers to March's work or learning.
Selection criteria
A snippet is worth saving when it meets most of these:
- It demonstrates a principle, not just a technique. The code is a vehicle for an idea. If you can't articulate the why in the header comments, it's probably not worth saving.
- It transfers. The insight applies beyond the specific language or codebase. A snippet that only works in one context is a Stack Overflow answer, not a knowledge artifact.
- It connects to active work or learning. Typestates connect to marchhouse, bitemporal constraints connect to Numeric's data platform,
useexpressions connect to learning Gleam. Brilliant but irrelevant code doesn't clear the bar. - There's a surprise in it. Something non-obvious — a twist, a constraint that forces an elegant solution, an insight that reframes how you think about a problem. If the code does exactly what you'd expect, it's not teaching anything.
- It's re-readable. Future-you can open the file in six months and follow it without reconstructing the original conversation.
Be cautious about saving things that are merely clever. Cleverness without a transferable principle is trivia.
Quality bar
- The snippet should be self-contained — understandable without reading the full codebase it came from.
- Explain the why, not just the what. A snippet without context is just syntax.
- Use
[[wikilinks]]in comments to reference related notes or codex entries in the vault. - To introduce a new subject tag not in
tags.md, ask March for approval first.
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.