Git
v1.0.0

moai-workflow-jit-docs

by @modu-ai0 pulls
URLopenbooklet.com/s/moai-workflow-jit-docs
Pinnedopenbooklet.com/s/moai-workflow-jit-docs@1.0.0
APIGET /api/v1/skills/moai-workflow-jit-docs

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.

21 skills from this repomodu-ai/moai-adk
moai-workflow-jit-docsviewing
CI Auto-Fix Loop (`moai-workflow-ci-autofix`)internal/template/templates/.claude/skills/moai-workflow-ci-autofix/SKILL.md
CI Watch Loop (`moai-workflow-ci-watch`)internal/template/templates/.claude/skills/moai-workflow-ci-watch/SKILL.md
MoAI Extension: Progressive Disclosure.claude/skills/moai-domain-design-handoff/SKILL.md

progressive_disclosure: enabled: true level1_tokens: 100 level2_tokens: 5000

moai-design-craftinternal/template/templates/.claude/skills/moai-design-craft/SKILL.md

Intent-First design craft specialist covering design direction, domain vocabulary, design memory, and post-build critique. Use when establishing design intent or auditing code against design principles.

moai-design-system.claude/skills/moai-design-system/SKILL.md

Unified design system specialist integrating Intent-First design craft, UI/UX foundations (accessibility, design tokens, component architecture), and Pencil MCP tool integration. Absorbed from moai-design-craft, moai-domain-uiux, and moai-design-tools (Pencil portion). Use when establishing design intent, building design systems, or rendering Pencil designs.

moai-design-tools.moai/archive/skills/v3.0/moai-design-tools/SKILL.md

Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil designs, or exporting to React/Tailwind code.

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.

moai-domain-db-docs.claude/skills/moai-domain-db-docs/SKILL.md

Parses DB migration files (Prisma, Alembic, Rails, raw SQL) and keeps .moai/project/db/schema.md, erd.mmd, migrations.md in sync. Powers the PostToolUse hook and /moai db refresh/verify subcommands.

moai-domain-mobileinternal/template/templates/.claude/skills/moai-domain-mobile/SKILL.md

Mobile native and cross-platform development domain skill covering iOS native (Swift/SwiftUI), Android native (Kotlin/Jetpack Compose), React Native, and Flutter. Use when implementing mobile features or selecting between mobile paradigms. Harness seed: invoke builder-skill for deep sub-skills.

moai-foundation-cc.claude/skills/moai-foundation-cc/SKILL.md

Canonical Claude Code authoring kit covering Skills, sub-agents, plugins, slash commands, hooks, memory, settings, sandboxing, headless mode, and advanced agent patterns. Use when creating Claude Code extensions or configuring Claude Code features.

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.

moai-harness-learnerinternal/template/templates/.claude/skills/moai-harness-learner/SKILL.md

Harness learning subsystem coordinator. Surfaces Tier 4 auto-update proposals via AskUserQuestion and orchestrates Apply/Rollback flows. Triggers when harness learning proposals are pending or learning lifecycle management is needed.

moai-meta-harness.claude/skills/moai-meta-harness/SKILL.md

Meta-harness skill that designs project-specific agent teams and generates the skills they use. Adapts the revfactory/harness 7-Phase workflow to MoAI's agent ecosystem. Triggered by /moai project Socratic interview and produces dynamic my-harness-* skills + .claude/agents/my-harness/* + .moai/harness/* artifacts.

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 expert-backend expertise 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.

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 expert-security and expert-backend expertise with production-grade security patterns. NOT for: frontend UI, DevOps deployment, performance optimization, testing strategy.

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 expert-frontend expertise with production-grade React patterns. NOT for: backend API design, database modeling, DevOps, mobile apps.

moai-workflow-design-context.claude/skills/moai-workflow-design-context/SKILL.md

Loads human-authored design briefs from .moai/design/ (research, system, spec, pencil-plan) and injects them into /moai design workflow context with priority truncation when token budget is exceeded.

moai-workflow-design-import.claude/skills/moai-workflow-design-import/SKILL.md

Parses Claude Design handoff bundle (ZIP or HTML) and extracts design tokens, component manifests, and static assets for expert-frontend delegation. Validates bundle version against the supported_bundle_versions whitelist and returns structured error codes on failure with path B fallback guidance.

moai-workflow-gan-loop.claude/skills/moai-workflow-gan-loop/SKILL.md

Builder-Evaluator GAN loop workflow for iterative design quality improvement. Implements Sprint Contract negotiation, 4-dimension scoring (Design Quality, Originality, Completeness, Functionality), stagnation detection, and escalation protocol. Reads parameters from design.yaml.

moai-workflow-github.claude/skills/moai-workflow-github/SKILL.md

(dev-only) GitHub workflow orchestration skill for moai-adk-go maintainers. Manages issues and PRs with Agent Teams support, including issue fixing workflows (fix/issue-{N} branches, --all, --label, --merge, --solo flags) and PR code review workflows. Extracted from .claude/commands/98-github.md to satisfy thin-wrapper pattern. NOT distributed to user projects (dev-only; user-invocable: false).

Auto-indexed from modu-ai/moai-adk

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0