name-cap

Serves as the entry skill for the name fixture capability installation flow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill acts as the entry point for the name-cap capability fixture, giving the agent a discoverable starting point when a user asks to install a capability. ## Core Features & Use Cases - Entry Point Discovery: Provides the initial skill loaded when the name-cap capability is referenced. - Install Trigger: Activates when the user says "install <capability>". - Use Case: As part of the aos capability kit, a user asks their agent to install a capability, and this skill serves as the map that orients the agent to the capability's structure. ## Quick Start Ask your agent to install the name-cap capability and it will load this entry skill to begin.

Frequently Asked Questions about name-cap

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

FAQPage Schema
How do I install a capability with the aos kit?▼

Tell your agent to install the capability by name, for example by saying install followed by the capability name. The agent loads the capability's entry skill, which maps out the rest of the installation flow.

What is an entry skill in an aos capability?▼

An entry skill is the SKILL.md file an agent loads first when a capability is referenced. It contains frontmatter with a name and description for discovery, plus a body that orients the agent to the capability.

Does this skill require any scripts or dependencies?▼

No. This skill consists only of a SKILL.md file with frontmatter and a short body. It has no scripts, references, or assets directories and no external dependencies.

When is the name-cap skill triggered?▼

It is triggered when the user says install followed by a capability name. The description field in its frontmatter declares this trigger so the harness can match user intent to the skill.