Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
syeda-hoorain-ali
Profil créateur GitHub

syeda-hoorain-ali

Vue par dépôt de 49 skills collectés dans 6 dépôts GitHub.

skills collectés
49
dépôts
6
mis à jour
2026-03-04
explorateur de dépôts

Dépôts et skills représentatifs

better-auth-implementation-for-nextjs-fastapi
Développeurs de logiciels

This skill provides guidance for implementing secure authentication using Better Auth for Next.js frontend and JWT verification for FastAPI backend.

2026-02-04
chatkit-client-widget-creator
Développeurs de logiciels

This skill helps create React chat widgets using the ChatKit React library, following best practices for floating chat interfaces with thread persistence and proper configuration.

2026-02-04
chatkit-server-creator
Développeurs de logiciels

This skill helps create ChatKit server implementations that integrate with databases and openai-agents, following best practices for conversation management and message persistence.

2026-02-04
chatkit-server-integration
Développeurs de logiciels

This skill provides functionality to properly expose a ChatKit server via FastAPI routes. It handles the integration between FastAPI request/response cycle and the ChatKit server, with proper request processing and response handling.

2026-02-04
chatkit-store-creator
Développeurs de logiciels

This skill helps create ChatKit store implementations with database integration, following best practices and avoiding common errors we've solved in previous implementations.

2026-02-04
dapr
Développeurs de logiciels

Comprehensive DAPR (Distributed Application Runtime) skill for building distributed microservices from hello world to professional production systems. Provides guidance on DAPR setup, building blocks (service invocation, state management, pub/sub, actors, secrets), sidecar configuration, component configuration, and Kubernetes integration for scalable distributed applications.

2026-02-04
docker-containerization
Développeurs de logiciels

Comprehensive Docker containerization guidance using multi-stage builds, Docker Hardened Images, and Docker AI Agent (Gordon) for Node.js/Next.js applications. Use when containerizing applications with best practices for security, efficiency, and AI-assisted operations.

2026-02-04
form-patterens-and-best-practices
Développeurs de logiciels

This skill provides guidance for creating consistent, well-structured forms in Next.js/react applications using shadcn UI components, react-hook-form, and Zod validation.

2026-02-04
Affichage des 8 principaux skills collectés sur 23 dans ce dépôt.
weekly-ceo-briefing
Directeurs marketing

Generate comprehensive weekly CEO briefing with financial data from Odoo, business metrics, and actionable insights. Automatically triggered weekly to provide business overview.

2026-03-04
docx
Développeurs de logiciels

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

2026-02-23
fetch-library-docs
Développeurs de logiciels

Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.

2026-02-23
pptx
Développeurs de logiciels

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

2026-02-23
skill-creator-pro
Développeurs de logiciels

Creates production-grade, reusable skills that extend Claude's capabilities. This skill should be used when users want to create a new skill, improve an existing skill, or build domain-specific intelligence. Gathers context from codebase, conversation, and authentic sources before creating adaptable skills.

2026-02-23
skill-creator
Développeurs de logiciels

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-02-23
needs-action-processor
Secrétaires et assistants administratifs (sauf juridique, médical et direction)

Process files in the Needs_Action folder according to Company Handbook rules. Use this skill when you need to handle tasks placed in the Needs_Action directory by watchers, following the rules defined in the Company Handbook.

2026-02-08
image-generator
Artistes en effets spéciaux et animateurs

Visual generation converges toward accepting first output ("looks good enough") and following technical specifications rigidly. This produces generic aesthetics and misses Gemini 3's reasoning capabilities. This skill provides multi-turn reasoning partnership methodology with professional quality standards.

2026-01-26
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
channel-adaptation
Analystes en études de marché et spécialistes en marketing

Format agent responses according to channel-specific style guidelines before sending to customers. This skill should be used AFTER escalation-decision returns should_escalate=False and BEFORE calling send_response tool. Transforms raw response text into channel-appropriate format (Gmail: formal & thorough, WhatsApp: casual & rapid under 60 words, Web Form: direct & functional). Applies CloudStream CRM brand voice: empathetic, concise, proactive. Mandatory for EVERY customer response.

2026-02-20
customer-identification
Analystes en études de marché et spécialistes en marketing

Identify or create customers based on email/phone and retrieve their history. This skill should be used on EVERY incoming message before any other processing. Extracts contact info from message metadata, resolves to unified customer_id, and loads interaction history.

2026-02-20
escalation-decision
Spécialistes en gestion de projets

Determine whether a customer interaction requires human escalation based on sentiment trends, conversation context, knowledge base failures, and business-specific triggers. This skill should be used AFTER generating a response but BEFORE sending it to the customer. Analyzes mandatory criteria (sentiment floor, negative trend, looping, explicit requests, high-value accounts) and business-specific triggers (legal threats, security breaches, billing issues, churn risk, technical complexity). Outputs structured escalation decision with priority level.

2026-02-20
knowledge-retrieval-skill
Représentants du service clientèle

Retrieve relevant product documentation and knowledge base articles using semantic search. Use this whenever a customer asks product-related questions, "how-to" guides, or technical specs. This skill leverages the search_knowledge_base tool from the crm-digital-fte MCP server.

2026-02-20
sentiment-analysis-skill
Analystes en études de marché et spécialistes en marketing

Analyze sentiment of customer messages in real-time to detect frustration, anger, or dissatisfaction. MANDATORY for EVERY incoming customer message from any channel (Gmail, WhatsApp, Web Form). Must be executed BEFORE any other processing or response generation. Critical for early detection of at-risk customers requiring immediate escalation.

2026-02-20
mcp-server-creator
Développeurs de logiciels

Build production-ready Model Context Protocol (MCP) servers using the official MCP SDK. Scaffold, configure, secure, and deploy MCP servers with best practices for security, monitoring, and reliability. Use for creating robust MCP servers that integrate with Claude Code.

2026-02-16
openai-mcp-connector
Développeurs de logiciels

Connect Model Context Protocol (MCP) servers with OpenAI Agents SDK using various transport methods including Hosted MCP, Streamable HTTP, HTTP with SSE, and stdio. Provides guidance for selecting appropriate transport methods, configuring connections with proper authentication, implementing error handling, and following best practices for security and performance. Use when connecting MCP servers to AI applications, configuring transport protocols, setting up authentication, or troubleshooting connection issues.

2026-02-16
skill-creator
Spécialistes en formation et développement

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-02-16
6 dépôts affichés sur 6
Tous les dépôts sont affichés