🤖

AI & LLM

LLM integrations, prompt engineering, and AI orchestration

8,093 skills

Prime yourself on a codebase by listing files and reading the README.

Convert feature requirements into structured end-to-end test cases as JSON.

Reset the working directory for the next task by ensuring no uncommitted changes exist, then switching to the main...

Quick user-centric interview to capture requirements from a time-poor stakeholder.

Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.

This skill should be used when the user asks to "rebase my PR", "rebase onto main", "update my branch", "fix merge...

SSH into an Ubuntu VPS (Docker) for a read-only health/security/update report (UFW + fail2ban) and propose fixes;...

Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily...

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches),...

Build, test, and explain regular expressions against sample text or files using CLI tools (rg, python) and specific...

Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps....

Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an...

Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser)...

Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use...

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump,...

Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR...