Skip to content

πŸ†• New Anthropic Academy course detected β€” terminology update neededΒ #126

@github-actions

Description

@github-actions

scripts/check-academy-courses.js found one or more course slugs on https://anthropic.skilljar.com/ that are not present in FLASHCARD_COURSE_MAP (src/lib/constants.js).

Why this matters: POSITIONING.md pillar #1 commits to "AI terminology fidelity β€” new Academy course β†’ terminology update within 48 hours." A slug that exists on the live site but not in our map ships the English fallback to non-English users for that course.

Action:

  1. For each new slug below, add a course section to all 10 premium-language dictionaries in src/data/ (use a sibling section like aiFluencyEdu as a template).
  2. Add a 'slug': ['sectionName'] row to FLASHCARD_COURSE_MAP in src/lib/constants.js.
  3. Run npm run check:dict-coverage locally β€” it must pass before merge.
  4. Run npm run check:academy locally to confirm this script now reports zero unknowns.

Report:

### New Academy course(s) detected on the live catalog

- `ai-fluency-for-small-businesses` β†’ https://anthropic.skilljar.com/ai-fluency-for-small-businesses

### All live slugs

- βœ… `ai-capabilities-and-limitations`
- βœ… `ai-fluency-for-educators`
- βœ… `ai-fluency-for-nonprofits`
- πŸ†• `ai-fluency-for-small-businesses`
- βœ… `ai-fluency-for-students`
- βœ… `ai-fluency-framework-foundations`
- βœ… `claude-101`
- βœ… `claude-code-101`
- βœ… `claude-code-in-action`
- βœ… `claude-in-amazon-bedrock`
- βœ… `claude-with-google-vertex`
- βœ… `claude-with-the-anthropic-api`
- βœ… `introduction-to-agent-skills`
- βœ… `introduction-to-claude-cowork`
- βœ… `introduction-to-model-context-protocol`
- βœ… `introduction-to-subagents`
- βœ… `model-context-protocol-advanced-topics`
- βœ… `teaching-ai-fluency`

### Required follow-up (POSITIONING.md pillar #1, 48h SLA)

1. Add a section for each new course to all 10 premium-language dictionaries in `src/data/`.
2. Map the slug(s) into `FLASHCARD_COURSE_MAP` in `src/lib/constants.js`.
3. `npm run check:dict-coverage` must pass before the issue closes.

Workflow run: https://github.com/heznpc/skillBridge/actions/runs/25952194765

Close this issue after the dict + map updates land; the cron will re-open one only if a fresh course appears.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions