Dang Vu008 avatar

Dang Vu008

Community

@dangvu008

4Followers
|
34Public Repos
|
78Published Skills

coding crazy !!!

Skills Distribution
DomainDeveloper To...Agent Orchestratio.. (40%)Security & Quality.. (25%)Refactoring & Lega.. (15%)DevOps & Deployment (10%)

Agent Skills by Dang Vu008

Showing 78 vetted skills indexed across 1 GitHub repositories.

dangvu008dangvu008
1

rune-ext-zalo

Implements Zalo Official Account API integration and personal account automation via zca-js.

Community
Advanced
dangvu008dangvu008
1

rune-skill-router

Routes every agent request through the correct Rune skill using intent classification tables.

Community
Advanced
dangvu008dangvu008
1

rune-team

Decomposes large tasks into parallel workstreams coordinated across isolated git worktrees.

Community
Advanced
dangvu008dangvu008
1

rune-cook

Orchestrates feature implementation through a phased TDD workflow with quality gates.

Community
Advanced
dangvu008dangvu008
1

rune-ext-gamedev

Implements web game development patterns for rendering, physics, input, audio, and multiplayer.

Community
Advanced
dangvu008dangvu008
1

rune-verification

Runs lint, type-check, tests, and build checks to verify code health after changes.

Community
Advanced
dangvu008dangvu008
1

rune-neural-memory

Captures and recalls cross-session decisions, patterns, and insights via Neural Memory MCP.

Community
Advanced
dangvu008dangvu008
1

rune-ext-ai-ml

Implements LLM integration, RAG pipelines, embedding search, fine-tuning, and sandboxed AI agent workflows.

Community
Advanced
dangvu008dangvu008
1

rune-journal

Records architecture decisions, risks, and progress state across sessions in .rune files.

Community
Advanced
dangvu008dangvu008
1

rune-sentinel

Blocks unsafe code before commit via secret scanning, OWASP checks, and dependency audits.

Community
Advanced
dangvu008dangvu008
1

rune-marketing

Generate landing copy, social posts, SEO metadata, and video scripts from codebase analysis.

Community
Advanced
dangvu008dangvu008
1

rune-session-bridge

Persists decisions, conventions, and progress to .rune/ state files across sessions.

Community
Advanced
dangvu008dangvu008
1

rune-debug

Diagnose root causes of bugs through structured hypothesis testing and evidence tracing.

Community
Advanced
dangvu008dangvu008
1

rune-browser-pilot

Automates browser navigation, UI interaction, and screenshot capture using Playwright MCP tools.

Community
Intermediate
dangvu008dangvu008
1

rune-ext-mobile

Audits and automates React Native, Flutter, and iOS mobile development workflows including builds and store submission.

Community
Advanced
dangvu008dangvu008
1

rune-watchdog

Runs post-deploy HTTP health checks and generates structured smoke test reports.

Community
Intermediate
dangvu008dangvu008
1

rune-completion-gate

Validates agent completion claims against tool output evidence before commit.

Community
Advanced
dangvu008dangvu008
1

rune-integrity-check

Scan persisted agent state files for prompt injection, memory poisoning, and tampering.

Community
Intermediate
dangvu008dangvu008
1

rune-sentinel-env

Validates runtime versions, tools, ports, and environment variables before coding starts.

Community
Advanced
dangvu008dangvu008
1

rune-sast

Runs ESLint, Semgrep, Bandit, Clippy, and govulncheck with unified severity reporting.

Community
Intermediate
dangvu008dangvu008
1

rune-perf

Detects N+1 queries, sync-in-async violations, memory leaks, and bundle bloat in code changes.

Community
Advanced
dangvu008dangvu008
1

rune-asset-creator

Generates code-based visual assets including SVG icons, OG image HTML templates, and social banners.

Community
Intermediate
dangvu008dangvu008
1

rune-audit

Audits projects across eight dimensions and generates a weighted health score report.

Community
Advanced
dangvu008dangvu008
1

rune-ext-ui

Audits and generates frontend UI code covering React health, design tokens, accessibility, and motion patterns.

Community
Advanced

Frequently Asked Questions About Dang Vu008

FAQPage Schema
What tasks can I accomplish with Dang Vu008's Rune skills?▼

The 78-skill mesh covers feature implementation via TDD (rune-cook), bug root-cause analysis (rune-debug), security gating with OWASP and secret scanning (rune-sentinel), legacy refactoring (rune-rescue/surgeon), deployment to Vercel/AWS/GCP (rune-deploy), plus domain extensions for SaaS, e-commerce, mobile, gamedev, and trading.

Who should use the Rune skill collection?▼

Software engineers and engineering teams running AI coding assistants who need enforced discipline: skill routing before any code action, evidence-based completion validation, scope-drift detection, and multi-agent coordination for large tasks spanning 5+ files or 3+ modules.

How do the Rune skills execute at runtime?▼

Each skill is a folder with native frontmatter declaring name, description, and a Gemini model tier (flash-lite, flash, or pro). rune-skill-router intercepts every agent action and routes it to the correct skill; orchestrators like cook and team invoke gates such as sentinel, preflight, and completion-gate automatically.

What quality and security guarantees does Rune enforce?▼

rune-sentinel blocks unsafe code pre-commit with secret scanning and dependency audits; rune-sast wraps ESLint, Semgrep, Bandit, and Clippy; rune-hallucination-guard verifies AI-generated imports exist; rune-integrity-check defends persisted state against prompt injection and memory poisoning.

What prerequisites or dependencies do the Rune skills require?▼

Skills assume an AI coding assistant environment supporting skill frontmatter and Gemini models (flash-lite, flash, pro tiers). Specific skills add dependencies: rune-browser-pilot needs Playwright, rune-mcp-builder generates TypeScript or Python FastMCP servers, and persistence skills use a .rune/ directory in the project.