Skip to content
Development
Skill

/install-verification

Use before claiming that the package can be installed or published. Verifies structure, adapters, schemas, executable scripts, and public-safety boundaries.

From plugin
agentlas-os
1.2k41 skills5 agents14 commands1 MCP
Install
$ npx -y skills add agentlas-ai/Agentlas-OS --skill install-verification --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/install-verification

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use before claiming that the package can be installed or published. Verifies structure, adapters, schemas, executable scripts, and public-safety boundaries.

SKILL.md

install-verification.SKILL.md
name: install-verification
description: "Use before claiming that the package can be installed or published. Verifies structure, adapters, schemas, executable scripts, and public-safety boundaries."

Install Verification

Run:

scripts/verify-package.sh
scripts/public_safety_check.sh

Then inspect:

  • root `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`;
  • `.agents/`;
  • `.agentlas/`;
  • `.claude/`;
  • `codex/`;
  • `scripts/install.sh`.

Do not claim completion if any required file is missing.

Ships withagentlas-os

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

Get the whole plugin

Other skills on agentlas-os.