moai-project-batch-questions
About
This skill provides standardized AskUserQuestion templates for batch optimization, reducing user interactions by up to 60%. It offers reusable question groups for common patterns, allowing developers to maintain clarity while minimizing repetitive prompts. Use it when you need to collect multiple related inputs from users in a single, efficient interaction.
Quick Install
Claude Code
Recommendednpx skills add modu-ai/moai-adk -a claude-code/plugin add https://github.com/modu-ai/moai-adkgit clone https://github.com/modu-ai/moai-adk.git ~/.claude/skills/moai-project-batch-questionsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
moai-plugin-builder
OtherThis skill provides patterns, templates, and best practices for developing Claude Code plugins. Use it when creating plugins, defining components like commands and hooks, or troubleshooting plugin issues. It covers essential structures including plugin manifests, agents, skills, and MCP/LSP configurations.
when-optimizing-prompts-use-prompt-architect
OtherPrompt Architect is a framework for developers to systematically analyze, refine, and optimize prompts using evidence-based techniques. It helps improve AI response quality and consistency by identifying anti-patterns and validating changes through A/B testing. Use it when you need to refactor an underperforming prompt or design a new, effective one from scratch.
when-creating-skill-template-use-skill-builder
OtherThis skill generates properly structured Claude Code Skills with complete YAML frontmatter, progressive disclosure documentation, and organized directory layouts. It ensures new skills follow best practices and specification requirements while creating all necessary files including SKILL.md, README.md, and process diagrams. Developers should use it when creating reusable skills to maintain consistency and compliance with Claude's skill framework.
deepspeed
DesignThis skill provides expert guidance for distributed training using Microsoft's DeepSpeed library. It helps developers implement optimization techniques like ZeRO stages, pipeline parallelism, and mixed-precision training. Use this skill when working with DeepSpeed features, debugging code, or learning best practices for large-scale model training.
