Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dotfiles

dotfiles contains 24 collected skills from bostonaholic, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
24
Stars
12
updated
2026-06-22
Forks
1
Occupation coverage
12 occupation categories · 100% classified
repository explorer

Skills in this repository

writing-prose
technical-writers

Use when writing documentation, READMEs, explanations, blog posts, or any prose meant for humans to read

2026-06-22
rebase-open-prs
software-developers

This skill should be used when the user asks to "rebase all open PRs", "update all PRs with latest main", "make sure every open PR is up to date with main", "sync all open PRs onto main", "rebase all my PRs", or wants to bring every open pull request current with its base branch by rebasing in parallel git worktrees, resolving conflicts with a team of agents, and force-pushing.

2026-06-16
groom-backlog
software-developers

Groom and prioritize a project backlog — verify each candidate issue's claims against the current codebase, pick the most important N, rewrite them to a ready-to-work standard (Problem/Goals/Decisions/Outcomes/Verification), move them to Ready on the board, and close obsolete issues. Use when asked to "groom the backlog", "triage the backlog", "prioritize issues", "move issues to ready", or "what should we work on next".

2026-06-12
summarize
editors

This skill should be used when the user asks to "summarize a note", "summarize this article", "replace #summarize-later", "add a summary to a note", "generate takeaways", or mentions summarizing Obsidian notes. Replaces the #summarize-later tag with a high-level summary and actionable takeaways.

2026-06-10
changelog
software-developers

This skill should be used when the user asks to "update the changelog", "add changelog entries", "what changed since last release", or when updating CHANGELOG.md with user-facing changes. Follows Keep a Changelog format and filters out internal-only commits.

2026-05-01
improve-prompt
writers-and-authors

This skill should be used when the user asks to "improve a prompt", "make this prompt better", "optimize this prompt", "refine this system prompt", or wants to apply concept elevation to compress and clarify LLM instructions.

2026-05-01
system-prompt
technical-writers

Use when writing, reviewing, or improving system prompts for AI tools, agents, chatbots, or LLM-powered products. Trigger phrases include "write a system prompt", "create a system prompt", "system prompt for X", "improve this prompt", "review my prompt", "prompt engineering".

2026-05-01
dev-cli
software-developers

How to use the dev CLI and configure dev.yml for any project. Covers all commands, aliases, built-in tasks, dev.yml schema, and common project configurations. Use when helping users set up, configure, or troubleshoot dev CLI usage in their projects.

2026-04-19
first-principles-thinking
project-management-specialists

Socratic coach for breaking down problems to fundamental truths. Use when users want to think through a problem deeply, challenge assumptions, or find innovative solutions. Triggers on requests like "help me think through this", "let's break this down", "what are my blind spots", "I'm stuck on a problem", "challenge my assumptions", or explicit requests for first-principles thinking.

2026-04-09
define
technical-writers

This skill should be used when the user asks to "define a term", "add a definition", "replace `define-later`", "define this note", or mentions defining terms in Obsidian notes. Replaces the `#define-later` tag with a concise definition derived from the note title.

2026-04-05
zsh-config
network-and-computer-systems-administrators

Knows which zsh dotfile to place shell configuration changes into. Use when adding environment variables, aliases, PATH entries, shell options, completions, or any other zsh configuration to the user's dotfiles.

2026-04-01
safely-merge-dependabots
software-developers

This skill should be used when the user asks to "merge dependabot PRs", "safely merge dependabots", "auto-merge safe dependency updates", "process dependabot PRs", or wants to autonomously analyze and merge Dependabot PRs with comprehensive safety checks.

2026-04-01
bd-go
software-developers

This skill should be used when the user says "bd go", "go do work", "work on something", "find and do work", or wants the beads agent to autonomously find ready tasks and complete them.

2026-03-30
bd-scan
software-developers

This skill should be used when the user says "bd scan", "scan for issues", "survey the branch", "find deficiencies", or wants to review recent work on the current branch and create beads for any gaps or deficiencies found.

2026-03-30
learn
software-developers

This skill should be used when the user says "learn from that mistake", "remember this for next time", "add that to CLAUDE.md", "don't do that again", or wants to codify a correction or lesson into CLAUDE.md so it persists across sessions.

2026-03-30
rebase-dependabots
software-developers

This skill should be used when the user asks to "rebase dependabot PRs", "rebase dependabots", "refresh stale dependabot branches", or wants to comment "@dependabot rebase" on open Dependabot PRs to trigger a rebase.

2026-03-30
redo
software-developers

This skill should be used when the user says "redo this", "start over", "scrap this approach", "rewrite from scratch", "try a simpler approach", or wants to discard the current implementation and reimplement with an elegant solution using everything learned so far.

2026-03-30
review-rails
software-developers

This skill should be used when the user asks to "review rails code", "audit rails app", "find over-engineering in rails", "simplify rails services", "review app/services", or wants to analyze a Rails codebase for unnecessary abstractions with actionable refactoring steps.

2026-03-30
review-ruby
software-quality-assurance-analysts-and-testers

This skill should be used when the user asks to "review ruby code", "audit ruby codebase", "find over-engineering in ruby", "simplify ruby classes", "review lib/", or wants to analyze Ruby code (libraries, gems, CLI tools) for unnecessary abstractions with actionable refactoring steps.

2026-03-30
oss-security-analysis
information-security-analysts

This skill should be used when the user asks to "audit this repo", "is this safe to run", "security audit", "check this clone", "audit security", "check for vulnerabilities", "scan for malicious code", "analyze security risks", "detect data exfiltration", or mentions security patterns, threat detection, or codebase safety assessment.

2026-03-29
jq
software-developerscomputer-occupations-all-other

This skill should be used when the user asks to "parse JSON", "filter JSON", "transform JSON", "extract fields from JSON", "query JSON data", "format JSON output", "convert JSON to CSV", "reshape JSON", "merge JSON files", or when working with JSON data on the command line. Covers jq filters, built-in functions, and advanced patterns.

2026-03-15
gh-cli
software-developers

Use when working with GitHub PRs, issues, workflows, or CI/CD - automates GitHub operations from terminal

2026-03-10
mermaid
graphic-designerssoftware-developers+1

This skill should be used when creating, editing, or debugging Mermaid diagrams. It provides comprehensive syntax references for all 20+ Mermaid diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and more. Use this skill when users ask for diagrams, visualizations, flowcharts, or any Mermaid-related assistance.

2026-03-10
simplifying-ruby-code
computer-programmers

Identify over-engineering in Ruby - prefer simple data structures (Hash, Struct, Data) and pure functions over unnecessary classes

2026-03-10