Agent Plugins Marketplace
All plugins

astro-cli-commands

v0.1.1

Astro Commands gives Codex a maintained, command-first operating contract for Astro projects: inspect the installed CLI, prefer official capabilities, and verify version drift before acting.

Codex1 Skill

By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add astro-cli-commands@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/nerymurillohnd/codex-essentials

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/astro-cli-commands/.

Plugin files

plugins/astro-cli-commands/
├── .codex-plugin/plugin.json
└── skills/astro-commands/SKILL.md

Included Skills1

astro-commandsskills/astro-commands/SKILL.md

Use first when planning or executing work in an Astro project. Inspect the installed Astro CLI, prefer official Astro commands over custom workflows, manage Astro dev or preview servers, add integrations, generate types, configure CI checks, and diagnose flags or version drift.

Plugin manifests1

plugins/astro-cli-commands/.codex-plugin/plugin.json
{
  "name": "astro-cli-commands",
  "version": "0.1.1",
  "description": "Astro Commands gives Codex a maintained, command-first operating contract for Astro projects: inspect the installed CLI, prefer official capabilities, and verify version drift before acting.",
  "author": {
    "name": "Nery Samuel Murillo",
    "url": "https://github.com/nerymurillohnd"
  },
  "repository": "https://github.com/nerymurillohnd/codex-essentials",
  "license": "MIT",
  "interface": {
    "displayName": "Astro Commands",
    "shortDescription": "Use Astro's current CLI capabilities first.",
    "longDescription": "A maintained command-first operating contract for Astro projects. It makes Codex inspect the installed Astro CLI, prefer supported framework commands over improvised workflows, and verify version drift before planning or executing changes.",
    "developerName": "Nery Samuel Murillo",
    "category": "Productivity",
    "capabilities": [
      "Official Astro command selection",
      "Project-local package manager usage",
      "Background dev and preview server handling",
      "CI check and build verification"
    ],
    "defaultPrompt": "Use Astro Commands before planning this Astro task."
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[astro-cli-commands on Agent Plugins Marketplace](https://pluginsmp.com/plugins/astro-cli-commands)