Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Ven0m0
Perfil de creador de GitHub

Ven0m0

Vista por repositorio de 199 skills recopiladas en 14 repositorios de GitHub.

skills recopiladas
199
repositorios
14
actualizado
2026-07-18
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
claude-config
90 skills · 2026-07-17
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresDesarrolladores webEspecialistas en gestión de proyectosAnalistas de investigación de mercados y especialistas en marketing
7 categorías ocupacionales · 100% clasificado
45%participación
#02
arc-raiders-autoscrapper
32 skills · 2026-04-29
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
16%participación
#03
.github
29 skills · 2026-06-03
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 categorías ocupacionales · 100% clasificado
15%participación
#04
Win
17 skills · 2026-07-18
Desarrolladores de softwareAdministradores de redes y sistemas informáticosEspecialistas en gestión de proyectos
3 categorías ocupacionales · 100% clasificado
8.5%participación
#05
steelseriesgg-rs
6 skills · 2026-07-03
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
3.0%participación
#06
gemini-web-wrapper
6 skills · 2026-04-16
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDesarrolladores web
3 categorías ocupacionales · 100% clasificado
3.0%participación
#07
dotfiles
4 skills · 2026-04-12
Desarrolladores de softwareAdministradores de redes y sistemas informáticos
2 categorías ocupacionales · 100% clasificado
2.0%participación
#08
MC-Server
4 skills · 2026-07-14
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
2.0%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

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-07-17
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-07-17
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-07-10
todo-scan
Desarrolladores de software

Use when user wants to Scan the repo for TODO code comments, TODO-titled GitHub issues, and predict the next best work item to tackle. Reusable across any git repository.

2026-07-10
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-05-03
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-05-03
cloudflare-browser-rendering
Desarrolladores de software

Use Cloudflare Browser Rendering REST APIs to extract rendered webpage content as Markdown or crawl whole sites asynchronously. Use when normal web_fetch is insufficient because pages are JavaScript-heavy, require render-time extraction, or you need multi-page site crawling for docs, research, monitoring, or RAG preparation. Prefer this skill for: (1) converting a rendered page to Markdown with /markdown, (2) crawling a documentation site or knowledge base with /crawl, (3) controlling render/load behavior via gotoOptions, cookies, auth, userAgent, or request filtering. Do not use it for interactive login/button-click workflows; use browser for those.

2026-05-03
code-execution
Desarrolladores de software

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.

2026-05-03
Mostrando las 8 principales de 90 skills recopiladas en este repositorio.
lint-and-validate
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Mostrando las 8 principales de 32 skills recopiladas en este repositorio.
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-06-03
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
Mostrando las 8 principales de 29 skills recopiladas en este repositorio.
win-patterns
Desarrolladores de software

Use when user wants to Coding patterns and conventions extracted from the Win dotfiles repository. Covers commit style, PowerShell script structure, file organization, CI behavior, and issue tracking. Load when writing scripts, commits, or docs for this repo.

2026-07-18
merge-to-main
Desarrolladores de software

Use when the user wants to commit local changes, sync with GitHub, and push. Triggers on "merge my changes", "push to remote", "commit and push", "merge into main", "sync local changes", "get my changes onto main", or any request to integrate local/branch work into main and push to GitHub.

2026-07-18
open-computer-use
Desarrolladores de software

Platform-neutral guidance for using Open Computer Use, the open-source Computer Use MCP server and CLI for macOS, Linux, and Windows. Use when an agent needs to install, verify, troubleshoot, configure, or operate Open Computer Use through its native CLI, stdio MCP server, or direct Computer Use tool calls.

2026-07-18
repo-janitor
Desarrolladores de software

Orchestrates repository and file system cleanup through sequential phases: separating code from docs, organizing folder structure (both repos and general directories), removing legacy code, removing script clutter, pruning documentation sprawl, cleaning documentation content (emojis, hyperbole, 'comprehensive'), and eliminating duplicate files. Use when cleaning repositories, organizing projects, removing legacy code, pruning AI-generated docs, organizing Downloads/Documents/project folders, finding duplicates, restructuring folder hierarchies, or establishing organizational systems. Triggers on: 'clean up repo', 'janitor', 'organize', 'repository cleanup', 'remove legacy', 'prune docs', 'find duplicates', 'organize folder', 'project structure', 'tidy workspace', 'folder cleanup', 'downloads organization'.

2026-07-18
ssh-lan
Administradores de redes y sistemas informáticos

Use whenever the user wants Claude to connect to, inspect, run commands on, or move files to/from a device on the local network via SSH - a Raspberry Pi, home server, NAS, router, or any other LAN box, whether referenced by a ~/.ssh/config alias, a raw IP (e.g. 192.168.1.x), or a hostname like "the pi" / "my nas" / "the server in the closet". Also use for discovering what's alive on the LAN, setting up key-based auth to a new device, or running the same check across several LAN hosts. Trigger even if the user doesn't say "SSH" explicitly - e.g. "restart the service on the pi", "grab the logs off my nas", "what's running on 192.168.1.50", "copy this file to my server".

2026-07-18
strategic-planning
Especialistas en gestión de proyectos

Transforms complex projects into clear, actionable plans through design exploration and strategic breakdown. Guides design validation before implementation, decomposes features into atomic tasks, maps dependencies and critical paths, assesses risks, estimates effort and timeline. Use for new features, refactoring, migrations, team scaling, complex debugging. Provides both design options and implementation roadmaps.

2026-07-18
todo-scan
Desarrolladores de software

Use when user wants to Scan the repo for TODO code comments, TODO-titled GitHub issues, and predict the next best work item to tackle. Reusable across any git repository.

2026-07-18
create-pull-request
Desarrolladores de software

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, PR template usage, and PR creation using the gh CLI tool.

2026-07-18
Mostrando las 8 principales de 17 skills recopiladas en este repositorio.
benchmark-compare
Analistas de garantía de calidad de software y probadores

Run steelseriesgg-rs's benchmark binaries before and after a change and report the timing delta.

2026-07-03
ci-matrix
Analistas de garantía de calidad de software y probadores

Run the full local CI matrix for steelseriesgg-rs, matching .github/workflows/ci.yml exactly. Use this whenever the user asks to run CI, check all feature variants, run the full test suite, verify before pushing, or run clippy/fmt/tests across features. Invoke proactively before any push or PR review.

2026-07-03
fuzz-runner
Analistas de garantía de calidad de software y probadores

Run the protocol fuzzer (`ssgg fuzz`) against a connected keyboard with safety guardrails, capture responses, and fold results back into docs/development/ notes.

2026-07-03
rust
Desarrolladores de software

Rust conventions for steelseriesgg-rs — error handling, unsafe, feature-gated commands. Use when writing or refactoring any .rs file or Cargo.toml.

2026-07-03
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-06-25
hid-protocol
Desarrolladores de software

HID protocol constraints for steelseriesgg-rs device code. Automatically load when editing any file under src/devices/. Contains hard rules about HidReportBuilder usage, unsafe block documentation, and experimental command code labeling.

2026-06-15
validate
Analistas de garantía de calidad de software y probadores

Run the correct validation checks for changed files in this repository (Bun frontend checks, uv Python checks, and workflow or guidance verification).

2026-04-16
copilot-init
Desarrolladores de software

Bootstrap Copilot guidance for any repository by creating or updating `.github/workflows/copilot-setup-steps.yml`, focused lint/check/test workflows, `.github/instructions/*.instructions.md`, and `.github/skills/*/SKILL.md`. Use when asked to initialize Copilot guidance, scaffold repo instructions or skills, create or update `copilot-setup-steps`, or add Copilot-facing validation workflows.

2026-04-16
premium-frontend-ui
Desarrolladores web

A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.

2026-04-03
mcp-development
Desarrolladores de software

Build Model Context Protocol (MCP) servers with tools, resources, and prompts. Use when creating MCP servers, choosing stdio vs HTTP transport, debugging MCP behavior, or implementing MCP patterns in Python or TypeScript.

2026-03-25
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-03-25
nodejs-best-practices
Desarrolladores de software

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.

2026-03-25
merge-to-main
Desarrolladores de software

Use when the user wants to commit staged/local changes, sync with the remote (and an upstream fork source if one is configured), and push — without losing local work. Triggers on "merge my changes", "push to remote", "commit and push", "merge into main", "sync local changes", "get my changes onto main", "sync with upstream", "pull upstream changes", "pull remote changes while keeping mine", or any request to integrate local/staged/branch work with a moved-on remote and push it. Detects the repo's actual remote topology instead of assuming one — works the same way in any git project.

2026-07-03
validate-repo-script
Desarrolladores de software

Run this repo's (dotfiles-pi) Bash validation recipe from AGENTS.md — bash -n, shellcheck, and a bash-language-server parse check — against one script, a list of scripts, or every tracked *.sh file. Use when asked to "validate", "check", or "lint" scripts in this repo, before claiming a script change is done, or before a commit that touches .sh files. A PostToolUse hook already runs this per-edit; use this skill for a full/batch pass instead.

2026-07-03
check-dietpi-config
Administradores de redes y sistemas informáticos

Validate dietpi.txt and dietpi-wifi.txt in this repo (dotfiles-pi) against the build-image.yml CI gate, this repo's secret-handling rules, and DietPi's real software-ID catalog. Use before committing changes to dietpi.txt/dietpi-wifi.txt, before triggering an image build, or whenever asked to check/validate/review DietPi config in this repo.

2026-07-03
Mostrando 12 de 14 repositorios