Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeGuard AI ProNew to Visual Studio Code? Get it now.
CodeGuard AI Pro

CodeGuard AI Pro

nizardev41

|
3 installs
| (0) | Free
Automatically bootstraps secure VS Code projects with AI instructions, security checks, and testing workflows.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Workspace Secure Bootstrap

A VS Code extension that automatically bootstraps newly opened or added workspace folders with:

  • .github/copilot-instructions.md
  • .github/instructions/*.instructions.md
  • AGENTS.md
  • CLAUDE.md
  • .vscode recommendations/settings
  • Playwright scaffold
  • GitHub Actions CI workflow
  • optional Flask enterprise baseline

Behavior

When a workspace opens or when folders are added to the workspace, the extension checks each folder and generates the configured baseline files.

Commands

  • Workspace Secure Bootstrap: Bootstrap Current Workspace
  • Workspace Secure Bootstrap: Bootstrap All Workspace Folders

Settings

  • workspaceSecureBootstrap.enabled
  • workspaceSecureBootstrap.overwriteExisting
  • workspaceSecureBootstrap.showNotifications
  • workspaceSecureBootstrap.includePlaywrightScaffold
  • workspaceSecureBootstrap.includeVSCodeSettings
  • workspaceSecureBootstrap.includeFlaskEnterpriseBaseline
  • workspaceSecureBootstrap.includeGitHubWorkflow
  • workspaceSecureBootstrap.instructionFileName
  • workspaceSecureBootstrap.workspaceMarkerFile

Build

npm install
npm run compile

Package

npx @vscode/vsce package

This generates a .vsix installable extension package.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft