Skip to main content

pensieve

Project knowledge base and workflow router. knowledge/ caches explored file locations, module boundaries, and call chains for reuse; decisions/maxims are established architecture decisions and coding standards to follow, not relitigate; pipelines are reusable workflows; short-term/ stages new conclusions until promotion or deletion. Use self-improve after completing work to capture new insights. Provides seven tools: init, upgrade, migrate, doctor, self-improve, refine, and sync-instructions.

설치로 이동

소스 정보

저장소
kingkongshot/Pensieve
최근 소스 활동
2026년 5월 8일 05:14
감지된 SKILL.md 언어
영어
스타
2,513
포크
251

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
pensieve
description
Project knowledge base and workflow router. knowledge/ caches explored file locations, module boundaries, and call chains for reuse; decisions/maxims are established architecture decisions and coding standards to follow, not relitigate; pipelines are reusable workflows; short-term/ stages new conclusions until promotion or deletion. Use self-improve after completing work to capture new insights. Provides seven tools: init, upgrade, migrate, doctor, self-improve, refine, and sync-instructions.
# Pensieve Route user requests to the correct tool. When in doubt, confirm first. ## Routing - Init: Initialize the current project user-data directory and seed files. Tool spec: `.src/tools/init.md`. - Upgrade: Refresh Pensieve skill source code in the global git clone. Tool spec: `.src/tools/upgrade.md`. - Migrate: Run structural migration and legacy cleanup. Tool spec: `.src/tools/migrate.md`. - Doctor: Read-only scan of the current project user-data directory. Tool spec: `.src/tools/doctor.md`. - Self-Improve: Extract reusable conclusions and write them into user data. Tool spec: `.src/tools/self-improve.md`. - Refine: Refine the knowledge base with triage review and compression. Tool spec: `.src/tools/refine.md`. - Sync Instructions: Write existing pipeline short routes into `CLAUDE.md` / `AGENTS.md`. Tool spec: `.src/tools/sync-instructions.md`. - Graph View: Read `<project-root>/.pensieve/.state/pensieve-user-data-graph.md`. ## Project Data Project-level user data is stored in `<project-root>/.pensieve/`. See `.pensieve/state.md` for the current project's lifecycle state; see `.pensieve/.state/pensieve-user-data-graph.md` for the knowledge graph (read on demand).
GitHub에서 보기