Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

hej海吉

Agent Skill

hej 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

636

周安装

26

GitHub Stars

2

下载量

204
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jgabor/agentera --skill hej

简介

hej 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件操作。
  • hej 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

HEJ

Holistic Entry Junction. Orient, Route, Activate

Single entry point to the agentera suite. Detects fresh vs returning, delivers a situational briefing, routes to the right skill. Same on first install and 100th session.

Each invocation = one orientation. Reads everything, writes nothing.


State artifacts

No artifacts of its own. Reads all suite artifacts for the briefing:

ArtifactRead for
VISION.mdProject direction, north star
DECISIONS.mdPending and recent decisions
PLAN.mdActive tasks, completion status
PROGRESS.mdRecent cycles, what shipped
TODO.mdOpen problems by severity
HEALTH.mdCodebase health grades and trends
OBJECTIVE.mdOptimization target and current value
EXPERIMENTS.mdExperiment status
DOCS.mdDocumentation coverage and artifact paths
DESIGN.mdVisual identity status
PROFILE.mdDecision profile (global: $PROFILERA_PROFILE_DIR/PROFILE.md, default: $XDG_DATA_HOME/agentera/PROFILE.md)

Artifact path resolution

Before reading any artifact, check if.agentera/DOCS.md exists. If it has an Artifact Mapping section, use the path specified for each canonical filename. If.agentera/DOCS.md doesn't exist or has no mapping for a given artifact, use the default layout: VISION.md, TODO.md, and CHANGELOG.md at the project root; all other artifacts in.agentera/. This applies to all artifact reads in this skill.

Note: PROFILE.md is global, not project-scoped. Its path is determined by profilera: $PROFILERA_PROFILE_DIR/PROFILE.md (default: $XDG_DATA_HOME/agentera/PROFILE.md). Check the profilera-determined path directly rather than falling back to the project root.

Contract

Contract values used in this skill are inlined where referenced: severity arrows ⇶/⇉/→/⇢, trend arrows ⮉/⮋, skill glyphs ⛥ ❈ ⬚ ≡ ⧉ ⎘ ⛶ ▤ ♾ ◰ ⎈ ⌂ (last one is hej's own glyph, used in the exit marker), and the plan-relative staleness heuristic (fall back to PROGRESS.md recency when no plan context exists). No upfront file read is required.

references/contract.md remains available as a full-spec reference: consult it for ambiguous cases, explicit cross-checking against SPEC.md, or when you suspect drift between these inlined values and the canonical spec.


Step 0: Detect mode

Check for suite state artifacts (respecting path resolution).

  • No artifacts found → Step 1a (first time on this project)
  • Artifacts found → Step 1b (returning to known project)

Narration voice (riff, don't script): ✗ "Fresh mode: scanning codebase." ✓ "New project. Taking a look around..." · "First time here. Let me see what we've got..."

✗ "Returning mode: reading artifacts for your briefing." ✓ "Pulling up the latest..." · "Checking in on the project..." · "Let me see where things stand..."


Step 1a: Welcome

First impression: the colleague meets a new project.

  1. Quick scan: language(s), framework(s), README.md, last 5 commits, approximate size. Fast, no deep analysis.
  2. Share what's available: lead with the 2-3 skills most relevant to what the scan revealed. Don't enumerate all eleven unless asked. Mention the rest exist and offer the full table on request. The table below is a reference, not a script: If you want to... Use ⛥ Define project direction /visionera ❈ Think through a decision /resonera ⬚ Research an external resource /inspirera ≡ Plan work with acceptance criteria /planera ⧉ Build autonomously /realisera ⎘ Optimize a metric /optimera ⛶ Audit codebase health /inspektera ▤ Create or maintain docs /dokumentera ♾ Build a decision profile /profilera ◰ Define visual identity /visualisera ⎈ Orchestrate multi-cycle plan execution /orkestrera
  3. Give your honest take: based on the scan, tell the user where you'd start and why. "If I were you, I'd start with X because Y." Use the same routing logic (no vision → /visionera, unknown quality → /inspektera, decision needed → /resonera, ready to build + has plan → /orkestrera, ready to build → /realisera, docs gaps → /dokumentera) but frame it as judgment, not a lookup table.
  4. Route: ask what they'd like to do. Invoke the chosen skill.

Step 1b: Briefing

Show where things stand.

  1. Read artifacts: VISION.md, PROGRESS.md, TODO.md, HEALTH.md, PLAN.md, DECISIONS.md

- Read in parallel. First 20 lines each. Skip absent ones. - Extract the most recent entry or summary. - If TODO.md, PLAN.md, OBJECTIVE.md, or DECISIONS.md hints at active work, keep reading. - For optimera status, inspect .agentera/optimera/<name>/ directories directly. Classify closed objectives first when the OBJECTIVE.md status line starts with **Status**: closed, including legacy prose such as **Status**: closed (date). Exclude closed objectives before recency checks; if every objective is closed, report no active objective and do not route to /optimera for completed work. - When multiple non-closed objectives exist, use EXPERIMENTS.md git recency only among those non-closed objectives. A closed objective with newer history must not outrank an older active objective. - Identify the first concrete open item or current plan task before routing. - Do not route from a heading or summary alone when an executable follow-up exists nearby.

  1. Brief them: concise status, only what exists. No empty sections. Show the agentera logo. ┌─┐┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌─┐ ├─┤│ ┬├┤ │││ │ ├┤ ├┬┘├─┤ ┴ ┴└─┘└─┘┘└┘ ┴ └─┘┴└─┴ ┴ [1-2 sentence conversational opener: the colleague's read on the situation. What shipped, what's moving, what needs eyes. Interpretation, not metrics.] ─── status ───────────────────────────── ⛶ health [⮉|⮋] [grade] ([worst dimension: grade]) ⇶ issues N critical · M degraded · K normal · J annoying ≡ plan [██████▓▓░░] N/M tasks ⎘ optim [metric] [current] → [target] ♾ profile [loaded | not found] ─── attention ────────────────────────── ⇶ [critical items, triple arrow for critical] ⇉ [degraded items, double arrow for degraded] → [normal items, single arrow for normal] ⇢ [annoying items, dashed arrow for annoying] ─── next ─────────────────────────────── suggested → [glyph] /[skill] ([reason]) Output constraint: ≤120 words total briefing, ≤15 words per routing suggestion. Exit marker: after the closing code fence of the dashboard, emit ⌂ hej · <status> on its own line, followed by a one-sentence summary of what you delivered. For waiting, flagged, or stuck, add a bullet below the summary identifying what the user needs to decide or act on next. The exit marker is mandatory on every invocation regardless of mode (fresh welcome or returning briefing). Formatting rules:

- Each status line uses the skill glyph that owns that data - Severity arrows (⇶/⇉/⇢) mark attention items by urgency - Trend arrows (⮉/⮋) show health trajectory - Progress bars (█▓░) show plan completion visually - The inline separator (·) joins counts on a single line - The conversational opener precedes the status section. It's the colleague's interpretation; the dashboard below is the evidence - Omit any line whose source artifact is missing - Omit any section that would be empty (e.g., no attention items = no attention section)

  1. Attention items: priority order with severity arrows: Nothing? Say so. A clean bill of health is useful.

- ⇶ Critical issues, degrading health dimensions - ⇉ Blocked/overdue plan tasks, stale artifacts (plan-relative per contract staleness detection; fall back to PROGRESS.md recency heuristic when no plan context exists), loop guard triggers - → Standard work: features, improvements, routine tasks - ⇢ Unresolved exploratory decisions

  1. Select the concrete next action before selecting the skill. Priority order: Do not let healthy + plan complete → ⛥ override active TODO, OBJECTIVE, DECISIONS, or a newer active PLAN. A completed plan means "look for the next executable follow-up," not automatically "refresh vision."

- The routing suggestion MUST name the artifact item it would act on. - Valid objects: PLAN Task N: <title>, TODO: <item>, DECISION N follow-up, OBJECTIVE: <metric>, or VISION refresh. - A skill name without a concrete object is not a valid suggestion. - Active PLAN with pending tasks → suggest ⎈ /orkestrera for the first unblocked pending task. - Critical or degrading health → suggest ⛶ /inspektera or ⧉ /realisera for the named finding. - Active non-closed OBJECTIVE with stalled or missing metric evidence → suggest ⎘ /optimera for that metric. - TODO.md open items → suggest ⧉ /realisera for the highest-severity open item; prefer items that unlock product evidence or future plans. - Pending DECISIONS.md follow-up → suggest ❈ /resonera for the named unresolved decision. - Vision exists but no plan, objective, decision follow-up, or TODO work is active → suggest ≡ /planera. - Healthy, no executable follow-ups, and the plan is complete → suggest ⛥ /visionera to choose a new direction.

  1. Route: present one concrete suggestion and let the user choose. No coercion.

- Do not list generic skill options unless the user asks for the full menu. - The waiting bullet should ask whether to run the named action, not ask the user to pick from skills.


Step 2: Route

Narration voice (riff, don't script): ✗ "Starting /[skill]..." ✓ "Kicking off [skill]..." · "Handing off to [skill]..." · "Over to [skill]."

Invoke the skill. Hej's work is done.

Unclear mapping? Ask one clarifying question. No compound questions.


Safety rails


Exit signals

Report one of these statuses at workflow completion.

Format: emit ⌂ hej · <status> on its own line below the dashboard's closing code fence, followed by a one-sentence summary of what was delivered. For flagged, stuck, and waiting, add a bullet below the summary identifying what the user needs to decide or act on next. The exit marker is mandatory and uses hej's canonical glyph (Unicode U+1F794).

  • complete: Briefing delivered (or welcome shown) and user successfully routed to a skill.
  • flagged: Briefing delivered but critical attention items were found: critical issues, degrading health, loop guard triggers. Each concern is listed explicitly.
  • stuck: Cannot orient: the working directory is not a code project, no readable files exist, or permissions prevent scanning.
  • waiting: Briefing or welcome delivered, suggestion made, awaiting user input on which direction to take.

Cross-skill integration

Hej is the entry point to a twelve-skill suite. It reads artifacts from the other eleven workflow skills but produces no artifacts of its own and no downstream skill depends on it.

Reads from all eleven skills:

  • visionera → VISION.md for project direction and north star
  • resonera → DECISIONS.md for pending and recent decisions
  • planera → PLAN.md for active task status and completion
  • realisera → PROGRESS.md for recent cycle history and what shipped
  • inspektera → HEALTH.md for codebase health grades and trends
  • optimera → OBJECTIVE.md and EXPERIMENTS.md for optimization status
  • dokumentera → DOCS.md for artifact path resolution and documentation coverage
  • visualisera → DESIGN.md for visual identity status
  • profilera → PROFILE.md for decision profile context
  • inspirera → no direct artifact, but routes to it when research is needed
  • orkestrera → no direct artifact, but hej routes to it for orchestrated multi-cycle plan execution

Hej's unique role: it is the only skill that reads from every other skill's output. It does not feed into any downstream skill. Its output is the ephemeral briefing and the routing decision.


Getting started

/hej                        # Start here, always
"what should I work on"     # Natural language works too
"catch me up"               # Returning to a project
"what needs attention"      # Quick status check

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.03%
按下载量换算74

Claude

30.12%
按下载量换算61

Cursor

19.83%
按下载量换算40

Gemini CLI

9.32%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills