awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesContext-Aware Knowledge Managers

Hierarchical resource organizers that load technical references on demand to optimize LLM token usage.

Distinct from Context-Aware Tooling: Focuses on hierarchical knowledge organization for token reduction rather than dynamic tool loading based on operational context.

Explore 8 awesome GitHub repositories matching software engineering & architecture · Context-Aware Knowledge Managers. Refine with filters or upvote what's useful.

Awesome Context-Aware Knowledge Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cheat/cheatAvatar de cheat

    cheat/cheat

    13,361Voir sur GitHub↗

    Cheat is a command-line cheatsheet manager and terminal reference tool used for creating and viewing searchable, interactive guides. It functions as a plain-text knowledge base that organizes technical notes and command snippets through a hierarchical directory structure and metadata tags. The tool provides context-aware note management by discovering and displaying project-specific documentation based on the current working directory. It allows for the creation of a personalized collection of reference files that can be retrieved directly within a shell environment to assist with command opt

    Discovers and displays the most relevant technical documentation by traversing up the current directory tree.

    Go
    Voir sur GitHub↗13,361
  • agentskills/agentskillsAvatar de agentskills

    agentskills/agentskills

    10,303Voir sur GitHub↗

    Agent Skills is a framework for bundling executable scripts and metadata to extend the capabilities and tool-use of language model agents. It provides a standardized directory structure for packaging specialized workflows, technical instructions, and portable agent capabilities for distribution across different AI platforms. The project features a tool optimization suite used to refine skill triggers and evaluate the reliability of agent-activated capabilities. It includes a context-aware knowledge manager that organizes technical references into a hierarchy, loading them on demand to reduce

    Implements a hierarchical resource organizer that loads technical references on demand to reduce LLM token usage.

    Pythonagent-skills
    Voir sur GitHub↗10,303
  • idosal/git-mcpAvatar de idosal

    idosal/git-mcp

    7,622Voir sur GitHub↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    Implements hierarchical resource organization to load technical references on demand, optimizing LLM token usage.

    TypeScriptagentic-aiagentsai
    Voir sur GitHub↗7,622
  • anus-dev/anusAvatar de anus-dev

    anus-dev/ANUS

    6,461Voir sur GitHub↗

    ANUS is an automated coding agent and development framework that uses a large language model to execute technical tasks and modify project files. It functions as a tool-integrated platform that combines a sandboxed shell executor with a system for maintaining persistent project goals. The framework is distinguished by its context-aware development model, which uses local markdown files to track instructions and maintain state across different sessions. It employs a loop-based autonomous development cycle to plan, code, and verify changes, while utilizing a standardized protocol to integrate e

    Uses root-level markdown documentation files to maintain project-specific knowledge and state across agent sessions.

    TypeScript
    Voir sur GitHub↗6,461
  • just-every/codeAvatar de just-every

    just-every/code

    3,483Voir sur GitHub↗

    This project is a multi-agent development framework and orchestrator designed to coordinate autonomous AI agents for software engineering tasks. It functions as an engine that plans, implements, and reviews complex code changes across multiple files and isolated worktrees from a command line interface. The system distinguishes itself through a multi-agent coordination layer that decomposes tasks into sequential phases and applies changes across isolated worktrees to validate solutions. It maintains project-specific knowledge and constraints across sessions via context persistence using dedica

    Persists project knowledge and instructions across sessions using dedicated documentation files in the root directory.

    Rustaianthropicclaude
    Voir sur GitHub↗3,483
  • zebbern/claude-code-guideAvatar de zebbern

    zebbern/claude-code-guide

    3,441Voir sur GitHub↗

    This project provides a framework for AI agent orchestration and context management, enabling the deployment of specialized AI personas and subagents to solve multi-step technical goals. It centers on managing specialized agents with isolated contexts and role-based prompts to handle domain-specific tasks. The system differentiates itself through a hierarchical project memory using markdown files to maintain coding standards and a secure execution model that utilizes sandboxed environments and git worktree isolation. It also features a Model Context Protocol integration for external tool conn

    Saves and retrieves context automatically in memory files to maintain knowledge across sessions.

    aiai-agentai-agent-tools
    Voir sur GitHub↗3,441
  • volcengine/openvikingAvatar de volcengine

    volcengine/OpenViking

    2,993Voir sur GitHub↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Drills down through folder hierarchies using intent analysis and vector search for context retrieval.

    Pythonagentagentic-ragai-agents
    Voir sur GitHub↗2,993
  • vanzan01/cursor-memory-bankAvatar de vanzan01

    vanzan01/cursor-memory-bank

    2,974Voir sur GitHub↗

    This project is an AI development workflow orchestrator and context management framework. It provides a context-aware project knowledge base and a structured prompting system designed to guide large language models through the planning, implementation, and verification phases of software development. The system optimizes AI coding contexts by using a collection of markdown files to track project state and architectural memory. It employs mode-based rule isolation and just-in-time context loading to reduce noise and ensure that only relevant rules and documentation are active for a given task.

    Uses a collection of root-level markdown files to maintain project-specific knowledge and task progress.

    Voir sur GitHub↗2,974
  1. Home
  2. Software Engineering & Architecture
  3. Context-Aware Tooling
  4. Context-Aware Knowledge Managers

Explorer les sous-tags

  • Directory-Based RetrievalRetrieval systems that resolve knowledge resources based on the filesystem hierarchy. **Distinct from Context-Aware Knowledge Managers:** Distinct from Context-Aware Knowledge Managers: focuses on filesystem directory context rather than LLM token optimization.
  • Documentation-Based Context PersistenceSystems that use root-level documentation files to maintain project-specific knowledge across agent sessions. **Distinct from Context-Aware Knowledge Managers:** Distinct from Context-Aware Knowledge Managers: focuses on flat-file persistence in the repository root rather than hierarchical resource organizers.