/Catalogue/Publishers/hoangsonww

1 repository indexed

hoangsonww

@hoangsonww
40 PromptTypeScript

40 skills indexed from 1 GitHub repository: 40 Prompt.

github/hoangsonww First seen 2h ago
Published skills
400 verified
40 community / sandbox
Installs
0via Synapth
1 repository indexed
Top repository stars
1KGitHub
hoangsonww/Claude-Code-Agent-Monitor
Verification rate
0%reviewed
scanner never grants Verified
hoangsonww· 21h agoSandbox
budget-set

Prompts · TypeScript · v0.1.0

Define a spend budget for Claude Code and, optionally, create a cost alert rule that fires when usage crosses the limit, via POST /api/alerts/rules on the Agent Monitor dashboard. Reads current spend from /api/pricing/cost to size the budget sensibly and explains every rule field before writing. Use when setting a spend limit or wiring up a budget guardrail.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
cache-efficiency

Prompts · TypeScript · v0.1.0

Analyze prompt-cache effectiveness for Claude Code usage from the Agent Monitor dashboard — cache hit rate (total_cache_read / (total_cache_read + total_input)), cache_write vs cache_read reuse, cache-read vs cache-write spend, and the sessions with the poorest reuse. Pulls token totals from /api/analytics, per-session detail from /api/sessions, and dollar splits from /api/pricing/cost. Use when diagnosing cache spend or deciding whether prompt caching is paying off.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
config-audit

Prompts · TypeScript · v0.1.0

Run a full audit of the user's Claude Code configuration via the Agent Monitor Config Explorer API: counts per surface (user vs project), duplicate or overlapping skills and subagents, hooks that run shell commands, and which surfaces are read-only vs mutable. Reads /api/cc-config/overview, /skills, /agents, /commands, /hooks, and /settings. Use when reviewing your Claude Code setup for sprawl, duplication, or risk.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
cost-alert

Prompts · TypeScript · v0.1.0

Review the configured cost alert rules and the alerts currently fired on the Agent Monitor dashboard, then explain exactly what tripped and why. Uses /api/alerts (fired feed) and /api/alerts/rules (definitions). Use when checking spend alerts or asking why a cost alarm went off.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
cost-breakdown

Prompts · TypeScript · v0.1.0

Break down Claude Code costs using the Agent Monitor pricing engine. Shows per-model costs (input, output, cache_read, cache_write at $/Mtok rates), per-session costs, daily trends, and compaction baseline token recovery. Use when analyzing spending, comparing model costs, or planning budgets.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
daily-budget-check

Prompts · TypeScript · v0.1.0

Run a daily spend check-in against a daily budget on the Agent Monitor dashboard — today's spend vs the daily target, pace through the day, and the projected overage if the current pace holds. Uses /api/pricing/cost and /api/sessions (grouped by started_at = today). Use for a quick daily spend check-in or a morning/evening budget pulse.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
dashboard-status

Prompts · TypeScript · v0.1.0

Quick dashboard health and status overview — checks the Agent Monitor API (port 4820), reports session/agent/event counts from /api/stats, confirms WebSocket connectivity, reads the redacted hook status returned by /api/settings/info, and shows data freshness (last event timestamp). Use to verify the monitoring system is operational.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
debug-live-issue

Prompts · TypeScript · v0.1.0

Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
endpoint-probe

Prompts · TypeScript · v0.1.0

Probes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api/workflows/runs, /api/cc-config/overview — and reports each one's HTTP status, latency, and response shape, flagging which are reachable. Use to verify a dashboard install is wired up correctly.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
file-headers

Prompts · TypeScript · v0.1.0

MANDATORY for every coding agent (Claude Code, Codex, or any other) on every change-set — every applicable source file the agent creates or updates MUST start with the project's copyright/authorship header (file overview + exact author line). Use automatically whenever writing a new file or editing an existing one; do not wait to be asked. Covers JS/TS/TSX/CJS/MJS, Python, shell, and CSS. Includes the audit script to verify repo-wide compliance.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
hook-inventory

Prompts · TypeScript · v0.1.0

Inventory hooks across the user, project, and project-local settings plus the ~/.claude/hooks scripts directory — read through the Agent Monitor Config Explorer API — and flag hooks that POST to the network or run arbitrary commands. Reads /api/cc-config/hooks and /api/cc-config/hook-scripts. Use when auditing hook safety.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
i18n-parity

Prompts · TypeScript · v0.1.0

MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever you add or change user-visible UI copy, add an i18n key, edit README.md, edit wiki/index.html, or change docs that the READMEs and wiki mirror — and use the full new-language checklist whenever adding a language (a new README-XX.md, a new client/src/i18n/locales/<xx>/ directory, or a new lang-option in the wiki).

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
i18n-parity

Prompts · TypeScript · v0.1.0

MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever you add or change user-visible UI copy, add an i18n key, edit README.md, edit wiki/index.html, or change docs that the READMEs and wiki mirror — and use the full new-language checklist whenever adding a language (a new README-XX.md, a new client/src/i18n/locales/<xx>/ directory, or a new lang-option in the wiki).

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
i18n-parity

Prompts · TypeScript · v0.1.0

MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever you add or change user-visible UI copy, add an i18n key, edit README.md, edit wiki/index.html, or change docs that the READMEs and wiki mirror — and use the full new-language checklist whenever adding a language (a new README-XX.md, a new client/src/i18n/locales/<xx>/ directory, or a new lang-option in the wiki).

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
live-watch

Prompts · TypeScript · v0.1.0

Polls the Agent Monitor /api/stats endpoint several times over a short window and reports the live deltas in active_sessions, active_agents, events_today, and ws_connections so you can see activity moving in real time. Use when watching the dashboard for live changes rather than a one-time snapshot.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
mcp-audit

Prompts · TypeScript · v0.1.0

Audit the configured MCP servers (user + project scope) via the Agent Monitor Config Explorer API: transport (stdio vs http), command/args and env variable names, headers, and the source file each definition came from. Reads /api/cc-config/mcp. Use when reviewing MCP integrations for hygiene, duplication, or unexpected transports.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
mcp-maintainer

Prompts · TypeScript · v0.1.0

Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
mcp-maintainer

Prompts · TypeScript · v0.1.0

Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
mcp-operations

Prompts · TypeScript · v0.1.0

Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
memory-review

Prompts · TypeScript · v0.1.0

Review the file-based memory store via the Agent Monitor Config Explorer API: the user and project CLAUDE.md plus per-project auto-memory files under ~/.claude/projects/<slug>/memory/*.md. Groups by project, shows the index (MEMORY.md) vs per-fact files, and flags stale or oversized facts. Reads /api/cc-config/memory and /api/cc-config/file?path=. Use when curating agent memory.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
model-mix

Prompts · TypeScript · v0.1.0

Break down Claude Code usage by model family (Opus / Sonnet / Haiku) from the Agent Monitor dashboard — each family's share of tokens, share of cost, and the spots where an expensive model is doing cheap work. Pulls per-model token and cost splits from /api/pricing/cost, current rates from /api/pricing, fleet token totals from /api/analytics, and per-session model assignment from /api/sessions. Use when deciding model routing or whether to downshift work to a cheaper tier.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
model-savings

Prompts · TypeScript · v0.1.0

Estimate the dollars saved by routing eligible Claude Code work to a cheaper model family, using the Agent Monitor pricing engine. Re-prices each model's token mix at the target family's rates and quantifies the delta. Uses /api/pricing (rates), /api/pricing/cost (current per-model spend), /api/sessions, and /api/analytics. Use when hunting for cost cuts or comparing model tiers.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
productivity-score

Prompts · TypeScript · v0.1.0

Calculate a productivity score using actual Agent Monitor metrics — session completion rates, cache efficiency (cache_read vs input), compaction pressure (baseline tokens), turn velocity (turn_count / total_turn_duration_ms), tool success ratio (PreToolUse vs PostToolUse), and the workflow intelligence API's complexity and effectiveness scores.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
push-to-forked-pr

Prompts · TypeScript · v0.1.0

Push the current working tree directly to a GitHub PR whose head lives on a **fork**, without creating a new branch and without pushing to `origin` (which is usually the upstream). Invoke when the user says things like "push straight to PR

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
push-to-forked-pr

Prompts · TypeScript · v0.1.0

Push the current working tree directly to a GitHub PR whose head lives on a **fork**, without creating a new branch and without pushing to `origin` (which is usually the upstream). Invoke when the user says things like "push straight to PR

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
push-to-forked-pr

Prompts · TypeScript · v0.1.0

Push the current working tree directly to a GitHub PR whose head lives on a **fork**, without creating a new branch and without pushing to `origin` (which is usually the upstream). Invoke when the user says things like "push straight to PR

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
quick-stats

Prompts · TypeScript · v0.1.0

One-line summary of key Agent Monitor metrics — active sessions, total cost from the pricing engine, events today from daily_events, top tool from tool_usage, and current model from the most recent session. Use for a fast at-a-glance check without leaving the terminal.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
release-guard

Prompts · TypeScript · v0.1.0

Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
release-guard

Prompts · TypeScript · v0.1.0

Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
repo-onboarding

Prompts · TypeScript · v0.1.0

Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
repo-onboarding

Prompts · TypeScript · v0.1.0

Onboard quickly to this repository. Use when asked to understand architecture, locate ownership, choose the right module, or identify the correct commands and verification strategy before coding.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
repo-onboarding

Prompts · TypeScript · v0.1.0

Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
session-report

Prompts · TypeScript · v0.1.0

Generate a comprehensive session report with per-model token usage (input, output, cache_read, cache_write including compaction baselines), cost breakdown via the pricing engine, tool invocations, agent hierarchy, compaction events, API errors, turn durations, and thinking block counts. Use when reviewing a specific session or summarizing activity over a date range.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
ship-feature

Prompts · TypeScript · v0.1.0

Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
skill-inventory

Prompts · TypeScript · v0.1.0

Inventory the installed skills and which plugins contribute them, then flag overlap with the user's own skills — read through the Agent Monitor Config Explorer API. Reads /api/cc-config/skills and /api/cc-config/plugins. Use when managing skills: deduping, deciding what to keep, or tracing a skill back to the plugin that ships it.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
spend-forecast

Prompts · TypeScript · v0.1.0

Forecast Claude Code spend to the end of the week or month from the daily session trend on the Agent Monitor dashboard — moving average of daily spend × days remaining, added to spend-to-date. Uses /api/analytics daily_sessions, /api/pricing/cost, and /api/sessions for a per-day cost curve. Use when projecting cost or asking "where will my spend land".

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
update-project-docs

Prompts · TypeScript · v0.1.0

MANDATORY for every coding agent (Claude Code, Codex, or any other) — keep this repository's documentation in sync after any change to behavior, configuration, interfaces, events, schema, or features. Use automatically (without being asked) at the end of ANY change-set that adds or alters an env var, event type, hook behavior, session/agent state transition, API route or response shape, DB schema, WebSocket message, MCP tool, CLI command, or user-facing feature — and whenever the user asks to "update the docs / README / wiki / architecture". Knows the full doc surface (README + CN/VN/KO/ES, ARCHITECTURE, root index.html, wiki + i18n, server/client READMEs, docs/*) and which docs each kind of change touches.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
usage-trends

Prompts · TypeScript · v0.1.0

Analyze Claude Code usage trends over time using the Agent Monitor's analytics API — daily session counts, daily event counts, token volumes by type, model distribution, tool usage rankings, and agent/event type distributions across 365-day retention windows.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
version-release

Prompts · TypeScript · v0.1.0

Choose and apply the correct semantic version bump for this repository. Use for every user-visible release, before merge when a change set should ship as patch, minor, or major, and whenever package/plugin/desktop version metadata must stay synchronized.

#ai-agents#claude-agents#claude-code

0 1K
hoangsonww· 21h agoSandbox
version-release

Prompts · TypeScript · v0.1.0

Choose and apply the correct semantic version bump for this repository. Use for every user-visible release, before merge when a change set should ship as patch, minor, or major, and whenever package/plugin/desktop version metadata must stay synchronized.

#ai-agents#claude-agents#claude-code

0 1K
Publish a new skillImport a repository with a manifest or SKILL.md; the sandbox scanner runs before it is listed.Open publish form

Publishing activity

LessMore
SepOctNovDecJanFebMarAprMayJunJulAugSep
Current streak: 2 daysLongest streak: 2 days·Active days: 2 days