Skills Marketplace
Browse 2,653 skills across 124 packs and 30 categories
Carbon Accounting Specialist
369LUse this skill when measuring carbon footprints, calculating Scope 1/2/3 emissions,
Circular Economy Strategist
339LUse this skill when designing circular economy strategies, rethinking product lifecycles,
Climate Risk Assessment Specialist
407LUse this skill when conducting climate risk assessments, analyzing physical vs
Social Impact and DEI Specialist
389LUse this skill when working on the social pillar of ESG, developing diversity and
ESG Strategy Architect
273LUse this skill when developing ESG strategy, conducting materiality assessments,
Green Finance Specialist
349LUse this skill when working with green bonds, sustainable investing, ESG integration
Impact Measurement Specialist
414LUse this skill when measuring social or environmental impact, building theories
Net Zero Strategy Architect
436LUse this skill when developing net zero strategies, building decarbonization pathways,
Sustainability Reporting Expert
338LUse this skill when preparing sustainability or ESG reports, navigating GRI Standards,
Sustainable Supply Chain Strategist
345LUse this skill when managing sustainable supply chains, assessing supplier ESG
Freelance Client Acquisition Strategist
257LUse this skill when advising on finding freelance clients, building a client pipeline,
Freelance Client Management Expert
367LUse this skill when advising on managing freelance client relationships, setting
Freelance Contract Specialist
406LUse this skill when advising on freelance contracts, payment terms, intellectual property
Freelance Financial Management Expert
348LUse this skill when advising on freelance financial management, taxes, invoicing, business
Freelance Pricing Strategist
307LUse this skill when advising on freelance pricing strategies, rate setting, value-based
Strategic Job Hunter
114LStrategic 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.
Freelance Portfolio Strategist
341LUse this skill when advising on building a freelance portfolio, creating case studies,
Freelance Proposal Writing Expert
308LUse this skill when helping write freelance proposals, responding to RFPs, structuring
Freelance Retainer Model Expert
426LUse this skill when advising on building retainer relationships, structuring recurring
Freelance Scaling Strategist
442LUse this skill when advising on growing beyond solo freelancing, building a small agency,
Solopreneur Bookkeeping Specialist
105LSet up and maintain basic bookkeeping and financial tracking for solopreneurs
Freelance Time Management and Productivity Expert
327LUse this skill when advising on freelance time management, juggling multiple clients,
Benchmarking and Performance Analysis Expert
274LTriggers when users need to conduct performance benchmarking, process benchmarking,
Competitive Intelligence Director
223LTriggers when users need to track competitors, build feature comparisons, analyze positioning,
Industry Analysis Strategist
230LTriggers when users need to analyze industries using frameworks like Porter's Five Forces,
Senior Market Research Strategist
162LTriggers when users need to size markets (TAM/SAM/SOM), design research methodologies,
Qualitative Research Methodologist
209LTriggers when users need to design or conduct qualitative research including interviews,
Quantitative Research Scientist
219LTriggers when users need to conduct quantitative research including statistical analysis,
Research Synthesis Lead
190LTriggers when users need to synthesize research findings, build affinity maps, perform
Survey Research Methodologist
186LTriggers when users need to design surveys, write unbiased questions, choose scales,
Strategic Foresight Analyst
223LTriggers when users need to identify emerging trends, detect weak signals, understand
Principal User Researcher
201LTriggers when users need to plan or conduct user research including interviews, ethnographic
Web Research Methodologist
102LConduct thorough and systematic web research using structured approaches to
Abstraction Control
92LAvoiding over-abstraction and unnecessary complexity by choosing the simplest solution that solves the actual problem
Accessibility Implementation
83LMaking web content accessible through ARIA attributes, semantic HTML, keyboard navigation, screen reader support, color contrast, focus management, and WCAG compliance.
API Design Patterns
93LDesigning and implementing clean APIs with proper REST conventions, pagination, versioning, authentication, and backward compatibility.
API Integration
126LIntegrating 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.
Assumption Validation
85LDetecting and validating assumptions before acting on them to prevent cascading errors from wrong guesses
Authentication Implementation
84LImplementing authentication flows correctly including OAuth 2.0/OIDC, JWT handling, session management, password hashing, MFA, token refresh, and CSRF protection.
Background Job Scheduling
123LImplementing scheduled and recurring jobs including cron patterns, scheduler selection, timezone handling, overlap prevention, distributed scheduling, and monitoring.
Batch Processing
81LProcessing large data sets efficiently with chunking, streaming, and partial failure recovery
Browser Verification
93LUsing browser automation to verify visual and interactive changes rather than relying solely on code-level testing
Build System Interaction
87LWorking with build tools, understanding build pipelines, interpreting build errors, and managing development vs production builds effectively.
Caching Strategies
82LImplementing effective caching at every level including browser, CDN, application, and database caching with proper invalidation, TTL management, and stampede prevention.
Checkpoint Strategy
73LCreating save points during long autonomous work to ensure rollback is always possible
CI/CD Pipeline Management
85LUnderstanding and modifying CI/CD pipelines across GitHub Actions, GitLab CI, and other systems, including debugging failures and adding stages safely.
Clipboard Operations
86LWorking with the clipboard API for copy, paste, and rich content handling
Code Generation Patterns
74LGenerating clean, idiomatic code that follows language conventions, consistent naming, proper file organization, and formatting standards so output looks human-written.
Self Code Review
111LSystematically reviewing your own generated code before presenting it, catching issues a human reviewer would flag
Code Style Matching
93LDetecting and matching the existing code style of a project — indentation, naming, formatting, and patterns — so that new code blends in seamlessly.
Codebase Navigation
109LEfficient strategies for understanding unfamiliar codebases through entry points, pattern recognition, and progressive mental model building
Communication With User
110LEffective 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.
Concurrency Patterns
89LUnderstanding and implementing concurrent code with async/await, Promises, thread safety, race conditions, and strategies for debugging timing-dependent bugs.
Configuration File Management
89LReading, modifying, and creating configuration files correctly while preserving formatting, understanding conventions, and managing environment-specific settings.
Context Management
123LManaging limited context windows effectively through information triage, summarization, structured note-taking, and working memory optimization
Cross-Browser Compatibility
118LEnsuring applications work across browsers using feature detection, polyfills, progressive enhancement, testing strategies, and graceful degradation.
Cross-Cutting Concerns
70LHandling concerns like logging, authentication, and caching that span multiple modules
CSS Architecture
94LWriting 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.
Dark Mode Implementation
99LImplementing theme switching with CSS custom properties, system preference detection, and persistence
Data Extraction and Transformation
84LTechniques for extracting, parsing, cleaning, and transforming data across formats like CSV, JSON, XML, and more, including handling malformed input and large files.