Agent ContextGive your AI coding tools access to your best reference code — without copying anything into your repo. Why this existsModern AI tools like GitHub Copilot, Cursor, and ChatGPT are only as good as the context they can see. But your most valuable code usually lives somewhere else:
Agent Context lets you attach those projects directly to your workspace — so both you and your AI tools can use them immediately. What it does
Built for AI-assisted developmentAgent Context turns your past work into usable AI context. When you attach folders, it can generate a shared instructions block that:
ExampleYou’re working on: /projects/current-app You attach: /projects/reference-apps/nest-auth-example Agent Context creates: /projects/current-app/.examples/nest-auth-example Now:
Example prompt: "Implement authentication similar to the nest-auth-example in .examples" Features
How it worksWhen you attach a folder, the extension:
The generated instructions section is safely wrapped: ... Sidebar workflowOpen Agent Context from the Activity Bar. Available actions:
ConfigurationagentContext.targetFolder
agentContext.updateAgentInstructions
agentContext.instructionsFile
Intended useAgent Context is ideal when:
Installation
Or install via code --install-extension agent-context.vsix DevelopmentRequirements
Install dependenciesnpm install Buildnpm run compile Watch modenpm run watch Lintnpm run lint Run extensionOpen the project in VS Code and launch the Extension Host via debugger. LicenseMIT |