Product analytics implementation — event tracking, funnel analysis, A/B testing, Segment/Amplitude/Mixpanel/PostHog, privacy-compliant instrumentation.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は arbazkhan971/godmode から 136 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
arbazkhan971/godmode収集済み skill 136 件中 40 件を表示しています。
Product analytics implementation — event tracking, funnel analysis, A/B testing, Segment/Amplitude/Mixpanel/PostHog, privacy-compliant instrumentation.
原文の言語: 英語
Software architecture design — system architecture, monolith/microservices/serverless/event-driven trade-offs, C4 diagrams, ADRs, CQRS, hexagonal.
原文の言語: 英語
Compliance and governance — GDPR, HIPAA, SOC2, PCI-DSS, audit trails, privacy controls, data retention, license compliance.
原文の言語: 英語
Docker containerization — Dockerfile, multi-stage builds, Docker Compose, image size optimization, security scanning, networking, volumes.
原文の言語: 英語
Authentication and authorization. JWT, OAuth2, OIDC, SAML, API keys, mTLS, MFA, passwordless, social login, session management, identity providers (Auth0, Okta, Cognito).
原文の言語: 英語
CLI tool development. Argument parsing (Commander, Clap, Cobra, Click), TUI frameworks (Ink, Ratatui, Bubbletea, Rich), shell completions, config management, cross-platform distribution.
原文の言語: 英語
Domain-Driven Design. Bounded contexts, context mapping, ubiquitous language, aggregates, entities, value objects, domain events, repositories, event storming.
原文の言語: 英語
DevSecOps pipeline security. SAST/DAST/SCA scanning, secret scanning, container scanning (Trivy, Snyk, Semgrep, CodeQL), security gates, shift-left CI/CD integration.
原文の言語: 英語
Django + FastAPI development. Project structure, DRF serializers/viewsets, Pydantic, async Django with ASGI, admin, ORM optimization, deployment.
原文の言語: 英語
End-to-end testing skill. Activates for browser-based E2E tests, cross-browser testing, flaky test fixes, or page object models. Supports Playwright, Cypress, Selenium. Triggers on: /godmode:e2e, "E2E test", "browser test", "Playwright test", "Cypress test".
原文の言語: 英語
Integration testing skill. Tests across real boundaries — databases, APIs, message queues. Covers Testcontainers, DB seeding/cleanup, API integration. Triggers on: /godmode:integration, "test with real database", "testcontainers".
原文の言語: 英語
Load testing and performance testing skill. k6, Artillery, Locust, JMeter. Stress, spike, soak testing. Statistical significance checking. Triggers on: /godmode:loadtest, "load test", "stress test", "performance test", "benchmark".
原文の言語: 英語
Monitoring and observability (metrics/logs/traces).
原文の言語: 英語
Security audit. STRIDE + OWASP Top 10 + 4 red-team personas. Code evidence required.
原文の言語: 英語
Webhook design, delivery, retry, HMAC verification, event subscriptions, dead letter queues.
原文の言語: 英語
FastAPI mastery skill. Covers Pydantic models, DI, async DB access, background tasks, WebSocket, testing. Triggers on: /godmode:fastapi, "fastapi", "pydantic", "async api", "python api".
原文の言語: 英語
Next.js mastery -- App Router, Server Components, data fetching, rendering strategies, optimization.
原文の言語: 英語
Node.js backend development.
原文の言語: 英語
PostgreSQL mastery -- advanced features, replication, partitioning, tuning, connection pooling.
原文の言語: 英語
React architecture -- components, state, performance, Server Components, testing.
原文の言語: 英語
Redis architecture and system design.
原文の言語: 英語
Svelte/SvelteKit mastery. Runes reactivity, stores, routing, form actions, SSR, adapter configuration.
原文の言語: 英語
Implementation engine. Parallel agents in worktrees from plan.
原文の言語: 英語
Fix loop. One fix per commit, auto-revert on regression, until zero errors. Max 3 attempts per error. Triggers on: /godmode:fix, "fix this", "tests failing", "broken build", "lint errors".
原文の言語: 英語
Autonomous optimization loop. 3 parallel agents per round, mechanical metrics only.
原文の言語: 英語
Task decomposition and dependency planning. Reads spec and outputs ordered implementation tasks.
原文の言語: 英語
TDD loop. RED-GREEN-REFACTOR until coverage target met.
原文の言語: 英語
Design session. Explore problem, scan codebase, generate 2-3 approaches, recommend one, produce .godmode/spec.md.
原文の言語: 英語
Formal benchmark harness. Runs a metric command N times across 2-3 variants (git refs or state-prep shell commands), checks variance, computes delta vs. declared baseline, and emits a reproducible TSV plus a one-paragraph summary. Read-only to source.…
原文の言語: 英語
Scientific debugging. Reproduce → investigate → prove root cause. Finds all bugs.
原文の言語: 英語
A/B testing, experimentation, statistical analysis. Triggers on: /godmode:experiment, "A/B test", "split test", "statistical significance", "Optimizely", "Statsig", "GrowthBook".
原文の言語: 英語
Feature flag design, gradual rollouts, A/B testing, kill switches. LaunchDarkly, Unleash, Flagsmith. Triggers on: /godmode:feature, "feature flag", "gradual rollout", "kill switch", "A/B test".
原文の言語: 英語
Branch finalization. Validate, squash-merge, PR, keep, or discard. Clean state enforced. Triggers on: /godmode:finish, "done with branch", "merge this", "finalize", "wrap up".
原文の言語: 英語
Form architecture skill. Multi-step wizards, validation (client + server, async), file uploads, accessible form design. Triggers on: /godmode:forms, "form validation", "multi-step form", "wizard", "file upload", "form accessibility".
原文の言語: 英語
GitHub Actions workflows, custom actions, CI/CD. Matrix builds, reusable workflows, composite actions, caching, security hardening. Triggers on: /godmode:ghactions, "GitHub Actions", "workflow", ".github/workflows", "matrix build".
原文の言語: 英語
Advanced Git workflows skill. Branching models, merge vs rebase, interactive rebase, git bisect, cherry-pick, worktrees, commit conventions. Triggers on: /godmode:git, "branching strategy", "rebase vs merge", "git bisect", "cherry-pick".
原文の言語: 英語
gRPC and Protocol Buffers skill. Proto design, code generation, streaming patterns, gRPC-web, load balancing, service mesh integration. Triggers on: /godmode:grpc, "gRPC service", "proto file", "streaming RPC", "gRPC-web".
原文の言語: 英語
Internationalization & localization skill. String extraction, translation workflows, pluralization, date/number/currency formatting, RTL support, character set validation. Triggers on: /godmode:i18n, "internationalize", "translate", "RTL support".
原文の言語: 英語
Incident response and post-mortem skill. Severity classification (SEV1-4), timeline construction, blameless post-mortems, action item tracking. Triggers on: /godmode:incident, "production is down", "post-mortem", "incident report".
原文の言語: 英語
Infrastructure as Code skill. Terraform, CloudFormation, Pulumi, CDK. IaC testing, cost estimation, drift detection, policy enforcement. Triggers on: /godmode:infra, "terraform plan", "provision infrastructure", "infrastructure review".
原文の言語: 英語