Agent skill
verify_setup
Verify that the Visions Skills architecture is functioning correctly.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/verify-setup
SKILL.md
🕵️ Verify Setup Skill
1. Core Verification
If you are reading this, the Level 2 (Activation) phase of the Progressive Disclosure architecture is SUCCESSFUL.
2. Instructions
To complete the verification:
- Confirm Activation: State clearly that you have successfully loaded the
verify_setupskill. - Filesystem Check:
- This file is located at
visions/skills/verify_setup/SKILL.md. - Verify you can read other files in this directory if they existed.
- This file is located at
- Protocol Check:
- Explain effectively: "I scanned the registry, found the metadata in my system prompt, and called
activate_skill('verify_setup')to retrieve these instructions."
- Explain effectively: "I scanned the registry, found the metadata in my system prompt, and called
3. Python Verification (Level 3)
If you need to verify Level 3 capability (Code Execution):
- Create a python script named
test_env.pyin this directory that prints "Level 3 Active". - Execute it using your
run_commandor standard execution tool.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?