Skip to main content

这个仓库中的 skills

arbazkhan971/godmode - 第 2 页

SkillsMP 已收集 arbazkhan971/godmode 中的 136 个 Skill。打开任一 Skill 可查看来源和详情。

arbazkhan971/godmode

已展示 40 / 136 个已收集 Skill。

职业分类
数据科学家
描述

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

原文语言:英语

更新
已展示 40 / 136 个已收集 Skill。