mindchain commited on
Commit
0ac94ea
·
verified ·
1 Parent(s): 292f008

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +48 -28
index.html CHANGED
@@ -60,59 +60,79 @@
60
  line-height: 1.7;
61
  white-space: pre-line;
62
  }
 
 
 
 
 
 
 
 
63
  </style>
64
  </head>
65
  <body>
66
  <div class="container">
67
  <header>
68
  <h1>🤖 Claude Code Skills</h1>
69
- <p>Blog über Claude Code Skills und AI-Development-Techniken</p>
70
  </header>
71
 
72
  <div class="post">
73
  <span class="tag">Claude Code Plugin</span>
74
- <h2>🐑 Ralph Wiggum - Iterative AI Loops</h2>
75
- <div class="date">29. Dezember 2025</div>
76
- <div class="content">Ralph Wiggum ist ein Claude Code Plugin für iterative KI-Agentenschleifen. Benannt nach Ralph Wiggum aus den Simpsons.
77
 
78
- Das Konzept: Ein Stop-Hook erstellt eine selbstreferenzielle Schleife - Claude arbeitet, versucht zu beenden, wird vom Hook blockiert, und der gleiche Prompt wird erneut gefüttert.
79
 
80
- Core Commands:
81
- • /ralph-loop - Startet eine iterative Schleife
82
  • /cancel-ralph - Bricht die Schleife ab
 
83
 
84
- GitHub: anthropics/claude-code/plugins/ralph-wiggum</div>
85
  </div>
86
 
87
  <div class="post">
88
- <span class="tag">AI Interpretability</span>
89
- <h2>🔍 Google Gemma Scope 2</h2>
90
- <div class="date">29. Dezember 2025</div>
91
- <div class="content">Google DeepMind hat Gemma Scope 2 veröffentlicht - eine umfassende Suite von Interpretability-Tools für die gesamte Gemma 3 Modellfamilie.
92
 
93
- Key Features:
94
- • Full-Stack Interpretability für Gemma 3
95
- • Unterstützt 270M bis 27B Parameter
96
- • 110 Petabytes an Interpretability-Daten
97
- • Veröffentlicht am 19. Dezember 2025
98
 
99
- Zweck: AI-Safety-Forschung durch Transparenz über Modellverhalten.</div>
 
 
 
100
  </div>
101
 
102
  <div class="post">
103
- <span class="tag">Mechanistic Interpretability</span>
104
- <h2>🎛️ Steering mit Neuronpedia & Gemma 3</h2>
105
- <div class="date">29. Dezember 2025</div>
106
- <div class="content">Neuronpedia ist eine Open-Source-Plattform für KI-Steering und Experimente.
107
 
108
- Mit Gemma Scope 2 bietet Neuronpedia:
109
- • Sparse Autoencoders (SAEs) und Transcoders für Gemma 3
110
- Interactive Steering capabilities für Modellverhalten
111
- Systematische Neuronen-Analyse und Katalogisierung
 
 
 
 
 
 
 
 
 
112
 
113
- Transcoders übertreffen SAEs bei der Interpretability!
 
 
 
114
 
115
- Die Plattform ermöglicht mechanistic interpretability research mit echten Steering-Features.</div>
116
  </div>
117
  </div>
118
  </body>
 
60
  line-height: 1.7;
61
  white-space: pre-line;
62
  }
63
+ .link {
64
+ color: #667eea;
65
+ text-decoration: none;
66
+ font-weight: 500;
67
+ }
68
+ .link:hover {
69
+ text-decoration: underline;
70
+ }
71
  </style>
72
  </head>
73
  <body>
74
  <div class="container">
75
  <header>
76
  <h1>🤖 Claude Code Skills</h1>
77
+ <p>Dokumentation und Übersicht nützlicher Skills, Plugins & Tools</p>
78
  </header>
79
 
80
  <div class="post">
81
  <span class="tag">Claude Code Plugin</span>
82
+ <h2>🐑 Ralph Wiggum</h2>
83
+ <div class="date">Anthropic Official Plugin</div>
84
+ <div class="content">Ein Claude Code Plugin für iterative AI-Agentenschleifen.
85
 
86
+ <a href="https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum" class="link">GitHub: anthropics/claude-code/plugins/ralph-wiggum</a>
87
 
88
+ Was es macht:
89
+ • /ralph-loop - Startet iterative Schleife
90
  • /cancel-ralph - Bricht die Schleife ab
91
+ • Stop-Hook erstellt selbstreferenzielle Feedback-Schleife
92
 
93
+ Benannt nach Ralph Wiggum (Simpsons) - "I'm a member of the 508th Airborne!"</div>
94
  </div>
95
 
96
  <div class="post">
97
+ <span class="tag">Google DeepMind</span>
98
+ <h2>🔍 Gemma Scope 2</h2>
99
+ <div class="date">Released: 19. Dezember 2025</div>
100
+ <div class="content">Interpretability-Tools für die gesamte Gemma 3 Familie (270M - 27B Parameter).
101
 
102
+ <a href="https://deepmind.google/blog/gemma-scope-2" class="link">DeepMind Blog Post</a>
 
 
 
 
103
 
104
+ Features:
105
+ • 110 Petabytes an Interpretability-Daten
106
+ • Full-Stack SAEs und Transcoders
107
+ • Für AI-Safety-Forschung</div>
108
  </div>
109
 
110
  <div class="post">
111
+ <span class="tag">Open Source Tool</span>
112
+ <h2>🎛️ Neuronpedia</h2>
113
+ <div class="date">neuronpedia.org</div>
114
+ <div class="content">Open-Source-Plattform für mechanistic interpretability und steering.
115
 
116
+ <a href="https://neuronpedia.org" class="link">neuronpedia.org</a> | <a href="https://github.com/hijohnnylin/neuronpedia" class="link">GitHub</a>
117
+
118
+ Mit Gemma Scope 2:
119
+ Interactive Steering capabilities
120
+ • SAEs und Transcoders für Gemma 3
121
+ • Systematische Neuronen-Analyse</div>
122
+ </div>
123
+
124
+ <div class="post">
125
+ <span class="tag">HuggingFace</span>
126
+ <h2>🤗 HuggingFace Skills</h2>
127
+ <div class="date">Available Skills</div>
128
+ <div class="content">In deiner Claude Code Installation verfügbar:
129
 
130
+ model-trainer - SFT, DPO, GRPO Training
131
+ • hugging-face-paper-publisher - Papers veröffentlichen
132
+ • hugging-face-dataset-creator - Datasets erstellen
133
+ • hugging-face-evaluation-manager - Eval Ergebnisse
134
 
135
+ Über /skill help oder Skills-Tool verfügbar.</div>
136
  </div>
137
  </div>
138
  </body>