View, search, and manage execution logs. Shows agent activations, commands, handoffs, decisions, and session summaries.
From brand-bond-osnpx claudepluginhub brandbondco/brand-bond-os --plugin brand-bond-osThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Access and manage Brand & Bond OS execution logs.
/log → Current session activity
/log summary → End-of-session summary
/log today → Today's full log
/log week → Weekly digest
/log [client] → Client-specific history
/log search [term] → Search logs
/log
Shows real-time session activity:
/log summary
Generates end-of-session summary:
/log today
Full timeline of today's work across all sessions.
/log week
Summary of the past 7 days:
/log wonn
/log acme
All activity for a specific client:
/log search "hero copy"
/log search handoff
/log search error
Find specific events in log history.
═══════════════════════════════════════════
SESSION LOG
═══════════════════════════════════════════
Started: {HH:MM}
Duration: {X min}
Client: {active client}
═══════════════════════════════════════════
| Time | Type | Event |
|-------|---------|--------------------|
| 14:02 | AGENT | neo activated |
| 14:03 | COMMAND | /discovery wonn |
| 14:15 | HANDOFF | discovery → brief |
| 14:32 | QA | PASS 5/5 |
Active: {current agent}
Pending: {queued tasks}
═══════════════════════════════════════════
═══════════════════════════════════════════
WEEKLY DIGEST
═══════════════════════════════════════════
Period: {date} - {date}
═══════════════════════════════════════════
## Overview
- Sessions: {count}
- Total time: {hours}
- Clients: {list}
## Deliverables
| Type | Count |
|--------------|-------|
| Copy | X |
| Presentations| X |
| Proposals | X |
## Quality
- QA checks: {total}
- Pass rate: {percentage}
- Issues fixed: {count}
## Top Agents
1. {agent} — {activation count}
2. {agent} — {activation count}
3. {agent} — {activation count}
## Highlights
- {notable achievement 1}
- {notable achievement 2}
═══════════════════════════════════════════
/log clear
Clears current session log (after saving summary).
/log export [format]
Export logs to:
notion — Save to Notionmd — Markdown filejson — Structured dataNEO automatically logs:
| Event | Logged As | Always |
|---|---|---|
| Agent start | [AGENT] | ✓ |
| Command run | [COMMAND] | ✓ |
| Handoff | [HANDOFF] | ✓ |
| QA result | [QA] | ✓ |
| Delivery | [DELIVER] | ✓ |
| Decision | [DECISION] | When significant |
| Error | [ERROR] | ✓ |
When Notion MCP is available:
/log sync
Syncs session logs to Notion under:
Studio / Operations / Session Logs / {YYYY-MM}
Creates monthly folders automatically.
For detailed tracing:
/log audit on
Enables verbose logging:
/log audit off
Returns to normal logging.