lms-admin

Configure and manage Learning Management System operations including courses, enrollments, compliance training, and learning analytics

509 stars

Best use case

lms-admin is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Configure and manage Learning Management System operations including courses, enrollments, compliance training, and learning analytics

Teams using lms-admin should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/lms-admin/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/human-resources/skills/lms-admin/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/lms-admin/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How lms-admin Compares

Feature / Agentlms-adminStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Configure and manage Learning Management System operations including courses, enrollments, compliance training, and learning analytics

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# LMS Administration Skill

## Overview

The LMS Administration skill provides comprehensive capabilities for configuring, managing, and optimizing Learning Management System operations. This skill supports course management, user administration, compliance tracking, and learning analytics across major LMS platforms including Cornerstone, Workday Learning, SAP SuccessFactors Learning, and others.

## Capabilities

### Core Functions

1. **Create Course Structures and Learning Paths**
   - Design course hierarchies and modules
   - Build sequential and branching learning paths
   - Configure prerequisites and dependencies
   - Create curriculum maps and certification programs
   - Set up blended learning configurations

2. **Configure User Enrollments and Assignments**
   - Manage individual and bulk enrollments
   - Configure automatic enrollment rules
   - Set up role-based learning assignments
   - Create enrollment workflows and approvals
   - Manage waitlists and capacity limits

3. **Build Compliance Training Schedules**
   - Configure recurring compliance training
   - Set up due date calculations and reminders
   - Create compliance training matrices by role
   - Manage version control for compliance content
   - Track regulatory requirement mappings

4. **Generate Completion Reports and Transcripts**
   - Create individual learning transcripts
   - Generate team and department reports
   - Build compliance status dashboards
   - Export data for external reporting
   - Create audit-ready documentation

5. **Track Learning Analytics and Engagement**
   - Monitor course completion rates
   - Analyze learner engagement metrics
   - Track time-to-completion data
   - Identify at-risk learners
   - Measure assessment performance

6. **Create Certificate and Credential Records**
   - Configure certificate templates
   - Set up credential expiration tracking
   - Manage recertification workflows
   - Create external certification records
   - Generate verification documentation

7. **Manage Content Libraries and Catalogs**
   - Organize content by category and topic
   - Configure content access permissions
   - Manage content versioning
   - Set up content retirement workflows
   - Integrate external content providers

## Usage

### Course Creation and Setup

```
Input:
- Course content and materials
- Learning objectives
- Target audience definition
- Assessment requirements
- Completion criteria

Output:
- Complete course structure
- Enrollment configuration
- Assessment setup
- Certificate template
- Launch checklist
```

### Compliance Training Configuration

```
Input:
- Regulatory requirements
- Affected job roles/positions
- Training frequency requirements
- Escalation procedures
- Audit requirements

Output:
- Compliance training matrix
- Automatic enrollment rules
- Reminder schedule configuration
- Reporting dashboard setup
- Audit trail configuration
```

### Learning Analytics Report

```
Input:
- Reporting period
- Population scope
- Metrics of interest
- Comparison benchmarks

Output:
- Completion rate analysis
- Engagement metrics report
- Trend analysis
- Recommendations for improvement
- Executive summary
```

## Integration Points

### Process Integration
- Learning Management System (LMS) Implementation
- Training Needs Analysis (TNA)
- Leadership Development Program
- Compliance Training Programs

### Related Skills
- SK-009: Training Needs Assessment
- SK-011: Succession Planning

### Related Agents
- AG-005: Learning and Development Specialist

### Platform Integrations
- Cornerstone OnDemand
- Workday Learning
- SAP SuccessFactors Learning
- LinkedIn Learning
- Udemy Business
- Coursera for Business
- Custom LMS platforms

## Templates

### Course Structure Template

```
Course Information:
- Course ID and Title
- Description and Objectives
- Target Audience
- Duration and Format
- Prerequisites

Content Structure:
- Module 1: [Title]
  - Lesson 1.1
  - Lesson 1.2
  - Assessment 1
- Module 2: [Title]
  - Lesson 2.1
  - Lesson 2.2
  - Assessment 2

Completion Requirements:
- Minimum score threshold
- Required activities
- Time requirements
- Certificate eligibility

Administrative Settings:
- Enrollment type
- Capacity limits
- Availability dates
- Access permissions
```

### Compliance Training Matrix

```
| Training Title | Frequency | Due Window | Target Roles | Regulatory Source |
|----------------|-----------|------------|--------------|-------------------|
| [Title]        | Annual    | 30 days    | [Roles]      | [Regulation]      |
| [Title]        | Bi-annual | 14 days    | [Roles]      | [Regulation]      |
```

### Learning Analytics Dashboard

```
Key Metrics:
- Overall Completion Rate
- Average Time to Complete
- Overdue Training Count
- Learner Engagement Score

Trending:
- Completion trends (30/60/90 days)
- High-performing courses
- At-risk populations
- Content engagement patterns

Compliance Status:
- Current compliance percentage
- Upcoming due dates
- Overdue by department
- Escalation queue
```

## Best Practices

1. **Course Design**
   - Keep modules focused and digestible (15-20 minutes)
   - Include varied content types (video, text, interactive)
   - Build in knowledge checks throughout
   - Provide clear learning objectives upfront

2. **Enrollment Management**
   - Use automated enrollment for mandatory training
   - Set reasonable completion windows
   - Configure escalation paths for overdue training
   - Maintain accurate job role mappings

3. **Compliance Training**
   - Maintain version control on compliance content
   - Document regulatory requirement mappings
   - Configure audit trails for all completions
   - Plan for annual content reviews

4. **Analytics and Reporting**
   - Establish baseline metrics before changes
   - Track leading indicators (enrollment) and lagging (completion)
   - Segment data by meaningful populations
   - Share insights with stakeholders regularly

5. **Content Management**
   - Regularly review and retire outdated content
   - Maintain consistent metadata and tagging
   - Test content across devices and browsers
   - Document content ownership and review cycles

## Configuration Checklist

### Initial Setup
- [ ] User roles and permissions configured
- [ ] Organizational hierarchy mapped
- [ ] Job role catalog established
- [ ] Integration connections tested
- [ ] Notification templates customized

### Course Deployment
- [ ] Content uploaded and tested
- [ ] Assessments validated
- [ ] Enrollment rules configured
- [ ] Completion criteria set
- [ ] Certificate template created

### Compliance Setup
- [ ] Training matrix documented
- [ ] Automatic assignments configured
- [ ] Reminder schedule set
- [ ] Escalation workflow active
- [ ] Audit reporting tested

### Ongoing Operations
- [ ] Regular completion reports scheduled
- [ ] Overdue training monitoring active
- [ ] Content review calendar maintained
- [ ] User feedback collection enabled
- [ ] Analytics dashboard published

Related Skills

survey-design-administration

509
from a5c-ai/babysitter

Develop survey instruments, implement sampling strategies, optimize response rates, and manage multi-mode data collection

lms-configuration-administration

509
from a5c-ai/babysitter

Configure learning management system settings, user roles, course templates, gradebooks, and third-party integrations

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.

retrospect

509
from a5c-ai/babysitter

Summarize or retrospect on a completed Babysitter run.

resume

509
from a5c-ai/babysitter

Resume an existing Babysitter run from Codex.

project-install

509
from a5c-ai/babysitter

Install the Babysitter Codex workspace integration into the current project.

plan

509
from a5c-ai/babysitter

Plan a Babysitter workflow without executing the run.

observe

509
from a5c-ai/babysitter

Observe, inspect, or monitor a Babysitter run.