44 lines
840 B
Markdown
44 lines
840 B
Markdown
---
|
|
name: scorm-packager
|
|
description: Packages educational content into SCORM and xAPI compliant formats for LMS delivery.
|
|
---
|
|
|
|
# scorm-packager
|
|
|
|
## Capabilities
|
|
|
|
- Generate SCORM manifests
|
|
- Package content for LMS compatibility
|
|
- Validate SCORM compliance
|
|
- Support xAPI statement generation
|
|
|
|
## Usage
|
|
|
|
Use this skill when:
|
|
- Content is ready for LMS delivery
|
|
- Creating SCORM or xAPI packages
|
|
- Validating package compliance
|
|
|
|
## Input
|
|
|
|
Content files and packaging specifications.
|
|
|
|
## Output
|
|
|
|
SCORM/xAPI package with:
|
|
- imsmanifest.xml
|
|
- Content files organized correctly
|
|
- Compliance validation report
|
|
- xAPI statements (if applicable)
|
|
|
|
## Limitations
|
|
|
|
- Supports SCORM 1.2 and 2004
|
|
- Cannot test in actual LMS
|
|
- Package size limits depend on LMS
|
|
|
|
## Assumptions
|
|
|
|
- Content is complete and functional
|
|
- Target SCORM version is specified
|