furi-build
v0.1.0+codex.f04f319b7167Skills de construção do Furihata — /solve, /principles, /front, /method e /proto: do problema ao commit local, com QA. Funciona sozinho, em qualquer repositório.
By Eduardo FurihataLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 5 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-build for Codex and Claude Code
codex plugin marketplace add eduardofurihata/lp-skills
codex plugin marketplace upgrade lp-skills
codex plugin add furi-build@lp-skillsPaste 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-build” remain stable.
- Codex:
furi-build@agent-plugin-marketplace→furi-build@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-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/furi-build/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/front/SKILL.md├── skills/method/SKILL.md├── skills/principles/SKILL.md├── skills/proto/SKILL.md└── skills/solve/SKILL.md
Included Skills5
Use ONLY when the user explicitly invokes /front (bare /front = the target is whatever the conversation is already about), or when another skill invokes `furi-build:front` via the Skill tool. NEVER activate on your own initiative. — design doctrine, UX and UI: #1 reference, wow, anyone uses it unaided, every screen by clicks and URL; raises a target, behaviour unchanged, `audit` = report only; never commits nor branches.
Use ONLY when the user explicitly invokes /method (bare /method = the objective is whatever the conversation is already about), or when another skill invokes `furi-build:method` via the Skill tool. NEVER activate on your own initiative. — the rigorous engineering protocol: 12 steps (plus Step 0) from problem to committed code, one artifact per step, /solve reinvoked every step (it brings /principles and, with a visual surface, /front).
Use ONLY when the user explicitly invokes /principles (bare /principles = the target is whatever the conversation is already about), or when another skill invokes `furi-build:principles` via the Skill tool. NEVER activate on your own initiative. — the engineering doctrine: SOLID (all five), DRY, KISS, YAGNI, Law of Demeter, Motores (one owner per capability) and continuous refactoring (everything the work touches goes up). With a target (folder, file, diff, commit) it raises it without changing behaviour; `audit` = report only. Never commits, never creates a branch.
Use when user invokes /proto to recreate a screen in 3 versions, each on a temporary parallel route in the same app ({rota-original}-v1/-v2/-v3), respecting the app design system, mobile and desktop, at /solve quality — as the screen SHOULD be, not as it is. Ends with the 3 URLs and a recommendation so the user picks one; the chosen version is implemented later by /method.
Use ONLY when the user explicitly invokes /solve (bare /solve = the objective is whatever the conversation is already about), or when another skill invokes `furi-build:solve` via the Skill tool. NEVER activate on your own initiative. — resolve the requested task at world-class level, benchmarking against the leading big pop tech apps in the relevant domain as the quality baseline, aiming to make us the #1 reference in the market. Invokes /principles (the engineering doctrine) and, with a visual surface, /front (the design doctrine) via the Skill tool.
Plugin manifests3
{
"name": "furi-build",
"version": "0.1.0+codex.f04f319b7167",
"description": "Skills de construção do Furihata — /solve, /principles, /front, /method e /proto: do problema ao commit local, com QA. Funciona sozinho, em qualquer repositório.",
"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": [
"development",
"planning",
"quality",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Furi Build",
"shortDescription": "Método de construção, QA e commit local.",
"longDescription": "Conduza o trabalho do problema ao commit local com o método de engenharia do Furihata.",
"developerName": "Eduardo Furihata",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Conduza esta feature com o método Furi Build."
],
"brandColor": "#8B5CF6"
}
}{
"name": "furi-build",
"description": "Skills de construção do Furihata — /solve, /principles, /front, /method e /proto: do problema ao commit local, com QA. Funciona sozinho, em qualquer repositório.",
"author": {
"name": "Eduardo Furihata"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "furi-build",
"version": "0.1.0+f04f319b7167",
"description": "Skills de construção do Furihata — /solve, /principles, /front, /method e /proto: do problema ao commit local, com QA. Funciona sozinho, em qualquer repositório.",
"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": [
"development",
"planning",
"quality",
"workflow"
]
}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.
[furi-build on Agent Plugins Marketplace](https://pluginsmp.com/plugins/furi-build)