Loading...
Loading...
Found 9,524 Skills
Add an in-app feedback and bug-report loop that captures a screenshot plus network/console logs, emails the reporter, launches a Cursor Cloud Agent with autoCreatePr, and emails again when the PR opens and when it merges. Use when asked to add feedback, bug reporting, user reports that open PRs, Cursor automation for feedback, or a feedback-to-PR workflow.
Create, edit, generate, version, and export Skroll decks from the terminal. Use when the user wants a Skroll presentation, pitch deck, slides, brand kit, or PDF/PPTX export. Requires the Skroll CLI (`npx @skrollai/cli`).
Primes the agent with deep codebase understanding by analyzing structure, documentation, and key files. Use when starting work on a codebase, at the beginning of a session, or when you need a fast orientation before planning or implementing. Optionally pulls external task context from Jira issues and Confluence pages first.
Primes the agent with focused understanding of the frontend portion of the codebase — components, routing, state management, and styling — without loading unrelated backend code. Use at the start of a session when the work is scoped to UI or client-side features. Optionally pulls external task context from Jira issues and Confluence pages first.
Manages Firebase Remote Config templates, feature flags, loading strategies, and SDKs (Android, iOS). Use when downloading/deploying remoteconfig JSON templates, managing version history/feature flags, setting in-app defaults, fetchAndActivate(), real-time listeners, or SDK setup. Don't use for Firebase Hosting, Auth, Firestore, Data Connect, Crashlytics, or App Hosting.
Publish or update a Markdown document as a hosted web page using the JotBird API (jotbird.com). Use this whenever the user asks to "publish", "share as a link", "put this on JotBird", "update my JotBird doc/page", or wants Markdown content turned into a public URL. Also covers checking/updating page settings (theme, visibility, password) and listing or removing published JotBird documents.
Chụp screenshot màn hình vừa build qua MCP và hỏi user xác nhận ngắn gọn trước khi commit, thay vì tự động chấm điểm UI bằng vision model (tốn token không cần thiết cho quy mô solo dev). Dùng skill này ngay sau khi mcp-loop báo build sạch lỗi, trước khi git-checkpoint.
Thiết kế schema Postgres, viết Row Level Security (RLS) policy, và Edge Function (Deno/TypeScript) cho Supabase khi tính năng cần logic phía server (không thể/không nên để client tự làm - ví dụ tính giá, webhook thanh toán, phân quyền dữ liệu). Dùng skill này song song với flutter-coding khi 1 task trong tasks.md cần cả phần client (Flutter) lẫn phần server (Supabase).
Tạo branch riêng cho mỗi opsx change (không code thẳng trên main), tự động commit sau khi user xác nhận UI ổn (qua ui-checkpoint), merge vào main khi change đã archive xong, và xử lý yêu cầu "quay lại", "undo", "bỏ tính năng vừa thêm" bằng git thay vì đọc lại code để xóa thủ công - tiết kiệm token đáng kể. Dùng skill này ngay khi 1 change mới được tạo (để branch), sau ui-checkpoint (để commit), sau archive (để merge), hoặc bất cứ khi nào user muốn hủy/quay lại thay đổi gần đây.
Creates and maintains concise AGENTS.md and CLAUDE.md project instruction files. Use when asked to create AGENTS.md, update AGENTS.md, maintain agent docs, set up CLAUDE.md, document repository agent conventions, or keep coding-agent instructions minimal and reference-backed.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
A relentless quality assurance session where we also fix the bugs we find.