code-cleanup
Code Directory Cleanup
Audit and tidy the ~/code/ directory.
Run from the home directory (~/).
Phase 1: Inventory
For every subdirectory in ~/code/ (including inside org folders), collect:
- Git remote (
git remote get-url origin, or "no-git") - GitHub org (parsed from remote URL)
- Repo type (R package = has
DESCRIPTION, Julia package = hasProject.toml, paper/grant = has.qmd/.tex/submission/, website = has_quarto.ymlwithout package files, org-config =.githubrepos, other) - Last commit date (
git log -1 --format="%ci") - Folder name vs remote name mismatch
- Worktrees (
git worktree listin each repo, flag any worktrees whose branch no longer exists on the remote)
Phase 2: Flag Problems
Report a table for each category:
More from seabbs/skills
analyzing-research-papers
Expert methodology for analyzing and summarizing research papers, extracting key contributions, methodological details, and contextualizing findings. Use when reading papers from PDFs, DOIs, or URLs to create structured summaries for researchers.
243academic-writing-standards
Expert knowledge of academic writing standards for peer-reviewed papers, including citation integrity, style compliance, clarity, and scientific writing best practices. Use when reviewing or editing academic manuscripts, papers, or research documentation.
64taskfile-automation
Expert guidance for using Task (taskfile.dev) automation tool to discover and execute project development commands
20issue-reply
Post a helpful reply to a GitHub issue
8paper-summary
Summarise an academic paper from URL, DOI, or file path
7literature-search
Search local bibliography files and Paperpile for relevant papers
7