Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

Digital-FTE

Digital-FTE enthält 54 gesammelte Skills von AbdullahMalik17, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
54
Stars
10
aktualisiert
2026-01-30
Forks
5
Berufsabdeckung
19 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

digital-fte-orchestrator
Computersystem- und IT-Manager

Main task processing loop using Claude Code with Ralph Wiggum pattern. Use when running the orchestrator, debugging task processing, configuring approval workflows, or understanding the task lifecycle. NOT when creating individual watchers (use specific watcher skills). NOT when debugging specific integrations (use integration-specific skills).

2026-01-30
managing-calendar
Sekretäre und Verwaltungsassistenten (außer Rechts-, Medizin- und Führungsbereich)

Manage Google Calendar events via MCP server. Use when scheduling meetings, checking availability, listing events, or processing meeting requests from emails. NOT when managing Outlook calendars (different API).

2026-01-30
managing-odoo
Steuerberater (Steuervorbereiter)

Manage business accounting via Odoo ERP using XML-RPC API. Use when creating invoices, recording expenses, querying financial data, or managing customers and products. NOT when using QuickBooks or Xero (different systems).

2026-01-30
sending-emails
Allgemeine Bürokräfte

Send emails via Gmail API using FastMCP server with approval workflows. Use when configuring email sending, troubleshooting email delivery, setting up email templates, or managing email rate limits. NOT when reading emails (use watching-gmail skill). NOT when categorizing emails (use watching-gmail skill).

2026-01-30
watching-whatsapp
Softwareentwickler

Monitor WhatsApp Web for new messages using Playwright browser automation. Use when setting up WhatsApp monitoring, processing unread chats, sending messages, or configuring auto-reply behavior. Requires manual QR code scan on first run. NOT when using WhatsApp Business API (different architecture).

2026-01-30
browsing-with-playwright
Softwarequalitätssicherungsanalysten und -tester

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).

2026-01-24
building-chat-interfaces
Webentwickler

Build AI chat interfaces with custom backends, authentication, and context injection. Use when integrating chat UI with AI agents, adding auth to chat, injecting user/page context, or implementing httpOnly cookie proxies. Covers ChatKitServer, useChatKit, and MCP auth patterns. NOT when building simple chatbots without persistence or custom agent integration.

2026-01-24
building-chat-widgets
Webentwickler

Build interactive AI chat widgets with buttons, forms, and bidirectional actions. Use when creating agentic UIs with clickable widgets, entity tagging (@mentions), composer tools, or server-handled widget actions. Covers full widget lifecycle. NOT when building simple text-only chat without interactive elements.

2026-01-24
building-chatgpt-apps
Softwareentwickler

Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers. Use when building ChatGPT custom apps with visual UI components, embedded widgets, or rich interactive experiences. Covers widget architecture, MCP server setup with FastMCP, response metadata, and Developer Mode configuration. NOT when building standard MCP servers without widgets (use building-mcp-servers skill instead).

2026-01-24
building-mcp-servers
Softwareentwickler

Guides creation of high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Covers tool design, authentication, Docker deployment, and evaluation creation. NOT when consuming existing MCP servers (use the server directly).

2026-01-24
building-nextjs-apps
Webentwickler

Build Next.js 16 applications with correct patterns and distinctive design. Use when creating pages, layouts, dynamic routes, upgrading from Next.js 15, or implementing proxy.ts. Covers breaking changes (async params/searchParams, Turbopack, cacheComponents) and frontend aesthetics. NOT when building non-React or backend-only applications.

2026-01-24
building-rag-systems
Datenwissenschaftler

Build production RAG systems with semantic chunking, incremental indexing, and filtered retrieval. Use when implementing document ingestion pipelines, vector search with Qdrant, or context-aware retrieval. Covers chunking strategies, change detection, payload indexing, and context expansion. NOT when doing simple similarity search without production requirements.

2026-01-24
configuring-better-auth
Informationssicherheitsanalysten

Implement OAuth 2.1 / OIDC authentication using Better Auth with MCP assistance. Use when setting up a centralized auth server (SSO provider), implementing SSO clients in Next.js apps, configuring PKCE flows, or managing tokens with JWKS verification. Uses Better Auth MCP for guided setup. NOT when using simple session-only auth without OAuth/OIDC requirements.

2026-01-24
configuring-dapr-pubsub
Computernetzwerk-Architekten

Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis. Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars. Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment. NOT when using direct Kafka clients or non-Dapr messaging patterns.

2026-01-24
containerizing-applications
Netzwerk- und Computersystemadministratoren

Containerizes applications with Docker, docker-compose, and Helm charts. Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes. Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.

2026-01-24
context-degradation
Softwareentwickler

Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or debugging agent failures.

2026-01-24
context-fundamentals
Informatik- und Informationsforschungswissenschaftler

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

2026-01-24
context-optimization
Informatik- und Informationsforschungswissenschaftler

Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.

2026-01-24
creating-skills
Softwareentwickler

Guides creation of effective Agent Skills with proper structure and validation. Use when users want to create a new skill, update an existing skill, or need guidance on skill design patterns, SKILL.md format, or verify.py implementation. NOT when just using existing skills (use those skills directly).

2026-01-24
deploying-cloud-k8s
Netzwerk- und Computersystemadministratoren

Deploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines. Use when deploying to production, setting up GitHub Actions, troubleshooting deployments. Covers build-time vs runtime vars, architecture matching, and battle-tested debugging.

2026-01-24
deploying-kafka-k8s
Netzwerk- und Computersystemadministratoren

Deploys Apache Kafka on Kubernetes using the Strimzi operator with KRaft mode. Use when setting up Kafka for event-driven microservices, message queuing, or pub/sub patterns. Covers operator installation, cluster creation, topic management, and producer/consumer testing. NOT when using managed Kafka (Confluent Cloud, MSK) or local development without K8s.

2026-01-24
deploying-postgres-k8s
Netzwerk- und Computersystemadministratoren

Deploys PostgreSQL on Kubernetes using the CloudNativePG operator with automated failover. Use when setting up PostgreSQL for production workloads, high availability, or local K8s development. Covers operator installation, cluster creation, connection secrets, and backup configuration. NOT when using managed Postgres (Neon, RDS, Cloud SQL) or simple Docker containers.

2026-01-24
designing-nextjs-ui
Webentwickler

Create professional, attractive, and visually striking user interfaces in Next.js. Use when building beautiful websites, landing pages, dashboards, or any UI that needs to stand out. Covers Tailwind CSS utilities, typography, animations, visual effects, responsive layouts, and modern design patterns. Includes gradient text, glass morphism, hover effects, and comprehensive spacing/layout systems. NOT when doing basic HTML/CSS without a framework.

2026-01-24
evaluation
Softwarequalitätssicherungsanalysten und -tester

Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.

2026-01-24
fetching-library-docs
Softwareentwickler

Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings. Fetches code examples, API references, and usage patterns for published libraries (React, Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples, want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks", "Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code (use researching-with-deepwiki) or local files.

2026-01-24
generating-ceo-briefing
Vorstandsvorsitzende

Generate weekly CEO briefing reports from activity logs. Use when creating executive summaries, analyzing system performance, reviewing weekly metrics, or troubleshooting report generation. NOT when processing individual tasks (use orchestrator skill).

2026-01-24
managing-services
Netzwerk- und Computersystemadministratoren

Manage Digital FTE services as supervised child processes. Use when starting all services, debugging service crashes, configuring auto-restart behavior, or checking service status. NOT when running individual watchers (use specific watcher skills).

2026-01-24
memory-systems
Computersystemanalytiker

Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.

2026-01-24
multi-agent-patterns
Softwareentwickler

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

2026-01-24
operating-k8s-local
Netzwerk- und Computersystemadministratoren

Operates local Kubernetes clusters with Minikube for development and testing. Use when setting up local K8s, deploying applications locally, or debugging K8s issues. Covers Minikube, kubectl essentials, local image loading, and networking.

2026-01-24
posting-facebook
Webentwickler

Post content to Facebook using Meta Graph API. Use when publishing Facebook posts, configuring posting schedule, managing post queue, or getting engagement insights. NOT when posting to Instagram (use posting-instagram instead).

2026-01-24
posting-instagram
PR-Spezialisten

Post content to Instagram using Meta Graph API. Use when publishing Instagram posts, managing media, getting insights, or optimizing hashtags. Requires Instagram Business Account. NOT when posting to Facebook (use posting-facebook instead).

2026-01-24
posting-linkedin
SoftwareentwicklerWebentwickler

Post content to LinkedIn using Playwright browser automation. Use when publishing LinkedIn posts, configuring posting schedule, troubleshooting LinkedIn authentication, or managing post queue. NOT when generating post content (use generating-ceo-briefing for metrics).

2026-01-24
posting-twitter
Webentwickler

Post content to Twitter/X using Twitter API v2. Use when publishing tweets, creating threads, searching mentions, or getting timeline analytics. Supports media and replies. NOT when posting to other platforms.

2026-01-24
researching-with-deepwiki
Computersystemanalytiker

Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploring unfamiliar codebases, understanding project architecture, or asking questions about how a specific open-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code. NOT for fetching library API docs (use fetching-library-docs instead) or local files.

2026-01-24
scaffolding-fastapi-dapr
Softwareentwickler

Build production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication. Use when building REST APIs with Neon PostgreSQL, implementing event-driven microservices with Dapr pub/sub, scheduling jobs, or creating CRUD endpoints with JWT/JWKS verification. NOT when building simple scripts or non-microservice architectures.

2026-01-24
scaffolding-openai-agents
Softwareentwickler

Builds AI agents using OpenAI Agents SDK with async/await patterns and multi-agent orchestration. Use when creating tutoring agents, building agent handoffs, implementing tool-calling agents, or orchestrating multiple specialists. Covers Agent class, Runner patterns, function tools, guardrails, and streaming responses. NOT when using raw OpenAI API without SDK or other agent frameworks like LangChain.

2026-01-24
streaming-llm-responses
Webentwickler

Implement real-time streaming UI patterns for AI chat applications. Use when adding response lifecycle handlers, progress indicators, client effects, or thread state synchronization. Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools. NOT when building basic chat without real-time feedback.

2026-01-24
styling-with-shadcn
Webentwickler

Build beautiful, accessible UIs with shadcn/ui components in Next.js. Use when creating forms, dialogs, tables, sidebars, or any UI components. Covers installation, component patterns, react-hook-form + Zod validation, and dark mode setup. NOT when building non-React applications or using different component libraries.

2026-01-24
tool-design
Softwareentwickler

Design tools that agents can use effectively. Use when creating new tools for agents, debugging tool-related failures, or optimizing existing tool sets.

2026-01-24
Zeigt die Top 40 von 54 gesammelten Skills in diesem Repository.