Agent skill
worktree-make-dev
Set up a dev environment in an existing worktree (make dev + copy secrets)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/worktree-make-dev
SKILL.md
Set up dev environment in worktree
Prepare the worktree at $ARGUMENTS for development.
Steps
1. Run setup script
bash tools/setup_worktree_env.sh <worktree-path>
The script runs make dev and copies secrets without exposing credentials in the conversation. If it fails, report the error and stop.
2. Report
Parse the script output for SECRETS_SOURCE= to determine what was used:
repo_root: Full credentials available — all destinations including remote (snowflake, bigquery, etc.)dev_template: Local only — duckdb, dummy, filesystem, and container-based destinations (postgres, clickhouse, etc.)none: No secrets found — warn the user
Dev environment ready: <worktree-path>
- make dev: done
- secrets.toml: <source>
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?