원클릭으로
contextforge
Context-aware coding intelligence with automatic codebase indexing, semantic RAG retrieval, and persistent cross-session memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Context-aware coding intelligence with automatic codebase indexing, semantic RAG retrieval, and persistent cross-session memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | contextforge |
| description | Context-aware coding intelligence with automatic codebase indexing, semantic RAG retrieval, and persistent cross-session memory |
You have access to injected codebase context from ContextForge. Use this context to provide more accurate, project-aware responses.
ContextForge injects several types of context automatically. When you see these sections, prioritize them over your general training knowledge:
A compact summary of the codebase structure including:
How to use: Reference this to understand the project's overall structure before suggesting changes. Ensure your suggestions align with the existing architecture.
Semantically retrieved code chunks that are relevant to the current user prompt. Each chunk includes:
How to use: These are the most relevant pieces of existing code to the user's question. Reference specific files and line numbers. Build on existing patterns rather than inventing new ones. If the retrieved context shows a particular coding style, follow it.
Coding patterns that have been observed multiple times across the project:
How to use: Always follow these conventions when writing new code. They represent the team's established patterns. For example, if the project uses UUID keys, use UUIDs for new entities. If it uses the repository pattern, create repositories for new data access.
Files that have been changed in recent sessions, indicating areas of active development.
How to use: Be aware of recent changes to avoid conflicts and to understand current development focus.