Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/scorm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,18 @@ const path: Scorm12CmiPath = 'cmi.core.lesson_status'; // OK
// const bad: Scorm12CmiPath = 'cmi.core.typo'; // ERROR
```

## AI coding agents

Using Claude Code, Cursor, or another AI coding assistant? Add the **[scorm-skills](https://github.com/studiolxd/scorm-skills)** so the agent knows how to use this library:

```
# Claude Code
/plugin marketplace add studiolxd/scorm-skills
/plugin install scorm-integration@studiolxd-scorm

# Cursor: copy cursor/scorm-integration.mdc into your project's .cursor/rules/
```

## Additional Documentation

- [SCORM 1.2 vs 2004 Mapping Table](./docs/scorm-mapping-table.md)
Expand Down
1 change: 1 addition & 0 deletions packages/scorm/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
> Angular, Svelte, and Web Components. Every API call returns a typed Result.

Install: `npm i @studiolxd/scorm`
Agent skill (Claude Code / Cursor): https://github.com/studiolxd/scorm-skills

## Entry points (subpath imports)

Expand Down
43 changes: 0 additions & 43 deletions skills/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions skills/build/agents/scorm-integration.md

This file was deleted.

15 changes: 0 additions & 15 deletions skills/build/claude-plugin/.claude-plugin/marketplace.json

This file was deleted.

This file was deleted.

This file was deleted.

76 changes: 0 additions & 76 deletions skills/build/cursor/scorm-integration.mdc

This file was deleted.

69 changes: 0 additions & 69 deletions skills/scripts/build.mjs

This file was deleted.

Loading
Loading