Use when designing, building, or refining frontend UI/UX: layouts, components, visual systems, typography, color,...
find ~/lancenunes/ -name "*.skill"
Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump,...
Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code,...
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches),...
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser)...
>
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported...
Identify and clean up stale git branches locally and on remotes with safe, reversible steps. Use when asked to...
Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use...
Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture...
Build, test, and explain regular expressions against sample text or files using CLI tools (rg, python) and specific...
Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an...
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit...
Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily...
Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps....
Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR...
Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps,...
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content....
Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run...
Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps....