Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira...
cat ~/Top
Explora los mejores skills ordenados por estrellas de GitHub
Look up Jira ticket details including summary, type, and description. Use this to fetch ticket context for branch...
>
Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate...
Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been...
Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has...
Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone...
Address PR review comments from reviewers (amazon-q-developer, copilot, humans). Use when the user wants to see and...
Create a new branch stacked on another PR. Use when you want to start work that depends on an existing PR that...
Initialize work on a Jira ticket. Creates a new branch with conventional commit prefix based on the ticket type. Use...
>
Guide for creating effective skills for any AI agent (Claude, Trae, Gemini, OpenCode, Qwen, etc.). This skill should...
Create custom OpenCode commands for repetitive tasks. Define command prompts, arguments, shell output injection,...
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting...
Convert documents to Markdown using markitdown. Use when you need to extract text and convert PDF, Word, PowerPoint,...
Create and update README.md files with proper structure, badges, and sections.
Programmatic search queries to a SearXNG instance. Use when searching the web, images, or other content via this...
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported...
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and...
Search YouTube videos via Invidious API. Use when the user wants to find, search for, or look up videos, or asks for...
Scaffold, review, or refactor FastAPI services using uv, a src/ layout, versioned routers (/v1, /v2), and optional...
Skill for building LLM evaluation.
Skill for generating MLOps blueprints.
Production-grade Python playbook (src/ architecture, OOP, typing, docs, tests, uv+taskipy+ruff, CI gates, security,...