claude-helper

Provides a minimal fixture skill for testing reserved-word validation in lint tooling.

3|1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/AlmogBaku/aos --skill claude-helper-almogbaku
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-helper
Source: https://github.com/AlmogBaku/aos/tree/main/tools/lint/selftest/fixture/capabilities/name-cap/skills/claude-helper
Command: npx skills add https://github.com/AlmogBaku/aos --skill claude-helper-almogbaku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill serves as a test fixture for validating that lint tooling correctly detects reserved words in skill names, ensuring the skill packaging pipeline enforces naming rules. ## Core Features & Use Cases - Reserved-Word Detection Testing: Carries a reserved word in its name so lint self-tests can verify rule enforcement. - Fixture for CI Validation: Used inside the lint selftest suite to confirm the validator flags invalid skill names. - Use Case: When running the repository's lint self-tests, this fixture is loaded to confirm that skills with reserved words in their names are correctly rejected. ## Quick Start Run the lint selftest suite and confirm that this fixture is flagged for containing a reserved word in its name.

Frequently Asked Questions about claude-helper

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

FAQPage Schema
What is this skill used for?▼

This skill is a test fixture for the repository's lint selftest suite. It intentionally carries a reserved word in its name so the linter can verify that reserved-word validation rules fire correctly.

How do I run the lint selftest fixtures?▼

Run the lint tooling's selftest command from the repository, which loads fixture capabilities including this one and asserts that naming violations are detected as expected.

Why does this skill name contain a reserved word?▼

The reserved word is deliberate. The fixture exists to prove the linter rejects skill names containing reserved words, so the violation is the intended test condition rather than an error.

Can I use this skill as a template for my own skill?▼

No, this fixture is intentionally invalid and should not be copied. Use a valid skill from the repository's capabilities directory as a starting template instead.