moai-foundation-claude

Standardize Claude Code skill definitions, sub-agent templates, and tooling.

1.2k|214|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/modu-ai/moai-adk --skill moai-foundation-claude-modu-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-foundation-claude
Source: https://github.com/modu-ai/moai-adk/tree/main/.claude/skills/moai-foundation-claude
Command: npx skills add https://github.com/modu-ai/moai-adk --skill moai-foundation-claude-modu-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Canonical Claude Code skill authoring kit with sub-agents, commands, and orchestration patterns.

Core Features & Use Cases

  • Skill definition API and frontmatter validation
  • Sub-agent delegation patterns and MCP integration
  • Command parameter handling and memory integration
  • Hooks, memory, and IAM best practices

Quick Start

Create a new Claude Code skill using the standard template and frontmatter.

Frequently Asked Questions about moai-foundation-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill with standardized structure and documentation?

Use the moai-foundation-claude authoring kit to generate a skill definition with validated frontmatter, progressive disclosure (Quick/Implementation/Advanced sections), and a SKILL.md kept under 500 lines. The kit enforces official Claude Code documentation standards and ensures compliant skill creation.

Can I delegate tasks to sub-agents within a Claude Code skill?

Yes. The kit provides sub-agent delegation patterns and templates for orchestrating sub-agents, including MCP integration support. This enables rapid skill creation that coordinates multiple agents across enterprise and project contexts.

How do I set up custom slash commands and memory integration in a skill?

The authoring kit includes command parameter handling patterns and memory configuration best practices. You define commands with validated parameters, integrate memory state, and apply least-privilege tool permissions following official guidelines.

What IAM and security practices does the skill authoring kit enforce?

The kit applies least-privilege tool permissions, IAM policy framing aligned with official Claude Code standards, and validation guidance. It ensures skills meet security requirements across enterprise and project deployment contexts.

Does the skill authoring kit support MCP integrations and hooks?

Yes. The kit provides templates and best practices for MCP integrations, hook setup, and memory configuration. It standardizes these patterns to enable rapid, compliant skill creation with tooling orchestration.

What validation and testing guidance does the authoring kit include?

The kit provides clear validation and testing guidance aligned with official Claude Code documentation standards. It covers skill definition API validation, frontmatter checks, and testing patterns for sub-agents, commands, and hooks.