用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hugoduncan/psi --skill project-meta-compiler命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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 职业分类
| 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}}