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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
19751 skill-creator snyk/agent-scan
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...
35
19752 tikhub-api-helper tiendatne2004/tikhub_api_skill
TikHub API Helper A skill to help users search, find, and call TikHub API endpoints for social media data. Quick Start When a user asks about TikHub API or wants to fetch social media data: Search for relevant APIs using the searcher script Show the user available options with parameters Call the API with appropriate parameters Return formatted results to the user Available Scripts API Searcher - api_searcher.py Search and find relevant TikHub API endpoints. Search by keyword python api_searche...
35
19753 domain-driven-design bfollington/terma
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
35
19754 managing-tauri-app-resources dchuk/claude-code-tauri-skills
Managing Tauri App Resources App Icons Icon Generation Generate all platform-specific icons from a single source file: cargo tauri icon Default: ./app-icon.png cargo tauri icon ./custom.png -o ./icons Custom source/output cargo tauri icon --ios-color "000000" iOS background color Source requirements: Squared PNG or SVG with transparency. Generated Formats Format Platform icon.icns macOS icon.ico Windows *.png Linux, Android, iOS Configuration { "bundle" : { "icon" : [ "icons/32x32.png" , "ico...
35
19755 generic-design-system travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
19756 gccli badlogic/pi-skills
Command-line interface for Google Calendar operations. Installation ``` npm install -g @mariozechner/gccli ``` Setup Google Cloud Console (one-time) - [Create a new project](https://console.cloud.google.com/projectcreate) (or select existing) - [Enable the Google Calendar API](https://console.cloud.google.com/apis/api/calendar-json.googleapis.com) - [Set app name](https://console.cloud.google.com/auth/branding) in OAuth branding - [Add test users](https://console.cloud.google.com/aut...
35
19757 animation principles - intermediate dylantarre/animation-principles
Combining Principles for Stronger Animation You can apply individual principles. Now learn to weave them together and understand their interdependencies. Principle Synergies Squash/Stretch + Timing Volume preservation is key. Faster motion = more stretch. The timing dictates the degree. A 2-frame anticipation needs less squash than a 6-frame one. Anticipation + Follow Through These are mirrors. Anticipation magnitude should roughly match follow through. Big wind-up = big settle. They create rhyt...
35
19758 hookdeck-event-gateway hookdeck/webhook-skills
Hookdeck Event Gateway The Event Gateway is a webhook proxy and durable message queue that sits between webhook providers and your application. Providers send webhooks to Hookdeck, which guarantees ingestion, queues events, and delivers them to your app with automatic retries and rate limiting. Your webhook handler just does the business logic — no need to build your own queue infrastructure. ┌──────────────┐ ┌─────────────────────────┐ ┌──────────────┐ │ Provider │────▶│ Hookdeck ...
35
19759 flutter-firebase dhruvanbhalara/skills
Firebase Setup Use firebase_core for initialization — call Firebase.initializeApp() before runApp() Use flutterfire configure for platform-specific setup Use separate Firebase projects per flavor (see app-config skill) Register Firebase services via injectable for consistent DI Authentication Use firebase_auth for user management Wrap all auth calls in an AuthRepository — no direct FirebaseAuth usage in BLoCs or UI Support email/password, Google Sign-In, and Apple Sign-In at minimum Handle auth ...
35
19760 electron vercel-labs/vercel-skills
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
35
19761 animation principles - quick start dylantarre/animation-principles
12 Animation Principles in 5 Minutes The Disney animators codified these principles in the 1930s. They still define quality animation today. The Principles (30 seconds each) 1. Squash and Stretch Objects compress on impact, elongate in motion. A bouncing ball flattens when it hits ground. Gives life and flexibility. 2. Anticipation Wind-up before action. Crouch before jump. Arm back before throw. Prepares the viewer for what's coming. 3. Staging Present ideas clearly. One idea per shot. The view...
35
19762 kotlin-patterns ashchupliak/dream-team
Kotlin Development Patterns Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. When to Use Writing new Kotlin code Reviewing Kotlin code Refactoring existing Kotlin code Designing Kotlin modules or libraries Configuring Gradle Kotlin DSL builds How It Works This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, seal...
35
19763 doc-sys vladm3105/aidoc-flow-framework
doc-sys Purpose Create System Requirements (SYS) documents - Layer 6 artifact in the SDD workflow that defines technical system requirements including functional capabilities and quality attributes. Layer : 6 Upstream : BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5) Downstream Artifacts : REQ (Layer 7), Code (Layer 13) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts : ls docs/01_BRD/ doc...
35
19764 sf-lwc jaganpro/claude-code-sfskills
Expert frontend engineer specializing in Lightning Web Components for Salesforce. Generate production-ready LWC components using the PICKLES Framework for architecture, with proper data binding, Apex/GraphQL integration, event handling, SLDS 2 styling, and comprehensive Jest tests. Core Responsibilities - Component Scaffolding: Generate complete LWC bundles (JS, HTML, CSS, meta.xml) - PICKLES Architecture: Apply structured design methodology for robust components - Wire Service Patterns: Im...
35
19765 stripe-automation davepoon/buildwithclaude
Stripe Automation via Rube MCP Automate Stripe payment operations through Composio's Stripe toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/stripe Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Stripe connection via RUBE_MANAGE_CONNECTIONS with toolkit stripe Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoin...
35
19766 csv-processor jeremylongshore/claude-code-plugins-plus-skills
CSV Processor Skill Parse, transform, and analyze CSV files with advanced data manipulation capabilities. Instructions You are a CSV processing expert. When invoked: Parse CSV Files : Auto-detect delimiters (comma, tab, semicolon, pipe) Handle different encodings (UTF-8, Latin-1, Windows-1252) Process quoted fields and escaped characters Handle multi-line fields correctly Detect and use header rows Transform Data : Filter rows based on conditions Select specific columns Sort and group data Merge...
35
19767 agentbox-bootstrap cascade-protocol/agentbox
AgentBox Operating Instructions You are running on a dedicated AgentBox agent - a single-tenant cloud instance with OpenClaw gateway, HTTPS, web terminal, and a Solana wallet for x402 micropayments. Services Service Port Managed by OpenClaw gateway :18789 (loopback) openclaw gateway restart Caddy (HTTPS reverse proxy) :443 sudo systemctl restart caddy ttyd (web terminal) :7681 (loopback) sudo systemctl restart ttyd Caddy routes HTTPS traffic to the gateway and terminal. Do NOT modify Caddy or sy...
35
19768 capability-assessment qodex-ai/ai-agent-skills
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
35
19769 mobile htlin222/dotfiles
Mobile Development Build cross-platform mobile applications. When to Use React Native development Flutter development Mobile performance issues Native module integration App store deployment React Native Component Structure import React , { useState , useCallback } from "react" ; import { View , Text , TouchableOpacity , StyleSheet } from "react-native" ; interface Props { title : string ; onPress : ( ) => void ; } export function Button ( { title , onPress } : Props ) { const [ pressed , setPre...
35
19770 platform-product-manager ncklrs/startup-os-skills
Platform Product Manager Strategic product management expertise for API-first and developer-focused platforms — from API design and developer experience to ecosystem building and platform metrics. Philosophy Great platform products aren't about features. They're about making developers successful . The best API and platform products: Developer experience is product experience — DX is your primary differentiator APIs are user interfaces — Design them with the same care as visual UIs Documentation...
35
19771 algorithm-design lingzhi227/agent-research-skills
Algorithm Design Formalize methods into algorithm pseudocode and system architecture diagrams. Input $0 — Method description or implementation to formalize References Algorithm and diagram templates: ~/.claude/skills/algorithm-design/references/algorithm-templates.md Workflow Step 1: Formalize the Algorithm Define clear inputs and outputs Identify the main loop / recursive structure Specify all parameters and their types Write step-by-step pseudocode Step 2: Generate LaTeX Pseudocode Use algorit...
35
19772 cloudformation teachingai/full-stack-skills
AWS CloudFormation AWS CloudFormation provisions and manages AWS resources using templates. Define infrastructure as code, version control it, and deploy consistently across environments. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Templates JSON or YAML files defining AWS resources. Key sections: Parameters: Input values Mappings: Static lookup tables Conditions: Conditional resource creation Resources: AWS resources ...
35
19773 atomic-design-quarks thebushidocollective/han
Atomic Design: Quarks Master the creation and organization of quarks - the sub-atomic design tokens and primitive values that form the foundation of your design system. Quarks are the smallest building blocks that atoms consume. What Are Quarks? Quarks extend Brad Frost's Atomic Design methodology by adding a level below atoms. While atoms are the smallest UI components, quarks are the smallest design values - the raw materials from which atoms are built. Quarks are: Primitive Values: Color...
35
19774 wellally-tech huifer/wellally-health
Integrate multiple digital health data sources, connect to [WellAlly.tech](https://www.wellally.tech/) knowledge base, providing data import and knowledge reference for personal health management systems. Core Features 1. Digital Health Data Import - Apple Health (HealthKit): Export XML/ZIP file parsing - Fitbit: OAuth2 API integration and CSV import - Oura Ring: API v2 data synchronization - Generic Import: CSV/JSON file import with field mapping 2. WellAlly.tech Knowledge Base Integr...
35
19775 grant-proposal-builder travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
19776 skill-review ovachiever/droid-tings
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
35
19777 bruno-endpoint-creation steveclarke/dotfiles
Bruno REST API Endpoint Creation Command Expert REST API Endpoint Configuration for Bruno As a REST API expert, when creating Bruno endpoints, follow these proven patterns for professional API testing and documentation: 1. Environment Configuration Best Practices Development Environment (Local.bru): vars { baseUrl: http://localhost:3001 linkId: apiKey: dev_api_key_change_in_production } Production/Staging Environments: vars { baseUrl: https://api.yourdomain.com linkId: } vars:s...
35
19778 sentry-skill julianobarbosa/claude-code-skills
Sentry Skill Comprehensive guide for error monitoring, performance tracking, and application observability using Sentry. Quick Reference DSN (Data Source Name) The DSN is the unique identifier for your Sentry project: https://<PUBLIC_KEY>@<HOST>/<PROJECT_ID> Example: https://abc123@o123456.ingest.sentry.io/1234567 Core Concepts Concept Description Event Single instance of data sent to Sentry (error, transaction, etc.) Issue Group of similar events deduplicated by fingerprint Transaction Performa...
35
19779 qwen-image agentbay-ai/agentbay-skills
Qwen Image Generate high-quality images using Alibaba Cloud's Qwen Image API (通义万相). Usage Generate an image (returns URL only): uv run { baseDir } /scripts/generate_image.py --prompt "一副典雅庄重的对联悬挂于厅堂之中" --size "1664*928" --api-key sk-xxx Generate and save locally: uv run { baseDir } /scripts/generate_image.py --prompt "一副典雅庄重的对联悬挂于厅堂之中" --size "1664*928" --api-key sk-xxx With custom model: Support qwen-image-max-2025-12-30 qwen-image-plus-2026-01-09 qwen-image-plus uv run { baseDir } /scripts/ge...
35
19780 netease-slides api/git
No SKILL.md available for this skill. View on GitHub
35
19781 bmad-architecture-design bacoco/bmad-skills
Architecture Design Skill When to Invoke Automatically activate when user: Says "How should we build this?", "What's the architecture?" Asks "Tech stack?", "System design?", "How to architect?" Mentions "architecture", "technical decisions", "stack" PRD and epics are approved (Phase 3) Uses words like: architecture, tech stack, design, system, build, technical Specific trigger phrases: "How should we build this?" "What's the architecture?" "Choose tech stack" "System design for [project]" "Techn...
35
19782 optimise-claude ralphcrisostomo/nuxt-development-skills
Optimise Claude Audit AI instruction files for size, relevance, and structure. CLAUDE.md loads every session — bloated files cause Claude to ignore your actual instructions. SKILL.md lines cost tokens on every invocation. Keeping both lean reduces latency, cost, and instruction-following failures. Scope All operations scoped to project root ( $PWD ). Never modify files outside the repository. When to Use CLAUDE.md is long and Claude ignores rules or asks questions already answered in it SKILL.md...
35
19783 backend htlin222/dotfiles
Backend Architecture Design scalable, reliable backend systems and APIs. When to Use Creating new APIs or services Database schema design Service architecture decisions Performance optimization API versioning and documentation Focus Areas API Design RESTful conventions Consistent error responses Proper HTTP methods and status codes Versioning strategy (URL or header) Rate limiting and throttling Service Boundaries Single responsibility per service Clear contracts between services Async communica...
35
19784 agents-md-manager tdimino/claude-code-minoan
AGENTS.md Manager Create and maintain AGENTS.md files and Codex CLI configuration for any project. Core Workflow Determine the mode: Mode When Script Create New project needs AGENTS.md scripts/analyze_project.py then write Refresh Existing AGENTS.md needs audit scripts/validate_agents_md.py Convert Migrate from CLAUDE.md scripts/convert_claude_to_agents.py Config Generate config.toml scripts/generate_config_toml.py Rules Create .rules files See references/starlark-rules-spec.md Skills Scaffold ....
35
19785 sap-btp-intelligent-situation-automation secondsky/sap-skills
SAP BTP Intelligent Situation Automation ⚠️ DEPRECATION NOTICE Service Status : DEPRECATED as of September 24, 2025 SAP BTP Intelligent Situation Automation service has been deprecated and will reach end-of-service 6 months from the deprecation announcement (approximately March 2026) or when the last contract commitment is fulfilled. Immediate Action Required : Unsubscribe from the Intelligent Situation Automation service Export any required data before end-of-service date Contact component CA-S...
35
19786 path-tracing-reverse letta-ai/skills
Path Tracing Reverse Engineering Overview This skill provides a systematic approach to reverse engineering graphics rendering binaries (ray tracers, path tracers, renderers) with high-fidelity output matching requirements. The primary challenge is achieving pixel-perfect or near-pixel-perfect reproduction (>99% similarity), which requires precise extraction of algorithms, constants, and rendering parameters rather than approximation. Critical Success Factors When high similarity thresholds (>99%...
35
19787 coda-automation davepoon/buildwithclaude
Coda Automation via Rube MCP Automate Coda document and data operations through Composio's Coda toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Coda connection via RUBE_MANAGE_CONNECTIONS with toolkit coda Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available...
35
19788 release-notes-generator jeremylongshore/claude-code-plugins-plus-skills
Release Notes Generator Purpose This skill provides automated assistance for release notes generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "release notes generator" in your request Ask about release notes generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for release note...
35
19789 octocode-pull-request-reviewer bgauryy/octocode-mcp
Code Review Agent - Octocode Reviewer <when_to_use> Reviewing pull requests (by number, URL, or branch) Reviewing local changes (staged, unstaged, or working tree) Analyzing code changes for bugs, security, performance Checking architectural impact of code changes Verifying flow impact on existing callers Security scanning of new code Code quality assessment of changed files </when_to_use> Global Rules <global_rules priority="maximum"> Tool Enforcement (applies to ALL phases) MUST use Octocode M...
35
19790 laravel-enums leeovery/claude-laravel
Enums provide type-safe, finite sets of values. Related guides: - [State Machines](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-state-machines/SKILL.md) - For complex state transitions - [Models](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-models/SKILL.md) - Model casts to enums - [DTOs](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-enums/../laravel-dtos/SKILL.md) - DTOs with enum propertie...
35
19791 orchestrator wyattowalsh/agents
Orchestrator Skill You are the Orchestrator (coordinator). You do NOT execute tasks yourself. Delegate execution to Worker/Subagent. NOTE: postman daemon handles all message delivery automatically. Role constraints and communication paths are defined in postman config. 1. Immediate Actions When orchestrator skill is invoked: Detect task type from user message Start appropriate workflow Keyword Workflow plan, design Plan review Review code, implement Code pr, pull request PR 2. Subagent Execution...
35
19792 pipeline-variable-management tencentblueking/bk-ci
流水线变量管理完整指南 Skill 概述 Skill 名称: Pipeline Variable Management 适用场景: 流水线变量的全生命周期管理与字段扩展 重要性: ⭐⭐⭐⭐ (高优先级) 文档版本: 2.0 最后更新: 2025-01 流水线变量是 BK-CI 流水线中的核心功能,支持在流水线编排、构建执行过程中动态传递和管理数据。本 Skill 提供变量管理的两大核心主题: 变量生命周期 - 变量从创建到销毁的完整流程 变量字段扩展 - 如何扩展变量的数据结构 一、变量管理架构概览 1.1 变量的定义与作用 流水线变量是流水线中用于存储和传递数据的核心机制,支持: ✅ 配置参数化 - 将流水线配置中的固定值替换为变量 ✅ 数据传递 - 在不同 Stage/Job/Task 之间传递数据 ✅ 动态计算 - 运行时动态生成和更新变量值 ✅ 用户输入 - 手动触发时由用户输入参数值 ✅ 系统内置 - 提供系统级别的预定义变量 1.2 变量的两种核心模型 BK-CI 中流水线变量存在两种数据模型的双向转换: 1. BuildFormProperty(后端内部模型...
35
19793 gitlab-cli oldwinter/skills
GitLab CLI 管理技能 通过 glab CLI 管理 GitLab 代码仓库、CI/CD Pipeline、Merge Request、Issue 等资源。 环境配置 GitLab 服务器 : 192.168.10.117:6001 Web UI : http://192.168.10.117:6001 SSH 端口 : 2222 API 协议 : HTTP Git 协议 : SSH 验证连接状态: glab auth status 核心功能 1. 仓库管理 列出项目 glab repo list 列出所有项目 glab repo list --per-page 50 分页列出 glab repo search "keyword" 搜索项目 创建项目 glab repo create my-project 在当前用户下创建 glab repo create my-project --group simplexai 在 group 下创建 glab repo create my-project --private 创建私有项目 其他操作 glab repo view ...
35
19794 optimize-images b-open-io/gemskills
Image Optimization for Web Projects Optimize images for web performance using modern tools. This skill provides scripts and workflows for compressing PNG and JPEG images while maintaining visual quality. When to Use This Skill Preparing images for production web deployment Reducing page load times Optimizing public/images directories Batch compressing screenshots, watercolors, photos Auditing image sizes before/after optimization Core Tool: Sharp Sharp is the fastest Node.js image processing lib...
35
19795 prompt-regression-tester patricio0312rev/skills
Prompt Regression Tester Systematically test prompt changes to prevent regressions. Test Case Format { "test_cases": [ { "id": "test_001", "input": "Summarize this article", "context": "Article text here...", "expected_behavior": "Concise 2-3 sentence summary", "baseline_output": "Output from v1.0 prompt", "must_include": ["main point", "conclusion"], "must_not_include": ["opinion", "speculation"] } ] } Comparison Framework def compare_pro...
35
19796 tiktok ad creative generation eachlabs/skills
TikTok Ad Creative Generation Generate scroll-stopping TikTok ad creatives using the each::sense API. Create native-feeling vertical video content optimized for TikTok's unique format and audience expectations. Overview The each::sense API enables you to generate TikTok-optimized ad creatives that blend seamlessly with organic content: TikTok-Native Vertical Video : 9:16 aspect ratio optimized for full-screen mobile experience Spark Ads Style : Authentic, creator-driven aesthetics that feel nati...
35
19797 story-structure bybren-llc/story-systems-template
Story Structure Skill Invocation Triggers Apply this skill when: Planning screenplay structure Analyzing narrative arc Placing story beats Validating structural integrity Three-Act Structure Overview ACT ONE (Setup) ≈ 25 pages (25%) ACT TWO (Confrontation) ≈ 60 pages (50%) ACT THREE (Resolution) ≈ 25 pages (25%) ≈ 110 pages total Act One: Setup (Pages 1-25) Goal: Establish world, character, and conflict. Beat Page Purpose Opening Image 1 Visual thesis, tone, world Theme Stated 5 Theme sp...
35
19798 design-of-experiments lyndonkl/claude
Design of Experiments Table of Contents Purpose When to Use What Is It? Workflow Common Patterns Guardrails Quick Reference Purpose Design of Experiments (DOE) helps you systematically discover how multiple factors affect an outcome while minimizing the number of experimental runs. Instead of testing one variable at a time (inefficient) or guessing randomly (unreliable), DOE uses structured experimental designs to: Screen many factors to find the critical few Optimize factor settings to maximi...
35
19799 growth-strategy omer-metin/skills-for-antigravity
Growth Strategy Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks. Quick Reference Situation Use This Skill For SEO/SMO/CRO implementation Technical Optimization Building growth engines Growth Loops Framework Strategic growth planning Strategy & Frameworks Distribution strategy Channel & Platform Strategy Network effects Product-Led Growth Part 1: Core Principles Foundational Truths Growth follows product-market fit, never precedes it R...
35
19800 partnership-marketer ncklrs/startup-os-skills
Partnership Marketer Expert partnership marketing guidance for building scalable partner ecosystems, co-marketing campaigns, and channel programs — from partner selection to revenue attribution. Philosophy Great partnership marketing creates multiplier effects: Strategic alignment — Partners succeed when you succeed, and vice versa Mutual value creation — Every partnership should benefit both parties measurably Scalable enablement — Partners should be able to sell/integrate without hand-holding ...
35