Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
involvex
GitHub-Creator-Profil

involvex

Repository-Ansicht von 345 gesammelten Skills in 23 GitHub-Repositories.

gesammelte Skills
345
Repositories
23
aktualisiert
2026-07-06
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

#01
syncstuff
79 Skills · 2026-04-30
SoftwareentwicklerWebentwicklerSoftwarequalitätssicherungsanalysten und -testerProjektmanagementspezialistenWeb- und digitale SchnittstellendesignerHochschullehrer für Berufs- und Technikbildung
11 Berufskategorien · 100% klassifiziert
23%Anteil
#02
llms-remote
60 Skills · 2026-03-07
SoftwareentwicklerDatenbankarchitektenWebentwicklerDatenwissenschaftlerSoftwarequalitätssicherungsanalysten und -testerMarktforschungsanalysten und Marketingspezialisten
9 Berufskategorien · 100% klassifiziert
17%Anteil
#03
youtube-music-cli
57 Skills · 2026-07-03
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerWebentwicklerSonstige ComputerberufeProjektmanagementspezialistenAllgemeine Bürokräfte
8 Berufskategorien · 100% klassifiziert
17%Anteil
#04
aetheris
54 Skills · 2026-03-19
SoftwareentwicklerInformationssicherheitsanalystenProjektmanagementspezialistenSoftwarequalitätssicherungsanalysten und -testerWebentwicklerRechtsanwälte
6 Berufskategorien · 100% klassifiziert
16%Anteil
#05
flux-framework
31 Skills · 2026-05-06
SoftwareentwicklerProjektmanagementspezialistenSoftwarequalitätssicherungsanalysten und -testerWeb- und digitale Schnittstellendesigner
4 Berufskategorien · 100% klassifiziert
9.0%Anteil
#06
noobify-app
19 Skills · 2026-07-02
SoftwareentwicklerWebentwicklerSoftwarequalitätssicherungsanalysten und -tester
3 Berufskategorien · 100% klassifiziert
5.5%Anteil
#07
involvex-claude-marketplace
14 Skills · 2025-12-27
SoftwareentwicklerMarktforschungsanalysten und MarketingspezialistenSoftwarequalitätssicherungsanalysten und -testerWebentwickler
4 Berufskategorien · 100% klassifiziert
4.1%Anteil
#08
pocketshell
12 Skills · 2026-04-06
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester
2 Berufskategorien · 100% klassifiziert
3.5%Anteil
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

Zeigt die Top 8 von 79 gesammelten Skills in diesem Repository.
building-ai-agent-on-cloudflare
Softwareentwickler

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling".

2026-03-07
cloudflare
Softwareentwickler

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

2026-03-07
frontend-dev-guidelines
Softwareentwickler

Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router...

2026-03-07
frontend-mobile-development-component-scaffold
Softwareentwickler

You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s

2026-03-07
frontend-ui-dark-ts
Webentwickler

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

2026-03-07
plan-writing
Projektmanagementspezialisten

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

2026-03-07
planning-with-files
Produktions-, Planungs- und Abfertigungssachbearbeiter

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requirin...

2026-03-07
powershell-windows
Softwareentwickler

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

2026-03-07
Zeigt die Top 8 von 60 gesammelten Skills in diesem Repository.
bun-win32
Softwareentwickler

Win32 FFI binding lifecycle for @bun-win32/* packages (Win32 DLL bindings via bun:ffi on Windows). Use when generating a new package from a DLL, auditing FFI↔TS↔header consistency, fixing nullability (| NULL / | 0n), or understanding the bootstrap→catalog→stub→audit→nullcheck pipeline. Covers 117 packages; strict TypeScript; Bun runtime; Biome formatting.

2026-07-03
agents-sdk
Softwareentwickler

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

2026-04-16
artifacts-builder
Webentwickler

Suite of tools for creating elaborate, multi-component HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

2026-04-16
building-ai-agent-on-cloudflare
Softwareentwickler

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling".

2026-04-16
building-mcp-server-on-cloudflare
Softwareentwickler

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocol on Cloudflare. Also triggers on "MCP authentication" or "MCP deployment".

2026-04-16
bun-build
Softwareentwickler

Create optimized production bundles with Bun's native bundler. Use when building applications for production, optimizing bundle sizes, setting up multi-environment builds, or replacing webpack/esbuild/rollup.

2026-04-16
bun-dev-server
Softwareentwickler

Set up high-performance development servers with Hot Module Replacement. Use when creating dev servers for web apps, setting up React Fast Refresh, or configuring API servers with live reload.

2026-04-16
bun-development
Softwareentwickler

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, o...

2026-04-16
Zeigt die Top 8 von 57 gesammelten Skills in diesem Repository.
phaser-development
Softwareentwickler

Best practices for building performant 2D web games with Phaser 3, React integration, and TypeScript.

2026-03-19
addresses
Informationssicherheitsanalysten

Verified contract addresses for major Ethereum protocols across mainnet and L2s. Use this instead of guessing or hallucinating addresses. Includes Uniswap, Aave, Compound, Aerodrome, GMX, Pendle, Velodrome, Camelot, SyncSwap, Lido, Rocket Pool, 1inch, Permit2, MakerDAO/sDAI, EigenLayer, Across, Chainlink CCIP, Yearn V3, USDC, USDT, DAI, ENS, Safe, Chainlink, and more. Always verify addresses against a block explorer before sending transactions.

2026-03-19
audit
Informationssicherheitsanalysten

Deep EVM smart contract security audit system. Use when asked to audit a contract, find vulnerabilities, review code for security issues, or file security issues on a GitHub repo. Covers 500+ non-obvious checklist items across 19 domains via parallel sub-agents. Different from the security skill (which teaches defensive coding) — this is for systematically auditing contracts you didn't write.

2026-03-19
building-blocks
Softwareentwickler

DeFi legos and protocol composability on Ethereum and L2s. Major protocols per chain — Aerodrome on Base, GMX/Pendle on Arbitrum, Velodrome on Optimism — plus mainnet primitives (Uniswap, Aave, Compound, Curve). How they work, how to build on them, and how to combine them. Use when building DeFi integrations, choosing protocols on a specific L2, designing yield strategies, or composing existing protocols into something new.

2026-03-19
concepts
Softwareentwickler

The essential mental models for building onchain — focused on what LLMs get wrong and what humans need explained. "Nothing is automatic" and "incentives are everything" are the core messages. Use when your human is new to onchain development, when they're designing a system, or when they ask "how does this actually work?" Also use when YOU are designing a system — the state machine + incentive framework catches design mistakes before they become dead code.

2026-03-19
contracts
Rechtsanwälte

Deprecated: this skill has moved to addresses.

2026-03-19
defi
Softwareentwickler

Deprecated: this skill has moved to building-blocks.

2026-03-19
frontend-playbook
Softwareentwickler

The complete build-to-production pipeline for Ethereum dApps. Fork mode setup, IPFS deployment, Vercel config, ENS subdomain setup, and the full production checklist. Built around Scaffold-ETH 2 but applicable to any Ethereum frontend project. Use when deploying any dApp to production.

2026-03-19
Zeigt die Top 8 von 54 gesammelten Skills in diesem Repository.
brainstorming
Projektmanagementspezialisten

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-05-06
bun-dev-server
Softwareentwickler

Set up high-performance development servers with Hot Module Replacement. Use when creating dev servers for web apps, setting up React Fast Refresh, or configuring API servers with live reload.

2026-05-06
bun-development
Softwareentwickler

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, o...

2026-05-06
bun-init
Softwareentwickler

Initialize a new Bun project with TypeScript and optimal configuration. Use when starting a new Bun project or converting a directory to a Bun project.

2026-05-06
bun-test
Softwarequalitätssicherungsanalysten und -tester

Configure Bun's built-in test runner with Jest-compatible APIs. Use when setting up testing infrastructure, writing unit/integration/snapshot tests, migrating from Jest, or configuring test coverage. 3-10x faster than Jest.

2026-05-06
capacitor-app-upgrades
Softwareentwickler

Guides the agent through upgrading a Capacitor app project to a newer major version. Supports upgrades from Capacitor 4 through 8, including multi-version jumps. Covers automated upgrade via the Capacitor CLI and manual step-by-step fallback for each version. Do not use for plugin library upgrade or non-Capacitor mobile frameworks.

2026-05-06
capacitor-plugin-spm-support
Softwareentwickler

Guides the agent through adding Swift Package Manager (SPM) support to an existing Capacitor plugin. Covers creating a Package.swift manifest, replacing Objective-C bridge files with the CAPBridgedPlugin Swift protocol, updating .gitignore for SPM artifacts, cleaning up the Xcode project file, and updating package.json. Do not use for Capacitor app projects, creating new plugins from scratch, or non-Capacitor plugin frameworks.

2026-05-06
capacitor-plugin-upgrades
Softwareentwickler

Guides the agent through upgrading a Capacitor plugin to a newer major version. Supports upgrades from Capacitor 4 through 8, including multi-version jumps. Covers automated upgrade via official migration tools, Android SDK targets, Gradle configuration, Java/Kotlin versions, iOS deployment targets, and manual step-by-step fallback for each version. Do not use for app project upgrade or non-Capacitor plugin frameworks.

2026-05-06
Zeigt die Top 8 von 31 gesammelten Skills in diesem Repository.
building-native-ui
Webentwickler

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

2026-07-02
expo-tailwind-setup
Webentwickler

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

2026-07-02
add-app-clip
Softwareentwickler

Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.

2026-07-01
eas-update-insights
Softwareentwickler

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health.

2026-07-01
expo-api-routes
Softwareentwickler

Guidelines for creating API routes in Expo Router with EAS Hosting

2026-07-01
expo-brownfield
Softwareentwickler

Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project. Covers both the isolated approach and the integrated approach.

2026-07-01
expo-cicd-workflows
Softwareentwickler

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

2026-07-01
expo-deployment
Softwareentwickler

Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS Hosting. Use whenever the user is preparing a production build, running eas build or eas submit, shipping to TestFlight, releasing or rolling out to the app stores, bumping version or build numbers, or setting up store listing metadata for an Expo app.

2026-07-01
Zeigt die Top 8 von 19 gesammelten Skills in diesem Repository.
claudish-usage
Softwareentwickler

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.

2025-12-27
claudemem-orchestration
Softwareentwickler

Multi-agent code analysis orchestration using claudemem. Share claudemem output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.

2025-12-27
code-search-selector
Softwareentwickler

⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'. MUST run BEFORE Read/Glob when planning to read 3+ files. Prevents tool familiarity bias toward native tools.

2025-12-27
cross-plugin-detective
Softwareentwickler

Integration guide for using detective skills across plugins. Maps agent roles from frontend, bun, and other plugins to appropriate detective skills. Developer agents should use developer-detective, architect agents should use architect-detective, etc.

2025-12-27
debugger-detective
Softwareentwickler

⚡ PRIMARY TOOL for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue', 'find where X fails'. Uses claudemem v0.3.0 AST with context command for call chain analysis. GREP/FIND/GLOB ARE FORBIDDEN.

2025-12-27
search-interceptor
Softwareentwickler

⛔ INTERCEPT TRIGGER: Automatically invoked BEFORE Read 3+ files OR Glob with broad patterns. Validates whether bulk file operations should be replaced with semantic search. Prevents token waste from sequential file reads.

2025-12-27
tester-detective
Softwarequalitätssicherungsanalysten und -tester

⚡ PRIMARY TOOL for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases', 'test patterns'. Uses claudemem v0.3.0 AST with callers analysis for test discovery. GREP/FIND/GLOB ARE FORBIDDEN.

2025-12-27
multi-model-validation
Softwareentwickler

Run multiple AI models in parallel for 3-5x speedup with ENFORCED performance statistics tracking. Use when validating with Grok, Gemini, GPT-5, DeepSeek, or Claudish proxy for code review, consensus analysis, or multi-expert validation. NEW in v3.1.0 - SubagentStop hook enforces statistics collection, MANDATORY checklist prevents incomplete reviews, timing instrumentation examples. Includes dynamic model discovery via `claudish --top-models` and `claudish --free`, session-based workspaces, and Pattern 7-8 for tracking model performance. Trigger keywords - "grok", "gemini", "gpt-5", "deepseek", "claudish", "multiple models", "parallel review", "external AI", "consensus", "multi-model", "model performance", "statistics", "free models".

2025-12-27
Zeigt die Top 8 von 14 gesammelten Skills in diesem Repository.
architecture-feature-first
Softwareentwickler

Structures Flutter apps using layered architecture (UI / Logic / Data) with feature-first file organization. Use when creating new features, designing the project structure, adding repositories/services/view models (or cubits/providers/notifiers), or wiring dependency injection. State management agnostic.

2026-04-06
bloc
Softwareentwickler

Implements Flutter state management using the bloc library (Bloc and Cubit). Use when creating new features, screens, or state management logic with bloc/cubit, modeling state, wiring Flutter widgets to blocs, or writing bloc/cubit unit tests.

2026-04-06
code-review
Softwarequalitätssicherungsanalysten und -tester

Performs thorough code reviews for Flutter/Dart pull requests and merge requests. Use when asked to review a PR, MR, branch, or a set of changed files. Follows a structured checklist covering correctness, security, style, testing, and documentation.

2026-04-06
dart-3-updates
Softwareentwickler

Applies Dart 3 language features in Flutter/Dart code. Use when writing if-else or switch statements, creating new classes, or deciding between a data class and a record.

2026-04-06
dart-checks-migration
Softwarequalitätssicherungsanalysten und -tester

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

2026-04-06
effective-dart
Softwareentwickler

Applies Effective Dart guidelines in Flutter/Dart code. Use when writing or reviewing Dart code for naming conventions, types, style, imports, file structure, usage patterns, documentation, testing, widgets, state management, or performance.

2026-04-06
flutter-app-architecture
Softwareentwickler

Provides best practices for Flutter app architecture, including layered architecture, data flow, state management patterns, and extensibility guidelines.

2026-04-06
flutter-change-notifier
Softwareentwickler

Implements state management with ChangeNotifier and Provider in Flutter. Use when setting up ChangeNotifier models, providing them to the widget tree, consuming state with Consumer or Provider.of, or optimizing rebuilds.

2026-04-06
Zeigt die Top 8 von 12 gesammelten Skills in diesem Repository.
12 von 23 Repositories angezeigt