ti-install-sig

Load project-specific mruby class and method signatures into context.

71|2|Updated Sep 2, 2025
One-click install
npx skills add https://github.com/engneer-hamachan/mruby-ti --skill ti-install-sig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ti-install-sig
Source: https://github.com/engneer-hamachan/mruby-ti/tree/main/skills/ti-install-sig
Command: npx skills add https://github.com/engneer-hamachan/mruby-ti --skill ti-install-sig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load project-specific mruby class and method signatures into context to enable accurate type reasoning during MRuby development.

Core Features & Use Cases

  • Load and reference project-specific class and method signatures without changing source code.
  • Quickly inspect available classes and method shapes to guide implementation and refactoring.
  • Use in tasks like feature integration, debugging, and type-guided code navigation.

Quick Start

Invoke ti-install-sig with your task prompt to preload project signatures and then query signatures as needed.

Frequently Asked Questions about ti-install-sig

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

FAQPage Schema
How do I load project-specific mruby signatures for type checking?

To load mruby signatures for type checking, invoke the tool with your task prompt to preload project-specific class and method definitions into context. This enables accurate type reasoning without requiring source code annotations.

Can I inspect available mruby classes and method shapes without modifying source code?

Yes, you can inspect available mruby classes and method shapes without modifying source code. The tool lists signatures directly from project-specific definitions to guide implementation and refactoring tasks.

What is the best way to enable type-guided code navigation in an mruby project?

The best way to enable type-guided code navigation in an mruby project is to preload project-specific class and method signatures. This provides the context needed to query detailed method definitions during debugging or feature integration.

Do I need to add code annotations to get accurate type reasoning in mruby development?

No, you do not need to add code annotations to get accurate type reasoning in mruby development. The tool loads project-specific signatures directly to support type checking and code navigation.

Does this approach work for per-project mruby code bases where available classes and methods vary?

Yes, this approach works for per-project mruby code bases where available classes and methods vary. It loads the specific signatures for your project context to support coding, debugging, and refactoring tasks.