grillme-langgraph
v1.1.0Entrevista técnica que primeiro decide se LangGraph é necessário e, quando for, desenha o fluxo com State CRUE e fronteiras determinísticas.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- 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 grillme-langgraph for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add grillme-langgraph@codex-skillsPaste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “grillme-langgraph-2” remain stable.
- Codex:
grillme-langgraph-2@agent-plugin-marketplace→grillme-langgraph@codex-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/cadugevaerd/codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/grillme-langgraph/.
Plugin files
├── .codex-plugin/plugin.json└── skills/grillme-langgraph/SKILL.md
Included Skills1
Entrevista técnica (estilo grill-me) para decidir primeiro se LangGraph é justificado e, somente quando for, desenhar o fluxo LangGraph com diagrama, State CRUE e tabela de nodes. Use quando o usuário quiser desenhar agentes/workflows, avaliar se LangGraph é excesso de engenharia, decidir agent-as-node vs nodes explícitos, ou separar um hot path determinístico de uma consulta/agente adaptativo.
Plugin manifests1
{
"name": "grillme-langgraph",
"version": "1.1.0",
"description": "Entrevista técnica que primeiro decide se LangGraph é necessário e, quando for, desenha o fluxo com State CRUE e fronteiras determinísticas.",
"author": {
"name": "Carlos Araujo",
"email": "[email protected]",
"url": "https://github.com/cadugevaerd"
},
"homepage": "https://github.com/cadugevaerd/codex-skills",
"repository": "https://github.com/cadugevaerd/codex-skills",
"license": "MIT",
"keywords": [
"langgraph",
"langchain",
"agents",
"design",
"interview"
],
"skills": "./skills/",
"interface": {
"displayName": "Grillme LangGraph",
"shortDescription": "Decide se LangGraph é necessário antes do design técnico.",
"longDescription": "Interroga o usuário uma pergunta por vez, decide se LangGraph é justificado e produz arquitetura direta sem LangGraph ou o rascunho do subfluxo LangGraph necessário.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"Interactive",
"Design"
],
"defaultPrompt": [
"/grillme-langgraph avaliar se LangGraph é necessário",
"/grillme-langgraph decidir agent-as-node vs nodes explícitos"
]
}
}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.
[grillme-langgraph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grillme-langgraph-2)