By eLafo
Context Engineering framework for Claude Code. Provides comprehensive context management capabilities based on C = A(c₁, c₂, c₃, c₄, c₅, c₆) framework including context creation, analysis, validation, and lifecycle management.
Assess context quality using 4-dimensional framework with parallel processing
Build context files through a guided interview process based on a context needs analysis
Curate and load contexts with quality gate filtering and memory synthesis
Analyze a task to determine what context files (c₁-c₆) are needed for optimal AI performance
Load a previously curated memory context for a task
Synthesize extracts from a single component type (c1, c2, c4, or c5) into a consolidated summary. Use this agent for Phase 3a parallel synthesis when many contexts need to be synthesized efficiently.
Extract relevant content from filtered contexts for a specific component type and write to file. Use for Phase 2 of context curation to read full content and extract task-relevant information.
Eres un gestor experto de contextos, especializado en el ciclo de vida completo de archivos de contexto en sistemas de Context Engineering.
Scan context frontmatter and apply quality gate filtering for efficient context curation. Use this agent for Phase 1 of context curation to identify which contexts meet quality thresholds and are relevant to a task without reading full file contents.
Synthesize final curated memory from component extracts and write to file. Use for Phase 3 of context curation to create unified, holistic context from Phase 2 extraction results.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive Context Engineering framework plugin that brings professional context management capabilities to any Claude Code project.
Centauro implements the C = A(c₁, c₂, c₃, c₄, c₅, c₆) framework, providing a complete system for creating, analyzing, validating, and managing context files in your Claude Code projects. It ensures high-quality, consistent, and efficient context engineering through proven methodologies and automated workflows.
Skill-Assisted Mode - 70% of usage
centauro:context-engineering skill activates automatically when you discuss context engineering tasksAgent-Driven Mode - 30% of usage
@context-manager for complex bulk operations@context-manager analyze all c₂ contexts for quality and discrepanciesNote: Context loading is command-driven. Use /centauro:prepare (recommended) for smart preparation with reuse detection, or /centauro:load and /centauro:curate for manual control.
Contexts are evaluated using a weighted quality formula:
Q = 0.40·Relevance + 0.30·Completeness + 0.20·Consistency + 0.10·Efficiency
With a standardized grading scale:
/plugin install centauro@your-marketplace
First, set up the Context Engineering infrastructure in your project:
/centauro:setup
This creates a .centauro/ directory with:
contexts/ - Organized subdirectories for c₁-c₅ componentscontexts/.gitignore - Protection for sensitive filestemplates/ - For your custom context templatesREADME.md - Framework documentation and usage guideContext Operations:
/centauro:setup - Initialize the Context Engineering infrastructure/centauro:build - Build context files through guided interview/centauro:detect - Analyze task to determine needed context files/centauro:process <file-or-description> - Process files/folders into context systemQuality & Curation:
/centauro:assess-quality - Assess context quality with 4D framework/centauro:prepare <task> [--quality-threshold 0.70] [--force] - Recommended: Smart context preparation with reuse detection (30-120s)
--force to skip reuse check/centauro:curate <task> - Create quality-gated curated memory for a task (30-120s)/centauro:load <task-or-number> - Load previously curated memory (fast, ~2s)Learning & Reflection:
/centauro:reflect [focus-area] - Extract learnings from current sessionAfter initialization, you can immediately start working with contexts using either interface.
Recommended: Smart context preparation (checks for reuse, creates if needed):
/centauro:prepare "implement OAuth2 authentication"
# Phase 0: Checks for existing curated memories
# - If found: Shows match quality and asks to reuse
# - If declined/not found: Runs fresh 3-phase curation (30-120s)
# Creates curated memory in .centauro/contexts/c4-memory/curated/
# Force fresh curation (skip reuse check)
/centauro:prepare "implement OAuth2 authentication" --force
npx claudepluginhub eLafo/hermes --plugin centauroGestión unificada de múltiples fuentes de contexto
Complete software development lifecycle management: features, PRDs, user stories, planning, coding, testing, validation, and documentation
Persistent context for AI coding assistants
Context management with save and restore capabilities
Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time
Context-driven development framework that enables structured lifecycle for software projects: Context → Spec & Plan → Implement
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns