Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$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.

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
Softwareentwickler

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

2026-05-02
todo-triage
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-04-20
repomix
Softwareentwickler

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
Softwareentwickler

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
nicht klassifiziert

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
nicht klassifiziert

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

2026-04-27
ocr-corpus-replay
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-27
add-fixture
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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

2026-04-24
config-bump
nicht klassifiziert

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
Softwareentwickler

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
nicht klassifiziert

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Webentwickler

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
Softwareentwickler

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
12 von 13 Repositories angezeigt