Agent Plugins Marketplace
All plugins

furi-ship

v0.1.0+codex.7087e4a31812

Skills de entrega do Furihata — uma escada só: os alvos /work, /pull-request, /homolog e /prod levam o trabalho de onde estiver até o próprio estágio, cada um invocando o anterior quando falta algo atrás; os modificadores /repro e /card compõem com qualquer alvo, em qualquer ordem; /infra mapeia a infra do projeto; o processo mora em .claude/ship/setup.md, uma seção por skill. Funciona sozinho, sem depender de outro pacote.

CodexClaude CodeAgent Plugins7 Skills

By Eduardo FurihataLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
7 skill or MCP entries
Source updated
Sep 21, 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 furi-ship for Codex and Claude Code

Installs for the current user
codex plugin marketplace add eduardofurihata/lp-skills
codex plugin marketplace upgrade lp-skills
codex plugin add furi-ship@lp-skills

Paste and run these commands in a terminal with Codex. They add and refresh the lp-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “furi-ship” remain stable.

  • Codex: furi-ship@agent-plugin-marketplacefuri-ship@lp-skills

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/eduardofurihata/lp-skills

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

Plugin files

plugins/furi-ship/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/card/SKILL.md
├── skills/homolog/SKILL.md
├── skills/infra/SKILL.md
├── skills/prod/SKILL.md
├── skills/pull-request/SKILL.md
├── skills/repro/SKILL.md
└── skills/work/SKILL.md

Included Skills7

cardskills/card/SKILL.md

Use ONLY when the user explicitly invokes /card (bare /card = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:card` via the Skill tool. NEVER activate on your own initiative. — first truly understands the problem and the project, then writes the card as PM/PO and creates it on the right board with destination, owner and images. With other skills in the argument it understands and combines them in one pass. Refuses without Jira.

homologskills/homolog/SKILL.md

Use ONLY when the user explicitly invokes /homolog (bare /homolog = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:homolog` via the Skill tool. NEVER activate on your own initiative. — what is ready, live on homolog: PR guaranteed (/pull-request) → review → merge or reject → publish, configure, validate → Jira → return. Never touches production.

infraskills/infra/SKILL.md

Use ONLY when the user explicitly invokes /infra (bare /infra = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:infra` via the Skill tool. NEVER activate on your own initiative. — the map of the infra config of THIS project in `.claude/ship/infra.md`: the `.secrets/` folder and its variables, providers, accounts and accesses — where each secret lives, never a value. `<provedor>` focuses one; `audit` reports only.

prodskills/prod/SKILL.md

Use ONLY when the user explicitly invokes /prod (bare /prod = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:prod` via the Skill tool. NEVER activate on your own initiative. — production live with the work: homolog guaranteed (/homolog) → promote integration to production → publish, configure, validate production → Jira → return. Single owner of production.

pull-requestskills/pull-request/SKILL.md

Use ONLY when the user explicitly invokes /pull-request (bare /pull-request = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:pull-request` via the Skill tool. NEVER activate on your own initiative. — the order of publishing the work: discover → make sure the commit is closed (/work) → push → open or update the PR against the detected integration branch → mirror on every Jira card → return. Never merges.

reproskills/repro/SKILL.md

Use ONLY when the user explicitly invokes /repro (bare /repro = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:repro` via the Skill tool. NEVER activate on your own initiative. — a MODIFIER: understand the report and reproduce it on the front as the user, each graded ≥ 90 by a judge subagent; the dev sees the bug one step before it fires; return the official description. With other skills it combines them in one pass; whoever commits shows the dev the fix BEFORE the commit.

workskills/work/SKILL.md

Use ONLY when the user explicitly invokes /work (bare /work = the objective is whatever the conversation is already about), or when another skill invokes `furi-ship:work` via the Skill tool. NEVER activate on your own initiative. — the ground (setup, card, branch, status), then the commit with the front screens proven on the card. Never pushes.

Plugin manifests3

plugins/furi-ship/.codex-plugin/plugin.json
{
  "name": "furi-ship",
  "version": "0.1.0+codex.7087e4a31812",
  "description": "Skills de entrega do Furihata — uma escada só: os alvos /work, /pull-request, /homolog e /prod levam o trabalho de onde estiver até o próprio estágio, cada um invocando o anterior quando falta algo atrás; os modificadores /repro e /card compõem com qualquer alvo, em qualquer ordem; /infra mapeia a infra do projeto; o processo mora em .claude/ship/setup.md, uma seção por skill. Funciona sozinho, sem depender de outro pacote.",
  "author": {
    "name": "Eduardo Furihata",
    "url": "https://github.com/eduardofurihata"
  },
  "homepage": "https://lp-skills.vercel.app",
  "repository": "https://github.com/eduardofurihata/lp-skills",
  "license": "MIT",
  "keywords": [
    "jira",
    "pull-request",
    "deployment",
    "delivery"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Furi Ship",
    "shortDescription": "Do card no Jira até homologação e produção.",
    "longDescription": "Conduza cards, pull requests, homologação e produção com o fluxo de entrega do Furihata.",
    "developerName": "Eduardo Furihata",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Conduza a entrega desta mudança com o Furi Ship."
    ],
    "brandColor": "#0EA5E9"
  }
}
plugins/furi-ship/.claude-plugin/plugin.json
{
  "name": "furi-ship",
  "description": "Skills de entrega do Furihata — uma escada só: os alvos /work, /pull-request, /homolog e /prod levam o trabalho de onde estiver até o próprio estágio, cada um invocando o anterior quando falta algo atrás; os modificadores /repro e /card compõem com qualquer alvo, em qualquer ordem; /infra mapeia a infra do projeto; o processo mora em .claude/ship/setup.md, uma seção por skill. Funciona sozinho, sem depender de outro pacote.",
  "author": {
    "name": "Eduardo Furihata"
  }
}
plugins/furi-ship/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "furi-ship",
  "version": "0.1.0+7087e4a31812",
  "description": "Skills de entrega do Furihata — uma escada só: os alvos /work, /pull-request, /homolog e /prod levam o trabalho de onde estiver até o próprio estágio, cada um invocando o anterior quando falta algo atrás; os modificadores /repro e /card compõem com qualquer alvo, em qualquer ordem; /infra mapeia a infra do projeto; o processo mora em .claude/ship/setup.md, uma seção por skill. Funciona sozinho, sem depender de outro pacote.",
  "author": {
    "name": "Eduardo Furihata",
    "url": "https://github.com/eduardofurihata/lp-skills"
  },
  "homepage": "https://lp-skills.vercel.app",
  "repository": "https://github.com/eduardofurihata/lp-skills",
  "license": "MIT",
  "keywords": [
    "jira",
    "pull-request",
    "deployment",
    "delivery"
  ]
}

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

[furi-ship on Agent Plugins Marketplace](https://pluginsmp.com/plugins/furi-ship)