Habilidades summary-generator
📝

summary-generator

Seguro ⚙️ Comandos externos🌐 Acesso à rede📁 Acesso ao sistema de arquivos

Lektionszusammenfassungen mit sokratischer Extraktion erstellen

Também disponível em: 92Bilal26

Das manuelle Erstellen von Lektionszusammenfassungen kostet Zeit und birgt das Risiko, zentrale Erkenntnisse zu übersehen. Diese Skill nutzt einen bewährten sokratischen Fragenrahmen, um aus jeder Lektionsdatei konsistent Kernkonzepte, mentale Modelle und praktische Muster zu extrahieren.

Suporta: Claude Codex Code(CC)
📊 70 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "summary-generator". Generate a summary for a Python functions lesson

Resultado esperado:

  • Core Concept: Functions are reusable blocks of code that perform specific tasks and can accept inputs and return outputs.
  • Key Mental Models: Input → Process → Output flow; DRY principle (Do Not Repeat Yourself); Function as contract between caller and implementation.
  • Critical Patterns: Define with def keyword; parameters for inputs; return statement for outputs; default argument values.
  • Common Mistakes: Forgetting to call the function; confusing print with return; not handling None returns.
  • Connections: Builds on: Variables and data types; Leads to: Classes and object-oriented programming.

A utilizar "summary-generator". Create a summary for a git basics lesson at beginner level

Resultado esperado:

  • Core Concept: Git tracks changes to files over time, allowing you to save versions and collaborate with others.
  • Key Mental Models: Snapshot vs. save; Local repository as complete history; Staging area as review step before committing.
  • Critical Patterns: git init to start tracking; git add to stage changes; git commit to save version; git status to check state.
  • Common Mistakes: Committing without adding first; forgetting to write clear commit messages; committing sensitive data.
  • Connections: Builds on: Command line basics; Leads to: Branching and merging, remote repositories.

A utilizar "summary-generator". Summarize a design patterns lesson for intermediate developers

Resultado esperado:

  • Core Concept: Design patterns are proven solutions to common software design problems that can be adapted to fit specific situations.
  • Key Mental Models: Problem-solution pairing; Pattern classification by purpose; Composition over inheritance.
  • Critical Patterns: Factory Method for object creation; Observer for event handling; Strategy for interchangeable algorithms.
  • Common Mistakes: Over-engineering with patterns where simple code suffices; applying patterns without understanding trade-offs.
  • Connections: Builds on: Object-oriented programming; Leads to: Architectural patterns, SOLID principles.

Auditoria de Segurança

Seguro
v3 • 1/16/2026

This skill contains only documentation and prompt instructions. No executable code, network calls, file system access, or environment variable reading. Pure prompt-based skill with zero risk factors. All 32 static findings are false positives triggered by markdown syntax (triple backticks for code blocks) and legitimate documentation text.

2
Arquivos analisados
350
Linhas analisadas
3
achados
3
Total de auditorias
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
21
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Begleitzusammenfassungen erstellen

Generiere .summary.md-Dateien für neue Lektionen, um kurze Referenzleitfäden für Lernende bereitzustellen.

Bestehende Zusammenfassungen prüfen

Überprüfe und aktualisiere veraltete Lektionszusammenfassungen mit dem sokratischen Rahmenwerk für Qualität.

Kernaussagen extrahieren

Ziehe essenzielle Konzepte und Muster aus Lektionen, um sie in Lernleitfäden oder Schnellreferenzen zu teilen.

Tente Estes Prompts

Einfache Zusammenfassungsanfrage
Use the summary-generator skill to create a .summary.md file for this lesson. Read the lesson first, then apply the Socratic extraction process.
Bestehende Zusammenfassung prüfen
Use summary-generator to review this lesson and identify if any key concepts, mental models, or patterns are missing from the current summary.
Zusammenfassung nach Niveau
Generate a summary for this A2/B1/C1 level lesson using the summary-generator skill. Target the word count appropriate for the proficiency level.
Schnelle Extraktion
Use the Socratic questions from summary-generator: What is the one thing students must remember? What mental models does this install? What patterns can they apply? What mistakes do they make?

Melhores Práticas

  • Lies stets die gesamte Lektionsdatei, bevor du die sokratischen Extraktionsfragen anwendest
  • Validiere jede Zusammenfassung vor der Finalisierung anhand der Anti-Patterns-Checkliste
  • Passe die Länge der Zusammenfassung an das in der Lektions-Frontmatter angegebene Kompetenzniveau an

Evitar

  • Vollständige Erklärungen einfügen statt auf Konzepte zu verweisen
  • Codebeispiele kopieren statt Muster zu beschreiben
  • Framework-Terminologie verwenden, die Lernende nicht sehen sollten

Perguntas Frequentes

Welche Dateiformate unterstützt diese Skill?
Nur Markdown-Lektionsdateien mit Frontmatter. Die Skill liest Inhalte und gibt .summary.md-Dateien aus.
Welche Kompetenzniveaus kann sie abdecken?
Alle Niveaus von A1-A2 (Anfänger) bis C1-C2 (Fortgeschrittene) mit passenden Wortzahlzielen.
Funktioniert sie mit verschachtelten Lektionsstrukturen?
Ja. Die Skill liest jede Markdown-Datei und erstellt Zusammenfassungen unabhängig von der Verzeichnisstruktur.
Werden Lektionsinhalte gespeichert oder übertragen?
Nein. Die KI verarbeitet Lektionsinhalte nur im Kontext der jeweiligen Zusammenfassungssitzung.
Was, wenn die Zusammenfassung wichtige Konzepte verpasst?
Führe die Skill erneut aus oder nutze die sokratischen Fragen direkt, um Lücken in der erzeugten Zusammenfassung zu identifizieren.
Wie unterscheidet sich das von allgemeinen Zusammenfassungstools?
Verwendet pädagogische sokratische Fragen, die speziell für Bildungsinhalte mit mentalen Modellen und Mustern entwickelt wurden.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md