███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7251 | fix | alirezarezvani/claude-skills |
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
|
1.6K |
| 7252 | coverage | alirezarezvani/claude-skills |
Analyze Test Coverage Gaps Map all testable surfaces in the application and identify what's tested vs. what's missing. Steps 1. Map Application Surface Use the Explore subagent to catalog: Routes/Pages: Scan route definitions (Next.js app/ , React Router config, Vue Router, etc.) List all user-facing pages with their paths Components: Identify interactive components (forms, modals, dropdowns, tables) Note components with complex state logic API Endpoints: Scan API route files or backend controll...
|
1.6K |
| 7253 | generate | alirezarezvani/claude-skills |
Generate Playwright Tests Generate production-ready Playwright tests from a user story, URL, component name, or feature description. Input $ARGUMENTS contains what to test. Examples: "user can log in with email and password" "the checkout flow" "src/components/UserProfile.tsx" "the search page with filters" Steps 1. Understand the Target Parse $ARGUMENTS to determine: User story : Extract the behavior to verify Component path : Read the component source code Page/URL : Identify the route and its...
|
1.6K |
| 7254 | report | alirezarezvani/claude-skills |
Smart Test Reporting Generate test reports that plug into the user's existing workflow. Zero new tools. Steps 1. Run Tests (If Not Already Run) Check if recent test results exist: ls -la test-results/ playwright-report/ 2 > /dev/null If no recent results, run tests: npx playwright test --reporter = json,html,list 2 > &1 | tee test-output.log 2. Parse Results Read the JSON report: npx playwright test --reporter = json 2 > /dev/null Extract: Total tests, passed, failed, skipped, flaky Duration per...
|
1.6K |
| 7255 | e2e-testing | hieutrtr/ai1-skills |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization Show more Installs 1.7K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.6K |
| 7256 | day2-create-context-sync-skill | ai-native-camp/camp-1 |
Day 2: 나만의 Context Sync 스킬 만들기 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 MCP Claude가 외부 서비스(Slack, Gmail 등)와 대화하는 통로. Day 1에서 배운 "도구"를 외부로 확장하는 것 subagent Claude가 다른 Claude를 불러서 일을 시키는 것. 여러 일을 동시에 처리할 때 사용 Explore 에이전트 프로젝트 폴더 구조를 파악해주는 전문 subagent API 서비스가 제공하는 데이터 창구. MCP가 없을 때 직접 코드로 데이터를 가져오는 방법 스킬(Skill) Claude Code에게 특정 작업 방법을 가르치는 문서. Day 1 Block 3-2에서 체험한 것 STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A...
|
1.6K |
| 7257 | frontend-design | mager/frontend-design |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
1.6K |
| 7258 | extract | alirezarezvani/claude-skills |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
1.6K |
| 7259 | promote | alirezarezvani/claude-skills |
/si:promote — Graduate Learnings to Rules Moves a proven pattern from Claude's auto-memory into the project's rule system, where it becomes an enforced instruction rather than a background note. Usage /si:promote <pattern description> Auto-detect best target /si:promote <pattern> --target claude.md Promote to CLAUDE.md /si:promote <pattern> --target rules/testing.md Promote to scoped rule /si:promote <pattern> --target rules/api.md --paths "src/api//*.ts" ...
|
1.6K |
| 7260 | day2-supplement-mcp | ai-native-camp/camp-1 |
Day 2 보충: MCP 딥다이브 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
|
1.6K |
| 7261 | gstack-workflow-assistant | aradotso/trending-skills |
gstack Workflow Assistant Skill by ara.so — Daily 2026 Skills collection Transform Claude Code from a generic assistant into a team of specialists you can summon on demand. Eight opinionated workflow skills that act as CEO, Engineering Manager, Release Manager, and QA Engineer with slash commands for planning, review, shipping, and testing. What It Does gstack provides specialized AI personas and workflows: CEO Review : Rethink problems and find the 10-star product hiding in requests Engineering...
|
1.6K |
| 7262 | frontend-skill | openai/skills |
frontend-skill Curated from OpenAI's skills repository. What it does Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook. Source Upstream: https://github.com/openai/skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into...
|
1.6K |
| 7263 | generating-apex | forcedotcom/afv-library |
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
|
1.6K |
| 7264 | playwright-scraper | alphaonedev/openclaw-graph |
playwright-scraper Purpose This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites. When to Use Use this skill for scraping sites with JavaScript-rendered content (e.g., React or Angular apps), sites requiring login (e.g., dashboards), handling multi-page results (e.g., search results), or capturing visual data (e.g., sc...
|
1.6K |
| 7265 | browserstack | alirezarezvani/claude-skills |
BrowserStack Integration Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing. Prerequisites Environment variables must be set: BROWSERSTACK_USERNAME — your BrowserStack username BROWSERSTACK_ACCESS_KEY — your access key If not set, inform the user how to get them from browserstack.com/accounts/settings and stop. Capabilities 1. Configure for BrowserStack /pw:browserstack setup Steps: Check current playwright.config.ts Add BrowserStack connect options: // ...
|
1.6K |
| 7266 | generating-apex-test | forcedotcom/afv-library |
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
|
1.6K |
| 7267 | setup-sandbox | recoupable/setup-sandbox |
Setup Sandbox Create the folder structure for the connected account's organizations and artists. Environment RECOUP_ACCOUNT_ID — The account ID to fetch data for. Only needed when using an Org API Key. When using a Personal API Key, omit the --account flag and the CLI will use the authenticated account automatically. Steps Check if RECOUP_ACCOUNT_ID is set. If set, use --account $RECOUP_ACCOUNT_ID on all CLI commands below. If not set, omit the --account flag. Run recoup orgs list --json [--acco...
|
1.6K |
| 7268 | status | alirezarezvani/claude-skills |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
1.6K |
| 7269 | generating-flow | forcedotcom/afv-library |
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
|
1.6K |
| 7270 | release-management | recoupable/release-management |
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
|
1.6K |
| 7271 | generating-custom-field | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create custom fields on any object Generate field metadata for any field type Set up relationship fields (Lookup or Master-Detail) Create formula or roll-up summary fields Troubleshoot deployment errors related to custom fields Salesforce Custom Field Generator and Validator Overview Generate and validate Salesforce Custom Field metadata with mandatory constraints to prevent deployment errors. This skill has special focus on the highest-fai...
|
1.6K |
| 7272 | shannon-ai-pentester | aradotso/trending-skills |
Shannon AI Pentester Skill by ara.so — Daily 2026 Skills collection. Shannon is an autonomous, white-box AI pentester for web applications and APIs. It reads your source code to identify attack vectors, then executes real exploits (SQLi, XSS, SSRF, auth bypass, authorization flaws) against a live running application — only reporting vulnerabilities with a working proof-of-concept. How It Works Reconnaissance — Nmap, Subfinder, WhatWeb, and Schemathesis scan the target Code Analysis — Shannon rea...
|
1.6K |
| 7273 | generating-custom-object | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Specification 1. Overview and Purpose This document defines the mandatory constraints for generating CustomObject metadata XML ( .object-meta.xml file). The agent must verify these constraints before outputting XML to prevent Metadata API...
|
1.6K |
| 7274 | generating-permission-set | forcedotcom/afv-library |
When to Use This Skill Use when generating or editing permission set metadata, or when granting object, field, user, and app permissions. Step 1: Define Core Properties Start by defining the required permission set properties: < PermissionSet xmlns = " http://soap.sforce.com/2006/04/metadata " > < fullName > YourPermissionSetName </ fullName > < label > Display Name for Administrators </ label > < description > Clear description of purpose and intended audience </ description > </ PermissionSet ...
|
1.6K |
| 7275 | planning-under-uncertainty | refoundai/lenny-skills |
Planning Under Uncertainty Help the user navigate product planning when the future is unclear using adaptive planning frameworks from 44 product leaders. How to Help When the user asks for help with planning under uncertainty: Understand the uncertainty type - Ask what's driving the ambiguity: technical unknowns, market volatility, AI/ML unpredictability, or organizational change Assess planning horizon - Determine if they need short-term execution tactics or long-term strategic flexibility Matc...
|
1.6K |
| 7276 | migrate | alirezarezvani/claude-skills |
Migrate to AgentControl You're using a skill that will guide you through migrating an application from hardcoded LLM prompts to a full LaunchDarkly AgentControl implementation. Your job is to run the migration in five stages , stopping at each stage for the user to confirm: Audit the code — read-only scan that produces a structured list of everything hardcoded (prompt, model, parameters, tools, app-scoped knobs). Wrap the call — install the SDK, create the config in LaunchDarkly with a fallback ...
|
1.6K |
| 7277 | running-design-reviews | refoundai/lenny-skills |
Running Design Reviews Help the user run effective design reviews and critiques using frameworks from 8 product leaders. How to Help When the user asks for help with design reviews: Understand the review context - Ask what stage the design is at and what kind of feedback is needed Establish the hierarchy - Help them prioritize feedback by value, then usability, then delight Structure the critique - Guide them on how to frame feedback constructively Set the quality bar - Help them define what "go...
|
1.6K |
| 7278 | platform-strategy | refoundai/lenny-skills |
Platform Strategy Help the user design and execute platform business strategies using frameworks from 24 product leaders who have built and scaled platforms. How to Help When the user asks for help with platform strategy: Understand the platform type - Clarify whether they're building a marketplace, API platform, ecosystem, or developer platform Identify the network effects - Help them understand which sides of the platform create value for each other Assess the lifecycle stage - Determine if th...
|
1.6K |
| 7279 | working-backwards | refoundai/lenny-skills |
Working Backwards Help the user apply the working backwards methodology using frameworks and insights from 12 product leaders. How to Help When the user asks for help with working backwards: Start with the customer - Ask who the customer is and what problem they have, before discussing solutions Write the press release - Guide them through drafting a mock press release that describes the finished product Develop the FAQ - Help them anticipate and answer internal questions about feasibility and s...
|
1.6K |
| 7280 | post-mortems-retrospectives | refoundai/lenny-skills |
Post-mortems & Retrospectives Help the user run effective post-mortems and retrospectives that drive genuine learning using frameworks from 11 product leaders. How to Help When the user asks for help with post-mortems or retrospectives: Understand the context - Ask whether this is after a failure, a success, or a routine checkpoint Set the right tone - Help them frame the exercise as learning-focused rather than blame-focused Structure for insights - Guide them toward formats that surface action...
|
1.6K |
| 7281 | platform-infrastructure | refoundai/lenny-skills |
Platform Infrastructure Help the user design and scale internal platforms and shared technical infrastructure using insights from 5 product and engineering leaders. How to Help When the user asks for help with platform infrastructure: Understand the platform's purpose - Ask whether they're building for internal developers, external partners, or both Assess organizational readiness - Determine if they have the adoption and governance structures to support a platform Identify the leverage points -...
|
1.6K |
| 7282 | cross-functional-collaboration | refoundai/lenny-skills |
Cross-functional Collaboration Help the user work effectively across functions using frameworks from 57 product leaders who have built high-performing cross-functional teams at companies from Linear to Airbnb. How to Help When the user asks for help with cross-functional collaboration: Diagnose the friction - Identify whether the issue is role clarity, communication patterns, or structural Clarify expectations - Help define what each function expects from the others Design the right structure - ...
|
1.6K |
| 7283 | coaching-pms | refoundai/lenny-skills |
Coaching Product Managers Help the user develop and coach product managers using frameworks from 3 product leaders who have scaled PM organizations at top companies. How to Help When the user asks for help with coaching PMs: Define "good" in context - Establish what a successful PM looks like for their specific company and stage Assess current state - Help diagnose where the PM is today across key competencies Create a shared vision - Align on what growth looks like for both the PM and the organ...
|
1.6K |
| 7284 | building-sales-team | refoundai/lenny-skills |
Building Sales Team Help the user build and scale a high-performing sales organization using frameworks from 14 product leaders who have built sales teams from zero to scale. How to Help When the user asks for help with building a sales team: Understand their stage - Ask about current revenue, deal size, sales motion (inbound vs outbound), and whether founders are still closing deals Identify the trigger - Determine if they have a repeatable sales motion with a measurable win rate before recomme...
|
1.6K |
| 7285 | scoping-cutting | refoundai/lenny-skills |
Scoping & Cutting Help the user scope projects and cut features effectively using frameworks from 15 product leaders. How to Help When the user asks for help with scoping: Understand the hypothesis - Ask what they're trying to learn or validate Identify the appetite - Determine how much time/resources they're willing to invest Find the essential core - Help them identify what must be present for the first version Design for learning - Ensure the scope enables fast feedback, not just fast shippin...
|
1.6K |
| 7286 | evaluating-candidates | refoundai/lenny-skills |
Evaluating Candidates Help the user make stronger hiring decisions using battle-tested frameworks from 94 product leaders. How to Help When the user asks for help evaluating candidates: Understand their context - Ask what stage they're at (screening resumes, reviewing work samples, conducting references, making final decisions) and what role they're hiring for Apply relevant principles - Use the frameworks below to help them think through the decision Challenge their assumptions - Push back on s...
|
1.6K |
| 7287 | managing-timelines | refoundai/lenny-skills |
Managing Timelines Help the user set and hit realistic project timelines using approaches from 13 product leaders. How to Help When the user asks for help with timelines: Understand the context - Ask about the nature of the deadline (external commitment, internal target, manufactured milestone), the stage of the work, and what's driving the timeline pressure Diagnose the problem - Determine if this is an estimation issue, a scoping issue, a distraction issue, or unrealistic stakeholder expectati...
|
1.6K |
| 7288 | testrail | alirezarezvani/claude-skills |
TestRail Integration Bidirectional sync between Playwright tests and TestRail test management. Prerequisites Environment variables must be set: TESTRAIL_URL — e.g., https://your-instance.testrail.io TESTRAIL_USER — your email TESTRAIL_API_KEY — API key from TestRail If not set, inform the user how to configure them and stop. Capabilities 1. Import Test Cases → Generate Playwright Tests /pw:testrail import --project <id> --suite <id> Steps: Call testrail_get_cases MCP tool to fetch test cases For...
|
1.6K |
| 7289 | organizational-design | refoundai/lenny-skills |
Organizational Design Help the user design effective organizational structures using frameworks from 2 product leaders. How to Help When the user asks for help with organizational design: Understand their context - Ask about their current structure, company stage, what problem they're trying to solve, and what trade-offs they're willing to make Identify the core trade-off - Help them see the spectrum between centralized (Apple-style) and decentralized (Amazon-style) models Evaluate options - Wal...
|
1.6K |
| 7290 | shipping-products | refoundai/lenny-skills |
Shipping Products Help the user ship products effectively using frameworks and insights from 47 product leaders. How to Help When the user asks for help with shipping: Understand the blocker - Ask what is preventing the ship: scope, quality concerns, dependencies, or organizational friction Assess the context - Determine if this is a new product, feature iteration, or infrastructure change Challenge timelines - Apply the 'maximally accelerated' principle to identify the critical path Guide quali...
|
1.6K |
| 7291 | energy-management | refoundai/lenny-skills |
Energy Management Help the user manage their energy for sustained performance using frameworks from 5 product leaders who have optimized their personal productivity and avoided burnout. How to Help When the user asks for help with energy management: Diagnose the current state - Help them identify what's draining vs energizing them Audit their calendar - Review how they're spending time and categorize by energy impact Design for their superpowers - Help them spend more time in their zone of geniu...
|
1.6K |
| 7292 | having-difficult-conversations | refoundai/lenny-skills |
Having Difficult Conversations Help the user navigate tough conversations with courage and skill using frameworks from 43 product leaders. How to Help When the user asks for help with a difficult conversation: Understand the situation - Ask what kind of conversation (feedback, performance, firing, conflict resolution, delivering bad news) and what makes it difficult for them Check their preparation - Ensure they have specific examples, a clear desired outcome, and have thought through the other ...
|
1.6K |
| 7293 | writing-job-descriptions | refoundai/lenny-skills |
Writing Job Descriptions Help the user write effective job descriptions using frameworks and insights from 6 product leaders. How to Help When the user asks for help with job descriptions: Define success first - Ask what success looks like 12 months after the hire, not what tasks they'll do Identify the spike - Determine the one or two areas where this person needs to excel (not everything) Write for progress - Frame the role around the progress to be made, not a list of arbitrary tasks Consider...
|
1.6K |
| 7294 | managing-tech-debt | refoundai/lenny-skills |
Managing Tech Debt Help the user manage technical debt strategically using insights from 18 product leaders. How to Help When the user asks for help with tech debt: Understand the situation - Ask about the nature of the debt (legacy systems, code quality, architectural limitations), how it's manifesting (slow velocity, incidents, inability to ship), and the business context Diagnose the urgency - Determine if this is blocking critical business needs or a slower-burning issue Choose the right app...
|
1.6K |
| 7295 | evaluating-new-technology | refoundai/lenny-skills |
Evaluating New Technology Help the user evaluate emerging technologies using frameworks from 22 product leaders who have made critical technology decisions at companies from Google to Shopify. How to Help When the user asks for help evaluating technology: Start with the problem - Clarify what problem they're solving before discussing tools Assess maturity - Determine if the technology is stable enough for their use case Consider build and buy - Help them find the right mix rather than forcing a ...
|
1.6K |
| 7296 | running-effective-meetings | refoundai/lenny-skills |
Running Effective Meetings Help the user run more effective meetings using frameworks from 40 product leaders. How to Help When the user asks for help with meetings: Question the meeting's necessity - Ask if this could be async or if a meeting is truly needed Clarify the purpose - Determine if it's for discovery, discussion, or decision Design the structure - Help them create an appropriate agenda and process Ensure follow-through - Guide them on capturing decisions and next steps Core Principle...
|
1.6K |
| 7297 | delegating-work | refoundai/lenny-skills |
Delegating Work Help the user delegate effectively using frameworks from 38 product leaders who have scaled themselves and their organizations. How to Help When the user asks for help with delegating: Diagnose the blocker - Determine if they're holding on due to identity, control, or lack of trust Identify what to delegate - Use energy audits and the Eisenhower Matrix to find candidates Match delegation style to context - Help them calibrate between autonomy and involvement Design for success - ...
|
1.6K |
| 7298 | partnership-bd | refoundai/lenny-skills |
Partnership & BD Help the user build strategic partnerships and business development deals using insights from 9 product leaders. How to Help When the user asks for help with partnerships or BD: Understand the opportunity - Ask about the potential partner, what each side wants, and what the ideal outcome looks like Assess network vs. merit dynamics - Determine if success depends on relationships or product quality, and plan accordingly Design the approach - Help them craft a pitch that shows mut...
|
1.6K |
| 7299 | negotiating-offers | refoundai/lenny-skills |
Negotiating Offers Help the user negotiate job offers and compensation using strategies from 3 product leaders. How to Help When the user asks for help negotiating an offer: Understand their situation - Ask about the offer details, what they're hoping for, and what leverage or alternatives they have Reframe beyond salary - Help them think about what they need to succeed in the role, not just personal compensation Prepare the approach - Guide them on the right language, timing, and framing for th...
|
1.6K |
| 7300 | flows-code-review | cognitedata/builder-skills |
No SKILL.md available for this skill. View on GitHub
|
1.6K |