tool-vscode-openai-integration

Generate Codex task briefs and run validation tasks from VS Code.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill tool-vscode-openai-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-vscode-openai-integration
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/tool-vscode-openai-integration
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill tool-vscode-openai-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconciles editor tooling and the repository's AI workflows so developers can run Codex/OpenAI tasks, access agents and skills, and create structured task briefs without leaving VS Code.

Core Features & Use Cases

  • Repo-local companion: Provides an AI Repo sidebar that surfaces agents, skills, guidelines, and quick actions.
  • Brief generation: Create Codex task briefs and project stage briefs from the current editor context and clipboard them for AI consumption.
  • Workflow wiring: Expose commands to run traceability validation, generate execution Gantt charts, and open relevant manifest/config files.
  • Use Case: A developer opens a file, uses the companion to generate a Codex task brief referencing AGENTS.md and project guidelines, then runs the repository validation task from the editor.

Quick Start

Open the repository in VS Code and run the OpenAI Repo Companion to create a Codex task brief for the current file and copy it to the clipboard.

Frequently Asked Questions about tool-vscode-openai-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Codex task briefs from my repository inside VS Code?

You can generate Codex task briefs directly in VS Code by running the OpenAI Repo Companion on your current file, which creates a context-aware brief referencing your AGENTS.md and copies it to the clipboard for AI consumption.

What is an AI repo companion for VS Code and how does it surface OpenAI workflows?

An AI repo companion is a local editor sidebar that surfaces repository agents, skills, and guidelines, wiring OpenAI Codex workflows into VS Code commands. It exposes manifest browsing and quick actions without requiring you to leave the editor environment.

How do I run traceability validation and execution Gantt charts for my repository tasks in VS Code?

Run traceability validation and generate execution Gantt charts by executing wired editor commands provided by the repo companion, which trigger repository validation tasks and chart generation directly within the VS Code environment.

Can I use the OpenAI Codex extension with my existing repository agents and skills?

Yes, you can use the official OpenAI Codex extension with existing repository agents and skills by surfacing AGENT and SKILL manifests through the editor sidebar, aligning local repo tooling with OpenAI workflows.

Does the VS Code OpenAI integration require any specific dependencies or external components?

No external dependencies or components are required. The integration functions as a lightweight extension host for local repo tooling, requiring only the official OpenAI Codex extension installed in VS Code and your repository files.