Agent Skills by Dang Vu008
Showing 78 vetted skills indexed across 1 GitHub repositories.
rune-ext-zalo
Implements Zalo Official Account API integration and personal account automation via zca-js.
rune-skill-router
Routes every agent request through the correct Rune skill using intent classification tables.
rune-team
Decomposes large tasks into parallel workstreams coordinated across isolated git worktrees.
rune-cook
Orchestrates feature implementation through a phased TDD workflow with quality gates.
rune-ext-gamedev
Implements web game development patterns for rendering, physics, input, audio, and multiplayer.
rune-verification
Runs lint, type-check, tests, and build checks to verify code health after changes.
rune-neural-memory
Captures and recalls cross-session decisions, patterns, and insights via Neural Memory MCP.
rune-ext-ai-ml
Implements LLM integration, RAG pipelines, embedding search, fine-tuning, and sandboxed AI agent workflows.
rune-journal
Records architecture decisions, risks, and progress state across sessions in .rune files.
rune-sentinel
Blocks unsafe code before commit via secret scanning, OWASP checks, and dependency audits.
rune-marketing
Generate landing copy, social posts, SEO metadata, and video scripts from codebase analysis.
rune-session-bridge
Persists decisions, conventions, and progress to .rune/ state files across sessions.
rune-debug
Diagnose root causes of bugs through structured hypothesis testing and evidence tracing.
rune-browser-pilot
Automates browser navigation, UI interaction, and screenshot capture using Playwright MCP tools.
rune-ext-mobile
Audits and automates React Native, Flutter, and iOS mobile development workflows including builds and store submission.
rune-watchdog
Runs post-deploy HTTP health checks and generates structured smoke test reports.
rune-completion-gate
Validates agent completion claims against tool output evidence before commit.
rune-integrity-check
Scan persisted agent state files for prompt injection, memory poisoning, and tampering.
rune-sentinel-env
Validates runtime versions, tools, ports, and environment variables before coding starts.
rune-sast
Runs ESLint, Semgrep, Bandit, Clippy, and govulncheck with unified severity reporting.
rune-perf
Detects N+1 queries, sync-in-async violations, memory leaks, and bundle bloat in code changes.
rune-asset-creator
Generates code-based visual assets including SVG icons, OG image HTML templates, and social banners.
rune-audit
Audits projects across eight dimensions and generates a weighted health score report.
rune-ext-ui
Audits and generates frontend UI code covering React health, design tokens, accessibility, and motion patterns.
Frequently Asked Questions About Dang Vu008
FAQPage SchemaWhat 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.