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

dotfiles

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

skills collected
31
Stars
24
updated
2026-06-11
Forks
3
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

write-pr-description
software-developers

Voice guide for writing PR descriptions. Use this skill for ALL PR creation and updates (via gh CLI or editing existing PRs). Contains your specific voice rules, anti-patterns, examples, and workflow. Never write PR descriptions without invoking this skill first.

2026-06-11
commit
software-developers

Commit the changes in the working tree. Only invoke when the user explicitly signals to commit ("commit", "/commit", etc.). Never invoke this skill on your own initiative — implementation approval is not a commit signal.

2026-06-11
review-code
software-quality-assurance-analysts-and-testers

Standalone code review for any scope — PR number, branch, file paths, or current changes. Synthesizes intent, runs 10 parallel specialized agents, and presents actionable findings with a verdict. For PR scope, optionally posts the review to GitHub with inline comments.

2026-06-10
prove-it-works
software-quality-assurance-analysts-and-testers

Survey observable paths, run the real system, capture evidence, and surface gaps. TRIGGER when asked to prove a change works or write a QA plan.

2026-06-10
handoff
project-management-specialists

Tell the next agent everything they need to know to continue your work.

2026-06-06
write-ticket-description
project-management-specialists

Voice guide for writing issue/ticket/task/epic descriptions. Use this skill for ALL issue creation — GitHub issues, Jira tasks, Monday tasks, Linear tasks, and epics. Contains section structure, voice rules, and anti-patterns. Never write ticket descriptions without invoking this skill first.

2026-06-02
design
software-developers

Design the type progression and test plan for approved work. Invoke after agreeing on the high-level approach and before writing any implementation.

2026-05-25
use-trekker
project-management-specialists

Full reference for the trekker task management workflow. Use when working with trekker issues, planning multi-step work, or managing task lifecycle.

2026-05-22
review-converge
software-quality-assurance-analysts-and-testers

Autonomously review and fix the current branch or specified scope in iterative rounds until clean, leaving all changes in the working tree. Escalates only genuine design decisions. Ends with a transparent report of every round, every fix, and anything it couldn't resolve — persisted to .outputs/.

2026-05-21
review-pr-comments-converge
software-quality-assurance-analysts-and-testers

Fetch PR review comments, validate each against the actual code, auto-fix obvious issues, and escalate genuine design decisions. Leaves all changes in the working tree. Use when you want to action reviewer feedback autonomously.

2026-05-21
discuss
software-developers

Explore a task and validate the overall strategy before implementation. TRIGGER for ambiguous tasks, design discussions, multi-step work, risky changes, or when the user asks a question before implementation.

2026-05-21
uphold-invariants
software-developers

Load relevant code quality reference files (architecture, testing, security, type design, etc.) and apply their invariants to the current task. ALWAYS invoke before designing, writing, or editing ANY code.

2026-05-16
use-linear
project-management-specialists

Reference for using Linear via MCP tools. Use when creating, updating, or querying Linear issues, projects, teams, or comments.

2026-05-14
review-prs
software-quality-assurance-analysts-and-testers

Fetch and present a prioritized summary of all PRs awaiting the current user's review across the relevant projects and provide an interactive workflow helping the user phrase and post inline review comments and overall review decisions.

2026-05-09
validate
software-quality-assurance-analysts-and-testers

Confirm we have actually completed and validated what we planned to accomplish. TRIGGER whenever the user asks you to confirm a task is complete, if any implementation or validation was missed, etc.

2026-05-09
review-completion
software-quality-assurance-analysts-and-testers

Confirm a task was fully executed and the change works — static completeness audit followed by empirical runtime evidence. TRIGGER when asked to confirm a task is complete, prove it works, or verify a change is ready to ship.

2026-05-09
scan-ideas
project-management-specialists

Find all tracked issues and work item ideas for the current project and rank them by priority to address. TRIGGER whenever the user asks for help deciding what to work on next and you are not already working through a known plan.

2026-05-09
scan-impact
project-management-specialists

Identify the most mind-blowing, game-changing changes that could be made next assuming users will shortly abandon this project if it doesn't differentiate itself soon. TRIGGER whenever the user asks what work would be most impactful to do next.

2026-05-09
scan-harness
software-developers

Audit the user's Claude Code agent harness for improvements — global config, project config, recent session patterns, and opportunities for better guardrails and feedback loops. Use when the user asks to improve their Claude Code setup.

2026-05-09
scan-gaps
project-management-specialists

Analyze gaps in user-facing features and desirable characteristics, developer-facing tooling and desirable characteristics, and other opportunities not currently tracked in the project's backlog. Use when the user asks you to help identify opportunities to improve the system.

2026-05-09
scan-invariants
software-quality-assurance-analysts-and-testers

Check whether a codebase upholds its invariants — a specific theme or all themes in parallel. Use when asked to review conventions, check invariants, or audit codebase health.

2026-05-09
add-tool
network-and-computer-systems-administrators

Add a new tool to the dotfiles repository. Use when asked to add a new CLI tool, application, or package as a managed dotfiles tool.

2026-04-21
use-codefresh
network-and-computer-systems-administrators

Reference for using Codefresh via the CodeFresh CLI. Use when a Codefresh CI check is failing in a recursionpharma PR, or when working with Codefresh builds.

2026-04-20
use-beads
software-developers

Full reference for the beads task management workflow. Use when working with beads issues, planning multi-step work, or managing task lifecycle.

2026-04-14
use-next-devtools
software-developers

Reference for using the NextJS Dev Tools via the nextjs-agent. Use to debug or observe Next.js framework internals.

2026-04-14
use-notion
software-developers

Reference for using the Notion API via the notion-agent subagent. Use to expore and update Notion workspace content.

2026-04-14
fetch-github-prs-to-review
software-developers

Fetches and processes GitHub pull requests waiting for review. Returns fully formatted markdown with PRs grouped by category (Feature/Bug, Chores, Dependency Updates) and sorted by age. Includes metadata like CI status, review status, size metrics, and viewing history. Use when user wants to see their PR review queue.

2026-03-27
create-pr
software-developers

Draft a PR for the changes on the current branch using the "commit" and "write-pr-description" skills.

2026-03-27
drafting-til
writers-and-authors

Draft a TIL-style blog post in the user's voice and write it to Notion with Status="Claude Draft". Contains voice guide for matching the user's writing style. Use when user approves a TIL topic and wants a draft created.

2026-03-19
scanning-notion-for-tils
software-developersstatistical-assistants-439111

[UNDER DEVELOPMENT - DO NOT USE] Searches the Notion Writing database for unpublished items that could become TIL posts. This skill is not yet integrated with the publishing workflow.

2026-03-19
scanning-git-for-tils
software-developers

Scans GitHub commit history for commits that might make good TIL blog posts. Queries all your repos across all orgs via GitHub API. Tracks assessed commits in Notion to avoid duplicates across machines. Use when user asks for TIL ideas from their recent work.

2026-03-19