Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:
Ven0m0
GitHub creator profile

Ven0m0

Repository-level view of 188 collected skills across 13 GitHub repositories, including approximate occupation coverage.

skills collected
188
repositories
13
occupation fields
3
updated
2026-05-05
repository map

Where the skills live

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

#01
claude-config
87 skills · 2026-05-02
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresDesarrolladores webEspecialistas en gestión de proyectosEmpleados de archivos
6 occupation categories · 100% classified
46%share
#02
arc-raiders-autoscrapper
33 skills · 2026-04-29
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 occupation categories · 30% classified
18%share
#03
.github
28 skills · 2026-05-04
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosDesarrolladores webEspecialistas en gestión de proyectos
5 occupation categories · 100% classified
15%share
#04
Win
16 skills · 2026-05-05
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 occupation categories · 100% classified
8.5%share
#05
gemini-web-wrapper
5 skills · 2026-04-16
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDesarrolladores web
3 occupation categories · 100% classified
2.7%share
#06
dotfiles
4 skills · 2026-04-12
Desarrolladores de softwareAdministradores de redes y sistemas informáticos
2 occupation categories · 100% classified
2.1%share
#07
Linux-OS
3 skills · 2026-03-26
Desarrolladores de software
1 occupation categories · 100% classified
1.6%share
#08
PKG
3 skills · 2026-04-24
Desarrolladores de software
1 occupation categories · 100% classified
1.6%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
claude-config
87 skills10updated 2026-05-02
46% of creator
flow-next-opencode-ralph-init
Desarrolladores de software

Scaffold repo-local Ralph autonomous harness under scripts/ralph/. Use when user runs /flow-next:ralph-init.

2026-05-02
todo-triage
Desarrolladores de software

Collect, deduplicate, enrich, triage, and convert code comments (TODO/FIXME/HACK/NOTE/OPTIMIZE/SECURITY/DEBT) into structured, dependency-ordered task lists ready for autonomous agents. Use when processing technical debt, converting code notes into tracked work, preparing task backlogs, or generating executable task graphs. Triggers: TODO triage, fixme list, tech debt scan, task extraction, comment analysis.

2026-05-02
mcp-to-skill
Desarrolladores de software

Converts any MCP server into a standalone skill package with zero runtime dependencies (no MCP process required). Trigger when user says: "convert this MCP to a skill", "I don't want to use MCP anymore", "wrap MCP X as a skill", "MCP is too heavy", "turn MCP capabilities into a skill". Does: connects to MCP server to extract tool schemas, analyzes source code to infer equivalent Bash commands, generates a ready-to-use skill package and registers it with the agent, optionally asks user to remove the original MCP. Does NOT: execute MCP tool calls to complete tasks (that's using MCP, not converting it); wrap existing Bash scripts as skills (use skill-creator); execute MCP business logic. Optional dependency: skill-creator (improves generated SKILL.md quality).

2026-05-02
vercel-react-best-practices
Desarrolladores de software

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-04-20
mcp-builder
Desarrolladores de software

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".

2026-04-20
python-project-development
Desarrolladores de software

Builds and refactors production-ready Python CLI tools and packages with modern pyproject layouts, uv workflows, and robust testing.

2026-04-20
repomix
Desarrolladores de software

Packages repositories into AI-friendly bundles with Repomix and can reconstruct files from existing Repomix outputs. Use when packaging codebases for LLM analysis, creating repository snapshots, reversing bundles, or preparing security audits. Triggers include "repomix", "package codebase", "repomix-unmix", "extract-bundle", "AI-friendly", or "LLM context".

2026-04-20
bash-optimizer
Desarrolladores de software

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".

2026-04-20
Showing top 8 of 87 collected skills in this repository.
#002
arc-raiders-autoscrapper
33 skills00updated 2026-04-29
18% of creator
lint-and-validate
sin clasificar

Use when user wants to Run the Arc Raiders AutoScrapper validation stack after edits. Use for linting, typing, tests, workflow checks, and broader repo validation.

2026-04-29
data-snapshot-updater
sin clasificar

Use when user wants to Update Metaforge snapshots and bundled default rules

2026-04-27
ocr-corpus-replay
Analistas de garantía de calidad de software y probadores

Use when user wants to Validate OCR changes against failure corpus before shipping

2026-04-27
add-fixture
Analistas de garantía de calidad de software y probadores

Add a new OCR regression fixture from an ocr_debug image. Use when a scan misidentified an item and you want to lock in the correct result as a test case.

2026-04-24
ci-promote
Desarrolladores de software

Use when user wants to Run full validation, push branch, and open a PR with appropriate context notes

2026-04-24
config-bump
sin clasificar

Workflow for safely adding, removing, or renaming persisted config fields in config.py. Use whenever editing dataclass fields in src/autoscrapper/config.py. Covers incrementing CONFIG_VERSION, writing a migration function, and validating the round-trip.

2026-04-24
dead-code-sweep
Desarrolladores de software

Use when user wants to Find and remove genuine dead code using deadcode + vulture. Filters known false positives (dataclass fields, protocol methods, dunder hooks). Run before a cleanup commit.

2026-04-24
threshold-corpus-replay
sin clasificar

Use when user wants to Replay OCR corpus against a candidate threshold value to validate before shipping a threshold change. Use specifically for changes to fuzzy match threshold or score_cutoff. For general OCR code changes, use /ocr-corpus-replay instead.

2026-04-24
Showing top 8 of 33 collected skills in this repository.
#003
.github
28 skills00updated 2026-05-04
15% of creator
lint-and-validate
Analistas de garantía de calidad de software y probadores

Automatic quality control, linting, and static analysis procedures. Use when validating code changes for syntax correctness and project standards. Triggers on keywords: lint, format, check, validate, types, static analysis.

2026-05-04
code-maintenance
Desarrolladores de software

Refactoring and cleanup - improving code structure, removing dead code, eliminating duplication, or pre-merge cleanup. Use when code is hard to maintain, has dead code or debug artifacts, or needs pre-merge polishing.

2026-05-03
fix-issue
Desarrolladores de software

Fix a GitHub issue end-to-end - from reading the issue, understanding requirements, implementing the fix, writing tests, and creating a commit. Use when given a GitHub issue number or URL to resolve.

2026-05-03
language-optimization
Desarrolladores de software

Optimize code for readability, performance, maintainability, and security across Bash, Python, and Rust. Use when asked to improve code quality, optimize performance, add type safety, or refactor for idioms.

2026-05-03
workflow-development
Desarrolladores de software

Create, debug, and optimize GitHub Actions workflows with security best practices. Use when asked to "create workflow", "fix workflow", "add CI", or needs help with GitHub Actions.

2026-05-03
code-review
Analistas de garantía de calidad de software y probadores

Review code changes (diffs, PRs, patches) and provide structured, actionable feedback on correctness, maintainability, and test coverage. Use when the user asks for a code review, requests feedback on a patch/PR, or wants an assessment of changes.

2026-05-03
premium-frontend-ui
Desarrolladores web

Craft immersive, high-performance premium web experiences with advanced motion, typography, and architectural craftsmanship. Use when building award-level landing pages, interactive portfolios, or components requiring top-tier visual polish.

2026-05-03
app-builder
Desarrolladores de software

Coordinates greenfield app scaffolding and rapid prototyping with official starters and focused sub-agents. Use when creating a new application or shaping a fast prototype.

2026-05-03
Showing top 8 of 28 collected skills in this repository.
#004
Win
16 skills10updated 2026-05-05
8.5% of creator
Showing top 8 of 16 collected skills in this repository.
#005
gemini-web-wrapper
5 skills30updated 2026-04-16
2.7% of creator
#006
dotfiles
4 skills40updated 2026-04-12
2.1% of creator
#007
Linux-OS
3 skills140updated 2026-03-26
1.6% of creator
#008
PKG
3 skills10updated 2026-04-24
1.6% of creator
#009
Revanced-auto
3 skills00updated 2026-04-16
1.6% of creator
#010
Scripts
2 skills91updated 2026-04-20
1.1% of creator
Mostrando 12 de 13 repositorios