Skip to main content

Skills in this repository

arbazkhan971/godmode - Page 2

SkillsMP has collected 136 skills from arbazkhan971/godmode. Open a skill to review its source and details.

arbazkhan971/godmode

Showing 40 of 136 collected skills.

occupation
Data Scientists
description

Product analytics implementation — event tracking, funnel analysis, A/B testing, Segment/Amplitude/Mixpanel/PostHog, privacy-compliant instrumentation.

updated
occupation
Software Developers
description

Software architecture design — system architecture, monolith/microservices/serverless/event-driven trade-offs, C4 diagrams, ADRs, CQRS, hexagonal.

updated
occupation
Information Security Analysts
description

Compliance and governance — GDPR, HIPAA, SOC2, PCI-DSS, audit trails, privacy controls, data retention, license compliance.

updated
occupation
Network & Computer Systems Administrators
description

Docker containerization — Dockerfile, multi-stage builds, Docker Compose, image size optimization, security scanning, networking, volumes.

updated
occupation
Information Security Analysts
description

Authentication and authorization. JWT, OAuth2, OIDC, SAML, API keys, mTLS, MFA, passwordless, social login, session management, identity providers (Auth0, Okta, Cognito).

updated
occupation
Software Developers
description

CLI tool development. Argument parsing (Commander, Clap, Cobra, Click), TUI frameworks (Ink, Ratatui, Bubbletea, Rich), shell completions, config management, cross-platform distribution.

updated
occupation
Software Developers
description

Domain-Driven Design. Bounded contexts, context mapping, ubiquitous language, aggregates, entities, value objects, domain events, repositories, event storming.

updated
occupation
Information Security Analysts
description

DevSecOps pipeline security. SAST/DAST/SCA scanning, secret scanning, container scanning (Trivy, Snyk, Semgrep, CodeQL), security gates, shift-left CI/CD integration.

updated
occupation
Software Developers
description

Django + FastAPI development. Project structure, DRF serializers/viewsets, Pydantic, async Django with ASGI, admin, ORM optimization, deployment.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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".

updated
occupation
Software Quality Assurance Analysts & Testers
description

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".

updated
occupation
Software Quality Assurance Analysts & Testers
description

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".

updated
occupation
Network & Computer Systems Administrators
description

Monitoring and observability (metrics/logs/traces).

updated
occupation
Information Security Analysts
description

Security audit. STRIDE + OWASP Top 10 + 4 red-team personas. Code evidence required.

updated
occupation
Software Developers
description

Webhook design, delivery, retry, HMAC verification, event subscriptions, dead letter queues.

updated
occupation
Software Developers
description

FastAPI mastery skill. Covers Pydantic models, DI, async DB access, background tasks, WebSocket, testing. Triggers on: /godmode:fastapi, "fastapi", "pydantic", "async api", "python api".

updated
occupation
Web Developers
description

Next.js mastery -- App Router, Server Components, data fetching, rendering strategies, optimization.

updated
occupation
Software Developers
description

Node.js backend development.

updated
occupation
Database Administrators
description

PostgreSQL mastery -- advanced features, replication, partitioning, tuning, connection pooling.

updated
occupation
Web Developers
description

React architecture -- components, state, performance, Server Components, testing.

updated
occupation
Database Architects
description

Redis architecture and system design.

updated
occupation
Web Developers
description

Svelte/SvelteKit mastery. Runes reactivity, stores, routing, form actions, SSR, adapter configuration.

updated
occupation
Software Developers
description

Implementation engine. Parallel agents in worktrees from plan.

updated
occupation
Software Developers
description

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".

updated
occupation
Software Developers
description

Autonomous optimization loop. 3 parallel agents per round, mechanical metrics only.

updated
occupation
Project Management Specialists
description

Task decomposition and dependency planning. Reads spec and outputs ordered implementation tasks.

updated
occupation
Software Quality Assurance Analysts & Testers
description

TDD loop. RED-GREEN-REFACTOR until coverage target met.

updated
occupation
Software Developers
description

Design session. Explore problem, scan codebase, generate 2-3 approaches, recommend one, produce .godmode/spec.md.

updated
occupation
Software Developers
description

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.…

updated
occupation
Software Developers
description

Scientific debugging. Reproduce → investigate → prove root cause. Finds all bugs.

updated
occupation
Data Scientists
description

A/B testing, experimentation, statistical analysis. Triggers on: /godmode:experiment, "A/B test", "split test", "statistical significance", "Optimizely", "Statsig", "GrowthBook".

updated
occupation
Software Developers
description

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".

updated
occupation
Software Developers
description

Branch finalization. Validate, squash-merge, PR, keep, or discard. Clean state enforced. Triggers on: /godmode:finish, "done with branch", "merge this", "finalize", "wrap up".

updated
occupation
Web Developers
description

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".

updated
occupation
Network & Computer Systems Administrators
description

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".

updated
occupation
Software Developers
description

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".

updated
occupation
Software Developers
description

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".

updated
occupation
Web Developers
description

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".

updated
occupation
Network & Computer Systems Administrators
description

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".

updated
occupation
Network & Computer Systems Administrators
description

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".

updated
Showing 40 of 136 collected skills.