large-skill

Provides large content for testing truncation and view offset functionality.

632|86|Updated Apr 29, 2023
One-click install
npx skills add https://github.com/yaklang/yaklang --skill large-skill-yaklang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: large-skill
Source: https://github.com/yaklang/yaklang/tree/main/common/ai/aid/aireact/reactloops/reactloopstests/testdata/skills/large-skill
Command: npx skills add https://github.com/yaklang/yaklang --skill large-skill-yaklang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides a large body of content used to test truncation and view offset behavior when reading skill files, helping developers verify that long documents are handled correctly. ## Core Features & Use Cases - Truncation Testing: Supplies enough lines of content to trigger truncation logic in skill viewers. - View Offset Testing: Enables verification of offset-based reading across a long document. - Use Case: A developer building a skill-loading system can load this skill to confirm that content beyond a line limit is truncated and that view offsets return the correct line ranges. ## Quick Start Load the large-skill and read its content with a view offset to verify truncation behavior.

Frequently Asked Questions about large-skill

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

FAQPage Schema
How do I test truncation of large skill files?▼

Load a skill with content exceeding the display line limit and verify that the reader truncates output at the expected boundary. This skill provides 50 numbered lines specifically for that purpose.

How to test view offset when reading long documents?▼

Request the document with a specific line offset and confirm the returned content starts at the correct line. The numbered lines in this skill make it easy to verify offset accuracy.

What is this large-skill used for?▼

It is test fixture data for verifying truncation and view offset functionality in skill content loading systems. It contains 50 lines of filler content with a valid SKILL.md frontmatter.

Does this skill contain any executable scripts?▼

No, this skill contains only a SKILL.md file with frontmatter and text content. It has no scripts, references, or assets directories and performs no operations beyond providing test content.