Skip to main content
hoangsonww
GitHub creator profile

hoangsonww

Repository-level view of 222 collected skills across 11 GitHub repositories.

skills collected
222
repositories
11
updated
Aug 5, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
Claude-Code-Agent-Monitor
75 skills · Aug 5, 2026
Software DevelopersComputer Occupations, All OtherData ScientistsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 99% classified
34%share
#02
Forge-Agentic-Coding-CLI
34 skills · Apr 21, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management Specialists
3 occupation categories · 100% classified
15%share
#03
AI-News-Briefing
23 skills · Apr 13, 2026
News Analysts, Reporters, & JournalistsFinancial & Investment AnalystsSoftware DevelopersMarket Research Analysts & Marketing SpecialistsComputer Science Teachers, PostsecondaryNetwork & Computer Systems Administrators
9 occupation categories · 100% classified
10%share
#04
PetSwipe-Match-App
23 skills · Feb 28, 2026
Software DevelopersWeb DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
10%share
#05
AI-Gov-Content-Curator
16 skills · Mar 25, 2026
Software DevelopersNetwork & Computer Systems AdministratorsWeb DevelopersComputer & Information Systems ManagersComputer Network ArchitectsComputer Occupations, All Other
7 occupation categories · 100% classified
7.2%share
#06
EstateWise-Chapel-Hill-Chatbot
13 skills · Feb 28, 2026
Software DevelopersNetwork & Computer Systems Administrators
2 occupation categories · 100% classified
5.9%share
#07
DevVerse-SWE-Blog
13 skills · Feb 28, 2026
Web DevelopersDatabase AdministratorsSoftware DevelopersSoftware Quality Assurance Analysts & TestersData ScientistsEditors
6 occupation categories · 100% classified
5.9%share
#08
WealthWise-Finance-Tracker
9 skills · Mar 28, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersDatabase AdministratorsWeb Developers
5 occupation categories · 100% classified
4.1%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

config-audit
computer-occupations-all-other

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…

Aug 5, 2026
hook-inventory
computer-occupations-all-other

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…

Aug 5, 2026
mcp-audit
computer-occupations-all-other

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…

Aug 5, 2026
memory-review
computer-occupations-all-other

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…

Aug 5, 2026
skill-inventory
computer-occupations-all-other

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,…

Aug 5, 2026
budget-set
software-developers

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…

Aug 5, 2026
cost-alert
software-developers

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…

Aug 5, 2026
daily-budget-check
software-developers

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 =…

Aug 5, 2026
Showing 8 of 75 collected skills.
deep-review
software-quality-assurance-analysts-and-testers

Deep review — random exploration + cross-agent review, alternating. Finds integration bugs that self-review misses. Run every 30–60 min during active implementation.

Apr 21, 2026
flywheel
software-developers

Overview of Forge's Agentic Coding Flywheel methodology. Use to route between plan, bead, and code space. See FLYWHEEL.md at the repo root.

Apr 21, 2026
landing
software-developers

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.

Apr 21, 2026
plan
software-developers

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.

Apr 21, 2026
plan-to-beads
software-developers

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.

Apr 21, 2026
polish-beads
software-developers

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.

Apr 21, 2026
reality-check
project-management-specialists

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.

Apr 21, 2026
de-slopify
software-developers

Remove telltale AI-writing patterns from README, docs, and user-facing text. Must be done line-by-line, manually. No regex. Use after agents write any user-visible prose.

Apr 21, 2026
Showing 8 of 34 collected skills.
Showing 8 of 23 collected skills.
deployment-claims-audit
software-developers

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.

Feb 28, 2026
map-geocoding-debug
software-developers

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…

Feb 28, 2026
navigation-and-page-structure
web-developers

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.

Feb 28, 2026
planner-and-insights-pages
software-developers

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…

Feb 28, 2026
testing-and-validation
software-quality-assurance-analysts-and-testers

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.

Feb 28, 2026
swagger-health-contracts
software-developers

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.

Feb 28, 2026
product-and-deploy-doc-sync
software-developers

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.

Feb 28, 2026
chart-and-responsive-debug
web-developers

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…

Feb 28, 2026
Showing 8 of 23 collected skills.
monorepo-workflows
software-developers

Use this skill when working anywhere in the SynthoraAI monorepo and you need the repository-specific operating model: which service owns what, which commands are canonical, which wrappers are stale, how to choose tests, and which paths are generated or risky…

Mar 25, 2026
agentic-pipeline-mcp
software-developers

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.

Mar 15, 2026
drift-audit
database-administrators

Audit this repository for docs-to-code drift, broken paths, stale wrappers, inconsistent environment assumptions, or other mismatches between implementation and operational guidance. Use when Codex needs to verify whether repo docs, scripts, schedules,…

Mar 15, 2026
agentic-pipeline-mcp
software-developers

Use this skill when working on the Python agentic_ai subsystem or Claude Code MCP integration for this repository, including the LangGraph pipeline, local MCP server, cloud adapters, and the project .mcp.json configuration.

Mar 15, 2026
drift-audit
software-developerscomputer-occupations-all-other

Use this skill when you want Claude Code to audit this repository for docs-to-code drift, broken paths, stale scripts, inconsistent environment assumptions, or mismatches between implementation and operational docs.

Mar 15, 2026
backend-api-ai
software-developers

Change or review the backend API, auth, controllers, models, sitewide chat backend, Gemini integration, Pinecone integration, or backend maintenance scripts in this repository. Use when work touches backend/ routes, controllers, services, models, scheduled…

Feb 28, 2026
frontend-pages-router
web-developers

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.

Feb 28, 2026
infra-deploy-drift
network-and-computer-systems-administrators

Change or review infrastructure, deployment, or rollout logic in this repository. Use when work touches infrastructure/, Terraform, Kubernetes manifests, monitoring config, deployment wrappers, or environment-specific operational assumptions.

Feb 28, 2026
Showing 8 of 16 collected skills.
estatewise-ai-runtime
software-developers

Work on EstateWise MCP, agentic-ai, web-grounding, token flows, and A2A integrations. Use when changing tool behavior, orchestration, runtime flags, MCP wrappers, HTTP/A2A endpoints, or AI integration paths.

Feb 28, 2026
estatewise-codex-support
software-developers

Extend or audit Codex support in the EstateWise repository. Use when changing .codex config, .codex/rules, .agents/skills, AGENTS.md layering, multi-agent roles, project guidance discovery, or Codex-specific documentation and workflows.

Feb 28, 2026
estatewise-contracts
software-developers

Audit producer-consumer alignment in EstateWise when REST, tRPC, MCP, gRPC, A2A, or shared payloads may have changed. Use when one package's change could silently break another package, tool, or doc set.

Feb 28, 2026
estatewise-engineering
software-developers

Execute production-safe code changes in the EstateWise monorepo. Use when implementing or fixing behavior in backend, frontend, MCP, agentic-ai, gRPC, deployment-control, tests, or repo docs. Do not use for pure brainstorming, skill installation, or work…

Feb 28, 2026
estatewise-local-stack
network-and-computer-systems-administrators

Run or debug the EstateWise local environment. Use when setting up services, choosing the smallest service combination, checking local endpoints, or troubleshooting environment/config issues. Do not use for routine code implementation unless local…

Feb 28, 2026
estatewise-ops
network-and-computer-systems-administrators

Work on EstateWise deployment-control, Docker, Kubernetes, Helm, Terraform, Jenkins, and cloud deployment assets. Use for infrastructure and operational workflow changes, not ordinary application feature work.

Feb 28, 2026
estatewise-review
software-developers

Review EstateWise changes for correctness, regressions, security issues, contract mismatches, operational risk, and missing tests. Use for PR review, diff review, bug hunts, and branch-vs-main analysis. Do not use for implementation tasks unless the user asks…

Feb 28, 2026
estatewise-ai-runtime
software-developers

Playbook for MCP, agentic-ai, web-grounding, token flows, and A2A in EstateWise. Use when changing tool calls, orchestration, runtime behavior, or AI integration paths.

Feb 28, 2026
Showing 8 of 13 collected skills.
devverse-content-mdx
editors

MDX article conventions for DevVerse. Use when adding or editing files under content/, changing article metadata, updating author or date lines, or modifying code that parses article content for feeds, related posts, reading stats, or RAG ingestion.

Feb 28, 2026
devverse-feeds-seo
web-developers

Feed, sitemap, metadata, and publishing guidance for DevVerse. Use when modifying lib/rss.ts, lib/jsonfeed.ts, feed routes, next-sitemap.config.js, app/layout.tsx metadata, manifest or robots files, or SEO-related site metadata.

Feb 28, 2026
devverse-rag-chat
web-developers

DevVerse chat, citation, and retrieval workflow. Use when modifying the chat page, the chat API route, citation parsing, local retrieval fallback, Pinecone or Gemini integration, or the article vectorization pipeline.

Feb 28, 2026
devverse-refresh-vectors
data-scientists-152051

Refresh Pinecone article embeddings after MDX article changes or RAG chunking and metadata changes. Use when content updates should be reflected in chat retrieval or when the vectorization pipeline changes.

Feb 28, 2026
devverse-supabase-auth
database-administrators

Supabase auth, favorites, and security boundaries for DevVerse. Use when changing files under supabase/, auth or favorites UI, or the verify-email and reset-password API routes.

Feb 28, 2026
devverse-ui-routes
web-developers

Route and UI conventions for the DevVerse Next.js app. Use when modifying app routes, layout, navigation, page components, global styling, route-scoped CSS, article rendering, favorites UI, or chat UI.

Feb 28, 2026
devverse-validate
software-quality-assurance-analysts-and-testers

Run repository-specific validation for DevVerse changes. Use when asked to test, validate, smoke check, or confirm modifications in this repository.

Feb 28, 2026
devverse-content-mdx
web-developers

MDX article conventions for DevVerse. Use when adding or editing files under content/, changing article metadata, updating author or date lines, or modifying code that parses article content for feeds, related posts, reading stats, or RAG ingestion.

Feb 28, 2026
Showing 8 of 13 collected skills.
bead-workflow
software-developers

Execute the Flywheel bead lifecycle — find, claim, implement, review, close

Mar 28, 2026
docker-up
network-and-computer-systems-administrators

Manage the WealthWise Docker/Podman Compose development environment. Triggers when asked to "start Docker", "start Podman", "bring up the containers", "stop Docker", "show Docker logs", or "restart the dev environment". Does NOT trigger implicitly.

Mar 10, 2026
health-check
network-and-computer-systems-administrators

Check the health of the running WealthWise API, web app, and MongoDB services. Triggers when asked to "check if the app is running", "verify the API is up", "is the server healthy", or "show service status".

Mar 10, 2026
api-endpoint
software-developers

Scaffold a complete new API endpoint for the WealthWise Express API. Triggers when asked to "add an endpoint", "create a route", "build an API for <entity>", or scaffold any new REST resource end-to-end. Does not trigger for frontend-only tasks.

Mar 3, 2026
db-seed
database-administrators

Seed the WealthWise MongoDB database with categories or demo data. Triggers when asked to "seed the database", "add demo data", "populate categories", or "set up test data". Does NOT trigger implicitly during general development tasks.

Mar 3, 2026
new-model
software-developers

Scaffold a new Mongoose model and its CRUD service for the WealthWise API. Triggers when asked to "create a model", "add a Mongoose schema", or add the data layer for a new entity without a full endpoint. Does NOT scaffold routes, controllers, or frontend…

Mar 3, 2026
new-page
web-developers

Scaffold a complete new Next.js dashboard page for the WealthWise web app. Triggers when asked to "add a page", "create a dashboard screen", "build a UI for <feature>", or scaffold any new frontend feature end-to-end. Does not trigger for API-only or backend…

Mar 3, 2026
pre-pr
software-quality-assurance-analysts-and-testers

Run the full WealthWise pre-PR checklist and report a pass/fail for each gate. Triggers when asked to "run pre-PR checks", "check if this is ready to merge", "validate before opening a PR", or "run the full check". Does NOT trigger implicitly.

Mar 3, 2026
Showing 8 of 9 collected skills.
lumina-infra-deploy
network-and-computer-systems-administrators

Work on Lumina deployment and infrastructure assets. Use when editing terraform/, aws/, docker-compose.yml, DEPLOYMENT.md, ADVANCED_DEPLOYMENTS.md, agentic_ai/deployments/, or other files related to Docker, Terraform, AWS or Azure rollout behavior,…

Mar 31, 2026
lumina-agentic-mcp
software-developers

Work on the Python multi-agent pipeline and MCP client in agentic_ai. Use when editing files under agentic_ai/, changing agent orchestration, configuration loading, MCP client connectivity, async execution flow, pipeline startup commands, or cloud deployment…

Mar 18, 2026
lumina-mcp-server
software-developers

Develop and maintain the standalone Lumina MCP server. Use when editing files under mcp_server/, adding or modifying tools, resources, prompts, middleware, configuration, or transport behavior for the Model Context Protocol server.

Mar 18, 2026
lumina-backend-api
software-developers

Implement and debug the Express and TypeScript backend for Lumina. Use when editing files under server/src or server/package.json, changing authentication, conversations, guest flows, chat routes, models, middleware, API contracts, or Gemini and Pinecone…

Feb 28, 2026
lumina-frontend-ui
web-developers

Build, refine, and debug the React/Vite frontend for Lumina. Use when editing files under client/src or client/package.json, changing chat UX, landing page content, auth flows, routing, theme behavior, markdown rendering, animations, responsive layout, or…

Feb 28, 2026
lumina-rag-knowledge
data-scientists-152051

Manage Lumina's retrieval-augmented generation and knowledge ingestion workflow. Use when editing server/src/services/knowledgeBase.ts, server/src/services/pineconeClient.ts, server/src/scripts/knowledgeCli.ts, server/src/models/KnowledgeSource.ts, files…

Feb 28, 2026
symptomsync-agentic-ai-change
software-developers

Guide for changing SymptomSync's Python symptom-analysis service under agentic_ai/. Use when tasks touch the FastAPI service, LangGraph flow, agents, chains, settings, tests, monitoring, or deployment configuration for the agentic_ai workspace.

Feb 28, 2026
symptomsync-data-change
database-administrators

Guide for changing SymptomSync SQL, schema contracts, and reminder plumbing safely. Use when tasks touch supabase/, database/, database/migrations/, SQL functions, cron/reminder logic, user_notifications behavior, mirrored schema maintenance, or frontend code…

Feb 28, 2026
symptomsync-doc-sync
software-developers

Workflow for keeping SymptomSync's checked-in docs aligned with implementation. Use when changes alter behavior described in README.md, ARCHITECTURE.md, DEPLOYMENTS.md, docs/, jenkins/README.md, or devops/runbooks/, or when a task is specifically about…

Feb 28, 2026
symptomsync-release-change
network-and-computer-systems-administrators

Guide for making safe changes to SymptomSync infrastructure, CI/CD, deployment, and operational behavior. Use when tasks touch aws/, ansible/, jenkins/, devops/, Dockerfile, .devcontainer/, or .github/workflows/ci.yml, especially for CDK stack changes,…

Feb 28, 2026
symptomsync-review
software-quality-assurance-analysts-and-testers

Repo-specific review workflow for SymptomSync. Use when reviewing code, plans, or diffs across frontend, SQL, AI service, infrastructure, or CI/CD so the review reflects this repository's real failure modes such as mirrored SQL drift, weak frontend test…

Feb 28, 2026
symptomsync-web-change
web-developers

Guide for making safe, repo-specific changes in SymptomSync's Next.js frontend under web/. Use when tasks touch pages-router pages, React components, Supabase client flows, Gemini chat UX, charts, calendar behavior, uploads, auth screens, or frontend-facing…

Feb 28, 2026
Showing 11 of 11 repositories
All repositories loaded