galactic-ide
v1.0.26The command center for developers who juggle multiple projects, branches, and environments.
By Galactic DevLicense: AGPL-3.0220 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 8 skill or MCP entries
- Source updated
- May 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install galactic-ide for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add galactic-ide@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/idolaman/galacticClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/coding-conventions/SKILL.md├── skills/galactic-design-handoff/SKILL.md├── skills/galactic-design-validation/SKILL.md├── skills/galactic-engineering/SKILL.md├── skills/galactic-feature-gap-analysis/SKILL.md├── skills/galactic-solution-framing/SKILL.md├── skills/galactic-user-insight-brief/SKILL.md└── skills/galactic-ux-ui-feature-design/SKILL.md
Included Skills8
Applies the client-side subset of Galactic engineering rules. Use when writing, reviewing, or modifying React/TypeScript renderer code and you want the UI conventions without loading the broader repo framing.
Packages an approved Galactic UX/UI design into a design-ready handoff for future engineering skills. Use when solution framing, design, and validation are complete and you need one final artifact with behavior, states, acceptance criteria, instrumentation, and open risks.
Critiques a Galactic UX/UI spec before engineering handoff. Use when you need a structured validation pass focused on clarity, trust, compatibility risk, edge cases, and whether the design actually serves Galactic's target users.
Applies Galactic engineering rules for work in the galactic-ide repository. Use when implementing, reviewing, or refactoring repo code and you need the canonical standards for testing, versioning, React/Tailwind conventions, toasts, storage, OS-aware logic, and git-service boundaries.
Analyzes an existing Galactic feature or workflow to find the highest-value product gaps. Use when you need a structured gap analysis grounded in real users, current implementation, and clear in-scope versus out-of-scope pain.
Turns a Galactic gap analysis into a scoped product brief. Use when you need a decision-oriented solution framing artifact with scope, constraints, success metrics, and design questions before UX/UI work starts.
Creates a Galactic-specific user insight brief for a feature, workflow, or product area. Use when you need to identify the target user, JTBD, current workaround, trust requirements, and adoption blockers before gap analysis or design.
Produces a Galactic UX/UI spec from a solution brief. Use when you need concrete flows, interface states, trust cues, copy direction, and progressive disclosure for power users and aspiring users.
Plugin manifests1
{
"name": "galactic-ide",
"version": "1.0.26",
"description": "The command center for developers who juggle multiple projects, branches, and environments.",
"author": {
"name": "Galactic Dev",
"email": "[email protected]",
"url": "https://galactic-dev.com"
},
"homepage": "https://galactic-dev.com",
"repository": "https://github.com/idolaman/galactic-ide",
"license": "AGPL-3.0",
"keywords": [
"galactic",
"developer-tools",
"git",
"worktrees",
"mcp",
"codex-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Galactic Skills",
"shortDescription": "Repo-local Codex skills for Galactic product, UX, and client conventions.",
"longDescription": "Exposes the Galactic repo's local Codex skills so they can be discovered with $skill-name in a plugin-aware Codex runtime.",
"developerName": "Galactic Dev",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://galactic-dev.com",
"defaultPrompt": [
"Use $galactic-feature-gap-analysis on the current Galactic workflow.",
"Use $galactic-solution-framing to scope the next Galactic bet.",
"Use $coding-conventions before editing client React code."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[galactic-ide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/galactic-ide)