capture

Hands off execution to the refer skill and then the capture skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill serves as a test fixture for validating skill-name collision detection in the aos capability linting toolchain, where its name prefixes onto a name already claimed by another capability. ## Core Features & Use Cases - Collision Testing: Provides a deliberately conflicting skill name so the linter can detect installed-collision scenarios between capabilities. - Handoff Instruction: Directs the agent to hand off to the refer skill first, then to the capture skill. - Use Case: When running the aos lint selftest suite, this fixture verifies that the tooling correctly flags a skill whose name collides with one already claimed by the bad-cap capability. ## Quick Start Run the aos lint selftest suite to verify that this fixture's name collision with the bad-cap capability is detected.

Frequently Asked Questions about capture

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

FAQPage Schema
What is the capture skill fixture used for?▼

The capture skill is a test fixture in the aos lint selftest suite. Its name deliberately prefixes onto a name claimed by the bad-cap capability so the linter can verify installed-collision detection between skills.

How does the aos linter detect skill name collisions?▼

The linter reads the name field from each skill's SKILL.md frontmatter and compares it against names already claimed by installed capabilities. When a new skill's name prefixes onto an existing one, it flags an installed-collision.

What does the capture skill instruct the agent to do?▼

The SKILL.md body instructs the agent to hand off to the refer skill first, and then to the capture skill. It contains no scripts, references, or assets beyond this instruction.

Can I use the capture fixture in a production capability?▼

No. This fixture exists only inside tools/lint/selftest/fixture for testing the linter. Its intentionally conflicting name would trigger collision warnings in any real installation.