exercise-designer
증거 기반 프로그래밍 연습문제 설계
교육자들은 인지과학 원리를 적용한 다양한 연습문제를 만드는 데 많은 시간을 소비합니다. 이 스킬은 템플릿과 증거 기반 학습 전략을 사용하여 인출 연습, 간격 반복, 난이도 진행을 포함한 완전한 연습문제 세트를 생성합니다.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "exercise-designer". Create 5 exercises for practicing list methods for beginners
Resultado esperado:
- # Exercise Set: List Methods
- ## Exercise 1: Fill-in-the-Blank (Easy)
- - Complete code with one blank for append/extend
- - Hint: Consider what method adds items to a list
- ## Exercise 2: Debug-This (Medium)
- - Identify and fix bugs in remove method usage
- ## Exercise 3: Build-from-Scratch (Medium)
- - Write function to filter list based on condition
- ## Exercise 4: Trace-Execution (Easy)
- - Predict output of list operations
- ## Exercise 5: Extend-Code (Medium)
- - Add new functionality to provided list code
- Rubric: Correctness (40%), Code Quality (30%), Efficiency (20%), Error Handling (10%)
Usando "exercise-designer". Design exercises for functions that review variables and conditionals
Resultado esperado:
- ## Exercise Design Summary
- - 60% new content (functions)
- - 30% recent content (conditionals from Lesson 3)
- - 10% older content (variables from Lesson 1)
- ## Evidence-Based Strategies Applied
- - Retrieval practice: Write function signatures from memory
- - Spaced repetition: Tags include primary=functions, secondary=[conditionals, variables]
- - Interleaving: Mix of fill-in-blank and build-from-scratch types
Auditoría de seguridad
SeguroPure prompt-based skill containing educational documentation and YAML templates. No code execution, network access, or file system manipulation beyond reading reference materials. The static analyzer's 235 findings are false positives caused by misinterpreting markdown code fences as shell commands and YAML field names as cryptographic patterns.
Factores de riesgo
⚙️ Comandos externos (120)
🌐 Acceso a red (1)
📁 Acceso al sistema de archivos (1)
Puntuación de calidad
Lo que puedes crear
숙제 과제 만들기
테스트 케이스, 루브릭, 난이도 진행이 포함된 Python 개념을 위한 완전한 연습문제 세트 설계
커리큘럼 자료 구축
증거 기반 학습 전략을 적용하여 인터리빙 및 간격 연습문제가 있는 강좌 생성
연습 문제 생성
각 수업의 특정 학습 목표를 대상으로 하는 다양한 연습문제 유형 생성
Prueba estos prompts
Create 5 exercises for practicing list methods (append, remove, extend) for beginners. Include test cases and a rubric.
Design exercises for dictionaries (Lesson 4) that also review lists (Lesson 2) and conditionals (Lesson 3) using spaced repetition patterns.
Evaluate these 10 loop exercises for pedagogical effectiveness. Check variety, progression, evidence-based strategies, and test case coverage.
Design 3 AI-collaborative exercises that teach students to work WITH AI as a co-learning partner per the Three Roles Framework.
Mejores prácticas
- 처음부터 만들기 도전과제로 진행하기 전에 쉬운 스캐폴딩 연습문제로 시작하세요
- 연습문제 세트당 최소 두 가지 증거 기반 전략을 적용하세요(인출 연습 + 인터리빙)
- 세 가지 수준의 점진적 힌트를 포함하세요: 부드러운 안내, 구체적인 지시, 명시적인 접근법
Evitar
- 동일한 연습문제 유형을 5개 연속으로 만드는 것은 참여도와 학습을 감소시킵니다
- 테스트 케이스를 건너뛰면 연습문제가 검증되지 않고 잠재적으로 부정확할 수 있습니다
- 처음부터 만들기 연습문제만 사용하는 것은 적절한 스캐폴딩 없이 초보자를 압도합니다