Skip to content

Skills Marketplace

Browse 2,653 skills across 124 packs and 30 categories

Showing 2341–2400 of 2,653 skills

Carbon Accounting Specialist

369L

Use this skill when measuring carbon footprints, calculating Scope 1/2/3 emissions,

Industry & SpecializedSustainability Esg

Circular Economy Strategist

339L

Use this skill when designing circular economy strategies, rethinking product lifecycles,

Industry & SpecializedSustainability Esg

Climate Risk Assessment Specialist

407L

Use this skill when conducting climate risk assessments, analyzing physical vs

Industry & SpecializedSustainability Esg

Social Impact and DEI Specialist

389L

Use this skill when working on the social pillar of ESG, developing diversity and

Industry & SpecializedSustainability Esg

ESG Strategy Architect

273L

Use this skill when developing ESG strategy, conducting materiality assessments,

Industry & SpecializedSustainability Esg

Green Finance Specialist

349L

Use this skill when working with green bonds, sustainable investing, ESG integration

Industry & SpecializedSustainability Esg

Impact Measurement Specialist

414L

Use this skill when measuring social or environmental impact, building theories

Industry & SpecializedSustainability Esg

Net Zero Strategy Architect

436L

Use this skill when developing net zero strategies, building decarbonization pathways,

Industry & SpecializedSustainability Esg

Sustainability Reporting Expert

338L

Use this skill when preparing sustainability or ESG reports, navigating GRI Standards,

Industry & SpecializedSustainability Esg

Sustainable Supply Chain Strategist

345L

Use this skill when managing sustainable supply chains, assessing supplier ESG

Industry & SpecializedSustainability Esg

Freelance Client Acquisition Strategist

257L

Use this skill when advising on finding freelance clients, building a client pipeline,

Industry & SpecializedFreelancing

Freelance Client Management Expert

367L

Use this skill when advising on managing freelance client relationships, setting

Industry & SpecializedFreelancing

Freelance Contract Specialist

406L

Use this skill when advising on freelance contracts, payment terms, intellectual property

Industry & SpecializedFreelancing

Freelance Financial Management Expert

348L

Use this skill when advising on freelance financial management, taxes, invoicing, business

Industry & SpecializedFreelancing

Freelance Pricing Strategist

307L

Use this skill when advising on freelance pricing strategies, rate setting, value-based

Industry & SpecializedFreelancing

Strategic Job Hunter

114L

Strategic job hunting methodology that treats the job search as a sales process rather than a lottery. Covers company research, contact discovery, material customization, multi-channel outreach, and follow-up cadence.

Industry & SpecializedFreelancing

Freelance Portfolio Strategist

341L

Use this skill when advising on building a freelance portfolio, creating case studies,

Industry & SpecializedFreelancing

Freelance Proposal Writing Expert

308L

Use this skill when helping write freelance proposals, responding to RFPs, structuring

Industry & SpecializedFreelancing

Freelance Retainer Model Expert

426L

Use this skill when advising on building retainer relationships, structuring recurring

Industry & SpecializedFreelancing

Freelance Scaling Strategist

442L

Use this skill when advising on growing beyond solo freelancing, building a small agency,

Industry & SpecializedFreelancing

Solopreneur Bookkeeping Specialist

105L

Set up and maintain basic bookkeeping and financial tracking for solopreneurs

Industry & SpecializedFreelancing

Freelance Time Management and Productivity Expert

327L

Use this skill when advising on freelance time management, juggling multiple clients,

Industry & SpecializedFreelancing

Benchmarking and Performance Analysis Expert

274L

Triggers when users need to conduct performance benchmarking, process benchmarking,

Industry & SpecializedResearch

Competitive Intelligence Director

223L

Triggers when users need to track competitors, build feature comparisons, analyze positioning,

Industry & SpecializedResearch

Industry Analysis Strategist

230L

Triggers when users need to analyze industries using frameworks like Porter's Five Forces,

Industry & SpecializedResearch

Senior Market Research Strategist

162L

Triggers when users need to size markets (TAM/SAM/SOM), design research methodologies,

Industry & SpecializedResearch

Qualitative Research Methodologist

209L

Triggers when users need to design or conduct qualitative research including interviews,

Industry & SpecializedResearch

Quantitative Research Scientist

219L

Triggers when users need to conduct quantitative research including statistical analysis,

Industry & SpecializedResearch

Research Synthesis Lead

190L

Triggers when users need to synthesize research findings, build affinity maps, perform

Industry & SpecializedResearch

Survey Research Methodologist

186L

Triggers when users need to design surveys, write unbiased questions, choose scales,

Industry & SpecializedResearch

Strategic Foresight Analyst

223L

Triggers when users need to identify emerging trends, detect weak signals, understand

Industry & SpecializedResearch

Principal User Researcher

201L

Triggers when users need to plan or conduct user research including interviews, ethnographic

Industry & SpecializedResearch

Web Research Methodologist

102L

Conduct thorough and systematic web research using structured approaches to

Industry & SpecializedResearch

Abstraction Control

92L

Avoiding over-abstraction and unnecessary complexity by choosing the simplest solution that solves the actual problem

Autonomous AgentsAutonomous Agent

Accessibility Implementation

83L

Making web content accessible through ARIA attributes, semantic HTML, keyboard navigation, screen reader support, color contrast, focus management, and WCAG compliance.

Autonomous AgentsAutonomous Agent

API Design Patterns

93L

Designing and implementing clean APIs with proper REST conventions, pagination, versioning, authentication, and backward compatibility.

Autonomous AgentsAutonomous Agent

API Integration

126L

Integrating with external APIs effectively — reading API docs, authentication patterns, error handling, rate limiting, retry with backoff, response validation, SDK vs raw HTTP decisions, and API versioning.

Autonomous AgentsAutonomous Agent

Assumption Validation

85L

Detecting and validating assumptions before acting on them to prevent cascading errors from wrong guesses

Autonomous AgentsAutonomous Agent

Authentication Implementation

84L

Implementing authentication flows correctly including OAuth 2.0/OIDC, JWT handling, session management, password hashing, MFA, token refresh, and CSRF protection.

Autonomous AgentsAutonomous Agent

Background Job Scheduling

123L

Implementing scheduled and recurring jobs including cron patterns, scheduler selection, timezone handling, overlap prevention, distributed scheduling, and monitoring.

Autonomous AgentsAutonomous Agent

Batch Processing

81L

Processing large data sets efficiently with chunking, streaming, and partial failure recovery

Autonomous AgentsAutonomous Agent

Browser Verification

93L

Using browser automation to verify visual and interactive changes rather than relying solely on code-level testing

Autonomous AgentsAutonomous Agent

Build System Interaction

87L

Working with build tools, understanding build pipelines, interpreting build errors, and managing development vs production builds effectively.

Autonomous AgentsAutonomous Agent

Caching Strategies

82L

Implementing effective caching at every level including browser, CDN, application, and database caching with proper invalidation, TTL management, and stampede prevention.

Autonomous AgentsAutonomous Agent

Checkpoint Strategy

73L

Creating save points during long autonomous work to ensure rollback is always possible

Autonomous AgentsAutonomous Agent

CI/CD Pipeline Management

85L

Understanding and modifying CI/CD pipelines across GitHub Actions, GitLab CI, and other systems, including debugging failures and adding stages safely.

Autonomous AgentsAutonomous Agent

Clipboard Operations

86L

Working with the clipboard API for copy, paste, and rich content handling

Autonomous AgentsAutonomous Agent

Code Generation Patterns

74L

Generating clean, idiomatic code that follows language conventions, consistent naming, proper file organization, and formatting standards so output looks human-written.

Autonomous AgentsAutonomous Agent

Self Code Review

111L

Systematically reviewing your own generated code before presenting it, catching issues a human reviewer would flag

Autonomous AgentsAutonomous Agent

Code Style Matching

93L

Detecting and matching the existing code style of a project — indentation, naming, formatting, and patterns — so that new code blends in seamlessly.

Autonomous AgentsAutonomous Agent

Codebase Navigation

109L

Efficient strategies for understanding unfamiliar codebases through entry points, pattern recognition, and progressive mental model building

Autonomous AgentsAutonomous Agent

Communication With User

110L

Effective communication during autonomous work — when to give status updates, how to present options, asking targeted questions, showing work without overwhelming, tone calibration, admitting uncertainty, and summarizing changes concisely.

Autonomous AgentsAutonomous Agent

Concurrency Patterns

89L

Understanding and implementing concurrent code with async/await, Promises, thread safety, race conditions, and strategies for debugging timing-dependent bugs.

Autonomous AgentsAutonomous Agent

Configuration File Management

89L

Reading, modifying, and creating configuration files correctly while preserving formatting, understanding conventions, and managing environment-specific settings.

Autonomous AgentsAutonomous Agent

Context Management

123L

Managing limited context windows effectively through information triage, summarization, structured note-taking, and working memory optimization

Autonomous AgentsAutonomous Agent

Cross-Browser Compatibility

118L

Ensuring applications work across browsers using feature detection, polyfills, progressive enhancement, testing strategies, and graceful degradation.

Autonomous AgentsAutonomous Agent

Cross-Cutting Concerns

70L

Handling concerns like logging, authentication, and caching that span multiple modules

Autonomous AgentsAutonomous Agent

CSS Architecture

94L

Writing maintainable CSS at scale — BEM, CSS Modules, CSS-in-JS, utility-first patterns, theming with custom properties, specificity management, responsive design, and dark mode implementation.

Autonomous AgentsAutonomous Agent

Dark Mode Implementation

99L

Implementing theme switching with CSS custom properties, system preference detection, and persistence

Autonomous AgentsAutonomous Agent

Data Extraction and Transformation

84L

Techniques for extracting, parsing, cleaning, and transforming data across formats like CSV, JSON, XML, and more, including handling malformed input and large files.

Autonomous AgentsAutonomous Agent