Steel→Stahl Übersetzungsvalidierung mit semantischer Erhaltung und Typ-Äquivalenz
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill stahl-übersetzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stahl üBersetzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-stahl-u-bersetzer)More formats (shields.io, HTML) on the badges page.
---
name: stahl-übersetzer
description: "Steel→Stahl Übersetzungsvalidierung mit semantischer Erhaltung und Typ-Äquivalenz"
license: MIT
metadata:
trit: -1
source: mattwparas/steel + deutsch
bundle: übersetzung
---
# Stahl-Übersetzer (trit = -1, MINUS)
> *"Stahl ist Rust für Scheme, wie Übersetzung Bedeutung erhält"*
## Rolle: Validator
Überprüft die Korrektheit der Übersetzung zwischen Englisch und Deutsch.
## Garantien
| Englisch | Deutsch | Garantie |
|----------|---------|----------|
| Semantic preservation | Bedeutungserhaltung | ✓ |
| Type equivalence | Typ-Äquivalenz | ✓ |
| Round-trip | Hin-und-Rück | ✓ |
## Steel Scheme Referenz
```rust
// mattwparas/steel - Embedded Scheme in Rust
// Stahl = German for Steel
// Same guarantees: embedded, fast, safe
```
## Übersetzungsregeln
```scheme
;; Steel (English)
(define (factorial n)
(if (= n 0) 1 (* n (factorial (- n 1)))))
;; Stahl (Deutsch)
(definiere (fakultät n)
(wenn (= n 0) 1 (* n (fakultät (- n 1)))))
```
## GF(3) Triade
```
stahl-übersetzer (-1) ⊗ deutsch-koordinator (0) ⊗ farben-generator (+1) = 0 ✓
```
## Befehle
```bash
just stahl-validate "skill" "Fähigkeit"
just stahl-roundtrip input.md
```
---
## Autopoietic Marginalia
> **The interaction IS the skill improving itself.**
Every use of this skill is an opportunity for worlding:
- **MEMORY** (-1): Record what was learned
- **REMEMBERING** (0): Connect patterns to other skills
- **WORLDING** (+1): Evolve the skill based on use
*Add Interaction Exemplars here as the skill is used.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!