prefix-cap-tidy

Scopes role-based tidying work to the main agent within a capability fixture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill demonstrates how a second skill can be scoped to the main agent while an agent role exists, serving as a lint fixture for validating capability prefix and role-scoping rules. ## Core Features & Use Cases - Role Scoping Validation: Verifies that work intended for a specific role (the janitor) is correctly attributed when scoped to the main agent. - Lint Fixture Support: Acts as a test fixture within the capability linting toolchain to check all-main scoping behavior. - Use Case: When developing or testing the capability linter, use this fixture to confirm that skills declared under a capability prefix are correctly detected and scoped. ## Quick Start Ask your agent to run the lint selftest against the prefix-cap fixture to verify main-scoped skill detection.

Frequently Asked Questions about prefix-cap-tidy

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

FAQPage Schema
What is the prefix-cap-tidy skill used for?▼

It is a lint selftest fixture that verifies a second skill can be scoped to the main agent while an agent role exists. It helps validate capability prefix and role-scoping rules in the linting toolchain.

How do I test skill role scoping in a capability?▼

Run the lint selftest against the prefix-cap fixture directory. The fixture contains skills declared under a capability prefix, and the linter checks whether they are correctly scoped to main or to a specific role.

Does this skill perform any real tidying work?▼

No. It is a test fixture with placeholder instructions only. Its body notes that the role-scoped work should have been scoped to the janitor role, serving purely as lint validation input.

When should a skill be scoped to a role instead of main?▼

Scope a skill to a specific role when its work belongs to that agent's responsibilities, such as janitor tasks. Scoping to main is appropriate only when the work is agent-agnostic or shared across roles.