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

bobmatnyc

Repository-Ansicht von 338 gesammelten Skills in 10 GitHub-Repositories.

gesammelte Skills
338
Repositories
10
aktualisiert
2026-07-09
Repository-Karte

Wo die Skills liegen

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

#01
claude-mpm-skills
170 Skills · 2026-07-09
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerNetzwerk- und ComputersystemadministratorenDatenbankarchitektenWebentwicklerSonstige Computerberufe
8 Berufskategorien · 100% klassifiziert
50%Anteil
#02
claude-mpm
112 Skills · 2026-07-09
SoftwareentwicklerSonstige ComputerberufeSoftwarequalitätssicherungsanalysten und -testerProjektmanagementspezialistenNetzwerk- und ComputersystemadministratorenInformationssicherheitsanalysten
9 Berufskategorien · 100% klassifiziert
33%Anteil
#03
terminator
18 Skills · 2025-12-29
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerDatenbankarchitektenDatenwissenschaftlerInformatik- und InformationsforschungswissenschaftlerInformationssicherheitsanalysten
6 Berufskategorien · 100% klassifiziert
5.3%Anteil
#04
claude-mpm-agents
13 Skills · 2026-06-18
SoftwareentwicklerProjektmanagementspezialistenSoftwarequalitätssicherungsanalysten und -tester
3 Berufskategorien · 100% klassifiziert
3.8%Anteil
#05
slack-mpm
10 Skills · 2026-03-05
Sonstige ComputerberufeSoftwareentwicklerProjektmanagementspezialisten
3 Berufskategorien · 100% klassifiziert
3.0%Anteil
#06
mcp-skillset
7 Skills · 2025-11-25
SoftwareentwicklerComputerhardware-IngenieureDatenbankadministratorenElektroingenieureInformationssicherheitsanalystenNetzwerk- und Computersystemadministratoren
6 Berufskategorien · 100% klassifiziert
2.1%Anteil
#07
mcp-ticketer
3 Skills · 2025-12-05
Softwareentwickler
1 Berufskategorien · 100% klassifiziert
0.9%Anteil
#08
claude-mpm-marketplace
3 Skills · 2026-05-18
SoftwareentwicklerNetzwerk- und Computersystemadministratoren
2 Berufskategorien · 100% klassifiziert
0.9%Anteil
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

model-context
Softwareentwickler

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

2026-07-09
anthropic
Softwareentwickler

Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities

2026-07-09
vector-search-workflows
Softwareentwickler

Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.

2026-07-09
model-context-builder
Softwareentwickler

MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing

2026-07-09
ort
Softwareentwickler

ONNX Runtime in Rust via the `ort` crate (2.x): loading sessions, configuring CPU/CoreML/CUDA execution providers, tensor I/O with ndarray, async-safe spawn_blocking wrapping, global thread-pool init, and debugging provider/opset issues

2026-06-30
react-advanced
Softwareentwickler

Modern React 19 platform features and rendering architecture - the React Compiler (auto-memoization) and how it changes memoization guidance, concurrent rendering (useTransition/useDeferredValue/Suspense), the use() hook, Actions (useActionState/useOptimistic/useFormStatus), ref-as-prop and Context-as-provider changes, compound components, context selectors, error boundaries, portals, virtualization, code-splitting, and the RSC/'use client' boundary.

2026-06-15
react-core
Softwareentwickler

General React fundamentals - components and JSX, props and state, the core hooks (useState/useEffect/useRef/useMemo/useCallback/useContext), composition, conditional and list rendering, and controlled inputs. The canonical "depends on React" reference.

2026-06-15
react-hooks-composition
Softwareentwickler

Advanced React hooks composition patterns - SWR integration, debounced search, memoized contexts, state machines, and performance optimization

2026-06-15
Zeigt die Top 8 von 170 gesammelten Skills in diesem Repository.
Zeigt die Top 8 von 112 gesammelten Skills in diesem Repository.
Zeigt die Top 8 von 18 gesammelten Skills in diesem Repository.
code-production-process
Softwareentwickler

Production-readiness process checklist covering the code-production pipeline — research, architecture, implementation, tests, critic review, and security gates

2026-06-18
code-review-standards
Softwarequalitätssicherungsanalysten und -tester

Severity-tagged code review rubric (CRITICAL/HIGH/MEDIUM/LOW) used by the code-critic agent to produce APPROVE/WARN/BLOCK verdicts with evidence-backed findings

2026-06-18
mutation-testing
Softwarequalitätssicherungsanalysten und -tester

Audit whether a test suite actually detects regressions (not just whether it runs) by introducing small code mutations and measuring how many your tests catch. Advisory and on-demand — not a blocking CI gate.

2026-06-18
toolchains-rust-core
Softwareentwickler

Core Rust toolchain conventions — ownership/borrowing patterns, error handling, async with tokio, and idiomatic project structure for the rust-engineer agent

2026-06-18
caveman-prompt-compression
Softwareentwickler

Token-optimized prompt compression techniques for reducing LLM instruction size while preserving or improving quality

2026-04-06
java-algorithm-patterns
Softwareentwickler

5 algorithm patterns with full Java implementations for common coding problems

2026-04-06
java-async-concurrent
Softwareentwickler

5 async/concurrent patterns with full Java implementations for high-performance systems

2026-04-06
python-algorithm-cookbook
Softwareentwickler

4 algorithm patterns with full Python implementations for common coding problems

2026-04-06
Zeigt die Top 8 von 13 gesammelten Skills in diesem Repository.
Zeigt die Top 8 von 10 gesammelten Skills in diesem Repository.
cloudflare-workers-edge-ai-development
Softwareentwickler

Build ultra-low-latency edge computing applications with Cloudflare Workers, Workers AI for LLM inference, V8 isolates, Durable Objects, and serverless patterns deployed across 330+ data centers worldwide

2025-11-25
fastapi-modern-web-development
Softwareentwickler

Production-grade FastAPI development with async patterns, Pydantic v2, dependency injection, ML/AI endpoint design, and modern Python best practices for building high-performance REST APIs

2025-11-25
observability-with-prometheus-grafana
Netzwerk- und Computersystemadministratoren

Production-grade observability stack with Prometheus metrics, Grafana dashboards, PromQL query language, alerting rules, and AI-powered anomaly detection for modern cloud-native applications

2025-11-25
postgresql-performance-optimization
Datenbankadministratoren

Production-grade PostgreSQL query optimization, indexing strategies, performance tuning, and modern features including pgvector for AI/ML workloads. Master EXPLAIN plans, query analysis, and database design for high-performance applications

2025-11-25
security-vulnerability-testing
Informationssicherheitsanalysten

Production-grade security testing with agentic vulnerability detection, SAST/DAST tools, OWASP Top 10 coverage, threat modeling, and AI-powered security analysis achieving 92% detection accuracy (OpenAI Aardvark benchmark 2024)

2025-11-25
terraform-infrastructure-as-code
Computerhardware-IngenieureElektroingenieure

Production-grade Terraform development with HCL best practices, module design, state management, multi-cloud patterns, and AI-enhanced infrastructure as code for scalable cloud deployments

2025-11-25
web3-blockchain-development
Softwareentwickler

Production-grade Web3 development with Solidity smart contracts, ethers.js/web3.js integration, DApp architecture, security patterns, and AI-enhanced blockchain development (ChatWeb3, Aider + Gemini 2024)

2025-11-25
10 von 10 Repositories angezeigt
Alle Repositories angezeigt