Agentic Skills by mjunaidca
working-with-spreadsheets
by mjunaidcaCreates and edits Excel spreadsheets with formulas, formatting, and financial modeling standards.Use when working with .xlsx files, financial models, ...
aks-deployment-troubleshooter
by mjunaidcaDiagnose and fix Kubernetes deployment failures, especially ImagePullBackOff, CrashLoopBackOff, and architecture mismatches. Battle-tested from 4-hour...
better-auth-setup
by mjunaidcaGuide implementation of OAuth 2.1 / OIDC authentication using Better Auth with the OIDC Provider plugin. Use this skill when setting up centralized au...
better-auth-sso
by mjunaidcaIntegrate with Better Auth SSO for OAuth2/OIDC authentication. Use this skill when implementing SSO login flows, PKCE authentication, token management...
blueprint-skill-creator
by mjunaidcaCreates blueprint-driven skills for infrastructure and deployment tasks. This skill should be used when creating new skills that require templates, pa...
browsing-with-playwright
by mjunaidcaBrowser automation using Playwright MCP. Navigate websites, fill forms, click elements,take screenshots, and extract data. Use when tasks require web ...
building-chat-interfaces
by mjunaidcaBuild AI chat interfaces with custom backends, authentication, and context injection.Use when integrating chat UI with AI agents, adding auth to chat,...
building-chat-widgets
by mjunaidcaBuild interactive AI chat widgets with buttons, forms, and bidirectional actions.Use when creating agentic UIs with clickable widgets, entity tagging ...
building-chatgpt-apps
by mjunaidcaGuides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers.Use when building ChatGPT custom apps with visual UI co...
building-mcp-servers
by mjunaidcaGuides creation of high-quality MCP (Model Context Protocol) servers that enable LLMsto interact with external services through well-designed tools. U...
building-nextjs-apps
by mjunaidcaBuild Next.js 16 applications with correct patterns and distinctive design. Use when creatingpages, layouts, dynamic routes, upgrading from Next.js 15...
building-rag-systems
by mjunaidcaBuild production RAG systems with semantic chunking, incremental indexing, and filtered retrieval.Use when implementing document ingestion pipelines, ...
chatkit-actions
by mjunaidcaImplements interactive widget actions and bidirectional communication patterns for ChatKit. This skill should be used when building AI-driven interact...
chatkit-integration
by mjunaidcaFoundation skill for integrating OpenAI ChatKit framework with custom backends. This skill should be used for initial ChatKit setup including server i...
chatkit-streaming
by mjunaidcaImplements real-time streaming UI patterns for ChatKit applications. This skill should be used when adding response lifecycle management, progress ind...
cloud-deploy-blueprint
by mjunaidcaEnd-to-end cloud deployment skill for Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines. Covers managed services integration (Neon, Upstash), ingress con...
configuring-better-auth
by mjunaidcaImplement OAuth 2.1 / OIDC authentication using Better Auth with MCP assistance. Use when settingup a centralized auth server (SSO provider), implemen...
configuring-dapr-pubsub
by mjunaidcaConfigures Dapr pub/sub components for event-driven microservices with Kafka or Redis.Use when wiring agent-to-agent communication, setting up event s...
containerize-apps
by mjunaidcaContainerizes applications with impact-aware Dockerfiles and docker-compose configurations. This skill should be used when containerizing projects for...
containerizing-applications
by mjunaidcaContainerizes applications with Docker, docker-compose, and Helm charts.Use when creating Dockerfiles, docker-compose configurations, or Helm charts f...
creating-skills
by mjunaidcaGuides creation of effective Agent Skills with proper structure and validation.Use when users want to create a new skill, update an existing skill, or...
dapr-integration
by mjunaidcaIntegrate Dapr for pub/sub messaging and scheduled jobs. Use this skill when implementing event-driven architectures with Dapr, handling CloudEvent me...
datetime-timezone
by mjunaidcaHandle datetime and timezone conversions correctly across frontend, API, and database. Use this skill when working with datetime-local inputs, schedul...
deploying-cloud-k8s
by mjunaidcaDeploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines.Use when deploying to production, setting up GitHub Actions, troubleshoot...
deploying-kafka-k8s
by mjunaidcaDeploys Apache Kafka on Kubernetes using the Strimzi operator with KRaft mode.Use when setting up Kafka for event-driven microservices, message queuin...
deploying-postgres-k8s
by mjunaidcaDeploys PostgreSQL on Kubernetes using the CloudNativePG operator with automated failover.Use when setting up PostgreSQL for production workloads, hig...
fastapi-backend
by mjunaidcaBuild production-grade FastAPI backends with SQLModel, Pydantic, and JWT authentication. Use this skill when building REST APIs, integrating with Neon...
fetching-library-docs
by mjunaidcaToken-efficient library API documentation fetcher using Context7 MCP with 77% token savings.Fetches code examples, API references, and usage patterns ...
helm-charts
by mjunaidcaCreates and manages Helm charts for Kubernetes deployments. This skill should be used when packaging applications for Kubernetes using Helm, creating ...
installing-skill-tracker
by mjunaidcaInstalls Claude Code hooks for automatic skill usage measurement.Use when setting up skill tracking infrastructure in a new project.NOT when hooks are...
kagent
by mjunaidcaKubernetes-native AI agent framework for building, deploying, and managing AI agents on Kubernetes. This skill should be used when deploying AI agents...
kubectl-ai
by mjunaidcaAI-powered Kubernetes operations using kubectl-ai from Google Cloud Platform. This skill should be used when managing Kubernetes clusters with natural...
kubernetes-deployment-validator
by mjunaidcaValidate Kubernetes deployments before execution. Run pre-flight checks for password generation, environment variables, database authentication, CORS ...
kubernetes-essentials
by mjunaidcaQuick reference for Kubernetes core concepts and kubectl commands. This skill should be used as a refresher for basic K8s operations including pods, d...
mcp-builder
by mjunaidcaGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. ...
minikube
by mjunaidcaManages local Kubernetes clusters using Minikube for development and testing. This skill should be used when setting up local K8s environments, enabli...
nextjs-16
by mjunaidcaBuild Next.js 16 applications with the correct patterns. Use this skill when creating pages, layouts, middleware (now proxy.ts), dynamic routes, or up...
nextjs-devtools
by mjunaidcaNext.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.Use when working on Next.js applications, debuggin...
nx-monorepo
by mjunaidcaNx monorepo management skill for AI-native development. This skill should be used when working with Nx workspaces, project graphs, affected detection,...
operating-k8s-local
by mjunaidcaOperates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debuggi...
operating-production-services
by mjunaidcaSRE patterns for production service reliability: SLOs, error budgets, postmortems, and incident response.Use when defining reliability targets, writin...
production-debugging
by mjunaidcaDebug production issues in Kubernetes clusters. Use this skill when investigating 500 errors, missing functionality, silent failures, or service integ...
researching-with-deepwiki
by mjunaidcaResearch GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architect...
scaffolding-fastapi-dapr
by mjunaidcaBuild production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication.Use when building REST APIs with Neon PostgreSQL, impl...
scaffolding-openai-agents
by mjunaidcaBuilds AI agents using OpenAI Agents SDK with async/await patterns and multi-agent orchestration.Use when creating tutoring agents, building agent han...
session-intelligence-harvester
by mjunaidcaThis skill should be used after productive sessions to extract learnings and route them to appropriate Reusable Intelligence Infrastructure (RII) comp...
shadcn-ui
by mjunaidcaBuild beautiful, accessible UIs with shadcn/ui components. Use this skill when creating forms, dialogs, tables, sidebars, or any UI components in Next...
skill-creator
by mjunaidcaGuide 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...
sqlmodel-database
by mjunaidcaDesign and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon Postg...
streaming-llm-responses
by mjunaidcaImplement real-time streaming UI patterns for AI chat applications. Use when adding responselifecycle handlers, progress indicators, client effects, o...
styling-with-shadcn
by mjunaidcaBuild beautiful, accessible UIs with shadcn/ui components in Next.js. Use when creatingforms, dialogs, tables, sidebars, or any UI components. Covers ...
systematic-debugging
by mjunaidcaSystematic methodology for debugging bugs, test failures, and unexpected behavior.Use when encountering any technical issue before proposing fixes. Co...
tool-design
by mjunaidcaDesign tools that agents can use effectively. Use when creating new tools for agents, debugging tool-related failures, or optimizing existing tool set...
ux-evaluator
by mjunaidcaThis skill should be used when evaluating UI components against UX best practices. Use for reviewing buttons, navigation elements, spacing, visual hie...
working-with-documents
by mjunaidcaCreates and edits Office documents: Word (.docx), PDF, and PowerPoint (.pptx).Use when working with document creation, PDF manipulation, presentation ...
assessment-builder
by mjunaidcaCreates assessments with varied question types (MCQ, code-completion, debugging, projects) alignedto learning objectives with meaningful distractors b...
chatkit-integration
by mjunaidcaIntegrate OpenAI ChatKit framework with custom backend and AI agents. Handles ChatKit server implementation, React component integration, context inje...
concept-scaffolding
by mjunaidcaThis skill should be used when scaffolding complex concepts for learners. It applies cognitive load architecture principles to break down concepts int...
docusaurus-conventions
by mjunaidcaDocusaurus file naming, syntax, and structure conventions for RoboLearn platform
docusaurus-deployer
by mjunaidcaThis skill should be used when deploying a Docusaurus site to GitHub Pages. It automates the configuration, building, and deployment process, handling...
gazebo-world-builder
by mjunaidcaDesign simulation worlds using SDF with ground planes, models, physics configuration, and lighting
image-generator
by mjunaidcaThis skill should be used when generating images for educational content. It provides multi-turn reasoning partnership methodology with Gemini for pro...
learning-objectives
by mjunaidcaGenerate measurable learning outcomes aligned with Bloom's taxonomy and CEFR proficiency levels for educational content.Use this skill when educators ...
lesson-generator
by mjunaidcaGenerate lesson content following 4-Layer Teaching Framework with standardized metadata and Docusaurus conventions
mermaid-diagram
by mjunaidca"Generate Mermaid diagrams for educational content. Use when visualizing concepts, architectures, or workflows."
notebooklm-slides
by mjunaidcaThis skill should be used when generating pedagogically-aligned slide decks from educational content using NotebookLM. It addresses the convergence to...
pyodide-exercise
by mjunaidca"Create browser-based Python exercises using Pyodide. Use for interactive coding without local setup."
quiz-generator
by mjunaidcaALWAYS generate interactive quizzes using the Quiz component (50 comprehensive questions total).Generates 50 college-level conceptual questions with i...
ros2-custom-interfaces
by mjunaidca"Generate ROS 2 custom message (.msg) and service (.srv) interface definitions for educational content. This skill should be used when creating lesson...
ros2-gazebo-bridge
by mjunaidcaConfigure ros_gz_bridge to connect Gazebo topics with ROS 2 for closed-loop control
ros2-launch-system
by mjunaidca"Generate ROS 2 Python launch files and multi-node system configurations for educational content. This skill should be used when creating lessons that...
ros2-publisher-subscriber
by mjunaidca"Generate ROS 2 publisher and subscriber code examples for educational content. This skill should be used when creating lessons that teach ROS 2 pub/s...
ros2-service-pattern
by mjunaidca"Generate ROS 2 service server and client code examples for educational content. This skill should be used when creating lessons that teach request/re...
sensor-simulation
by mjunaidcaConfigure camera, LIDAR, IMU, and contact sensors on simulated robots in Gazebo
summary-generator
by mjunaidcaThis skill should be used when generating lesson summaries for educational content. It extracts key concepts, mental models, patterns, and common mist...
urdf-robot-model
by mjunaidcaCreate robot models using URDF with proper links, joints, visual geometry, collision shapes, and physical properties
urdu-translator
by mjunaidca"Translate educational content to Urdu while preserving technical accuracy. Use for multilingual content delivery."
visual-asset-workflow
by mjunaidcaThis skill should be used when creating visual assets for educational content. It provides professional creative brief methodology to activate reasoni...
mcp-client
by mjunaidcaUniversal MCP client for connecting to any MCP server. Bundle scripts/mcp-client.py with your skill to enable dynamic tool discovery and execution wit...
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.