mioku-developer

Guide Mioku developers to align plugins and services with the repository layout.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/mioku-lab/mioku-skill --skill mioku-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mioku-developer
Source: https://github.com/mioku-lab/mioku-skill/tree/main
Command: npx skills add https://github.com/mioku-lab/mioku-skill --skill mioku-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides repository-accurate guidance to help developers align Mioku plugins, services, and architecture with the real repository layout, reducing drift and confusion during development and review.

Core Features & Use Cases

  • Repository-accurate guidance for Mioku plugin and service development and review
  • Read and apply the official references (architecture, plugin development, service development, system services) to stay in sync with framework contracts
  • Validate Skill units by ensuring a SKILL.md frontmatter exists and is discoverable at the root of each unit
  • Support onboarding and refactoring tasks by providing a clear playbook and examples

Quick Start

Open this skill and start by reviewing references/architecture.md and references/plugin-development.md to align your work with the real Mioku repository.

Frequently Asked Questions about mioku-developer

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

FAQPage Schema
How do I align Mioku plugins and services with the real repository layout?

To align Mioku plugins and services with the repository layout, use guidance sourced from SKILL.md frontmatter and official references. This ensures your development stays in sync with framework contracts during code reviews and refactoring.

What is the correct structure for a Mioku plugin package.json configuration?

A correct Mioku plugin package.json configuration requires a mioku.* field to align with framework conventions. Validating this configuration ensures repository accuracy and prevents drift from core architecture during plugin development.

How do I validate a Mioku Skill unit during onboarding?

To validate a Mioku Skill unit during onboarding, ensure a SKILL.md frontmatter exists and is discoverable at the root of each unit. This validation provides a clear playbook to support onboarding and refactoring tasks.

Can I use this guidance to refactor system services like ai, config, and webui?

Yes, you can use this guidance to refactor system services like ai, config, help, screenshot, and webui. It applies official references to ensure refactors maintain alignment with the real repository layout and system architecture.

Why does my Mioku architecture drift from core framework conventions?

Architecture drifts from core framework conventions when development lacks repository-accurate guidance. Applying safety checks and sourcing references from architecture.md and plugin-development.md prevents this drift and maintains structural integrity.