Skip to main content
ClaudeWave
Skill1.1k repo starsupdated 3d ago

install-verification

Use when verifying that a generated agent package can be installed, discovered by runtimes, and checked without private dependencies.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS /tmp/install-verification && cp -r /tmp/install-verification/.agents/skills/install-verification ~/.claude/skills/install-verification
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Install Verification

Run:

```bash
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.