Use this agent when you need to review code structure, naming conventions, class/method organization, and directory hierarchy issues in your project. Examples: Context: User has just refactored a service layer and wants to ensure proper DDD layering and naming conventions are followed. user: "I just refactored the…
A Chinese-language requirements document for completing an RAG snapshot system. RAG, or retrieval-augmented generation, lets an AI answer using a connected knowledge base; a snapshot is a fixed copy of that data.
A command that examines Git changes and creates a commit with a message matching the project's conventions. Git is the system used to track code changes and commits.
A design and implementation proposal for managing RAG systems. RAG, or retrieval-augmented generation, lets an agent answer using information from document collections.
A command for planning how a RAG knowledge base is published. RAG is a system that retrieves stored documents to help produce answers; the plan covers version snapshots, administrator review, and database records.
A Chinese TODO list for implementing RAG publishing and installation. It covers database tables, domain services, fixed data copies, vector-data separation, application services, and APIs.
Instructions for lucky-aeon/AgentX, covering claude.md, project architecture, development commands, backend (java/spring boot) and navigate to backend directory.