Agent skill
babysitter:user-install
Set up babysitter for yourself. Install deps, build user profile, configure tools.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/user-install
SKILL.md
babysitter:user-install
Guide through onboarding a new user for babysitter orchestration.
Workflow
1. Install Dependencies
- Ensure Node.js >= 18 is installed
- Install babysitter SDK globally:
npm install -g @a5c-ai/babysitter-sdk
- Verify:
babysitter version --json
2. Interview
- What are your specialties? (frontend, backend, devops, ML, etc.)
- What's your expertise level? (junior, mid, senior, expert)
- Communication preferences? (concise, detailed, step-by-step)
- Breakpoint tolerance? (minimal, low, moderate, high, maximum)
- Preferred tools and frameworks?
3. Build User Profile
Write the user profile using the CLI:
echo '<profile-json>' > /tmp/user-profile.json
babysitter profile:write --user --input /tmp/user-profile.json --json
The profile includes:
- Name, role, specialties
- Expertise levels per domain
- Communication style preferences
- Breakpoint tolerance settings
- Tool preferences
- Installed skills and agents
4. Configure Tools
- Set up preferred editor/IDE integration
- Configure default process templates
- Set environment variables
Done!
Your babysitter profile is configured. It will personalize all future orchestration runs.
Star the repo: https://github.com/a5c-ai/babysitter
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?