Ven0m0
@Ven0m0
Public Skills
moai-lang-javascript
by Ven0m0
JavaScript specialist for Node.js, Bun, and Deno with modern async patterns, API development, testing, and lint/format workflows. Use when building or refactoring JavaScript applications.
ast-grep-search
by Ven0m0
Performs structural code search and safe rewrite planning with ast-grep. Use when pattern matching must follow AST structure instead of plain text.
moai-lang-rust
by Ven0m0
Rust specialist for async services, safe systems programming, and production tooling with Tokio, Axum, SQLx, and clippy-driven quality checks. Use when building or refactoring Rust code.
moai-foundation-claude
by Ven0m0
Core Claude Code extension-authoring playbook for skills, agents, commands, plugins, hooks, and settings. Use when creating or reviewing Claude Code extensions and automation workflows.
python-project-development
by Ven0m0
Builds and refactors production-ready Python CLI tools and packages with modern pyproject layouts, uv workflows, and robust testing.
moai-lang-typescript
by Ven0m0
TypeScript specialist for strict typing, React/Next.js patterns, schema validation, and type-safe API workflows. Use when implementing or refactoring TypeScript codebases.
code-reviewer
by Ven0m0
Review code for correctness, maintainability, and adherence to project standards. Supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). Use when asked to review code, check a PR, or analyze changes.
pr-creator
by Ven0m0
Create a pull request following the repository's established templates and standards. Use when asked to create a PR, submit changes, or open a pull request.
llm-boost
by Ven0m0
Optimize LLM-facing content: documentation c7score, llms.txt generation, Claude Code skill optimization, XML tag structuring for prompts, CLAUDE.md auditing, and LLM parameter tuning. Use when optimizing docs for AI assistants, creating llms.txt, improving c7score, optimizing skills for token efficiency, applying 500-line rule, implementing progressive disclosure, designing XML tag structures for prompts, auditing CLAUDE.md files, tuning LLM temperature and token settings, or compressing markdown for context efficiency.
sequential-thinking
by Ven0m0
Enables systematic step-by-step reasoning with revision and branching capabilities. Use when complex problems require multi-stage analysis, design planning, problem decomposition, or when scope is initially unclear. Trigger with "think through step by step", "break this down", "complex problem", or "sequential reasoning".
compacting-context-strategically
by Ven0m0
Suggests manual /compact at strategic workflow points to preserve context through task phases. Use when approaching context limits, completing major milestones, or before context shifts. Triggers include high tool call counts, after planning phases, or before major implementation work.
json-repair
by Ven0m0
Use the json_repair Python library to fix invalid/malformed JSON, especially output from LLMs. Trigger this skill whenever you encounter broken JSON strings, need to parse unreliable JSON from model outputs, want a drop-in replacement for json.loads() that auto-repairs, or are building pipelines that consume LLM-generated JSON. Also use when the user mentions "json repair", "fix json", "malformed json", "invalid json from LLM", or needs to robustly parse JSON that may have missing quotes, trailing commas, unescaped characters, or other common LLM output defects.
git-cli-agentic
by Ven0m0
Git commands optimized for AI agent workflows with porcelain output and deterministic execution patterns.
render-output
by Ven0m0
Renders structured data to terminal with optimal formatting. Use when presenting agent results, displaying data to users, formatting command output, or showing validation reports. Transforms raw data into clear, scannable terminal output.
moai-formats-data
by Ven0m0
Data format specialist covering TOON encoding, JSON/YAML optimization,
substituting-modern-tools
by Ven0m0
Substitutes modern performant tools for legacy equivalents in generated code (npm→bun, find→fd, pip→uv, grep→rg, jq→jaq, eslint→biome, black→ruff, git→gix). Use when generating shell commands or scripts.
lsp-enable
by Ven0m0
Use when navigating code, understanding unfamiliar functions, finding definitions or references, tracing call hierarchies, preparing for refactoring, or analyzing code impact. Enforces LSP-first semantic code intelligence with mandatory pre-edit checks, impact analysis before refactoring, and post-edit diagnostics. Provides IDE-like precision for code operations in large codebases. Covers navigation (goToDefinition, findReferences), understanding (hover, documentSymbol), and call analysis (incomingCalls, outgoingCalls).
skill-authoring
by Ven0m0
'Guide to effective Claude Code skill authoring using TDD methodology
skills-eval
by Ven0m0
'Evaluate and improve Claude skill quality through auditing. Use when
github-operations
by Ven0m0
Comprehensive GitHub operations using the gh CLI tool. Supports pull requests, issues, workflows/actions, releases, repositories, gists, and advanced Git operations with full access to GitHub API through gh. Use when working with GitHub PRs, issues, actions, releases, or repos. Triggers: gh, GitHub, pull request, PR, issue, workflow, actions, release, gist.
packaging-repos-with-repomix
by Ven0m0
Packages entire repositories into single AI-friendly files using Repomix with multiple output formats. Use when packaging codebases for LLM analysis, creating repository snapshots, or preparing security audits. Triggers include "repomix", "package codebase", "AI-friendly", or "LLM context".
vulture-dead-code
by Ven0m0
Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports). Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI. Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.
prd
by Ven0m0
Generate an executable PRD (Product Requirements Document) for Ralph from an idea file or description. Creates .ralph/prd.json with stories for autonomous development. Use when creating PRDs, generating user stories, planning features for Ralph, or converting ideas to executable specifications. Triggers: PRD, product requirements, Ralph stories, idea to spec, feature planning.
code-antipatterns-analysis
by Ven0m0
Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue, React, or other supported languages.
moai-tool-svg
by Ven0m0
SVG creation, optimization, and transformation specialist. Use when creating vector graphics, optimizing SVG files with SVGO, implementing icon systems, building data visualizations, or adding SVG animations.
running-interactive-commands-with-tmux
by Ven0m0
Controls interactive CLI tools (vim, git rebase -i, REPLs) through tmux detached sessions and send-keys. Use when running tools requiring terminal interaction, programmatic editor control, or orchestrating Claude Code sessions. Triggers include "interactive command", "vim", "REPL", "tmux", or "git rebase -i".
code-execution
by Ven0m0
Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.
self-reflection
by Ven0m0
Continuous self-improvement through structured reflection and memory
formatting-with-toon
by Ven0m0
Formats structured data using TOON v2.0 to minimize tokens while preserving readability. Use when outputs include tables, logs, events, or repeated records and token budgets matter. Triggers include "format table", "structured data", "TOON", "minimize tokens", or "large list".
optimizing-bash-scripts
by Ven0m0
Analyzes bash scripts for performance bottlenecks, coding standards, and modern tool replacements. Use when optimizing shell scripts, consolidating scripts, or preparing for production. Triggers include "optimize bash", "shellcheck", "script performance", or "consolidate scripts".
ruff
by Ven0m0
Python linting and formatting with ruff. Extremely fast linter and formatter replacing Flake8, Black, isort, and pyupgrade. Use when linting, formatting, or checking Python code quality. Triggers: "ruff", "lint python", "format python", "[tool.ruff]".
uv
by Ven0m0
Python package and project management with uv. Extremely fast tool replacing pip, poetry, pyenv, and virtualenv. Use when installing packages, running scripts, managing environments, or working with workspaces. Triggers: "uv", "pip install", "python project", "uv.lock".
building-mcp-servers
by Ven0m0
Creates high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services. Use when building MCP servers to integrate APIs, designing tool schemas, or implementing Python (FastMCP) or TypeScript (MCP SDK) servers. Triggers include "MCP server", "tool schema", "model context protocol", or "FastMCP".
hooks-configuration
by Ven0m0
Claude Code hooks configuration and development. Covers hook lifecycle events, configuration patterns, input/output schemas, and common automation use cases. Use when user mentions hooks, automation, PreToolUse, PostToolUse, SessionStart, SubagentStart, or needs to enforce consistent behavior in Claude Code workflows.
Linter Autofix Patterns
by Ven0m0
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
ralph-planner
by Ven0m0
Unified planner+executor for continuous workflow