Skip to main content
pluginagentmarketplace
GitHub creator profile

pluginagentmarketplace

Repository-level view of 652 collected skills across 65 GitHub repositories.

skills collected
652
repositories
65
updated
Dec 31, 2025
repository map

Where the skills live

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

#01
custom-plugin-devrel-engineer
26 skills · Dec 30, 2025
Market Research Analysts & Marketing SpecialistsSoftware DevelopersTechnical WritersTraining & Development SpecialistsMeeting, Convention, & Event PlannersAudio & Video Technicians
9 occupation categories · 100% classified
4%share
#02
custom-plugin-ai-red-teaming
25 skills · Dec 31, 2025
Information Security AnalystsSoftware Quality Assurance Analysts & TestersData ScientistsTraining & Development Specialists
4 occupation categories · 100% classified
3.8%share
#03
custom-plugin-game-developer
21 skills · Dec 30, 2025
Software DevelopersComputer Network ArchitectsSpecial Effects Artists & AnimatorsCommercial & Industrial DesignersGraphic DesignersMusic Directors & Composers
9 occupation categories · 100% classified
3.2%share
#04
custom-plugin-nextjs
18 skills · Dec 31, 2025
Software DevelopersWeb DevelopersData ScientistsNetwork & Computer Systems AdministratorsDatabase ArchitectsProject Management Specialists
6 occupation categories · 100% classified
2.8%share
#05
custom-plugin-devops
17 skills · Dec 31, 2025
Network & Computer Systems AdministratorsSoftware DevelopersInformation Security Analysts
3 occupation categories · 100% classified
2.6%share
#06
custom-plugin-server-side-game-dev
17 skills · Dec 30, 2025
Software DevelopersNetwork & Computer Systems AdministratorsDatabase ArchitectsInformation Security Analysts
4 occupation categories · 100% classified
2.6%share
#07
custom-plugin-java
12 skills · Dec 30, 2025
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Systems Analysts
3 occupation categories · 100% classified
1.8%share
#08
custom-plugin-flutter
12 skills · Dec 30, 2025
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersWeb Developers
4 occupation categories · 100% classified
1.8%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

Showing 8 of 26 collected skills.
Showing 8 of 25 collected skills.
asset-optimization
software-developersspecial-effects-artists-and-animators

Asset pipeline optimization, compression, streaming, and resource management for efficient game development and delivery.

Dec 30, 2025
audio-systems
software-developers

Game audio systems, music, spatial audio, sound effects, and voice implementation. Build immersive audio experiences with professional middleware integration.

Dec 30, 2025
ci-cd-automation
network-and-computer-systems-administrators

Continuous integration and deployment pipelines, automated testing, build automation, and team workflows for game development.

Dec 30, 2025
daw-music
music-directors-and-composers

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

Dec 30, 2025
game-design-theory
graphic-designers

Comprehensive game design theory covering MDA framework, player psychology, balance principles, and progression systems. Master why games are fun.

Dec 30, 2025
game-engines
software-developers

Master game engines - Unity, Unreal Engine, Godot. Engine-specific workflows, systems architecture, and production best practices.

Dec 30, 2025
game-servers
computer-network-architects

Game server architecture, scalability, matchmaking, and backend systems for online games. Build robust, scalable multiplayer infrastructure.

Dec 30, 2025
game-tools-workflows
software-developers

Game development tools, asset pipelines, version control, build systems, and team development workflows for efficient production.

Dec 30, 2025
Showing 8 of 21 collected skills.
Showing 8 of 18 collected skills.
Showing 8 of 17 collected skills.
Showing 8 of 17 collected skills.
Showing 8 of 12 collected skills.
custom-plugin-flutter-skill-accessibility
web-developers

Production-grade Flutter accessibility mastery - Semantics API, screen readers (VoiceOver/TalkBack), WCAG 2.1 AA/AAA compliance, inclusive design patterns, automated a11y testing with comprehensive code examples

Dec 30, 2025
custom-plugin-flutter-skill-animations
software-developers

Production-grade Flutter animations mastery - Implicit and explicit animations, AnimationController, Hero transitions, physics-based motion, Lottie/Rive integration, 60fps optimization with comprehensive code examples

Dec 30, 2025
custom-plugin-flutter-skill-localization
software-developers

Production-grade Flutter localization mastery - ARB files, flutter_localizations, intl package, pluralization, RTL support, dynamic locale switching with comprehensive code examples

Dec 30, 2025
custom-plugin-flutter-skill-navigation
software-developers

Production-grade Flutter navigation mastery - Navigator 2.0, GoRouter, deep linking, nested navigation, route guards, web URL handling with comprehensive code examples

Dec 30, 2025
custom-plugin-flutter-skill-plugins
software-developers

Production-grade Flutter plugin development mastery - Platform channels, federated architecture, MethodChannel/EventChannel, iOS Swift/Android Kotlin integration, pub.dev publishing with comprehensive code examples

Dec 30, 2025
custom-plugin-flutter-skill-backend
software-developers

1500+ lines of backend integration mastery - REST APIs, GraphQL, WebSockets, authentication, Firebase, error handling with production-ready code examples.

Dec 29, 2025
custom-plugin-flutter-skill-database
software-developers

1800+ lines of database architecture mastery - SQLite, Hive, ObjectBox, Firestore, encryption, offline-first, sync with production-ready code examples.

Dec 29, 2025
custom-plugin-flutter-skill-devops
network-and-computer-systems-administrators

1800+ lines of DevOps mastery - CI/CD, code signing, app store, monitoring, Fastlane with production-ready code examples.

Dec 29, 2025
Showing 8 of 12 collected skills.
Showing 8 of 12 collected skills.
Showing 8 of 12 collected skills.
build-systems
software-developers

Production-grade skill for C++ build infrastructure. Covers CMake, Make, Ninja, package managers (Conan, vcpkg), cross-platform builds, and CI/CD integration.

Dec 31, 2025
concurrency
software-developers

Production-grade skill for C++ concurrency and parallel programming. Covers threads, synchronization primitives, atomics, async programming, parallel algorithms, and lock-free data structures.

Dec 31, 2025
memory-management
software-developers

Production-grade skill for safe and efficient C++ memory management. Covers RAII, smart pointers, custom allocators, memory pools, and leak detection techniques.

Dec 31, 2025
modern-cpp
software-developers

Production-grade skill for modern C++ development with C++11 through C++23 features. Covers move semantics, smart pointers, lambdas, concepts, ranges, coroutines, and modules.

Dec 31, 2025
performance
software-developers

Production-grade skill for C++ performance optimization. Covers profiling, benchmarking, cache optimization, SIMD vectorization, multithreading, and lock-free programming techniques.

Dec 31, 2025
stl
software-developers

Production-grade skill for the C++ Standard Template Library. Covers containers, algorithms, iterators, and utilities for efficient data manipulation.

Dec 31, 2025
templates
software-developers

Production-grade skill for C++ template programming and metaprogramming. Covers function/class templates, variadic templates, SFINAE, concepts, type traits, and compile-time computation.

Dec 31, 2025
algorithms
software-developers

Production-grade skill for algorithm design and data structure implementation in C++. Covers complexity analysis, sorting, searching, graphs, dynamic programming, and STL algorithm mastery.

Dec 30, 2025
Showing 8 of 12 collected skills.
python-programming
data-scientists-152051

Python fundamentals, data structures, OOP, and data science libraries (Pandas, NumPy). Use when writing Python code, data manipulation, or algorithm implementation.

Dec 31, 2025
reinforcement-learning
data-scientists-152051

Q-learning, DQN, PPO, A3C, policy gradient methods, multi-agent systems, and Gym environments. Use for training agents, game AI, robotics, or decision-making systems.

Dec 30, 2025
time-series
data-scientists-152051

ARIMA, SARIMA, Prophet, trend analysis, seasonality detection, anomaly detection, and forecasting methods. Use for time-based predictions, demand forecasting, or temporal pattern analysis.

Dec 30, 2025
statistical-analysis
data-scientists-152051

Probability, distributions, hypothesis testing, and statistical inference. Use for A/B testing, experimental design, or statistical validation.

Dec 30, 2025
computer-vision
data-scientists-152051

Image processing, object detection, segmentation, and vision models. Use for image classification, object detection, or visual analysis tasks.

Dec 29, 2025
data-engineering
data-scientists-152051

ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.

Dec 29, 2025
data-visualization
data-scientists-152051

EDA, dashboards, Matplotlib, Seaborn, Plotly, and BI tools. Use for creating visualizations, exploratory analysis, or dashboards.

Dec 29, 2025
deep-learning
data-scientists-152051

Neural networks, CNNs, RNNs, Transformers with TensorFlow and PyTorch. Use for image classification, NLP, sequence modeling, or complex pattern recognition.

Dec 29, 2025
Showing 8 of 12 collected skills.
Showing 12 of 65 repositories