langgraph-architecture
v1.0.0Planeja e revisa arquiteturas LangGraph com dois agentes isolados topo de linha: Architect e Reviewer.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 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 langgraph-architecture for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add langgraph-architecture@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 “langgraph-architecture-2” remain stable.
- Codex:
langgraph-architecture-2@agent-plugin-marketplace→langgraph-architecture@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/langgraph-architecture/.
Plugin files
├── .codex-plugin/plugin.json├── skills/langgraph-architecture-plan/SKILL.md└── skills/langgraph-repository-review/SKILL.md
Included Skills2
Cria um plano verificável de arquitetura LangGraph para chat ou agentes. Deve delegar integralmente a análise ao agente isolado langgraph-architect e garantir contexto, memória, grounding, quality gate, limites, observabilidade e evals mínimos.
Revisa um repositório que usa LangGraph e lista problemas de arquitetura, contexto, memória, grounding, tools, qualidade, segurança, observabilidade e evals. Deve delegar integralmente a revisão ao agente isolado e read-only langgraph-reviewer.
Plugin manifests1
{
"name": "langgraph-architecture",
"version": "1.0.0",
"description": "Planeja e revisa arquiteturas LangGraph com dois agentes isolados topo de linha: Architect e Reviewer.",
"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",
"architecture",
"review",
"agents",
"rag",
"memory",
"evals"
],
"skills": "./skills/",
"interface": {
"displayName": "LangGraph Architecture",
"shortDescription": "Planeja e revisa LangGraph com agentes isolados.",
"longDescription": "Inclui duas skills que delegam obrigatoriamente ao LangGraph Architect e ao LangGraph Reviewer, fixados em gpt-5.6 com reasoning max. Garante contexto, memória, grounding, quality gate, limites, observabilidade e evals mínimos.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"LangGraph Architecture",
"Repository Review",
"RAG",
"Memory",
"Agent Evaluation"
],
"defaultPrompt": [
"/langgraph-architecture-plan repo=. planeje a arquitetura conversacional",
"/langgraph-repository-review repo=. revise esta implementação LangGraph"
]
}
}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.
[langgraph-architecture on Agent Plugins Marketplace](https://pluginsmp.com/plugins/langgraph-architecture-2)