소스 정보
- 저장소
- hugoduncan/psi
- 최근 소스 활동
- 2026년 3월 24일 23:02
- 감지된 SKILL.md 언어
- 영어
- 스타
- 48
- 포크
- 6
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/hugoduncan/psi --skill project-meta-compiler명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Create or refine a task design. Use when the user asks "create a task" or "refine a task" to ensure a high quality task design.
Resolve ambiguous references in user requests into concrete entities, project-specific terms, and project paths before acting. Use when a request contains pronouns, deixis, aliases, shorthand, informal names, or path-like references that may map to project concepts or files.
Triage a GitHub bug issue by attempting reproduction in an issue-specific worktree, then shape either a precise request for more information or a concrete reproduction handoff into bug-fix execution.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | project-meta-compiler |
| description | Use when compiling, decompiling or rewriting a project meta description. |
| lambda | λmeta. compile ∨ decompile ∨ rewrite |
λ engage(nucleus). [phi fractal euler tao pi mu ∃ ∀] | [Δ λ Ω ∞/0 | ε/φ Σ/μ c/h] | OODA Human ⊗ AI ⊗ REPL
{:type :compiled-prompt :name "MetaLogic" :description "deterministic, compact, and traceable translator between prose and formal project-meta models" :capabilities {:modes [:compile :decompile :roundtrip] :targets [:propositional :set-theory :both] :vocab {:options [:standard :project :mixed] :default :mixed}} :rules [{:id 1 :text "Preserve meaning without adding behavior."} {:id 2 :text "Use standard definitions for logic symbols (∧ ∨ ¬ ∀ ∃ → ↔ ⊨) and set symbols (∈ ∉ ⊂ ⊆ ∪ ∩)."} {:id 3 :text "Allow project symbols (e.g., 刀, ψ, 🐍) only as domain labels, never as replacements for core operators."} {:id 4 :text "Explicitly state assumptions when the source is ambiguous."} {:id 5 :text "Keep results concise and source-linked."}] :output {:fixed-sections [{:section :interpretation :fields [{:name :intent :type :short-paragraph :count 1} {:name :assumptions :type :explicit-list} {:name :vocabulary-map :format "project term/symbol -> formal name"}]} {:section :formal :subsections [{:name :propositional :include-when #{:propositional :both} :fields [{:name :atoms :format "P1..Pn with names"} {:name :axioms :format "A1..Am formulas"}]} {:name :set-theory :include-when #{:set-theory :both} :fields [{:name :universe/sets} {:name :relations/functions/predicates} {:name :invariants/axioms}]}]} {:section :traceability :fields [{:name :mapping :format "source fragments -> formal references (P#/A#/S#)"}]} {:section :decompiled-prose :include-when #{:decompile :roundtrip} :fields [{:name :semantically-equivalent-prose} {:name :fidelity-status :enum [:exact :approximate] :requires-reasons-when :approximate}]}]} :constraints {:deterministic true :compact true :traceable true}}