Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

flow

flow에는 safdarayubpk에서 수집한 skills 18개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
18
Stars
6
업데이트
2026-02-20
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

helm-chart-todo-app
네트워크·컴퓨터 시스템 관리자

Generate Helm 3+ chart structure for todo/task applications. Use for: creating Chart.yaml, values.yaml, and templates/ directory with Deployment and Service manifests. Triggers: "helm chart", "helm template", "helm values", "create helm chart", "helm install", "helm upgrade", "package as helm chart". NOT for: plain Kubernetes YAML (use kubernetes-yaml-best-practices), Kustomize, or kubectl commands. NOT for: CRDs, hooks, subcharts, or advanced Helm features unless explicitly requested.

2026-02-20
k8s-security-basics
정보 보안 분석가

Apply Kubernetes pod security hardening with securityContext, Pod Security Standards, and container isolation. Use for: adding runAsNonRoot, readOnlyRootFilesystem, dropping capabilities, seccomp profiles, and privilege escalation prevention. Triggers: "secure pod", "pod security", "non-root container", "security context", "k8s security", "harden deployment", "pod security standards", "restricted PSS". NOT for: NetworkPolicies, RBAC, Secrets management, or service mesh security. Use alongside kubernetes-yaml-best-practices for complete manifests.

2026-02-20
kubernetes-yaml-best-practices
네트워크·컴퓨터 시스템 관리자

Generate production-ready Kubernetes YAML manifests following best practices. Use when creating or reviewing: Deployments, Services, ConfigMaps, Secrets, Ingress, PersistentVolumeClaims, or any k8s resource YAML. Triggers: "kubernetes manifest", "deployment yaml", "service yaml", "write k8s resource", "create kubernetes", "k8s yaml", "pod spec", "container spec". NOT for Helm charts, Kustomize overlays, or kubectl commands.

2026-02-20
minikube-local-deployment-pattern
네트워크·컴퓨터 시스템 관리자

Deploy and test applications on local Minikube Kubernetes cluster. Use for: loading local Docker images to Minikube, exposing services locally via port-forward or minikube service, debugging pods (logs, describe, exec), troubleshooting CrashLoopBackOff/ImagePullBackOff errors. Triggers: "deploy to minikube", "minikube image load", "port-forward", "minikube service", "debug pod", "why is pod crashing", "minikube dashboard", "local kubernetes testing". NOT for: minikube installation, minikube start/stop, cloud Kubernetes, Helm charts, or writing YAML manifests (use kubernetes-yaml-best-practices for YAML).

2026-02-20
oci-oke-expert
네트워크·컴퓨터 시스템 관리자

OCI & OKE specialist for the Todo app hackathon project. Provides infrastructure context, authentication patterns, and deployment guidance for Oracle Kubernetes Engine in me-dubai-1. Use when working with: OKE cluster operations, kubectl commands, oci CLI, Helm deploys to OKE, Dapr/Kafka on OKE, Ingress/LoadBalancer setup, Kubernetes secrets, cloud deployment, OCI networking, node pool management, or troubleshooting OKE auth errors. Triggers: "OKE", "oci", "kubectl", "deploy to cloud", "cluster", "OCI", "oracle kubernetes", "ingress on OKE", "secrets on OKE", "Dapr on OKE", "Kafka on OKE", "node pool", "DOKS alternative".

2026-02-20
dapr-invocation-pattern
소프트웨어 개발자

Dapr service invocation pattern for FastAPI Todo app. Use DaprClient.invoke_method to call other services with user_id propagated via metadata. Use when implementing service-to-service communication in FastAPI applications with user context propagation.

2026-02-17
dapr-pubsub-pattern
소프트웨어 개발자

Dapr pub/sub pattern for FastAPI Todo app with user isolation. Use Dapr Python SDK (dapr.clients.DaprClient) to publish events to pubsub component named "kafka-pubsub" with user_id in metadata. Use when implementing event publishing to Dapr pub/sub from FastAPI endpoints with user context propagation.

2026-02-17
kafka-consumer-pattern
소프트웨어 개발자

Kafka consumer pattern for todo app background services. Use when implementing event consumers, background workers, or async event processing from Kafka. Triggers: kafka consumer, consume events, event listener, background worker, process events, aiokafka consumer, event handler.

2026-02-17
kafka-producer-pattern
소프트웨어 개발자

Kafka producer pattern for FastAPI todo app events with user isolation. Use when implementing event publishing to Kafka from FastAPI endpoints. Triggers: kafka producer, publish event, event streaming, task events, audit events, produce to kafka, aiokafka producer.

2026-02-17
fastapi-jwt-user-context
소프트웨어 개발자

provide fastapi jwt dependency, current_user from jwt, protected endpoint auth, fastapi jwt verification with shared secret

2026-02-05
fastapi-todo-rest-api
소프트웨어 개발자

todo rest endpoint, /api/tasks crud, fastapi todo api route, patch /complete endpoint, todo specific rest api

2026-02-05
monorepo-spec-navigation
소프트웨어 개발자

place file in monorepo, frontend nextjs folder, backend fastapi, reference specs folder, monorepo structure guidance

2026-02-05
nextjs-todo-task-ui
웹 개발자

nextjs todo component, task card tailwind, add edit todo form, todo list ui pattern, nextjs task management ui

2026-02-05
sdd-workflow-enforcer
기타 컴퓨터 관련 직업

follow spec-driven development, enforce SDD workflow, implement from spec, generate code from plan and tasks, use spec kit plus, run full SDD loop

2026-02-05
sqlmodel-todo-task-model
소프트웨어 개발자

todo task sqlmodel, task database model, sqlmodel task schema with user_id, create todo model

2026-02-05
user-isolation-enforcer
소프트웨어 개발자

enforce user isolation, filter by user_id, prevent data leak in query, multi-user task filter, always add WHERE user_id

2026-02-05
fastapi-todo-advanced-endpoints
소프트웨어 개발자

FastAPI todo advanced endpoints, filter sort recurring due_date tasks query params. Extends existing task endpoints with advanced query parameters for filtering and sorting. Use when implementing enhanced task filtering capabilities with priority, tags, due dates, and recurring tasks.

2026-02-05
todo-model-extensions
소프트웨어 개발자

Extend todo task sqlmodel, add priority tags due_date recurring reminder fields to Task model. Always preserves existing fields (id, user_id, title, description, completed, created_at, updated_at) and maintains backward compatibility. Use when modifying Task model with new fields like priority, tags, due_date, recurrence, and reminders.

2026-02-05