shark-status

Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md

9 stars

Best use case

shark-status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md

Teams using shark-status should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/shark-status/SKILL.md --create-dirs "https://raw.githubusercontent.com/keugenek/shark/main/commands/shark-status/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/shark-status/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How shark-status Compares

Feature / Agentshark-statusStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Check status of shark-exec background jobs, .shark-done, and SHARK_LOG.md

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Shark Status

Check current shark state:

1. Read `$SKILL_DIR/../shark-exec/state/pending.json` — report active background jobs (label, command, elapsed time, whether overdue past maxSeconds)
2. If `.shark-done` exists in the skill base dir, show its contents
3. If `SHARK_LOG.md` exists, show the last 10 lines
4. If nothing exists, report "No active shark jobs."

Related Skills

shark-exec

9
from keugenek/shark

No description provided.

shark-loop

9
from keugenek/shark

Run shark.ps1/shark.sh loop enforcer with OS-level timeout per turn

shark-clean

9
from keugenek/shark

Clean up shark state files (.shark-done, SHARK_LOG.md, pending.json, timings.jsonl)

shark-autotune

9
from keugenek/shark

Analyse shark timing history and recommend optimal SHARK_LOOP_TIMEOUT and SHARK_MAX_LOOPS settings

shark

9
from keugenek/shark

No description provided.

performing-network-traffic-analysis-with-tshark

16
from plurigrid/asi

Automate network traffic analysis using tshark and pyshark for protocol statistics, suspicious flow detection, DNS anomaly identification, and IOC extraction from PCAP files

performing-network-forensics-with-wireshark

16
from plurigrid/asi

Capture and analyze network traffic using Wireshark and tshark to reconstruct network events, extract artifacts, and identify malicious communications.

analyzing-network-traffic-with-wireshark

16
from plurigrid/asi

Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.

pr-status

14
from spideystreet/medox

Fetch and display the full status of the current PR — CI checks, GitHub Actions runs, reviews, and code comments — using GitHub MCP tools. Invoke manually with /pr-status.

status

13
from tae0y/python-project-template

Show current project status — worklog state, Phase progress, and layer implementation coverage. Use when you need a snapshot of where the project stands.

statuscake-automation

11
from EricGrill/agents-skills-plugins

Automate Statuscake tasks via Rube MCP (Composio). Always search tools first for current schemas.

managing-code-status-discussions

11
from CaseMark/skills

Documents goals-of-care conversations with code status decisions and advance directive alignment. Use when discussing code status, documenting goals-of-care, or recording advance directive conversations.