llm-wiki-agent
A personal knowledge base that builds and maintains itself. Drop in sources — Claude (or Codex/Gemini) reads them, extracts knowledge, and maintains a persistent interlinked wiki. Works with Claude Code, Codex, OpenCode, Gemini CLI. No API key needed.
파일 탐색기
- wiki-graph.md
- wiki-ingest.md
- wiki-lint.md
- wiki-query.md
- star-history.yml
- star-history.svg
- automated-sync.md
- 2026-04-13-reflection.md
- README.md
- .gitkeep
- .gitkeep
- __init__.py
- _utils.py
- build_graph.py
- file_to_md.py
- heal.py
- health.py
- ingest.py
- lint.py
- pdf2md.py
- query.py
- refresh.py
- index.md
- log.md
- overview.md
- AGENTS.md
- CLAUDE.md
- GEMINI.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
codex
설명 보기 ▼
codex
OpenAI로 구동되는 터미널용 자연어 코드 어시스턴트.
요청을 수행하기 위해 현재 디렉터리의 파일을 읽고 수정.
더 많은 정보: <https://developers.openai.com/codex/cli/reference>.
codex
현재 디렉터리에서 대화형 Codex 세션을 시작:
codex "{{prompt}}"
프롬프트를 사용해 단일 Codex 명령을 실행:
codex --sandbox workspace-write "{{prompt}}"
프롬프트를 전체 자동 모드로 실행:
gemini
설명 보기 ▼
gemini
Gemini AI와 대화형 프롬프트 실행.
더 많은 정보: <https://geminicli.com/docs/cli/cli-reference/>.
gemini
대화형 채팅을 위한 REPL 세션 시작:
{{echo "Summarize the history of Rome"}} | gemini {{[-p|--prompt]}} -
다른 명령의 출력을 Gemini로 전달하고 즉시 종료:
gemini {{[-m|--model]}} {{model_name}}
특정 모델 사용 (기본값: auto-gemini-3):
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
opencode
설명 보기 ▼
opencode
AI 코딩 에이전트.
`auth`, `models`, `web`와 같은 일부 하위명령어는 별도의 사용법 문서를 가짐.
더 많은 정보: <https://opencode.ai/docs/cli/>.
opencode
대화형 TUI 시작:
opencode {{[-c|--continue]}}
가장 최근 세션 이어서 실행:
opencode run "{{message}}"
프롬프트를 직접 전달하여 비대화형으로 실행:
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
# 프로젝트 배지
-
License 바로가기
