Agent skill
babysitter:project-install
Set up a project for babysitting. Research the codebase, build project profile, install tools.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/project-install
SKILL.md
babysitter:project-install
Guide through onboarding a new or existing project for babysitter orchestration.
Workflow
1. Research the Codebase
- Analyze project structure, language, framework, build tools
- Check for existing
.a5c/directory - Detect CI/CD configuration (GitHub Actions, Jenkins, etc.)
- Identify key entry points and test suites
2. Interview
- What are the project's goals?
- What workflows should be orchestrated?
- What quality gates matter most?
- Any specific tools or frameworks to prefer?
3. Build Project Profile
Write the project profile using the CLI:
echo '<profile-json>' > /tmp/project-profile.json
babysitter profile:write --project --input /tmp/project-profile.json --json
The profile includes:
- Project name, description, language, framework
- Build and test commands
- Quality gates configuration
- Preferred skills and agents
- CI/CD integration settings
4. Install Tools
- Ensure
@a5c-ai/babysitter-sdkis in package.json - Create
.a5c/directory structure - Set up
.codex/config.tomlMCP server config - Create AGENTS.md if not present
5. Optional: Configure CI/CD
- Add babysitter orchestration to CI pipeline
- Set up automated quality gates
- Configure deployment hooks
Done!
Project is ready for babysitting. Try /babysitter:call to start your first orchestrated workflow.
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?