where-we-are

Redirects session status queries to the recap command in now mode.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill where-we-are-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: where-we-are
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/where-we-are
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill where-we-are-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you lose track of an ongoing AI session and ask "where are we" or "what are we doing", this Skill provides a quick answer by delegating to the recap command in its current-state mode. ## Core Features & Use Cases - Session Awareness: Answers questions like "now", "where are we", "what are we doing", and "status" during an active session. - Alias for /recap --now: Acts as a thin alias that forwards the request to the recap command, including support for deep mode via /recap --now deep. - Use Case: Midway through a long working session, you ask "where are we right now?" and the Skill triggers a recap of the current session state. ## Quick Start Ask the assistant "where are we now?" to get a recap of the current session status.

Frequently Asked Questions about where-we-are

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current status of my AI session?▼

Ask a natural question like "where are we" or "what are we doing" and the Skill runs the recap command in now mode. This returns a summary of the current session state without extra configuration.

What is the difference between where-we-are and recap?▼

where-we-are is an alias that has been merged into the recap command. It simply forwards your request to /recap --now, so both produce the same current-session summary.

Can I get a more detailed session status report?▼

Yes, request deep mode when asking for status and the Skill runs /recap --now deep instead of the standard mode. This provides a more thorough recap of the session.

Does where-we-are work without the recap command installed?▼

No, this Skill is only an alias and contains no recap logic of its own. It depends entirely on the recap command being available in the environment to produce any output.