← all publishers

philo-veritas

@philo-veritas source repo

11 published skills

  1. Spark · philo-veritas bundle
    Use when the user wants to brainstorm an idea or design a feature/spec. Explores intent and requirements through dialogue, then writes a spec document to docs/spark/ and STOPS. Does not auto-chain to implementation planning or any other skill.
    0
    installs
  2. Branch · philo-veritas
    创建 git 分支。按照“类型/简短英文描述”规范从当前分支或指定基线创建新分支。 支持从用户描述推断分支名,或分析未提交改动自动生成。 当用户说"创建分支"、"新建 branch"、"切个分支"、"开分支"、"建个分支"、 "create branch"、"new branch"时使用此 skill。
    0
    installs
  3. Codex Collab · philo-veritas bundle
    让 Claude Code 与 OpenAI Codex CLI 协作完成编码任务。通过内置脚本调用 codex exec, 支持多轮会话、需求分析、代码原型获取和代码审查。 当用户提到"用 codex"、"让 codex 看看"、"codex review"时触发此 skill。 在以下场景也应主动建议使用: - 复杂编码任务需要第二意见来完善需求分析和实施计划时 - plan mode 下生成计划后需要独立审查时("让 codex review plan"、"codex 看下计划") - 编码完成后需要进行代码审查时 - 排查棘手 bug 或精准定位问题时 - 需要快速获取代码实现原型时 即使用户没有明确提到 codex,只要任务复杂度足以受益于双 AI 协作,就应考虑使用。
    0
    installs
  4. Think Clarify · philo-veritas
    深度思考重构工具。将散乱的想法、笔记或思考完整打散,梳理其中的相互关系, 最终输出一个清晰的逻辑结构。适用于头脑风暴整理、灵感梳理、复杂问题拆解、 会议记录归纳等场景。当用户说"帮我理清思路"、"整理一下我的想法"、"梳理逻辑"、 "/think-clarify"时使用此 skill。输入可以是对话上下文、粘贴的文本或指定的文件。
    0
    installs
  5. Git Commit Tag · philo-veritas
    分析改动,生成合适的中文 git commit message 并标记代码作者(AI 或 Human)。当用户要求提交代码、commit、生成 commit message 时使用此 skill。默认按 AI 编写处理,支持 --ai/--human flag 显式指定。
    0
    installs
  6. Opensource Book · philo-veritas bundle
    Write a book that teaches readers an open-source project's source code and the engineering knowledge it embodies. Use this skill whenever the user wants to: create a book or guide for learning an open-source project, do a deep-dive write-up of a GitHub repository's architecture and design decisions, produce an mdBook-based technical book from source code analysis, or systematically document engineering patterns found in a codebase. Also trigger when the user says things like "help me write a book about this project", "I want to learn this repo by writing about it", "create a source code walkthrough book", "document the engineering knowledge in this codebase", or references an existing book project created by this skill. This skill covers the full lifecycle: project exploration, reader assessment, outline generation, chapter writing, and mdBook assembly.
    0
    installs
  7. Conventions Audit · philo-veritas bundle
    Audit, arbitrate, and distill the code-conventions section of CLAUDE.md / AGENTS.md against the project's actual code. Use this skill whenever the user wants to create, update, verify, refresh, or sync coding standards, code style rules, or conventions in CLAUDE.md, AGENTS.md, or any agent-config document — including requests like "extract conventions from this repo", "is my CLAUDE.md stale", "update the coding standards section", "what rules should I tell the agent about this codebase", or after a large refactor when agent-config docs may have drifted from reality. Also trigger when the user notices code and CLAUDE.md/AGENTS.md disagree and wants to know which side is right, or complains that an agent keeps making the same project-specific mistake.
    0
    installs
  8. Codex Review Fix Loop · philo-veritas bundle
    使用 Codex 原生 `codex review` 对指定 Git 项目执行 review → evaluate → fix 循环。用户提出“review and fix until clean”、“循环 codex review”、“根据改动意向修复 review findings”、“审查分支/commit/未提交改动并修到没有 findings”、或要求反复审查与修复时使用本 skill。必须拿到项目路径;初始改动意向 X 默认从当前对话、最近任务和 diff 中推断。根据场景选择带递归防护的当前改动 `PROMPT`、`--base`、`--commit` 或其他自定义 `PROMPT`,评估每条 finding 是否与 X 相关,只修复相关问题,并循环到 clean 或需要用户决策。
    0
    installs
  9. Harness Audit Existing · philo-veritas bundle
    为已经存在的项目(无论是否已经接入 Claude Code / Codex)做一次完整的 harness 诊断与改造处方。当用户提到 "评估 / audit 现有 CLAUDE.md / AGENTS.md"、"我的 .claude/ 或 Codex 配置怎么改"、"这个老项目要不要加 hook"、"docs/ 结构合理吗"、"agent 在这个项目老犯同一个错"、"接入 Claude Code 或 Codex 该怎么起步"、"现有的 CLAUDE.md / AGENTS.md 优化",或者展示一个仓库希望从 agent 工程角度评估时,使用本 skill。CLAUDE.md / AGENTS.md 是 Claude Code 与 Codex 两个工具对应的 always-on 提示词文件,本 skill 对两者一视同仁。本 skill 只交付诊断和改造处方(分层路线图 + 反决策清单 + 改造建议报告),不直接生成脚手架文件——具体的 CLAUDE.md / AGENTS.md / hook / skill 模板由用户基于处方自行实现或在后续 skill 中处理。Use this skill aggressively whenever the user mentions auditing, improving, or onboarding agent tooling (Claude Code or Codex) on an existing codebase, even if they don't use the word "harness" explicitly.
    0
    installs
  10. Codex Review Fix Loop Ledger · philo-veritas bundle
    在 codex-review-fix-loop 循环上叠加可审计的 findings 台账:首轮 review 前准备证据位置,逐轮记录 finding 判断、归因、修复和验证,保留 final review 结论。用户要求“带台账的 review 循环”、“review 并记录 findings 台账”、“可审计/可复盘地修到 clean”,或项目规则要求 review 台账时使用。依赖 codex-review-fix-loop;台账不隐含 commit、amend、push 或绕过 hook 的权限。
    0
    installs
  11. Commit Tag · philo-veritas bundle
    分析改动,生成合适的中文 git commit message 并标记代码作者(AI 或 Human)。当用户要求提交代码、commit、生成 commit message 时使用此 skill。支持 --ai/--human flag 和交互式选择。
    0
    installs