← all publishers

hoangsonww

@hoangsonww source repo

235 published skills · page 2 of 3

  1. Monorepo Workflows · hoangsonww bundle
    Route work to the correct service and command surface in the SynthoraAI monorepo. Use when Codex needs repository-specific guidance about which directory owns a task, which commands are canonical, which wrappers are stale, what validation to run, or which paths are generated and should not be edited.
    0
    installs
  2. Agentic Pipeline MCP · hoangsonww bundle
    Change or review the Python agentic_ai subsystem or Codex-facing MCP integration for this repository. Use when work touches agentic_ai/, the LangGraph pipeline, the mcp_server package, .mcp.json, or cloud adapters for the agentic pipeline.
    0
    installs
  3. Frontend Pages Router · hoangsonww bundle
    Change or review the Next.js frontend in this repository. Use when work touches frontend/pages, frontend/components, frontend/services, auth UX, article detail flows, sitewide chat UI, browser-only state, or Pages Router behavior.
    0
    installs
  4. Crawler Newsletter Ops · hoangsonww bundle
    Use this skill when changing the crawler or newsletter scheduled jobs in this repository, including cron routes, cleanup scripts, article ingestion, summarization, digest generation, or operational safeguards around live jobs.
    0
    installs
  5. Commit · hoangsonww
    Split and describe a git commit for Diffuse. Use when the user asks to commit, or when a change should be multiple commits.
    0
    installs
  6. Export · hoangsonww
    Change Markdown/plain-text reports or redacted snapshot/diff export. Use when Copy as Markdown, CLI output, or GitHub-issue paste is wrong.
    0
    installs
  7. Format · hoangsonww
    Format Swift with the repo SwiftFormat config. Use after editing .swift files, before verify, or when CI format job fails.
    0
    installs
  8. Search · hoangsonww
    Change library search or comparison-screen change filtering. Use when SearchIndex ranking, limits, or ChangeSearchIndex behaviour is wrong.
    0
    installs
  9. Privacy · hoangsonww
    Classify collected fields, apply export redaction, and keep the generated privacy ledger truthful. Use when adding properties, changing RedactionPolicy, or touching export/privacy UI.
    0
    installs
  10. Release · hoangsonww
    Cut an unsigned GitHub release of the four apps. Use when the user asks to release, tag, or ship artifacts.
    0
    installs
  11. Storage · hoangsonww
    Change the snapshot store, SnapshotQuery, index rebuild, or on-disk layout. Use when save/load, paging, corrupt files, or FileSnapshotStore behaviour is involved.
    0
    installs
  12. Coverage · hoangsonww
    Generate first-party Swift package coverage (llvm-cov HTML, lcov, text summary). Use when the user asks for coverage, after expanding Tests/, or before claiming test work is done.
    0
    installs
  13. Fixtures · hoangsonww
    Regenerate golden snapshot and expected-diff fixtures after a collector schema or fixture-generator change. Use when integration tests fail on Fixtures/ or after changing snapshot encoding.
    0
    installs
  14. Retention · hoangsonww
    Change how old snapshots are pruned (age, count, size, pinned/labelled protection). Use when the library grows without bound or a named snapshot disappeared.
    0
    installs
  15. Scheduler · hoangsonww
    Change automatic capture cadence, the 15-minute floor, or system-event triggers. Use when snapshots fire too often, not at all, or nextCaptureDate is wrong.
    0
    installs
  16. Crosscheck · hoangsonww
    Type-check shared packages against the iOS and watchOS SDKs. Use after editing core packages, before verify, or when CI crosscheck fails.
    0
    installs
  17. Capture CLI · hoangsonww
    Change or debug the diffuse-dev CLI (capture, inspect, diff, validate, fixtures, privacy). Use when adding a command or the CLI disagrees with the apps.
    0
    installs
  18. Diff Engine · hoangsonww
    Change comparison rules, severity, identity matching, or change correlation. Use when diffs look wrong, a capability needs a new ComparisonRule, or clustering/timeline is involved.
    0
    installs
  19. Native Apps · hoangsonww
    Change Mac, iOS, iPad, or Watch UI that sits on DiffuseUI. Use when a screen, widget, complication, or menu-bar extra is involved.
    0
    installs
  20. Screenshots · hoangsonww
    Regenerate docs/screenshots from the live apps. Use when UI changed and README/docs images are stale, or the user asks for new screenshots.
    0
    installs
  21. Write Tests · hoangsonww
    Add Swift Testing coverage in Tests/Domain, Tests/Invariants, Tests/Integration, or package-local suites. Use when adding behaviour, reproducing a bug, or the user asks for more tests.
    0
    installs
  22. Review Change · hoangsonww
    Review a Diffuse diff against architecture, privacy, fixtures, dependencies, and CI constraints. Use after a non-trivial edit or when the user asks for a review.
    0
    installs
  23. Add Capability · hoangsonww
    Add something Diffuse can observe on a device (typed capability, collector, registry line, and tests). Use when the user wants a new collector, observable, or capability ID.
    0
    installs
  24. Debug Collector · hoangsonww
    Diagnose a collector that hangs, throws, records a placeholder, or produces noisy diffs. Use when a section is failed, timed out, permission-required, or a live capture is unstable.
    0
    installs
  25. Review · hoangsonww bundle
    Bug-focused PetSwipe review workflow emphasizing regressions, deployment risk, missing validation, stale docs, and user-visible breakage. Use when the user asks for a review or when a risky change needs structured scrutiny.
    0
    installs
  26. Docs Sync · hoangsonww bundle
    PetSwipe documentation sync workflow for README, ARCHITECTURE, deployment docs, Kubernetes docs, and Terraform docs. Use when code or infra changes require documentation updates or when docs appear stale relative to the repository.
    0
    installs
  27. Frontend Polish · hoangsonww bundle
    PetSwipe frontend workflow for page redesigns, responsive fixes, chart issues, navbar changes, and UI polish in the Next.js frontend. Use when the task is primarily visual, layout-focused, or interaction-focused inside frontend pages and shared UI components.
    0
    installs
  28. Feature Delivery · hoangsonww bundle
    End-to-end PetSwipe delivery workflow for implementing or extending features across frontend, backend, docs, and validation. Use when a task spans user-visible behavior, API behavior, navigation, or multiple parts of the repository and needs a coherent change rather than a single isolated edit.
    0
    installs
  29. Backend API Change · hoangsonww bundle
    Safe PetSwipe backend workflow for Express route changes, TypeORM entity updates, service changes, migrations, auth adjustments, and API docs updates. Use when work changes backend behavior or data flow and needs route/controller/service/entity coherence.
    0
    installs
  30. Map Geocoding Debug · hoangsonww bundle
    PetSwipe map and geocoding workflow for diagnosing map page issues, geocode request volume, cache behavior, API proxy behavior, CORS issues, and location-related UI regressions. Use when the task mentions the map page, geocoding, location results, or geocode performance.
    0
    installs
  31. Testing And Validation · hoangsonww bundle
    PetSwipe validation workflow for choosing the smallest reliable checks for frontend, backend, infra, docs, and mixed changes. Use when a task needs a concrete validation plan or when the repo's pre-existing lint or type issues make broad validation noisy.
    0
    installs
  32. Deployment Claims Audit · hoangsonww bundle
    PetSwipe workflow for checking whether deployment, production-readiness, or enterprise-grade claims are actually supported by repo evidence. Use when editing deployment docs, infra summaries, or any task that makes strong statements about readiness.
    0
    installs
  33. Infra Release Readiness · hoangsonww bundle
    PetSwipe infrastructure and deployment workflow for Kubernetes, Terraform, production Docker Compose, release bundle, and preflight validation. Use when the task is explicitly about deployability, production readiness, operator workflow, or infra/devops changes.
    0
    installs
  34. Planner And Insights Pages · hoangsonww bundle
    PetSwipe workflow for adoption-planner and insights page work, including comparison cards, gauges, charts, metrics, and recommendation panels. Use when changes focus on adoption-planner.tsx, insights.tsx, or the relationship between liked pets, readiness, and swipe analytics.
    0
    installs
  35. Navbar And Routing · hoangsonww bundle
    Frontend-local workflow for navbar behavior, route ordering, icon-only links, mobile menu UX, and page discoverability in PetSwipe. Use when working in frontend and the task touches Navbar, route links, or mobile navigation.
    0
    installs
  36. K8S Hardening And Render · hoangsonww bundle
    Kubernetes-local workflow for manifest hardening, renderability, overlays, quotas, network policies, and rollout safety in PetSwipe. Use when working inside k8s and the task is specifically about manifest correctness or production posture.
    0
    installs
  37. Navigation And Page Structure · hoangsonww bundle
    PetSwipe navigation workflow for navbar changes, icon-only links, mobile menu behavior, route placement, and page discoverability. Use when work changes the navbar, mobile navigation, page ordering, or the relationship between key user-facing pages.
    0
    installs
  38. Swagger Health Contracts · hoangsonww bundle
    Backend-local workflow for health endpoints, readiness behavior, Swagger/OpenAPI exposure, and runtime contract changes in PetSwipe. Use when backend work touches backend/src/app.ts, startup behavior, docs endpoints, or deployment-sensitive runtime behavior.
    0
    installs
  39. Product And Deploy Doc Sync · hoangsonww bundle
    Docs-local workflow for keeping PetSwipe product pages, deployment docs, architecture docs, and operational claims aligned with the current repository. Use when working inside docs or when multiple docs need to be updated together.
    0
    installs
  40. Operator File Readiness · hoangsonww bundle
    Terraform-local workflow for backend.hcl, tfvars examples, operator bootstrap, and plan/apply readiness in PetSwipe. Use when working inside terraform and the task is about making the Terraform workflow clearer, safer, or more deployable.
    0
    installs
  41. Chart And Responsive Debug · hoangsonww bundle
    Frontend-local workflow for PetSwipe chart overflow, tooltip, dark mode text, clipping, and responsive layout issues inside frontend pages and shared chart components. Use when working in frontend and the issue is specifically about charts or mobile layout behavior.
    0
    installs
  42. Last30days · hoangsonww
    Researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web from the last 30 days, synthesizing a grounded summary based on human engagement.
    0
    installs
  43. Audit Repo · hoangsonww
    Analyzes a GitHub repository for health, security, and maintenance metrics.
    0
    installs
  44. Read Papers · hoangsonww
    Finds the latest research papers on a specific topic, summarizes their core contributions, and explains complex methodology in plain English.
    0
    installs
  45. Eval Drift · hoangsonww
    Detect quality drift in published briefings by comparing the trailing-7d median composite score against the trailing-30d median (MAD-scaled). Use when the user asks to "check drift", "compare last week to baseline", or "is briefing quality slipping".
    0
    installs
  46. Eval Score · hoangsonww
    Judge a single AI News Briefing card against the 5-axis quality rubric (factuality, novelty, source diversity, signal density, coherence) and persist the score. Use when the user asks to "score", "judge", "evaluate", or "rate" a briefing for a specific date.
    0
    installs
  47. Track Crypto · hoangsonww
    Provides fundamental analysis of crypto projects by analyzing tokenomics, whitepapers, and community sentiment.
    0
    installs
  48. Eval Report · hoangsonww
    Emit a Markdown weekly digest of briefing quality scores (coverage, composite stats, axis medians, per-day table). Use when the user asks for a "weekly report", "eval summary", or "quality digest" for a specific date range.
    0
    installs
  49. Scout Startups · hoangsonww
    Identifies emerging early-stage startups in a specific sector using funding data and launch platforms.
    0
    installs
  50. Analyze Trends · hoangsonww
    Scans GitHub trending, package registries, and developer social media to detect early-stage technology shifts and emerging tools.
    0
    installs
  51. Custom Brief · hoangsonww
    Deep-research a specific topic and produce a comprehensive news-focused briefing with optional Notion/Obsidian/Teams/Slack publishing
    0
    installs
  52. Eval Backfill · hoangsonww
    Run the eval harness against every card under example-cards/ in parallel and persist scores to eval/store.sqlite. Use when the user asks to "backfill", "score everything", or "score all cards" for quality eval.
    0
    installs
  53. Summarize Url · hoangsonww
    Fetch and summarize a specific URL for quick insights.
    0
    installs
  54. Daily Briefing · hoangsonww
    Search for today's latest AI news and create/update a comprehensive briefing in Notion, with optional Obsidian vault publishing for graph visualization
    0
    installs
  55. Eval Dashboard · hoangsonww
    Build the interactive offline eval dashboard (eval/dashboard/index.html) — Chart.js trend, axis radar, composite histogram, per-card stacked bars, sortable card table. Use when the user wants to "see eval results", "open dashboard", "visualize quality", or "compare cards".
    0
    installs
  56. Eval Regression · hoangsonww
    Re-judge every pinned golden card in eval/golden/ and fail if any composite has dropped more than 0.5 points vs its baseline. Use when the user asks to "run regression", "check golden set", or wants CI-style quality gating after a prompt or judge change.
    0
    installs
  57. Trigger Briefing · hoangsonww
    Trigger the daily AI News Briefing manually.
    0
    installs
  58. Analyze Earnings · hoangsonww
    Synthesizes a comprehensive financial briefing on a public company using recent earnings calls, SEC filings, and financial news.
    0
    installs
  59. Analyze Competitors · hoangsonww
    Conducts deep competitive intelligence on a target product or company, mapping out rivals, feature gaps, and market sentiment.
    0
    installs
  60. Summarize Podcast · hoangsonww
    Extracts transcripts from podcasts or videos and synthesizes actionable takeaways.
    0
    installs
  61. Plan · hoangsonww
    Start a new Flywheel planning round. Produce initial markdown plan, route to competing frontier models, synthesize hybrid, refine 4–5×. Use before any coding begins on a new feature.
    0
    installs
  62. Verify · hoangsonww
    Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task done or opening a PR.
    0
    installs
  63. Landing · hoangsonww
    End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.
    0
    installs
  64. Add Tool · hoangsonww
    Scaffold a new Forge tool — implementation, registration, permission/risk metadata, sandbox routing, and a unit test. Use when adding anything to src/tools/.
    0
    installs
  65. Flywheel · hoangsonww
    Overview of Forge's Agentic Coding Flywheel methodology. Use to route between plan, bead, and code space. See FLYWHEEL.md at the repo root.
    0
    installs
  66. Add Agent · hoangsonww
    Scaffold a new Forge subagent (planner/architect/executor/reviewer/debugger/memory-style).
    0
    installs
  67. De Slopify · hoangsonww
    Remove AI-writing tells from README, docs, and user-facing text. Must be done line-by-line, no regex. Use after agents write any user-visible prose.
    0
    installs
  68. Debug Loop · hoangsonww
    Systematic debugging playbook for the Forge agentic loop (src/core/loop.ts and src/agents/executor.ts). Use when a task is stuck, looping, or emitting wrong tool calls.
    0
    installs
  69. Fresh Eyes · hoangsonww
    Reset review context when bead polishing or code review has flatlined. Requires starting a brand-new Claude / Codex session. Use when you're seeing the same small edits round after round.
    0
    installs
  70. Deep Review · hoangsonww
    Deep review — random exploration + cross-agent review, alternating. Finds integration bugs that self-review misses. Run every 30–60 min during active implementation.
    0
    installs
  71. Idea Wizard · hoangsonww
    30 → 5 → 15 funnel for brainstorming new features on the existing Forge codebase. Use when adding capability to a mature install, not for greenfield.
    0
    installs
  72. Polish Beads · hoangsonww
    Polishing pass over all open beads. Run 4–6 times. "Check your beads N times, implement once." Use after plan-to-beads and between refinement rounds.
    0
    installs
  73. Add Provider · hoangsonww
    Scaffold a new model provider for Forge — class, registry wiring, providerEnum entry, local-catalog classification, router check, and a unit test with mocked transport.
    0
    installs
  74. Dedupe Beads · hoangsonww
    Merge duplicate or excessively overlapping beads in .beads/beads.jsonl into canonical ones. Run after any batch where 20+ new beads were created.
    0
    installs
  75. Plan To Beads · hoangsonww
    Translate a polished markdown plan into self-contained beads in .beads/beads.jsonl. Every bead must be executable without reopening the plan. Use after the plan has converged.
    0
    installs
  76. Reality Check · hoangsonww
    Break the spell of local productivity. Ask whether completing all open beads actually closes the gap to the project goal. Use at milestones or when busy agents feel directionally off.
    0
    installs
  77. Release Check · hoangsonww
    Pre-release checklist for Forge — verify, version bump, changelog, docs, docker build, smoke test. Run before tagging v*.
    0
    installs
  78. Plan Synthesize · hoangsonww
    Synthesize competing plans from multiple frontier models into a single best-of-all-worlds hybrid. Use after /plan has produced 2+ competing plans in .flywheel/plans/.
    0
    installs
  79. Delegation Audit · hoangsonww bundle
    Audit model delegation and subagent effectiveness for a session — which models handled which subagent types, per-type success rates and average durations, and wasted delegations (heavy models on trivial work or types that consistently fail) — using the Agent Monitor workflow intelligence API. Use when reviewing how a session delegated work across models and subagents.
    1
    install
  80. Monthly Review · hoangsonww bundle
    Compile a month-over-month retrospective from Agent Monitor data — sessions, cost, token volumes, completion rate, top projects by working directory, and notable shifts versus the prior month. Uses daily_sessions/daily_events (365d) from analytics, the session list, and the pricing cost breakdown. Use when doing a monthly retrospective or planning the month ahead.
    1
    install
  81. Sprint Summary · hoangsonww bundle
    Summarize a sprint's worth of Claude Code activity — sessions grouped by project (cwd), per-model cost breakdown, token efficiency (cache hit rate, compaction baselines), subagent effectiveness from workflow API, velocity metrics (turn_count, turn_duration_ms), and tool diversity across the sprint.
    1
    install
  82. Error Propagation · hoangsonww bundle
    Trace error propagation through a multi-agent session by agent depth — where failures originated, the depth at which they appeared, and how they cascaded up to parent agents — using the Agent Monitor workflow intelligence API and the session event stream. Use when a multi-agent run failed and you need to find the origin and blast radius of the failure.
    1
    install
  83. Productivity Score · hoangsonww bundle
    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.
    1
    install
  84. Concurrency Report · hoangsonww bundle
    Report concurrency and parallelism for a session — how many agents ran in parallel, concurrency-lane utilization, peak parallel width, and serialization bottlenecks (sequential chains that could have run as parallel lanes) — using the Agent Monitor workflow intelligence API. Use when checking whether a multi-agent session used parallelism efficiently.
    1
    install
  85. Daily Budget Check · hoangsonww bundle
    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.
    1
    install
  86. Optimization Suggest · hoangsonww bundle
    Suggest concrete optimizations for Claude Code usage based on historical session data. Covers cost reduction, speed improvement, error prevention, and workflow efficiency. Use for data-driven optimization planning.
    1
    install
  87. Workflow Optimizer · hoangsonww bundle
    Analyze workflow patterns using the Agent Monitor's workflow intelligence API — orchestration DAGs, tool flow transitions, subagent effectiveness, model delegation patterns, error propagation by depth, concurrency lanes, compaction impact, and agent co-occurrence. Produces prioritized optimization recommendations with quantified impact.
    1
    install
  88. Fleet Runs · hoangsonww bundle
    Summarize Workflow-tool fleet runs from the Agent Monitor — these fleets emit no hooks and are ingested from on-disk run journals. List recent runs with status and agents-per-run, then drill into a single run's per-agent detail. Reconciles against the live run-state endpoints. Use when reviewing Workflow() fleets rather than hook-instrumented interactive sessions.
    1
    install
  89. Hook Inventory · hoangsonww bundle
    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.
    1
    install
  90. Budget Set · hoangsonww bundle
    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.
    1
    install
  91. Cost Alert · hoangsonww bundle
    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.
    1
    install
  92. Quick Stats · hoangsonww bundle
    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.
    1
    install
  93. Health Check · hoangsonww bundle
    Run comprehensive health checks on the Claude Code Agent Monitor system. Validates dashboard API, database, WebSocket, hooks, and disk usage. Use to verify the monitoring setup is working correctly.
    1
    install
  94. Usage Trends · hoangsonww bundle
    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.
    1
    install
  95. Skill Inventory · hoangsonww bundle
    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.
    1
    install
  96. Session Debug · hoangsonww bundle
    Debug a specific session by inspecting its full event chain (PreToolUse, PostToolUse, Stop, SubagentStop, Compaction, APIError, TurnDuration, Notification events), agent hierarchy (recursive parent/child tree with subagent_type and depth), token usage with compaction baselines, workflow intelligence data (orchestration DAG, error propagation by depth), and session metadata (thinking_blocks, turn_count, total_turn_duration_ms).
    1
    install
  97. Anomaly Alert · hoangsonww bundle
    Identify anomalous sessions using Agent Monitor data — cost outliers from the pricing engine, token anomalies (cache miss spikes, compaction baseline surges), unusual event type ratios (PreToolUse/PostToolUse gaps, APIError clusters), behavioral deviations from workflow intelligence (complexity score outliers, error propagation anomalies), and sessions with abnormal metadata (extreme turn_count, high thinking_blocks, zero turn_duration).
    1
    install
  98. Pattern Detect · hoangsonww bundle
    Detect recurring patterns using the Agent Monitor's workflow intelligence — toolFlow transitions (tool A → B frequency matrices), recurring workflow patterns, agent co-occurrence pairs, model delegation habits, error propagation paths by agent depth, and compaction triggers. Use to discover habitual usage patterns and anti-patterns.
    1
    install
  99. Session Search · hoangsonww bundle
    Find Claude Code sessions tracked by the Agent Monitor by project (cwd), model, status, or date, then rank the matches by cost or recency. Pulls the session list and the distinct cwd / facet values so filters use real values rather than guesses. Use when locating a session — "find my EstateWise sessions", "which Opus runs errored this week", "most expensive sessions in /repo".
    1
    install
  100. Cost Breakdown · hoangsonww bundle
    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.
    1
    install