Agent Plugins Marketplace
All plugins

galactic-ide

v1.0.26

The command center for developers who juggle multiple projects, branches, and environments.

Codex8 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add galactic-ide@agent-plugin-marketplace

Paste 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/galactic

Clone 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

galactic-ide/
├── .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

coding-conventionsskills/coding-conventions/SKILL.md

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.

galactic-design-handoffskills/galactic-design-handoff/SKILL.md

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.

galactic-design-validationskills/galactic-design-validation/SKILL.md

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.

galactic-engineeringskills/galactic-engineering/SKILL.md

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.

galactic-feature-gap-analysisskills/galactic-feature-gap-analysis/SKILL.md

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.

galactic-solution-framingskills/galactic-solution-framing/SKILL.md

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.

galactic-user-insight-briefskills/galactic-user-insight-brief/SKILL.md

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.

galactic-ux-ui-feature-designskills/galactic-ux-ui-feature-design/SKILL.md

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

.codex-plugin/plugin.json
{
  "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."
    ]
  }
}

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)