Alistar AL Development is a VS Code extension that syncs GitHub Copilot instructions, prompts, and agents from a centralized team repository to your local development environment. Keep your entire team aligned with shared AI coding practices without manual file copying.
Features
Centralized Management: Maintain GitHub Copilot configuration files in a single repository
One-Click Sync: Pull the latest instructions, prompts, and agents with a simple command
Team Consistency: Ensure all developers use the same AI coding guidelines
Flexible Configuration: Point to any public GitHub repository and folder
Flat Structure: Syncs all files directly to the prompts folder (no subfolders)
Detailed Logging: View sync progress and results in the Output panel
Usage
Configure the Source Repository (optional - defaults to fvet/Alistar_AI)
Open VS Code Settings (Ctrl+, or Cmd+,)
Search for "Alistar"
Set the repository owner, name, branch, and source path
Sync Files
Open Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
Run: Alistar: Sync Copilot
Wait for the sync to complete
View Details
Check the "Alistar" Output channel for detailed sync logs
See which files were synced and any errors
Configuration
Setting
Default
Description
alistar.repositoryOwner
fvet
GitHub repository owner (username or organization)
alistar.repositoryName
Alistar_AI
GitHub repository name
alistar.branch
main
Branch to sync from
alistar.sourcePath
.github
Path within the repository to sync
alistar.githubToken
(empty)
Optional GitHub Personal Access Token for higher rate limits