miko.setup

Automate miko setup by surveying a codebase and generating a system-level design guide.

10|1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/studyplus/miko --skill miko-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miko.setup
Source: https://github.com/studyplus/miko/tree/main/skills/miko.setup
Command: npx skills add https://github.com/studyplus/miko --skill miko-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initial setup of miko in a project, surveying the codebase to generate the miko/system_high_level_design.md.

Core Features & Use Cases

  • Automated Setup: Guides users through setting up miko in their project.
  • Codebase Survey: Automatically surveys the project's codebase.
  • Output Generation: Generates miko/system_high_level_design.md for miko's use.
  • Use Case: If you're starting a new project with miko, this Skill can quickly set up the environment and provide a system-level design guide.

Quick Start

Run the setup command /miko.setup in your project directory.

Frequently Asked Questions about miko.setup

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

FAQPage Schema
How do I automate project setup and generate a system high level design?

Automate project setup by running a script that surveys the codebase and generates a system high level design guide. It creates the `miko/system_high_level_design.md` file to document your new project's architecture.

What is a codebase survey for system design?

A codebase survey for system design is an automated scan of your project's code to generate a high level design guide. It produces a structured markdown file that maps the architecture for development automation tools.

How do I set up miko for a new project?

To set up miko for a new project, execute the `/miko.setup` command in your project directory. This initiates the automated setup process, surveying the codebase to prepare the environment and design guide.

Do I need script execution access to run a codebase survey?

Yes, you need script execution access and project code access to run the codebase survey. The automated setup process requires these permissions to scan the codebase and generate the system high level design markdown.

Can I use automated project setup for existing codebases?

Automated project setup is designed for new projects using miko. While it performs a codebase survey to generate the system design guide, it specifically targets the initial environment setup for new project workflows.