with one click
hej
// Legacy Agentera v1 entry-point bridge. Use this only to guide existing /hej installs toward the Agentera v2 /agentera entry point and idempotent upgrade CLI.
// Legacy Agentera v1 entry-point bridge. Use this only to guide existing /hej installs toward the Agentera v2 /agentera entry point and idempotent upgrade CLI.
| name | hej |
| description | Legacy Agentera v1 explicit /hej bridge. Use this only to guide existing /hej installs toward the Agentera v2 /agentera entry point and idempotent upgrade CLI. Do not use this skill for bare text `hej`; route that through the bundled agentera skill and the agentera hej dashboard path. |
| version | 2.2.3 |
| legacy_bridge | true |
This skill exists only for users who still have the Agentera v1 /hej
entry point installed. Agentera v2 uses /agentera as the single active
entry point. A bare text message exactly hej is not this legacy bridge; it
belongs to the bundled agentera skill and its agentera hej dashboard path.
Do not run the old HEJ orientation workflow from v1. Do not produce the v1 dashboard. This bridge is an upgrade handoff.
Explain briefly that this is a legacy Agentera v1 entry point and that
Agentera v2 starts from /agentera ($agentera in Codex).
Check the current project for v1 Markdown artifacts that do not yet have v2 YAML counterparts:
.agentera/PROGRESS.md without .agentera/progress.yaml.agentera/PLAN.md without .agentera/plan.yaml.agentera/DECISIONS.md without .agentera/decisions.yaml.agentera/HEALTH.md without .agentera/health.yaml.agentera/SESSION.md without .agentera/session.yaml.agentera/DOCS.md without .agentera/docs.yamlVISION.md without .agentera/vision.yamlIf any v1 state is present, show the affected files and run or offer this preview command:
uvx --from git+https://github.com/jgabor/agentera agentera upgrade --project "$PWD" --dry-run
Ask before applying changes. After explicit confirmation, use the package
refresh path so /agentera is installed alongside the migrated project
state:
uvx --from git+https://github.com/jgabor/agentera agentera upgrade --project "$PWD" --yes --update-packages
If no v1 project state is present, offer the package-only refresh when
/agentera is not available:
uvx --from git+https://github.com/jgabor/agentera agentera upgrade --only packages --yes --update-packages
End by telling the user to invoke /agentera ($agentera in Codex).
uvx --from git+https://github.com/jgabor/agentera because legacy
users may not have cloned the repository.scripts/agentera, the local
equivalent is uv run scripts/agentera upgrade ....[HINT] Download the complete skill directory including SKILL.md and all related files