An agentic skills framework & software development methodology that works.
ChatGPT Web skill for GitHub repository work
Luna Chat Coder gives ChatGPT Web a workflow for editing, testing, and recovering repository work inside the chat sandbox. When the sandbox cannot finish a step reliably, it can switch to connected GitHub access for that step and then return to the normal loop.
Builders who want ChatGPT Web to handle repository changes, tests, and pull requests from a normal conversation.
You can keep repository work inside ChatGPT Web without managing a local coding agent or recreating state by hand.
What it does
Sandbox-first development loop
Keeps editing, building, testing, and debugging in the chat sandbox when it can do the job.
GitHub fallback for blocked steps
Uses connected GitHub access only when the sandbox cannot complete a step reliably.
Recovery from exact repository state
Resumes from GitHub state if the chat or sandbox disappears instead of rebuilding from conversation history.
Publish and verify handoff
Can produce a complete sandbox workspace snapshot after substantial work and check the state before reporting completion.
Template-based setup
Ships as a repository template and as a copyable skill directory for existing repos.
How to get it
- 1Copy the complete skill directory
.agents/skills/luna-chat-coder/
README
Luna Chat Coder
Version 0.1.5
Use ordinary ChatGPT Web conversations for real GitHub repository work—without running a local coding agent, opening a tunnel, or giving the chat access to your computer.
ChatGPT already has a sandbox that can run code. The catch is that network restrictions can stop repository work when the chat needs source, dependencies, or a reliable way to publish a larger change. Luna teaches the model to keep the development loop in that built-in sandbox and use connected GitHub access only for the missing pieces.
What you get
- A useful built-in workspace. Editing, building, testing, and debugging stay in the chat sandbox whenever it can do the job.
- Fewer dead ends. If the normal path cannot complete a step reliably, Luna can use GitHub for that step instead of giving up or moving the whole workflow elsewhere.
- Safer recovery. If the chat or sandbox disappears, Luna resumes from exact GitHub state rather than trying to recreate code from conversation history.
- Reliable handoff. After substantial work on repository files, Luna can give you a complete sandbox workspace snapshot when the chat supports direct file downloads, while still checking the state it publishes before reporting completion.
The point is simple: give the chat a repository and a development task, not a new piece of infrastructure to operate.
Quick start
For the ChatGPT Web setup documented here:
- Choose Use this template → Create a new repository.
- In ChatGPT, install/connect the GitHub Plugin from https://chatgpt.com/plugins.
- On GitHub, install the ChatGPT Codex Connector from https://github.com/apps/chatgpt-codex-connector and grant it access to the new repository. If the App is already installed for selected repositories, add the new repository to that list.
- In a normal ChatGPT conversation, send the repository URL and the development task—for example, ask it to implement a change and open a pull request.
That is the normal workflow. A repository created from this template already contains Luna, and you should not need to mention Luna by name or manage its internal recovery steps yourself.
Organization policy may require an administrator to approve the Plugin or GitHub App.
How it works
Luna reads the repository's own instructions and requirements, recovers the exact source it should work from, and uses the chat sandbox for the normal edit/test loop.
When direct sandbox access is not enough, Luna can use the connected GitHub path for the missing step. If that path still cannot complete the step reliably, a bounded GitHub Actions run can handle it, then return the work to the sandbox when possible. GitHub Actions is not the default coding environment.
Add Luna to an existing repository
Copy the complete skill directory:
.agents/skills/luna-chat-coder/
Then merge the short Luna entry-point instruction from AGENTS.md into the repository's existing agent instructions. Keep the project's own engineering guidance; Luna works around it rather than replacing it.
For the documented ChatGPT Web path, connect the GitHub Plugin and grant the ChatGPT Codex Connector access to the repository before asking the chat to work on it.
Documentation
Runtime behavior lives in SKILL.md. Operational details are in actions-missions.md and recovery.md. design-rationale.md is maintainer memory for changing Luna itself; normal skill use does not depend on it.
Luna follows the Agent Skills structure. ChatGPT Web is the path documented and tested here; another host can use the same skill when it provides equivalent sandbox and GitHub capabilities.
License
MIT. See LICENSE.
Files in the repo
- .agents
- AGENTS.md
- LICENSE
- README.ko.md
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.