AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cmd Code What

skill-olshansk-agent-skills-cmd-code-what · by Olshansk

Catch the user up on what the agent has been doing in the current session with 3-5 ultra-tight bullet points. Use when the user invokes /cmd-what, asks "what are you doing", "what did you do", "catch me up", "status", "where are we", or otherwise needs a fast situational summary of in-flight agent work.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-olshansk-agent-skills-cmd-code-what

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-olshansk-agent-skills-cmd-code-what)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cmd Code What? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

What

Give the user a high-signal, low-noise snapshot of what's happened in this session so they can re-enter the loop without scrolling back.

Output format

Reply with 3-5 bullet points only. No preamble, no closing summary, no headers, no follow-up questions. Each bullet must be:

- **1-3 word label**: explanation in less than 120 characters

Hard rules:

  • 3-5 bullets, no more, no less in spirit (4 is the sweet spot)
  • Label: 1-3 words, bolded, title-case or kebab-case, names a concrete thing (file, action, decision, blocker)
  • Explanation: a single clause, < 120 characters including the label, present tense or past tense — never future tense ("will", "going to")
  • No nested bullets, no code fences, no links, no emoji unless one is genuinely load-bearing
  • Skip anything the user already knows from the last 1-2 turns — focus on what they'd miss if they just walked back to the terminal

What to include (in priority order)

  1. Current focus — what file/task is actively being worked on right now
  2. Most recent concrete change — what just got written, edited, run, or decided
  3. Blocker or open question — anything waiting on the user, or that's stuck
  4. Next step — the very next action the agent intends to take, if obvious
  5. Notable side effects — files created, branches touched, processes started, only if relevant

What to leave out

  • Restating the original user request verbatim
  • Tool-call narration ("I ran ls, then grep, then…")
  • Anything that happened more than ~10 turns ago unless it's still load-bearing
  • Hedging, qualifiers, or meta-commentary about the summary itself

Example

User: /cmd-what

Good response:

- **Editing**: refactoring `auth/session.py` to drop the legacy cookie path
- **Tests**: 14/16 passing, 2 failing on token refresh edge case
- **Blocked**: need to know if expired refresh tokens should silently re-auth or 401
- **Next**: wire the chosen behavior into `refresh_token()` once you decide

Bad response (too verbose, narrates tool calls, future-tense, missing labels):

- I started by reading the auth module and then I grepped for cookie usage
- I'm planning to refactor the session handling but first I want to check with you
- The tests will probably need updates too

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.