Agent skill
embry-config
Read and explain Embry OS configuration from embry.yaml
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/embry-config
SKILL.md
Embry Config
Read and explain the Embry OS configuration from embry.yaml.
Steps
- Read
embry.yamlfrom the project root - Parse and explain each section:
- version — Config schema version
- environment — Theme setting (office/industrial/home)
- services — Socket paths and connection details for all 6 daemons
- airgap — Whether air-gap mode is enabled (all inference local)
- skills — Skill discovery paths and Memory First enforcement
- persona — Default persona, voice, humor, and register settings
- modes — Distance mode timeouts (idle, launcher dismiss)
- Highlight any non-default or notable settings
- If the user asks about a specific setting, focus on that section
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?