furi-toolbox
v0.1.0+codex.8eb994106f58Ferramentas avulsas do Furihata — /brain (o parecer: entender o problema e decidir), /blind (a sessão que não vê nada: só o texto que você mandou), /ask, /chat, /save, /sync, /make-dev, /make-skill, /ctt, /video-teams e mais. Cada uma funciona sozinha, sem depender de outra skill.
By Eduardo FurihataLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 11 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-toolbox for Codex and Claude Code
codex plugin marketplace add eduardofurihata/lp-skills
codex plugin marketplace upgrade lp-skills
codex plugin add furi-toolbox@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-toolbox” remain stable.
- Codex:
furi-toolbox@agent-plugin-marketplace→furi-toolbox@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-toolbox/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/ask/SKILL.md├── skills/blind/SKILL.md├── skills/brain/SKILL.md├── skills/chat/SKILL.md├── skills/claude-shortcuts/SKILL.md├── skills/ctt/SKILL.md├── skills/make-dev/SKILL.md├── skills/make-skill/SKILL.md├── skills/save/SKILL.md├── skills/sync/SKILL.md└── skills/video-teams/SKILL.md
Included Skills11
Use when user invokes /ask to call the AskUserQuestion tool inline during the current task.
Use when user invokes /blind <texto> — the text goes verbatim to a fresh Claude session that sees nothing (no conversation, CLAUDE.md, memory, files, internet or tools) and the answer comes back whole. Removes context bias, not model bias.
Use when user invokes /brain to understand a problem or decide between paths — thinking, not building. Assumes the request is WRONG and restates it; seven phases, blind judge on one-way doors, ONE recommendation as an ADR in docs/decisions/.
Use when user invokes /chat — activates read-only guru mode: deep analysis and smart answers with no file or system modification. The mode ends when the user types `chat out`; nothing else ends it.
Use when user invokes /claude-shortcuts to set up, verify or replicate the user's Claude Code shortcuts: terminal `claude` / `claudew` (ultracode) and IDE terminal profiles "Claude" (Ctrl+Q, --effort max, tunable) and "Claude Ultra" (Ctrl+Shift+U, ultracode) for VS Code + Antigravity IDE, across all profiles.
Use when user invokes /ctt to capture a request into the Claude Code task list (TaskCreate) instead of doing it now — an inbox for ideas that surface mid-conversation without derailing the current work.
Use when the user types /make-dev — makes `make dev` the one command that runs this project: fresh clone, port conflicts, "another dev server is already running", Makefile updates, hot reload or auto-migrations that should just work, and Actions on the local self-hosted runner.
Use when user invokes /make-skill <what the skill must do | path to a SKILL.md> — writes (or rewrites) one SKILL.md under the rule: simple, clean, minimal, readable by a human and by the model, efficient, written as an order (never a how-to), under 3333 chars; places it where this repo keeps skills and proves it.
Use when user invokes /save in a git repo to commit current work, with optional override message in Conventional Commits format
Use when user invokes /sync with a branch expression like "main > dev", "dev = main" or "A = B > C gh = local" — a notation for synchronizing git branches: `=` converges to the same commit (nobody loses work), `>` flows one way (right never flows back), `gh = local` means local and GitHub identical. Conflicts resolved by understanding both sides; never --force, reset --hard, rebase or branch deletion.
Use when the user runs /video-teams <link> to download a Microsoft Teams / SharePoint / OneDrive "Stream" recording (stream.aspx, *.svc.ms videomanifest) that plays in the logged-in Playwright browser but has download blocked — AES/SEA-encrypted DASH that yt-dlp/ffmpeg cannot fetch. Pulls video + transcript (srt/vtt) to ~/Downloads.
Plugin manifests3
{
"name": "furi-toolbox",
"version": "0.1.0+codex.8eb994106f58",
"description": "Ferramentas avulsas do Furihata — /brain (o parecer: entender o problema e decidir), /blind (a sessão que não vê nada: só o texto que você mandou), /ask, /chat, /save, /sync, /make-dev, /make-skill, /ctt, /video-teams e mais. Cada uma funciona sozinha, sem depender de outra skill.",
"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": [
"utilities",
"git",
"productivity",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Furi Toolbox",
"shortDescription": "Ferramentas avulsas para o fluxo de desenvolvimento.",
"longDescription": "Use atalhos e utilitários independentes para analisar um problema e decidir, perguntar a uma sessão sem contexto, conversar, salvar, sincronizar, preparar projetos e baixar gravações.",
"developerName": "Eduardo Furihata",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Use a ferramenta Furi mais adequada para esta tarefa."
],
"brandColor": "#F59E0B"
}
}{
"name": "furi-toolbox",
"description": "Ferramentas avulsas do Furihata — /brain (o parecer: entender o problema e decidir), /blind (a sessão que não vê nada: só o texto que você mandou), /ask, /chat, /save, /sync, /make-dev, /make-skill, /ctt, /video-teams e mais. Cada uma funciona sozinha, sem depender de outra skill.",
"author": {
"name": "Eduardo Furihata"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "furi-toolbox",
"version": "0.1.0+8eb994106f58",
"description": "Ferramentas avulsas do Furihata — /brain (o parecer: entender o problema e decidir), /blind (a sessão que não vê nada: só o texto que você mandou), /ask, /chat, /save, /sync, /make-dev, /make-skill, /ctt, /video-teams e mais. Cada uma funciona sozinha, sem depender de outra skill.",
"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": [
"utilities",
"git",
"productivity",
"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-toolbox on Agent Plugins Marketplace](https://pluginsmp.com/plugins/furi-toolbox)