Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

godmode

godmode 收录了来自 arbazkhan971 的 135 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
135
Stars
26
更新
2026-04-25
Forks
8
职业覆盖
12 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

godmode
软件开发工程师

Turn on Godmode. 134 skills, 7 subagents, zero configuration. Routes to the right skill automatically.

2026-04-25
a11y
软件质量保证分析师与测试员

Accessibility. WCAG 2.1 AA/AAA, a11y audit, color contrast, keyboard navigation, screen reader, Axe, Pa11y, Lighthouse.

2026-04-25
cache
软件开发工程师

Cache. Redis, Memcached, Varnish, CDN, cache invalidation, TTL, write-through, cache stampede, thundering herd.

2026-04-25
config
网络与计算机系统管理员

Config. dev/staging/prod, feature flags, A/B test rollout, config validation, env parity, secret safety, drift detection.

2026-04-25
crypto
信息安全分析师

Crypto. encryption, hashing, Argon2, bcrypt, key management, JWT signing, TLS hardening, digital signatures, sensitive data.

2026-04-25
docs
网页开发工程师

Docs. OpenAPI/Swagger, JSDoc, docstrings, README, runbook, API docs, stale docs audit, missing coverage.

2026-04-25
stdio
软件开发工程师

Stdio. Canonical terse command patterns, 13 terse equivalents, context-efficient bash, pairs with terse and rtk.

2026-04-25
team
软件开发工程师

Team bundles. Invoke named skill bundles, YAML coordination pattern, dispatch pipeline/parallel/swarm, /godmode:team.

2026-04-25
angular
网页开发工程师

Angular architecture. NgRx, Signals, RxJS, standalone components, lazy loading, dependency injection, Jasmine, Jest.

2026-04-25
automate
网络与计算机系统管理员

Task automation. cron jobs, webhooks, GitHub Actions, Makefile, Taskfile, scripts, CI/CD, scheduled tasks.

2026-04-25
chaos
网络与计算机系统管理员

Chaos engineering. failure injection, circuit breakers, game day, disaster recovery, resilience test, network failures.

2026-04-25
cost
网络与计算机系统管理员

Cloud cost optimization. AWS/GCP/Azure, right-sizing, waste detection, cost allocation, budget alerting, reserved instances.

2026-04-25
designsystem
网页开发工程师

Design system architecture. design tokens, theme systems, Figma to code, component API, Storybook, light/dark, versioning.

2026-04-25
apidocs
软件开发工程师

API documentation. OpenAPI, Swagger, Redoc, contract-first development, spec-first, code-first, interactive docs.

2026-04-25
edge
软件开发工程师

Edge computing and serverless. Deno Deploy, distributed state, Cloudflare Workers, Vercel Edge, AWS Lambda.

2026-04-25
email
软件开发工程师

Email and notifications. SendGrid, SES, Postmark, Resend, MJML, React Email, delivery tracking, DNS auth.

2026-04-25
eval
数据科学家

AI/LLM evaluation. Benchmark creation, regression testing, statistical significance, LLM-as-judge, promptfoo.

2026-04-25
event
软件开发工程师

Event-driven architecture. SQS, NATS, schema versioning, DLQ, retry policies, idempotency.

2026-04-25
api
软件开发工程师

API design and specification. REST, GraphQL, gRPC, OpenAPI, design an API, create API spec, validate my API, endpoint.

2026-04-25
backup
网络与计算机系统管理员

Backup and disaster recovery. backup strategy, disaster recovery, RPO/RTO, data integrity, durability, runbook.

2026-04-25
chart
网页开发工程师

Data visualization. chart, graph, dashboard, visualize data, plot, analytics, D3.js, Chart.js, Recharts, Plotly.

2026-04-25
concurrent
软件开发工程师

Concurrency and parallelism. thread safety, race condition, deadlock, lock-free, async/await, actor model, mutex, goroutine.

2026-04-25
cron
网络与计算机系统管理员

Scheduled tasks and cron jobs. cron, recurring task, background jobs, BullMQ, Celery, Sidekiq, node-cron, APScheduler.

2026-04-25
godmode
软件开发工程师

Orchestrator. Routes to skills, detects stack/phase, dispatches multi-agent worktrees. Triggers on: /godmode, /godmode:<skill>.

2026-04-25
changelog
软件开发工程师

Changelog and release notes management. Keep a Changelog format, Conventional Commits auto-generation, breaking change communication, migration guides, audience-specific notes.

2026-04-25
cicd
网络与计算机系统管理员

CI/CD pipeline design. GitHub Actions, GitLab CI, CircleCI, Jenkins, stage optimization, caching strategies, artifact management, matrix builds, pipeline templating.

2026-04-25
deploy
网络与计算机系统管理员

Advanced deployment strategies. Blue-green, canary releases, progressive rollouts, automated rollback, feature flag coordination, zero-downtime migrations, risk mitigation.

2026-04-25
research
软件开发工程师

Prior art and context gathering. Explorer subagent, docs/ecosystem scan, existing patterns, relevant dependencies, writes research.md for the think skill.

2026-04-25
tokens
软件开发工程师

Token-budget observability for godmode loops. Per-round cost tracking, token-log.tsv append, session-end summary, per-skill breakdown, delta vs prior sessions.

2026-04-25
analytics
数据科学家

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

2026-04-25
architect
软件开发工程师

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

2026-04-25
comply
信息安全分析师

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

2026-04-25
distributed
计算机网络架构师

Distributed systems design — CAP theorem, consensus (Raft/Paxos), sharding, partitioning, eventual consistency, leader election, distributed locking.

2026-04-25
docker
网络与计算机系统管理员

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

2026-04-25
agent
软件开发工程师

AI agent development. ReAct/plan-and-execute/multi-agent architectures, tool design, memory systems, guardrails, orchestration (LangChain, LlamaIndex, CrewAI, AutoGen).

2026-04-25
auth
信息安全分析师

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

2026-04-25
cli
软件开发工程师

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

2026-04-25
ddd
软件开发工程师

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

2026-04-25
devsecops
信息安全分析师

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

2026-04-25
django
软件开发工程师

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

2026-04-25
当前展示该仓库 Top 40 / 135 个已收集 skills。