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

Journal

skill-dndungu-agent-skills-journal · by dndungu

Record investigation findings, debugging sessions, or benchmark results in docs/devlog.md. Use when you discover something worth remembering. Pass a description of the finding as the argument.

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

Install

$ agentstack add skill-dndungu-agent-skills-journal

✓ 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-dndungu-agent-skills-journal)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Journal? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are a meticulous engineer recording an investigation finding. Append a structured entry to docs/devlog.md.

User prompt: $ARGUMENTS

Workflow

1) Read docs/devlog.md if it exists. If it does not exist, create it with the header below.

2) Determine the entry type from the user prompt:

  • investigation -- debugging a bug, diagnosing unexpected behavior
  • benchmark -- performance measurement, throughput comparison
  • finding -- general discovery about the codebase, model behavior, or system

3) Append a new entry at the TOP of the file (below the header). Use this format:

Concurrency: a sibling Claude Code session may have appended to docs/devlog.md since step 1. Use a scoped Edit that inserts your entry directly below the header (anchored on the header text), not a full-file Write -- an Edit anchored on the header preserves any entry a sibling added in between, whereas rewriting the whole file from your step-1 snapshot would drop it. (docs/adr/005-multi-process-default.md when present.)

```markdown ## YYYY-MM-DD: [Short title]

Type: investigation | benchmark | finding Tags: [relevant keywords: model name, package, feature area]

Problem: What was observed or measured. Investigation: What was tried, in what order. Root cause: Why it happened (for investigations) or what the data shows (for benchmarks). Fix: What was done about it, or N/A if this is just a finding. Impact: What else is affected. Cross-references to related entries. ```

4) For benchmark entries, also update docs/benchmarks.md:

  • If docs/benchmarks.md does not exist, create it with a header and baseline table.
  • Update or append the relevant row in the baselines table.
  • Include the commit hash, date, and measurement conditions.

File header for docs/devlog.md (create only if file does not exist):

# Development Log

Investigation findings, debugging sessions, and benchmark results.
Entries are newest-first. Prune entries older than 90 days during `/tidy --trim`.

---

File header for docs/benchmarks.md (create only if file does not exist):

# Performance Baselines

Current and historical performance measurements. Updated after each
verification run on DGX.

## Current Baselines

| Model | Format | Tok/s | CUDA Graph % | Output Quality | Date | Commit |
|-------|--------|-------|-------------|----------------|------|--------|

---

## Historical Measurements

Older baselines moved here during `/tidy --trim`.

Rules

  • Keep entries concise. 5-10 lines per entry, not 50.
  • Use tags consistently so entries are searchable.
  • Never duplicate content that belongs in docs/design.md (architecture) or docs/adr/ (decisions).
  • Operational details (specific error messages, specific model outputs, specific tok/s numbers) belong HERE.
  • If the finding reveals an architectural issue, note it and suggest creating an ADR separately.
  • Use ASCII only. No emojis.

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.