payment-engineer
77Design Reliable Payment Systems
Payment teams need consistent designs for transactions, channels, reconciliation, security, and failure handling. This skill provides structured guidance, examples, and review checklists.
Diagnose and Improve Full-Stack Performance
Full-stack teams often lack a repeatable way to measure performance and locate bottlenecks. This skill provides testing workflows, diagnostic commands, optimization guidance, and report structures.
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "perf-fullstack-engineer" from https://skillstore.io/skills/zl2023github-perf-fullstack-engineer.md and its manifest at https://skillstore.io/api/skills/zl2023github-perf-fullstack-engineer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
„perf-fullstack-engineer“ wird verwendet. Define a baseline for a checkout API expecting 200 requests per second.
Erwartetes Ergebnis:
Target 200 requests per second with P95 below 500 milliseconds and errors below 0.1 percent. Measure CPU, memory, database latency, and saturation.
„perf-fullstack-engineer“ wird verwendet. Diagnose rising P99 latency while CPU remains below 50 percent.
Erwartetes Ergebnis:
„perf-fullstack-engineer“ wird verwendet. Outline a performance report after an optimization.
Erwartetes Ergebnis:
Compare the same workload before and after the change. Show latency percentiles, throughput, errors, resource use, remaining bottlenecks, and release recommendations.
The skill is readable Markdown guidance with no executable package, prompt injection, credential collection, obfuscation, or covert data transfer. Static alerts primarily misread Markdown backticks, Chinese text, placeholders, localhost URLs, and documented developer commands as dangerous behavior.
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
https://skillstore.io/skills/zl2023github-perf-fullstack-engineer/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/zl2023github-perf-fullstack-engineer?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/zl2023github-perf-fullstack-engineer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zl2023github-perf-fullstack-engineer/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/zl2023github-perf-fullstack-engineer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>zl2023github. (2026). perf-fullstack-engineer security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zl2023github-perf-fullstack-engineer/audits/4@techreport{zl2023github-zl2023github-perf-fullstack-engineer-2026,
author = {zl2023github},
title = {perf-fullstack-engineer security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/zl2023github-perf-fullstack-engineer/audits/4},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "perf-fullstack-engineer security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "zl2023github"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/zl2023github-perf-fullstack-engineer/audits/4"
identifiers:
- type: other
value: "skillstore:zl2023github-perf-fullstack-engineer:audit:4"
description: "Skillstore immutable audit report identifier"
Define service targets, select test scenarios, and produce a repeatable baseline before a release.
Correlate latency, resource, runtime, database, and application signals to prioritize likely bottlenecks.
Model peak traffic, identify system limits, and organize scaling recommendations with measurable acceptance criteria.
Create a performance baseline for [service]. Use [traffic profile], [latency target], [error target], and [environment]. List assumptions and required metrics.
Design a [tool] load test for [workflow]. Include stages, data preparation, checks, thresholds, monitoring, cleanup, and a safe execution sequence.
Analyze these performance results: [results]. Correlate application, host, database, runtime, and network evidence. Rank hypotheses and propose verification steps.
Create a capacity plan for [system] at [forecast load]. Estimate limits, identify architecture risks, compare scaling options, and define regression gates.
Autor
zl2023githubLizenz
MIT
Skillstore-Revision
r2
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
88a8e9a07f4c54ab105c1c41b6267c287146b07b
Aktualität der Wartung
26.7.2026
Nutzung
4 Downloads · 1 Aufrufe
Dateistruktur
📄 SKILL.md
Design Reliable Payment Systems
Payment teams need consistent designs for transactions, channels, reconciliation, security, and failure handling. This skill provides structured guidance, examples, and review checklists.
Build and Optimize Search Systems
Search teams need reliable guidance across indexing, ranking, semantic retrieval, and evaluation. This skill provides practical workflows and examples for building and improving search systems.
Build Reliable Business Intelligence Analysis
Business teams often lack consistent metrics and repeatable analysis workflows. This skill guides SQL, Python, dashboards, experiments, and automated reporting from requirements to delivery.
Evaluate Technology Choices with Clear Tradeoffs
Technology choices often hide tradeoffs across performance, cost, reliability, operations, and team readiness. This skill compares candidates, recommends an option, and defines proof-of-concept checks.
Generate Clear Software Architecture Documents
Architecture decisions often remain scattered across requirements, discussions, and diagrams. This skill organizes them into consistent Markdown documents for implementation and review.
Build Reliable Data Pipelines and Warehouses
Data teams need dependable pipelines across fragmented platforms. This skill designs implementation-ready batch, streaming, modeling, orchestration, and quality workflows.
Zuverlässige Backend-APIs entwickeln
von davila7
Backend-Teams benötigen konsistente Anleitungen zu Architektur, Datenbanken und Sicherheit über alle Services hinweg. Diese Skill bietet gezielte Prompts, Referenzen und Hilfsskripte für API-Design und Backend-Reviews.
Produktionsfehler schneller diagnostizieren
von sickn33
Das Debugging von Produktionsfehlern ist langsam, wenn Logs, Traces und Releases verstreut sind. Dieser Skill führt Claude, Codex und Claude Code durch strukturierte Root-Cause-Analysen und Verbesserungen der Observability.
Produktionsprobleme evidenzbasiert debuggen
von sickn33
Komplexe Ausfälle sind schwer zu triagieren, wenn Logs, Traces und Code-Belege verstreut sind. Dieser Skill führt Claude, Codex und Claude Code durch strukturierte Diagnose, Fix-Planung und Validierung.
Skalierbare Backend-APIs entwerfen
von sickn33
Entscheidungen zur Backend-Architektur können fragile APIs und unklare Service-Grenzen erzeugen. Dieser Skill unterstützt bei API-Verträgen, Service-Zerlegung, Resilienz, Observability und Rollout-Planung.
Produktionsreife LangChain-Agenten erstellen
von sickn33
Produktionsreife LangChain-Agenten benötigen eine klare Architektur, Memory, Evaluierung und Beobachtbarkeit. Diese Skill führt Claude, Codex und Claude Code durch LangGraph-Muster, asynchrone Tools, RAG, Tests und Deployment.
Fehler mit Smart Debugging diagnostizieren
von sickn33
Das Debugging von Produktionsausfällen ist langsam, wenn Belege über Logs, Traces und Code verstreut sind. Dieser Skill unterstützt bei Triage, Hypothesenbewertung, sicherer Instrumentierung, Fehlerbehebungen und Validierung.