script-read

Retrieve and slice content from .cs script files by line numbers.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill script-read-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-read
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/script-read
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill script-read-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies accessing and manipulating the content of script files, allowing for efficient text retrieval and partial file reads.

Core Features & Use Cases

  • Script File Access: Retrieve content from .cs script files.
  • Partial Reads: Support for slicing file content between specific line numbers.
  • Integration: Pair with 'script-update-or-create' for script modifications.
  • Use Case: Imagine you need to check the content of a specific section of a script file during debugging. Use this Skill to quickly extract the relevant lines without opening the file manually.

Quick Start

Use the script-read skill to retrieve lines 10-20 from the script file 'MyScript.cs'.

Frequently Asked Questions about script-read

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

FAQPage Schema
How do I read specific lines from a .cs script file?

To read specific lines from a .cs script file, this Skill retrieves content and slices it between designated line numbers. It enables efficient partial file reads so you can extract relevant sections without opening the entire file manually.

What is the best way to extract a partial script file content for debugging?

Extracting partial script file content for debugging is best handled by slicing the file between specific line numbers. This approach avoids loading the entire document, allowing you to quickly isolate and review the exact code block causing issues.

Do I need a .NET environment to access and manipulate .cs script files?

Yes, you need a .NET environment to access and manipulate .cs script files using this Skill. It operates within a safe sandbox to securely retrieve and slice text content during your development workflows.

Can I use this Skill to modify script file content after reading it?

You cannot modify script file content directly with this Skill, as it only retrieves and slices text. To modify content, you should pair it with the 'script-update-or-create' Skill for applying changes to your scripts.

How does partial file reading improve text manipulation workflows?

Partial file reading improves text manipulation workflows by retrieving only the necessary slices of a script file. This targeted access reduces overhead and speeds up debugging by focusing strictly on the relevant lines.

Are there limitations when slicing large .cs script files in a sandbox?

When slicing large .cs script files in a sandbox, limitations include operating strictly within the .NET environment and safe sandbox boundaries. The Skill is optimized for partial reads rather than full file extraction.