beta

Verify line-wrapping of long content in Codex skill definitions.

9|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/conn-castle/agent-layer --skill beta-conn-castle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beta
Source: https://github.com/conn-castle/agent-layer/tree/main/internal/sync/testdata/fixture-repo/expected/.gemini/skills/beta
Command: npx skills add https://github.com/conn-castle/agent-layer --skill beta-conn-castle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a minimal, self-contained unit used to verify proper line-wrapping behavior in Codex skills, ensuring long descriptions wrap correctly in generated UI and tooling.

Core Features & Use Cases

  • Lightweight test scaffold for verifying line-wrapping of large description blocks in Codex-generated materials.
  • Provides a concise body to exercise content rendering without invoking external dependencies.
  • Use Case: developers run the skill in a test suite to confirm that description folds properly across UI components.

Quick Start

Run a local sync or activation to render the beta skill and observe line-wrapping behavior in logs or output.

Frequently Asked Questions about beta

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

FAQPage Schema
How do I test line-wrapping for long markdown descriptions in Codex skills?

You can test line-wrapping by running this lightweight scaffold during local sync or activation to verify that long description blocks fold properly across UI components and logs.

What is the mechanism for enforcing YAML frontmatter and markdown body checks in Codex?

The mechanism enforces YAML frontmatter with name and description, ensures the markdown body exists, and validates that the Quick Start section contains exactly one instruction sentence.

Can I use this skill to verify content rendering without external dependencies?

Yes, you can use this self-contained unit to exercise content rendering and observe line-wrapping behavior without invoking any external dependencies.

Does this skill validate the Quick Start section format in generated prompts?

Yes, it checks that the Quick Start section contains exactly one instruction sentence during development and CI testing of Codex skill definitions.

Why is line-wrapping verification needed for inline markdown bodies in Codex?

Line-wrapping verification ensures long descriptions wrap correctly in generated UI and tooling, preventing display issues when rendering large content blocks across components.