This skill automates creating an isolated git worktree for a feature branch, sets up project dependencies (Node/Python/Rust/Go), and enforces running the test suite to verify a clean baseline before development. It documents the step-by-step process and safety checks to avoid contaminating the main workspace.
Use this when you need workspace isolation for feature work, CI-like baseline verification, or when creating a disposable environment for experimentation. It's ideal before starting a new feature branch, when onboarding contributors, or when reproducing issues without affecting the main repo.
.worktrees/ is gitignored, derives a feature branch name from planning files, creates the worktree, auto-detects language ecosystem and runs the appropriate install commands (npm, pip/poetry, cargo, go), and mandates running tests to verify a clean baseline. It also includes clear reporting steps and safety checks.This skill is procedural and shell-focused — compatible with agents that can execute shell commands or provide guided developer instructions (Copilot-style assistants, CLI-capable agents).
A git worktree creation skill that guides agents through setting up isolated development worktrees with automatic dependency installation and baseline test verification. No bundled scripts — all logic is inline bash in SKILL.md. Steps are clear and well-ordered, with strong emphasis on baseline verification. Lacks error handling in bash snippets and shell variable quoting for feature names.
Monolithic skill with all instructions inline rather than in scripts/ directory. Useful for git workflow automation but could benefit from extracted scripts with proper error handling and variable quoting.
WRDS Query & ETL Enforcement
Standards and enforcement guidance for querying WRDS data and running SAS/ETL on the WRDS grid—includes query validation, SGE submission patterns, and performan
Academic Research Search
Search academic literature across multiple sources, deduplicate results, resolve DOIs, and surface trusted papers with concise takeaways.
ds-fix — data-science mid-analysis fixer
Orchestrates diagnosis and targeted fixes mid-analysis: diagnose root cause, apply fixes with output-first verification, and update project learnings.
Readwise Reader Document Management
Manage Readwise Reader documents: list, save, search, move, tag, highlight, export and bulk-edit via official and custom CLIs.