Habilidades summary-generator
📝

summary-generator

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

إنشاء ملخصات الدروس باستخدام استخراج سقراطي

Também disponível em: 92Bilal26

إنشاء ملخصات الدروس يدوياً يستغرق وقتاً وقد يفوتك الرؤى الرئيسية. تستخدم هذه المهارة إطار عمل مسائل سقراطي مثبت الفعالية لاستخراج المفاهيم الأساسية والنماذج الذهنية والأنماط العملية من أي ملف درس.

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

إنشاء ملخصات مصاحبة

إنشاء ملفات .summary.md للدروس الجديدة لتوفير أدلة مرجعية سريعة للطلاب.

تدقيق الملخصات الموجودة

مراجعة وتحديث ملخصات الدروس القديمة باستخدام إطار العمل السقراطي لضمان الجودة.

استخراج النقاط الرئيسية

سحب المفاهيم والأنماط الأساسية من الدروس لمشاركتها في أدلة الدراسة أو المراجع السريعة.

Tente Estes Prompts

طلب ملخص أساسي
استخدم مهارة مولد-الملخصات لإنشاء ملف .summary.md لهذا الدرس. اقرأ الدرس أولاً، ثم طبّق عملية الاستخراج السقراطي.
مراجعة ملخص موجود
استخدم مولد-الملخصات لمراجعة هذا الدرس وتحديد ما إذا كانت أي مفاهيم أو نماذج ذهنية أو أنماط مفقودة من الملخص الحالي.

Melhores Práticas

  • Always read the full lesson file before applying the Socratic extraction questions
  • Validate each summary against the anti-patterns checklist before finalizing
  • Match summary length to the proficiency level specified in lesson frontmatter

Evitar

  • Including full explanations instead of pointing to concepts
  • Copying code examples instead of describing patterns
  • Using framework terminology that students should not see

Perguntas Frequentes

What file formats does this skill support?
Only markdown lesson files with frontmatter. The skill reads content and outputs .summary.md files.
What proficiency levels can it handle?
All levels from A1-A2 (beginner) through C1-C2 (advanced) with appropriate word count targets.
Does it work with nested lesson structures?
Yes. The skill reads any markdown file and generates summaries regardless of directory structure.
Is lesson content stored or transmitted?
No. The AI processes lesson content in context only during the summary generation session.
What if the summary misses important concepts?
Run the skill again or use the Socratic questions directly to identify gaps in the generated summary.
How is this different from generic summarization tools?
Uses pedagogical Socratic questioning designed specifically for educational content with mental models and patterns.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md