
Codespace Tools
- Updated February 27, 2026
- altinokdarici/claude-plugins
codespace-tools is a Claude Code plugin skill that creates and manages GitHub Codespaces using remembered configuration profiles.
About
codespace-tools is a Claude Code plugin skill that creates and manages GitHub Codespaces from inside the agent. It saves codespace configuration as named profiles and recalls them on later runs so a developer can spin up a preconfigured dev environment with one command. Profiles persist to a local JSON file under ~/.claude/memory.
- Creates and manages GitHub Codespaces from Claude Code
- Remembers configuration as reusable named profiles
- Single command /create-codespace [profile-name]
Codespace Tools by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
codespace-tools capabilities & compatibility
- Capabilities
- codespace create · config profiles
- Works with
- github
- Use cases
- devops
/plugin marketplace add altinokdarici/claude-plugins/plugin install codespace-tools@altinok-toolsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 27, 2026 |
|---|---|
| Repository | altinokdarici/claude-plugins ↗ |
What it does
Spin up and reuse preconfigured GitHub Codespaces dev environments from Claude Code via saved profiles.
Who is it for?
Developers who repeatedly create GitHub Codespaces and want saved config profiles.
When should I use this skill?
You want to create or manage a GitHub Codespace with a remembered configuration.
What you get
A codespace is created from a saved profile with one command.
By the numbers
- 1 command: /codespace-tools:create-codespace
README.md
claude-plugins
Personal Claude Code plugin marketplace by altinok.
Plugins
codespace-tools
Create and manage GitHub Codespaces with remembered configuration profiles.
Commands:
/codespace-tools:create-codespace [profile-name]— Create a codespace using a saved profile or configure a new one
Usage:
# Use with Claude Code
claude --plugin-dir ~/Repo/altinok/claude-plugins/plugins/codespace-tools
# First run — will prompt for configuration
/codespace-tools:create-codespace odsp
# Subsequent runs — recalls saved profile
/codespace-tools:create-codespace odsp
Profiles are saved to ~/.claude/memory/codespace-profiles.json.