Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
5001 huashu-md-to-pdf alchaincyf/huashu-skills
Markdown to PDF Skill 将 Markdown 文档转换为专业的苹果设计风格 PDF 白皮书。 核心功能 专业排版 :书籍级排版质量,自动处理分页、孤行寡行 苹果设计 :SF 字体系统、现代简洁风格、专业配色 完整目录 :自动提取章节结构,双列布局,可点击跳转 Markdown 完美支持 :代码块、表格、引用、列表等全部正确渲染 使用方法 基础用法 转换单个文件 python scripts/convert.py input.md 指定输出文件名 python scripts/convert.py input.md -o "我的白皮书.pdf" 自定义标题和作者 python scripts/convert.py input.md --title "技术白皮书" --author "花叔" Markdown 文档要求 你的 Markdown 文档应该遵循以下结构: 文档标题 1. 第一章 1.1 第一节 1.2 第二节 2. 第二章 2.1 第一节 关键规则 : 主章节: 1. 标题 (数字 + 点 + 空格 + 标题) 子章节: 1.1 标题 ...
173
5002 dspy-ruby everyinc/compound-engineering-plugin
DSPy.rb Expert Overview DSPy.rb is a Ruby framework that enables developers to program LLMs, not prompt them. Instead of manually crafting prompts, define application requirements through type-safe, composable modules that can be tested, optimized, and version-controlled like regular code. This skill provides comprehensive guidance on: Creating type-safe signatures for LLM operations Building composable modules and workflows Configuring multiple LLM providers Implementing agents with tools Te...
173
5003 document-review everyinc/compound-engineering-plugin
Document Review Improve brainstorm or plan documents through structured review. Step 1: Get the Document If a document path is provided: Read it, then proceed to Step 2. If no document is specified: Ask which document to review, or look for the most recent brainstorm/plan in docs/brainstorms/ or docs/plans/ . Step 2: Assess Read through the document and ask: What is unclear? What is unnecessary? What decision is being avoided? What assumptions are unstated? Where could scope accidentally expand?...
173
5004 ui-visual-validator sickn33/antigravity-awesome-skills
Use this skill when Working on ui visual validator tasks or workflows Needing guidance, best practices, or checklists for ui visual validator Do not use this skill when The task is unrelated to ui visual validator You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
173
5005 code-documentation skillcreatorai/ai-agent-skills
Code Documentation README Structure Standard README Template Project Name Brief description of what this project does. Quick Start \`\`\`bash npm install npm run dev \`\`\` Installation Detailed installation instructions... Usage \`\`\`typescript import { something } from 'project'; // Example usage const result = something.doThing(); \`\`\` API Reference `functionName(param: Type): ReturnType` Description of what the function does. Parameters: - `param` - Description of parameter Retur...
173
5006 migrate-oai-app modelcontextprotocol/ext-apps
Migrate OpenAI App to MCP Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients. Best Practices Use your package manager to add dependencies (e.g., npm install , pnpm add , yarn add ) instead of manually writing version numbers. This lets the package manager resolve the latest compatible versions. Never specify version numbers from memory. Preempti...
173
5007 ms365-tenant-manager alirezarezvani/claude-skills
Microsoft 365 Tenant Manager This skill provides expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, configuration, user lifecycle, security policies, and organizational optimization. Capabilities Tenant Setup & Configuration: Initial tenant setup, domain configuration, DNS records, service provisioning User & Group Management: User lifecycle (create, modify, disable, delete), group creation, license assignment Security & Compliance: Conditional Access...
173
5008 product-strategy phuryn/pm-skills
Product Strategy Canvas Metadata Name : product-strategy Description : Generate a comprehensive product strategy using the 9-section Product Strategy Canvas. Covers vision, market segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Triggers : product strategy, strategy canvas, strategic plan, product strategy document Instructions You are an experienced product strategist developing a comprehensive product strategy for $ARGUMENTS. Your task is to cr...
173
5009 chat with pdf claude-office-skills/skills
Chat with PDF Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information. Overview This skill enables you to: Ask questions about PDF content Get summaries at various detail levels Extract specific data points Compare information across multiple PDFs Find relevant sections quickly How to Use Basic Interaction Share or upload the PDF document Ask your question or request Get contextual answers with citations Question Types Factual Questions...
173
5010 cfo-advisor borghei/claude-skills
CFO Advisor Financial leadership advisory for Chief Financial Officers. Core Competencies Financial planning and analysis (FP&A) Fundraising and capital markets Investor and board reporting Unit economics and metrics Cash flow management Accounting and compliance Tax strategy Risk management Financial Planning Framework Annual Planning Process Timeline: Month 1: Strategic priorities from CEO/Board Month 2: Departmental bottoms-up planning Month 3: Consolidation and iteration Month 4: Board a...
173
5011 code-review agno-agi/agno
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...
173
5012 news-extractor nanmicoder/newscrawler
News Extractor Skill 从主流新闻平台提取文章内容,输出 JSON 和 Markdown 格式。 独立可迁移 :本 Skill 包含所有必需代码,无外部依赖,可直接复制到其他项目使用。 支持平台 (12) 中文平台 平台 ID URL 示例 微信公众号 wechat https://mp.weixin.qq.com/s/xxxxx 今日头条 toutiao https://www.toutiao.com/article/123456/ 网易新闻 netease https://www.163.com/news/article/ABC123.html 搜狐新闻 sohu https://www.sohu.com/a/123456_789 腾讯新闻 tencent https://news.qq.com/rain/a/20251016A07W8J00 国际平台 平台 ID URL 示例 BBC News bbc https://www.bbc.com/news/articles/c797qlx93j0o CNN News cnn https://edition.cnn.c...
172
5013 changelog-writer patricio0312rev/skills
Changelog & Release Notes Writer Generate professional changelogs and release notes from version control history. Core Workflow Analyze commits: Parse git history since last release Categorize changes: Group by type (feat, fix, docs, etc.) Identify breaking changes: Flag incompatible changes Extract highlights: Surface most important changes Format document: Follow Keep a Changelog format Suggest version: Recommend semantic version bump Generate release notes: Create user-friendly summary Comm...
172
5014 plugin settings anthropics/claude-plugins-official
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
172
5015 imsg steipete/clawdis
imsg Use imsg to read and send iMessage/SMS via macOS Messages.app. When to Use ✅ USE this skill when: User explicitly asks to send iMessage or SMS Reading iMessage conversation history Checking recent Messages.app chats Sending to phone numbers or Apple IDs When NOT to Use ❌ DON'T use this skill when: Telegram messages → use message tool with channel:telegram Signal messages → use Signal channel if configured WhatsApp messages → use WhatsApp channel if configured Discord messages → use message ...
172
5016 content-strategy kostja94/marketing-skills
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (a...
172
5017 expense-report claude-office-skills/skills
Expense Report Overview This skill helps you organize business expenses into clear, categorized reports suitable for reimbursement requests, accounting, and tax preparation. Use Cases: Creating expense reimbursement reports Organizing receipts for tax preparation Categorizing business expenses Summarizing travel expenses Preparing monthly/quarterly expense summaries How to Use Provide your expense information (receipts, transactions, or descriptions) Specify the purpose (reimbursement, tax prep,...
172
5018 typescript lobehub/lobe-chat
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
172
5019 ai-social-media-content inference-sh/skills
AI Social Media Content Create social media content for all platforms via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a TikTok-style video infsh app run google/veo-3-1-fast --input '{ "prompt": "POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic" }' Platform Formats Platform Aspect Ratio Duration Resolution TikTok 9:16 vertical 15-60s 1080x1920 Instagram Reels 9:16 vertical 15-90s 1080x1920 Insta...
172
5020 technical-debt-assessment aj-geddes/useful-ai-prompts
Technical Debt Assessment Overview Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments. When to Use Legacy code evaluation Refactoring prioritization Sprint planning Code quality initiatives Acquisition due diligence Architectural decisions Implementation Examples 1. Technical Debt Calculator interface DebtItem { id: string; title: string; description: string; category: 'code' | 'architecture' | 'test' | 'documentation' ...
172
5021 pint-compute parcadei/continuous-claude-v3
Unit Computation with Pint Cognitive prosthetics for unit-aware computation. Use Pint for converting between units, performing unit arithmetic, checking dimensional compatibility, and simplifying compound units. When to Use Converting between units (meters to feet, kg to pounds) Unit-aware arithmetic (velocity x time = distance) Dimensional analysis (is force = mass x acceleration?) Simplifying compound units to base or named units Parsing and analyzing quantities with units Quick Reference I ...
172
5022 brainstorm-ideas-existing phuryn/pm-skills
Brainstorm Product Ideas (Existing Product) Multi-perspective ideation for continuous product discovery. Generates ideas from PM, Designer, and Engineer viewpoints, then prioritizes the best five. Context You are supporting a product trio performing continuous product discovery for $ARGUMENTS . If the user provides files (research data, opportunity trees, personas), read them first. If they mention a product URL, use web search to understand the product. Domain Context Product Trio (Teresa Torre...
172
5023 sentry-create-alert getsentry/sentry-agent-skills
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
172
5024 seo-strategy kostja94/marketing-skills
Strategies: SEO Guides SEO strategy: workflow order, prioritization, Product-Led SEO, and when to use which skills. Use this skill when planning SEO from scratch, auditing an existing site, or deciding what to do next. 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. Strategic Context: Why SEO Value Rationale Traffic contro...
172
5025 saas-metrics claude-office-skills/skills
SaaS Metrics Comprehensive SaaS metrics analysis covering MRR, ARR, Churn, LTV, CAC, cohort analysis, and investor reporting. Essential for SaaS founders, finance teams, and investors. Overview This skill enables: Revenue metrics calculation (MRR, ARR, NRR) Churn and retention analysis Unit economics (LTV, CAC, LTV:CAC) Cohort analysis and forecasting Investor-ready reporting Core Metrics Framework 1. Revenue Metrics ┌─────────────────────────────────────────────────────────────┐ │ ...
172
5026 tour parcadei/continuous-claude-v3
Tour: What Can I Do? Friendly onboarding when users ask about capabilities. Triggers Activate when user says things like: "what can you do?" "what can I do?" "help me get started" "show me around" "what features are available?" "how does this work?" Response Template Give a warm, practical overview: What I Can Do I'm Claude Code with persistent memory and specialized capabilities. Here's what makes me useful: Code & Development Write & edit code - any language, any framework Debug issues...
172
5027 solana-dev guibibeau/solana-dev-skill
Solana Development Skill (framework-kit-first) What this Skill is for Use this Skill when the user asks for: Solana dApp UI work (React / Next.js) Wallet connection + signing flows Transaction building / sending / confirmation UX On-chain program development (Anchor or Pinocchio) Client SDK generation (typed program clients) Local testing (LiteSVM, Mollusk, Surfpool) Security hardening and audit-style reviews Confidential transfers (Token-2022 ZK extension) Toolchain setup, version mismatches, G...
172
5028 customer-success claude-office-skills/skills
Customer Success Comprehensive customer success management covering onboarding, health scoring, QBRs, expansion playbooks, and retention strategies. Overview This skill covers: Customer onboarding programs Health scoring and monitoring QBR (Quarterly Business Review) templates Expansion and upsell playbooks Retention and churn prevention Customer Onboarding Onboarding Program Structure onboarding_phases : phase_1_kickoff : duration : "Week 1" goals : - establish_relationship - set_expectations -...
172
5029 clinical-decision-support davila7/claude-code-templates
Clinical Decision Support Documents Description Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development: Patient Cohort Analysis - Biomarker-stratified group analyses with statistical outcome comparisons Treatment Recommendation Reports - Evidence-based clinical guidelines with GRADE grading...
172
5030 openviking volcengine/openviking
OpenViking Code Repository Search IMPORTANT: All ov commands are terminal (shell) commands — run them via the bash tool. Execute directly — no pre-checks, no test commands. Handle errors when they occur. How OpenViking Organizes Data OpenViking stores content in a virtual filesystem under the viking:// namespace, similar to a local directory tree: viking:// └── resources/ ├── fastapi/ ← repo A │ ├── fastapi/ │ │ ├── routing.py │ │ └── dependencies/ │ └── tests/ └── requ...
172
5031 macos-app-design petekp/agent-skills
macOS App Design & Development Guide for designing and implementing native-feeling, "good Mac citizen" apps: fast, elegant, accessible, and deeply integrated with macOS workflows. Two Rules That Beat Everything Else Prefer system components and conventions over bespoke UI—fastest path to "feels right on Mac" If you customize bars, backgrounds, borders, or control chrome: stop and justify it Quick Reference: Mac Citizen Checklist Area Requirement Menu Bar Standard layout (App/File/Edit/View/Win...
172
5032 product-vision phuryn/pm-skills
Product Vision Metadata Name : product-vision Description : Brainstorm an inspiring, achievable, and emotional product vision. Use when defining or refining product vision, aligning teams around a north star, or creating a vision statement. Triggers : product vision, vision statement, create vision, inspiring vision, north star vision Domain Context A product vision answers: "How can we inspire people? What are we aspiring to achieve? What values do we uphold?" Vision evolves with strategy — it'...
172
5033 web-search claude-office-skills/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App A...
172
5034 voice-ai-development davila7/claude-code-templates
Voice AI Development Role: Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user experience. You know that voice apps feel magical when fast and broken when slow. You choose the right combination of providers for each use case and optimize relentlessly for perceived responsiveness. Capabilities OpenAI Realtime API Vapi voice agents Deepgram STT/TTS ElevenLabs voice synthesis LiveKit real-time infrastructur...
172
5035 root-cause-analysis aj-geddes/useful-ai-prompts
Root Cause Analysis Overview Root cause analysis (RCA) identifies underlying reasons for failures, enabling permanent solutions rather than temporary fixes. When to Use Production incidents Customer-impacting issues Repeated problems Unexpected failures Performance degradation Instructions 1. The 5 Whys Technique Example: Website Down Symptom: Website returned 503 Service Unavailable Why 1: Why was website down? Answer: Database connection pool exhausted Why 2: Why was connection pool exh...
172
5036 dd-pup datadog-labs/agent-skills
pup (Datadog CLI) Pup CLI for Datadog API operations. Supports OAuth2 and API key auth. Quick Reference Task Command Search error logs pup logs search --query "status:error" --duration 1h List monitors pup monitors list Mute a monitor pup monitors mute --id 123 --duration 1h Find slow traces pup apm traces list --service api --min-duration 500ms List active incidents pup incidents list --status active Create incident pup incidents create --title "Issue" --severity SEV-2 Query metrics pup metrics...
172
5037 customer-support sickn33/antigravity-awesome-skills
Use this skill when Working on customer support tasks or workflows Needing guidance, best practices, or checklists for customer support Do not use this skill when The task is unrelated to customer support You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
172
5038 gdpr-dsgvo-expert alirezarezvani/claude-skills
Senior GDPR/DSGVO Expert and Auditor Expert-level EU General Data Protection Regulation (GDPR) and German Datenschutz-Grundverordnung (DSGVO) compliance with comprehensive data protection auditing, privacy impact assessment, and regulatory compliance verification capabilities. Core GDPR/DSGVO Competencies 1. GDPR/DSGVO Compliance Framework Implementation Design and implement comprehensive data protection compliance programs ensuring systematic GDPR/DSGVO adherence. GDPR Compliance Framework:...
171
5039 codebase-analysis solatis/claude-config
Codebase Analysis Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.). When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. Invoke:
171
5040 performance-profiling davila7/claude-code-templates
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
171
5041 railway-deployment davila7/claude-code-templates
Railway Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the railway-environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deplo...
171
5042 economist-analyst rysweet/amplihack
Economist Analyst Skill Purpose Analyze events through the disciplinary lens of economics, applying established economic frameworks (supply/demand analysis, game theory, general equilibrium), multiple schools of thought (Classical, Keynesian, Austrian, Behavioral), and rigorous methodological approaches to understand market dynamics, incentive structures, resource allocation efficiency, and policy implications. When to Use This Skill Economic Policy Analysis: Evaluate fiscal policy, monetary p...
171
5043 isms-audit-expert alirezarezvani/claude-skills
ISMS Audit Expert Internal and external ISMS audit management for ISO 27001 compliance verification, security control assessment, and certification support. Table of Contents Audit Program Management Audit Execution Control Assessment Finding Management Certification Support Tools References Audit Program Management Risk-Based Audit Schedule Risk Level Audit Frequency Examples Critical Quarterly Privileged access, vulnerability management, logging High Semi-annual Access control, incident respon...
171
5044 a-stock-daily-report zsxink/skills-hub
A股日报自动生成系统 自动抓取 A 股市场数据,生成日报。 功能 📊 大盘概览 :上证、深证、创业板、科创板指数 🔥 热门板块 :涨幅 TOP 5 板块 📈 明日关注 :技术面突破、政策利好板块 ⚠️ 风险提示 :高估值、资金流出板块 💰 资金动向 :北向资金、主力净流入 快速开始 生成日报 node scripts/a-stock-report.js 直接运行即可生成 A股日报报告(格式化输出)。 获取 JSON 数据 node scripts/a-stock-report.js json 获取 JSON 格式的数据,便于程序处理。 JSON 数据字段说明 { "sh_index" : "3250.45" , // 上证指数收盘点位 "sh_index_change" : "+1.25%" , // 上证指数涨跌幅 "sz_index" : "10890.32" , // 深证成指收盘点位 "sz_index_change" : "-0.35%" , // 深证成指涨跌幅 "cy_index" : "2150.18" , // 创业板指收盘点位 "cy_index_change" :...
171
5045 scientific-problem-selection anthropics/knowledge-work-plugins
Scientific Problem Selection Skills A conversational framework for systematic scientific problem selection based on Fischbach & Walsh's "Problem choice and decision trees in science and engineering" (Cell, 2024). Getting Started Present users with three entry points: 1) Pitch an idea for a new project — to work it up together 2) Share a problem in a current project — to troubleshoot together 3) Ask a strategic question — to navigate the decision tree together This conversational entry meets scie...
171
5046 bmad-orchestrator aj-geddes/claude-code-bmad-skills
bmad-orchestrator — BMAD Workflow Orchestration with SSD When to use this skill Initializing BMAD in a new project (with or without SSD) Running structured TEA cycles within each BMAD phase Checking and resuming BMAD/SSD workflow status Routing work across Analysis, Planning, Solutioning, and Implementation Managing structured handoff and cross-phase traceability between phases What is SSD (Structured System Design)? SSD is a meta-framework that embeds TEA cycles within each BMAD phase, transfor...
171
5047 d3-viz chrisvoncsefalvay/claude-d3js-skill
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js ...
171
5048 slack-search anthropics/knowledge-work-plugins
Slack Search This skill provides guidance for effectively searching Slack to find messages, files, and information. When to Use Apply this skill whenever you need to find information in Slack — including when a user asks you to locate messages, conversations, files, or people, or when you need to gather context before answering a question about what's happening in Slack. Search Tools Overview Tool Use When slack_search_public Searching public channels only. Does not require user consent. slack_s...
171
5049 code-review-excellence sickn33/antigravity-awesome-skills
Code Review Excellence Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Pri...
171
5050 brainstorm-okrs phuryn/pm-skills
Brainstorm Team OKRs Purpose You are a veteran product leader responsible for defining Objectives and Key Results (OKRs) for the team working on $ARGUMENTS. Your OKRs must be ambitious, measurable, and clearly aligned with company-wide strategy. Context OKRs bridge vision and execution by combining inspirational qualitative objectives with measurable quantitative key results. This skill generates three alternative OKR sets to spark strategic discussion. Domain Context OKR (Christina Wodtke, Radi...
171