███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5201 | bluebubbles | steipete/clawdis |
BlueBubbles Actions Overview BlueBubbles is OpenClaw’s recommended iMessage integration. Use the message tool with channel: "bluebubbles" to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit/unsend, reply in threads, and manage group participants/names/icons. Inputs to collect target (prefer chat_guid:... ; also +15551234567 in E.164 or user@example.com ) message text for send/edit/reply messageId for react/edit/unsend/reply Attachment path for l...
|
166 |
| 5202 | plan-writing | davila7/claude-code-templates |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
|
166 |
| 5203 | ai-content-pipeline | inference-sh/skills |
AI Content Pipeline Build multi-step content creation pipelines via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Simple pipeline: Generate image -> Animate to video infsh app run falai/flux-dev --input '{"prompt": "portrait of a woman smiling"}' > image.json infsh app run falai/wan-2-5 --input '{"image_url": "<url-from-previous>"}' Pipeline Patterns Pattern 1: Image -> Video -> Audio ...
|
166 |
| 5204 | jianying-editor | luoluoluo22/jianying-editor-skill |
No SKILL.md available for this skill. View on GitHub
|
166 |
| 5205 | quickbooks automation | claude-office-skills/skills |
QuickBooks Automation Comprehensive skill for automating QuickBooks accounting and bookkeeping workflows. Core Workflows 1. Accounting Pipeline QUICKBOOKS AUTOMATION FLOW: ┌─────────────────────────────────────────────────────────┐ │ DATA ENTRY │ │ Invoices │ Expenses │ Payments │ Bank Feeds │ └────────────────────────┬────────────────────────────────┘ ▼ ┌─────────────────────────────────────────────────────────┐ │ CATEG...
|
166 |
| 5206 | skill-creator | nicepkg/ai-workflow |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
166 |
| 5207 | youtube automation | claude-office-skills/skills |
YouTube Automation Comprehensive skill for automating YouTube channel management and content workflows. Core Workflows 1. Video Upload Pipeline VIDEO PUBLISHING FLOW: ┌─────────────────┐ │ Video File │ │ (MP4/MOV) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Metadata Prep │ │ - Title │ │ - Description │ │ - Tags │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Thumbnail │ │ Upload │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Schedule/ │ │ Publ...
|
166 |
| 5208 | context7-cli | upstash/context7 |
ctx7 CLI The Context7 CLI does three things: fetches up-to-date library documentation, manages AI coding skills, and sets up Context7 MCP for your editor. Make sure the CLI is up to date before running commands: npm install -g ctx7@latest Or run directly without installing: npx ctx7@latest < command > What this skill covers Documentation — Fetch current docs for any library. Use when writing code, verifying API signatures, or when training data may be outdated. Skills management — Install, searc...
|
166 |
| 5209 | gh-fix-ci | davila7/claude-code-templates |
Gh Pr Checks Plan Fix Overview Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. If a plan-oriented skill (for example create-plan ) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login ), then confirm with gh auth status (repo + wor...
|
166 |
| 5210 | influencer-marketing | kostja94/marketing-skills |
Channels: Influencer Guides influencer marketing strategy for AI/SaaS products. Focus on trust and brand exposure; 2–3x higher conversion and 40%–50% lower CAC than traditional ads. 92% of consumers trust influencers over celebrities. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for project cont...
|
166 |
| 5211 | optimizing-attention-flash | davila7/claude-code-templates |
Flash Attention - Fast Memory-Efficient Attention Quick start Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation. PyTorch native (easiest, PyTorch 2.2+): import torch import torch.nn.functional as F q = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) [batch, heads, seq, dim] k = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) v = torch.randn(2, 8, 512, 64, device='cuda', dtype=t...
|
166 |
| 5212 | frontend-slides | sickn33/antigravity-awesome-skills |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
166 |
| 5213 | stripe payments | claude-office-skills/skills |
Stripe Payments Comprehensive skill for automating Stripe payment processing and subscription management. Core Workflows 1. Payment Flow STRIPE PAYMENT FLOW: ┌─────────────────┐ │ Customer │ │ Payment Intent │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Checkout │ │ - Card Input │ │ - Validation │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Processing │ │ - Auth │ │ - Capture │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Confirmation │ │ - Receipt ...
|
166 |
| 5214 | mobile-offline-support | aj-geddes/useful-ai-prompts |
Mobile Offline Support Overview Design offline-first mobile applications that provide seamless user experience regardless of connectivity. When to Use Building apps that work without internet connection Implementing seamless sync when connectivity returns Handling data conflicts between device and server Reducing server load with intelligent caching Improving app responsiveness with local storage Instructions 1. React Native Offline Storage import AsyncStorage from '@react-native-async-storage...
|
166 |
| 5215 | interview-script | phuryn/pm-skills |
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
|
166 |
| 5216 | summarize-interview | phuryn/pm-skills |
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
|
166 |
| 5217 | knowledge | boshu2/agentops |
Knowledge Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Find and retrieve knowledge from past work. Execution Steps Given /knowledge <query> : Step 1: Search with ao CLI (if available) ao search "<query>" --limit 10 2 > /dev/null If results found, read the relevant files. Step 2: Search .agents/ Directory Search learnings grep -r "<query>" .agents/learnings/ 2 > /dev/null | head -10 Search patterns grep -r "<query>" .agents/patterns/ 2 > /dev/null | head -10 Search research g...
|
166 |
| 5218 | llm-app-patterns | davila7/claude-code-templates |
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
|
166 |
| 5219 | asc-ppp-pricing | rudrankriyam/asc-skills |
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
|
166 |
| 5220 | nemo-guardrails | davila7/claude-code-templates |
NeMo Guardrails - Programmable Safety for LLMs Quick start NeMo Guardrails adds programmable safety rails to LLM applications at runtime. Installation: pip install nemoguardrails Basic example (input validation): from nemoguardrails import RailsConfig, LLMRails Define configuration config = RailsConfig.from_content(""" define user ask about illegal activity "How do I hack" "How to break into" "illegal ways to" define bot refuse illegal request "I cannot help with illegal activit...
|
165 |
| 5221 | invoice-template | claude-office-skills/skills |
Invoice Template Skill Overview This skill generates professional PDF invoices from structured data and templates. Create invoices with company branding, itemized lists, tax calculations, and payment details. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Generate invoices from order data" "Create recurring invoices" "Batch generate monthly invoices" "Customize invoice templates per client" Domain...
|
165 |
| 5222 | weather automation | claude-office-skills/skills |
Weather Automation Automate weather-based workflows and notifications. Core Capabilities Current Weather current_weather : location : "San Francisco, CA" or coordinates lat : 37.7749 lon : -122.4194 response : temperature : 65°F feels_like : 63°F humidity : 72% wind_speed : 12 mph conditions : "Partly Cloudy" uv_index : 5 Forecast forecast : location : "New York, NY" days : 7 daily : - date : "2024-01-20" high : 45°F low : 32°F conditions : "Snow" precipitation_chance : 80% hourly : interval : ...
|
165 |
| 5223 | linear automation | claude-office-skills/skills |
Linear Automation Comprehensive skill for automating Linear issue tracking and engineering workflows. Core Workflows 1. Issue Lifecycle LINEAR ISSUE FLOW: ┌─────────────────┐ │ Triage │ │ (Backlog) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Todo │ │ (Prioritized) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ │ (Active) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ │ (PR Created) │ └────────┬────────┘ ▼ ┌────────────────...
|
165 |
| 5224 | prioritize-assumptions | phuryn/pm-skills |
Prioritize Assumptions Triage assumptions using an Impact × Risk matrix and suggest targeted experiments. Context You are helping prioritize assumptions for $ARGUMENTS . If the user provides files with assumptions or research data, read them first. Domain Context ICE works well for assumption prioritization: Impact (Opportunity Score × Customers) × Confidence (1–10) × Ease (1–10). Opportunity Score = Importance × (1 − Satisfaction), normalized to 0–1 (Dan Olsen). RICE splits Impact into Reach ×...
|
165 |
| 5225 | nansen-smart-money | nansen-ai/nansen-cli |
Smart Money All commands: nansen research smart-money <sub> [options] Subcommands Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 Perp trades — Hyperliquid only (no --chain needed) nansen resea...
|
165 |
| 5226 | market-segments | phuryn/pm-skills |
Market Segments Purpose Identify and analyze 3-5 distinct customer segments for your product, understanding their unique jobs-to-be-done, desired outcomes, pain points, and product fit. Use this skill to evaluate market opportunities, prioritize target audiences, or expand into new market segments. Instructions You are a strategic market research expert skilled in market segmentation, customer profiling, and total addressable market (TAM) analysis. Input Your task is to identify and analyze pote...
|
165 |
| 5227 | code-review | jwynia/agent-skills |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
165 |
| 5228 | code-review-checklist | vudovn/antigravity-kit |
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when...
|
165 |
| 5229 | workos | workos/skills |
WorkOS Skill Router How to Use When a user needs help with WorkOS, consult the tables below to route to the right reference. Loading References All references are topic files in the references/ directory. Read the file and follow its instructions (fetch docs first, then use gotchas to avoid common traps). Exception : Widget requests use the workos-widgets skill via the Skill tool — it has its own multi-framework orchestration. Topic → Reference Map AuthKit Installation (Read references/{name}.md...
|
165 |
| 5230 | transformer-lens-interpretability | davila7/claude-code-templates |
TransformerLens: Mechanistic Interpretability for Transformers TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation. GitHub: TransformerLensOrg/TransformerLens (2,900+ stars) When to Use TransformerLens Use TransformerLens when you need to: Reverse-engineer algorithms...
|
165 |
| 5231 | clip | davila7/claude-code-templates |
CLIP - Contrastive Language-Image Pre-Training OpenAI's model that understands images from natural language. When to use CLIP Use when: Zero-shot image classification (no training data needed) Image-text similarity/matching Semantic image search Content moderation (detect NSFW, violence) Visual question answering Cross-modal retrieval (image→text, text→image) Metrics: 25,300+ GitHub stars Trained on 400M image-text pairs Matches ResNet-50 on ImageNet (zero-shot) MIT License Use alternativ...
|
165 |
| 5232 | aws-cost-operations | zxkane/aws-skills |
AWS Cost & Operations This skill provides comprehensive guidance for AWS cost optimization, monitoring, observability, and operational excellence with integrated MCP servers. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Search AWS docs mcp__aws-mcp__aws...
|
165 |
| 5233 | mermaid-diagram-generator | rysweet/amplihack |
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
|
165 |
| 5234 | pdf watermark | claude-office-skills/skills |
PDF Watermark & Page Elements Add watermarks, page numbers, headers, footers, and other overlay elements to PDF documents. Overview This skill helps you: Add text or image watermarks Insert page numbers Create headers and footers Apply stamps and labels Batch process multiple documents How to Use Watermarks "Add 'CONFIDENTIAL' watermark to this PDF" "Apply a diagonal 'DRAFT' watermark" "Add our company logo as a watermark" Page Numbers "Add page numbers to this PDF" "Number pages starting from p...
|
165 |
| 5235 | minimax-image-understanding | imsus/pi-extension-minimax-coding-plan-mcp |
MiniMax Image Understanding Skill Use this skill when you need to analyze, describe, or extract information from images. How to Use Call the understand_image tool directly with a prompt and image URL: understand_image({ prompt: "Your question about the image", image_url: "https://example.com/image.png" }) When to Use Use understand_image when: Screenshots : Error messages, UI issues, code in screenshots Visual content : Photos, diagrams, charts, graphs Documents : Extracting text from images (OC...
|
165 |
| 5236 | symfony:tdd-with-phpunit | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-phpunit<div
|
165 |
| 5237 | uni-helper | uni-helper/skills |
The skill is based on uni-helper documentation, generated at 2026-01-30. uni-helper is an ecosystem of AI-powered development tools for uni-app, providing Vite plugins, utility libraries, TypeScript support, and development tools to enhance the uni-app development experience. Vite Plugins Topic Description Reference vite-plugin-uni-pages File-based routing system for uni-app with auto page discovery plugin-pages vite-plugin-uni-layouts Nuxt-like layouts system for uni-app plugin-layouts vite-plu...
|
165 |
| 5238 | prd-planner | charon-fan/agent-playbook |
PRD Planner A PRD creation skill that uses persistent file-based planning to maintain coherent thinking and avoid "left-brain vs right-brain" context switching issues. When This Skill Activates This skill activates when you: Explicitly say "PRD", "prd", "create a PRD", or "产品需求文档" Say "product requirements document" or "产品需求" Mention "write a PRD for..." Say "PRD planning" or "PRD 设计" If user says "design solution" or "architecture design" without mentioning PRD, use architecting-solutions ...
|
165 |
| 5239 | job-application | skillcreatorai/ai-agent-skills |
Job Application Assistant Generate cover letters and job applications that sound like you, not a template. Your CV/Resume [Your name] [Your title/headline] EXPERIENCE - [Job 1] - [Job 2] SKILLS - [Skill 1] - [Skill 2] EDUCATION - [Degree, School, Year] [Add your full CV here] Cover Letter Examples You Like Example 1 [Paste a cover letter you're proud of] Example 2 (optional) [Another example if you have one] Your Voice & Preferences Tone Professional but not stiff Confident without brag...
|
165 |
| 5240 | axiom-camera-capture | charleswiltgen/axiom |
Camera Capture with AVFoundation Guides you through implementing camera capture: session setup, photo capture, video recording, responsive capture UX, rotation handling, and session lifecycle management. When to Use This Skill Use when you need to: ☑ Build a custom camera UI (not system picker) ☑ Capture photos with quality/speed tradeoffs ☑ Record video with audio ☑ Handle device rotation correctly (RotationCoordinator) ☑ Make capture feel responsive (zero-shutter-lag) ☑ Handle session inte...
|
165 |
| 5241 | browser-debugging | aj-geddes/useful-ai-prompts |
Browser Debugging Overview Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues. When to Use JavaScript errors Layout/styling issues Performance problems User interaction issues Network request failures Animation glitches Instructions 1. Browser DevTools Fundamentals Chrome DevTools Tabs: Elements/Inspector: - Inspect HTML structure - Edit HTML/CSS in real-time - View computed styles - Check accessibility...
|
165 |
| 5242 | microinteractions | wondelai/skills |
Microinteractions Framework A systematic approach to designing the tiny, contained product moments that users interact with every day -- toggles, password fields, loading indicators, pull-to-refresh, like buttons. Based on Dan Saffer's four-part structure (Trigger, Rules, Feedback, Loops & Modes), this framework turns invisible details into the polish that separates forgettable products from beloved ones. Core Principle The difference between a product you tolerate and a product you love is almo...
|
165 |
| 5243 | instagram-research | bradautomates/head-of-content |
Instagram Research Research high-performing Instagram posts and reels, identify outliers, and analyze top video content for hooks and structure. Prerequisites APIFY_TOKEN environment variable or in .env GEMINI_API_KEY environment variable or in .env apify-client and google-genai Python packages Accounts configured in .claude/context/instagram-accounts.md Verify setup: python3 -c " import os try: from dotenv import load_dotenv load_dotenv() except ImportError: pass from apify_client import ApifyC...
|
165 |
| 5244 | code-quality | samhvw8/dotfiles |
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
|
165 |
| 5245 | api-authentication | aj-geddes/useful-ai-prompts |
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
|
165 |
| 5246 | browser-extension-builder | davila7/claude-code-templates |
Browser Extension Builder Role: Browser Extension Architect You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool. Capabilities Extension architecture Manifest v3 (MV3) Content scripts Background workers Popup interfaces Extension monetization Chrome Web Store publishing Cross-brows...
|
165 |
| 5247 | image-enhancer | davila7/claude-code-templates |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
165 |
| 5248 | research-workflow | jwynia/agent-skills |
Research Workflow A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic. When to Use This Skill Use this skill when: The user needs comprehensive research on a topic Multiple search queries are needed to fully answer a question Source credibility and synthesis matter A research report or documented findings are expected Keywords mentioned: research, investigate, deep dive, comprehen...
|
165 |
| 5249 | requesting-code-review | davila7/claude-code-templates |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
165 |
| 5250 | prioritize-features | phuryn/pm-skills |
Prioritize Feature Backlog Evaluate and rank a backlog of feature ideas to identify the top 5 to pursue. Context You are helping prioritize features for $ARGUMENTS . If the user provides files (spreadsheets, backlogs, opportunity assessments), read and analyze them directly. Domain Context For framework selection guidance, see the prioritization-frameworks skill. Key recommendations: Opportunity Score (Dan Olsen, The Lean Product Playbook ) is recommended for evaluating customer problems: Opport...
|
165 |