# RAGLib **Repository Path**: callmeprice/raglib ## Basic Information - **Project Name**: RAGLib - **Description**: rag知识库 在线库 - **Primary Language**: other - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-30 - **Last Updated**: 2026-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RAGLib — opencode Knowledge Base & Skill System An online RAG knowledge base built from opencode AI assistant's daily interactions. Organizes SOPs, skills, agent definitions, and business QA archives for reusable retrieval. ## Structure ``` raglib/ +-- README.md +-- 00-通用-SOP/ # General SOPs & workflows | +-- AGENTS.md # Global behavior rules (Smart-Ask, parallel review, comments) | +-- CLAUDE.md # STW workflow specification | +-- pipeline-usage.md # Pipeline usage guide | +-- api-spec.md # API specification | +-- tech-stack.md # Tech stack overview +-- 01-通用-Skill/ # Reusable skill library (22 skills) | +-- code-review/ # Code review | +-- testing/ # Testing (unit/integration/E2E) | +-- debugging/ # Debugging methodology | +-- api-design/ # API design | +-- security/ # Security best practices | +-- performance/ # Performance optimization | +-- database/ # Database design | +-- devops/ # CI/CD & deployment | +-- git-workflow/ # Git operations | +-- documentation/ # Documentation writing | +-- refactoring/ # Code refactoring | +-- reporting/ # Report generation | +-- ... (more) +-- 02-子Agent/ # Sub-agent definitions | +-- code-reviewer.md # Code review sub-agent | +-- field-guard-tester.md # Field validation sub-agent | +-- product-checker.md # Product review sub-agent +-- 03-业务-WOOT/ # WOOT business domain knowledge +-- qa-文档/ # 42+ QA documents (退仓, 活动审批, ASIN, 认证等) ``` ## Usage This repo serves as a remote RAG source for opencode. To integrate: 1. Clone this repo locally 2. Point opencode's RAG tool to scan this directory 3. New knowledge is added by pushing to this repo ## Categories | Folder | Content | |--------|---------| | 00-通用-SOP | Universal behavioral rules, no business context | | 01-通用-Skill | Technical skills applicable to any project | | 02-子Agent | Specialized sub-agent definitions for parallel review | | 03-业务-WOOT | WOOT e-commerce domain knowledge (inventory, activities, ASIN, auth) | ## Contribution Add new knowledge by pushing markdown files to the appropriate folder. Each file should be self-contained with clear headers for RAG chunking.