Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Admin LocalNew to Visual Studio Code? Get it now.
Admin Local

Admin Local

Shaun Pritchard

|
1 install
| (0) | Free
Modular AI toolbox for multi-project developers and vibe-coders. Creates a private .admin-local workspace for API keys, prompts, scripts, and developer tools — Git-safe, Git-excluded, and portable between projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Admin Local

Portable AI workflow toolkit

Your personal developer toolbox — API keys, prompts, scripts, and credentials — available in every project, automatically excluded from Git. Export and import your entire setup between projects in seconds. Built for AI developers, vibe-coders, and multi-project workflows.


Purpose

Admin Local solves a critical problem: managing sensitive configuration across multiple projects without compromising security.

Every developer working with AI APIs, cloud services, or databases needs API keys, prompts, deployment scripts, and credentials in each project—but cannot commit them to Git. This extension provides a Git-safe, portable solution for consistent workflows.

Use Cases

  • AI Development — API keys, prompt templates, LLM test scripts
  • Cloud & DevOps — IAM credentials, deployment scripts, environment configs
  • Database Work — Connection strings, seed data, migration scripts
  • Frontend Development — Auth tokens, feature flags, local environment variables
  • Enterprise & Multi-Project — Portable setup across teams and repositories
  • Freelance & Contract Work — Carry your toolchain between client projects

Folder Structure

Admin Local Structure

.admin-local/
  ├── README.md
  ├── .ai.store          # API keys (OpenAI, Anthropic, Gemini, etc.)
  ├── docs/              # AI planning documents and task lists
  ├── key-store/         # Secure credentials storage
  ├── prompts/           # Reusable AI prompts
  └── scripts/           # Automation utilities

Commands

Right-click command menu for quick easy access

Context Menu

All commands available via right-click or Command Palette (Ctrl+Shift+P).

Command Palette

(.Admin-Local) Initialize

Creates .admin-local folder structure and adds to .git/info/exclude.

(.Admin-Local) Export

Creates timestamped .admloc archive: project-name-admin-local-2026-03-30T14-25-10.admloc

(.Admin-Local) Import

Restores from .admloc archive.

(.Admin-Local) Copy Prompt to Clipboard

Opens a searchable prompt picker at the top of VS Code. Select a prompt → copied to clipboard → paste directly into VS Code Chat or any AI tool.

Copy Prompt to Clipboard

(.Admin-Local) Destroy

Permanently deletes .admin-local folder (confirmation required).


Custom File Type

Admin Local uses a custom .admloc archive format for portable export and import.

Custom File Type

Archives are timestamped and zipped: project-name-admin-local-2026-03-31T20-19-44.admloc


Quick Start

  1. Right-click in Explorer → (.Admin-Local) Initialize
  2. Add your API keys to .admin-local/.ai.store
  3. Create prompts in .admin-local/prompts/
  4. Export when done → Move to next project → Import

Security

  • Git-safe: Uses .git/info/exclude (local-only, never committed)
  • No telemetry: Your data never leaves your machine
  • Export control: Only .admin-local/ contents included in archives

Requirements

  • VS Code 1.109.0+
  • Git repository
  • Git CLI installed

Installation

From VSIX:
Extensions → ... → Install from VSIX → Select admin-local-0.0.1.vsix

From Marketplace (coming soon):
Search "Admin Local"


License

MIT License Created by Shaun Allen Pritchard

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