github.com/modu-ai/moai-adk
| Skill | Added | Review |
|---|---|---|
moai-workflow-thinking .moai/archive/skills/v3.0/moai-workflow-thinking/SKILL.md Sequential Thinking MCP for structured step-by-step analysis via --deepthink flag. Separate from UltraThink which is Claude's native extended reasoning mode. Use for multi-step analysis or architecture decisions. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-workflow-jit-docs .moai/archive/skills/v3.0/moai-workflow-jit-docs/SKILL.md Enhanced Just-In-Time document loading system that discovers, loads, and caches relevant documentation based on user intent and project context. Use when users need specific documentation on demand. | 43 43 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 4100d87 | |
moai-tool-svg .moai/archive/skills/v3.0/moai-tool-svg/SKILL.md SVG creation, optimization, and transformation specialist. Use when creating vector graphics, optimizing SVG files with SVGO, implementing icon systems, building data visualizations, or adding SVG animations. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-platform-database-cloud .moai/archive/skills/v3.0/moai-platform-database-cloud/SKILL.md Cloud database platform specialist covering Neon (serverless PostgreSQL), Supabase (PostgreSQL 16 with real-time), and Firebase Firestore (NoSQL with offline sync). Use when choosing or setting up cloud databases. | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-foundation-philosopher .moai/archive/skills/v3.0/moai-foundation-philosopher/SKILL.md Strategic thinking framework integrating First Principles Analysis, Stanford Design Thinking, and MIT Systems Engineering for deeper problem-solving. Use for architecture decisions or root cause analysis. | 56 56 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 4100d87 | |
moai-foundation-context .moai/archive/skills/v3.0/moai-foundation-context/SKILL.md Manages context window optimization, session state persistence, and token budget allocation for multi-agent workflows. Use for token budget management, context limits, or session handoff across agents. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-domain-uiux .moai/archive/skills/v3.0/moai-domain-uiux/SKILL.md UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-docs-generation .moai/archive/skills/v3.0/moai-docs-generation/SKILL.md Documentation generation patterns for technical specs, API docs, user guides, and knowledge bases using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Use when creating docs from code, building doc sites, or automating documentation workflows. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-platform-auth .moai/archive/skills/v2.16/moai-platform-auth/SKILL.md Authentication and authorization specialist covering Auth0, Clerk, and Firebase Auth. Use when implementing authentication, MFA, SSO, passkeys, WebAuthn, social login, or security features. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-workflow-worktree .claude/skills/moai-workflow-worktree/SKILL.md Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments. | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-workflow-testing .claude/skills/moai-workflow-testing/SKILL.md Use when writing tests, measuring coverage, or running characterization, performance, or PR-review QA. Comprehensive specialist combining DDD testing, characterization tests, performance profiling, and TRUST 5 quality-assurance validation. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 4100d87 | |
moai-workflow-docs-claim-check .claude/skills/moai-workflow-docs-claim-check/SKILL.md Read-only check of whether the claims a public-facing document makes (README, release notes, install and usage guides) are supported by user-supplied evidence. Runs Preflight, Claim Triage, and Validation, splits composite claims into atomic ones, and labels each. Runs no commands and writes no fixes. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-ref-react-patterns .claude/skills/moai-ref-react-patterns/SKILL.md React/Next.js component design patterns, state management strategies, and project structure reference for frontend development. Agent-extending skill that amplifies frontend domain work (spawned via Agent(general-purpose) with frontend instructions) with production-grade React patterns. NOT for: backend API design, database modeling, DevOps, mobile apps. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-ref-owasp-checklist .claude/skills/moai-ref-owasp-checklist/SKILL.md OWASP Top 10 security checklist, authentication patterns, input validation, and HTTP security headers reference. Agent-extending skill that amplifies backend-implementation and security-audit workflows with production-grade security patterns. NOT for: frontend UI, DevOps deployment, performance optimization, testing strategy. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-ref-llm-security .claude/skills/moai-ref-llm-security/SKILL.md AI/LLM defensive security reference: prompt-injection defense, OWASP LLM Top 10 defensive mapping, MCP and agentic tool-call hardening, training-data poisoning detection, model-output validation and guardrails, MITRE ATLAS defensive correlation, and NIST AI RMF governance. Agent-extending skill that amplifies backend, security, and AI-application engineering with production-grade defensive patterns for LLM-backed systems. NOT for: offensive techniques (jailbreak authoring, attack-payload crafting, red-team exploitation), model training or fine-tuning methodology, prompt optimization for capability, web-app OWASP Top 10 (see moai-ref-owasp-checklist), or general API design (see moai-ref-api-patterns). | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-ref-git-workflow .claude/skills/moai-ref-git-workflow/SKILL.md Git workflow patterns, branch strategies, conventional commits, and PR templates reference for git operations. Agent-extending skill that amplifies manager-git expertise with production-grade git workflow patterns. NOT for: code implementation, testing, architecture design, documentation content. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-ref-api-patterns .claude/skills/moai-ref-api-patterns/SKILL.md REST/GraphQL API design patterns, error handling conventions, and input validation reference for backend development. Agent-extending skill that amplifies backend domain work (spawned via Agent(general-purpose) with backend instructions) with production-grade API patterns. Use when designing APIs, implementing endpoints, or reviewing backend code. NOT for: frontend development, DevOps, database schema design, security audits. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-meta-harness .claude/skills/moai-meta-harness/SKILL.md DEPRECATED — legacy 7-Phase meta-harness. Redirects to the v4 harness Builder (/moai:harness <natural-language request>) which replaces the static 7-Phase workflow with an orchestrator-direct 4-phase Builder (ANALYZE / PLAN / GENERATE / ACTIVATE) + a manifest-driven dynamic-workflow Runner. Retained as the redirect source for backward-compat invocation paths; the 7-Phase body below is preserved as historical reference, NOT for new harness creation. | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
moai-harness-learner .claude/skills/moai-harness-learner/SKILL.md Harness learning subsystem coordinator. Produces Tier 4 auto-update proposal payloads consumed by the orchestrator (which surfaces them via AskUserQuestion) and orchestrates Apply/Rollback flows. Triggers when harness learning proposals are pending or learning lifecycle management is needed. | 57 57 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 4100d87 | |
moai-foundation-thinking .claude/skills/moai-foundation-thinking/SKILL.md Unified thinking toolkit: Creative frameworks (Critical Evaluation, Diverge-Converge, Deep Questioning), First Principles reasoning (absorbed from moai-foundation-philosopher), and Adaptive Thinking via the `ultrathink` keyword. Use for ideation, strategic analysis, architecture decisions, and deep reasoning on complex problems. | 59 59 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 4100d87 | |
moai-foundation-core .claude/skills/moai-foundation-core/SKILL.md Provides MoAI-ADK foundational principles including TRUST 5 quality framework, SPEC-First DDD methodology, delegation patterns, progressive disclosure, agent catalog reference, and token budget management (absorbed from moai-foundation-context). Use when referencing TRUST 5 gates, SPEC workflow, or context window optimization. | 59 59 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 4100d87 | |
moai-domain-backend .claude/skills/moai-domain-backend/SKILL.md Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns. Use when designing APIs, implementing server logic, authentication, or authorization. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
hns-oss-docs-structure-map .claude/skills/hns-oss-docs-structure-map/SKILL.md docs-site structure map for the oss-docs harness structure-curator: exact paths and schemas for hugo.toml, per-locale content/<locale>/_meta.yaml, data/menu/main.yaml (4-locale name maps + icon values), the icon-to-SVG-case coupling in layouts/partials/menu.html, shortcodes, the FROZEN moai-brand.css, vercel.json redirect examples, and the known design-vs-guides divergence. Loaded by the structure-curator before any navigation or config edit. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
hns-oss-docs-readme-sync .claude/skills/hns-oss-docs-readme-sync/SKILL.md README 4-file synchronization procedure for the oss-docs harness: Korean README.ko.md as primary source, en/ja/zh derivation, the shared language-switcher header contract, section-order parity checklist, and the manual verification recipe (no linter exists for READMEs). Loaded by the content-author and locale-translator specialists for any README work. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 | |
hns-oss-docs-i18n-rules .claude/skills/hns-oss-docs-i18n-rules/SKILL.md HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker spacing, the URL blacklist, version SSOT, vercel.json redirect pattern, and the immutable Vercel binding. Loaded FIRST by every oss-docs specialist before any edit. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 4100d87 |