Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计异常

logophilelogophile 命令行

Agent Skill

logophile 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

466

周安装

20

GitHub Stars

53

下载量

163
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:logophile(logophile 命令行)
来源仓库:https://github.com/tkersey/dotfiles
仓库路径:skills/logophile
安装命令:
npx skills add https://github.com/tkersey/dotfiles --skill logophile
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tkersey/dotfiles --skill logophile

简介

logophile 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • logophile 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Logophile

Intent

Maximize semantic density without semantic drift.

Contract (invariants)

  • Preserve meaning, obligations (must/should/may), and uncertainty (keep epistemic hedges; delete filler hedges).
  • Preserve agency/ownership: do not change who does/owns/approves what; avoid active/passive rewrites that reassign responsibility.
  • Preserve must-keep tokens: numbers, proper nouns, quotes, code/identifiers, paths/flags/URLs.
  • Preserve ordering when it encodes sequence/priority.
  • Preserve structure by default (Markdown primitives, lists, code fences); reshape only when it improves scan-clarity and does not change meaning.
  • Default to minimal surface area: delete > reorder > substitute; add only to prevent ambiguity.
  • Prefer consistency over variety: reuse the same term for the same concept.

Use when

  • The user asks to rewrite/reword/rephrase, tighten language, shorten text, or choose final wording/phrasing.
  • Text is verbose/repetitive or slow to scan (<30s) and meaning must stay intact.
  • Names/titles/labels/headings need refinement or renaming, including skill/feature names.

Not for

  • Operational workflows (scope minimization, validation checklists, incident analysis, code review) unless the user explicitly requests a wording/naming rewrite. If implementation is also requested, pair with the implementation skill and keep logophile scoped to text/names only.

Motto

Precision through sophistication, brevity through vocabulary, clarity through structure.

  • Do not print the motto unless the user explicitly invokes $logophile or asks for it.
  • If printed, print it once per conversation (single line), then proceed.

Output

  • fast (default): revised text only; no preamble, no recap, no commentary (beyond any required host wrapper).
  • annotated: revised text + Edits: bullets (lexical; structural; meaning-safety).
  • delta: minimal-diff rewrite in a diff block; only if asked or reduction > 40% (words/chars).
  • naming tasks: return 3-7 candidates (best first) unless the user asks for a single name.

Examples

fast

Input:

At this point in time, we are able to proceed.

Output:

Now we can proceed.

annotated

Input:

We think the issue is probably due to cache configuration.

Output:

The issue is likely due to cache configuration.

Edits:

  • lexical: removed filler hedges; kept uncertainty.
  • meaning-safety: did not increase certainty.

delta

Input:

In order to proceed, we need to verify access to staging.

Output:

-In order to proceed, we need to verify access to staging.
+To proceed, verify access to staging.

naming

Input:

Things to Do Before Release

Output:

Pre-Release Checklist
Release Prep
Release Readiness
Pre-Release Tasks

Inputs (ask only if blocked)

Fields: must_keep; must_not_change; tone; audience; length_target; format; keywords_include; keywords_avoid; structure. Defaults: must_keep=all facts/numbers/quotes/code/identifiers; must_not_change=obligations/risks/scope/uncertainty/agency; tone=original; audience=implied; format=preserve; structure=preserve; length_target=min safe.

Workflow (Distill -> Densify -> Shape -> Verify)

  • Distill: write a 1-sentence intent; mark must-keep tokens; identify obligations, risks, uncertainty markers, and responsible actors.
  • Densify: delete filler; verbify nominalizations; unify terminology; replace vague verbs/adjectives with precise ones (see ladder).
  • Shape: lead with action/result; keep sentences atomic; parallelize lists; remove ambiguous pronouns ("this/that") by naming the referent; prefer punctuation over scaffolding.
  • Verify: meaning unchanged; re-check semantic hotspots (negation, modality, numbers/units, comparatives, conditionals, scope words like only/at least, agency/ownership); required tokens + formatting preserved.

Naming mode (when the task is renaming)

  • Goal: shorter, more specific, consistent with existing conventions.
  • Output: 3-7 candidates; put the best first; keep each <= 3 words unless the domain requires more.
  • Rubric: name the axis (what differs?), then the object; avoid "util/manager/stuff"; avoid novel abbreviations; reuse existing terms.

Elevation (precision ladder)

  • Step: vague word -> axis (what changes?) -> exact verb/property -> object.
  • Axes: correctness | latency/throughput | cost | reliability | security | privacy | UX | scope | consistency.
  • Swaps (only if true): improve->simplify/stabilize/accelerate/harden; handle->parse/validate/normalize/route/retry/throttle; robust->bounded/idempotent/deterministic/fail-closed.
  • Term-of-art rule: use 1 domain term if it is standard for the audience and replaces >= 3 tokens; otherwise keep the phrase.

High-ROI compressions

  • in order to -> to; due to the fact that -> because; at this point in time -> now; is able to -> can.
  • there is/are -> concrete subject + verb.
  • nominalization -> verb (conduct an analysis -> analyze).
  • delete: throat-clearing, apologies, self-reference, empty intensifiers.
  • token-aware: prefer short, common words; digits + contractions if tone allows.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.39%
按下载量换算61

Claude

30.49%
按下载量换算50

Cursor

16.77%
按下载量换算27

Gemini CLI

8.29%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills