Skip to content

Skill Catalog

Browse 4,314 curated AI agent skills. No account needed.

Agent Orchestration

Context Item Creation

Guides you through creating context items — instructions, skills, knowledge pointers, and memory events — that give the AI analyst persistent knowledge about your organization. Covers when to create each type, naming conventions, folder organization, and the hard boundary between context (rules and procedures) and the semantic layer (logic and calculations).

#honeydew-ai-plugins#coding-agents#agentAgent Orchestration

Copilot SDK

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

#github-copilot#create#declarativeAgent Orchestration

Create Voltagent

Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.

#voltagent#microsoft#agentAgent Orchestration

Crewai Multi Agent

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

#broad-capability#ai-research#machine-learningAgent Orchestration

Cross Agent Delegation

Cross-agent task routing — Codex auto-review, Kimi delegation by complexity score (iCPG + Claude reasoning), iCPG + Mnemos mandatory for all agents

#claude-bootstrap#bootstrap#agentAgent Orchestration

Software Engineering

Context Map

Generate a map of all files relevant to a task before making changes

#github-copilot#code#qualitySoftware Engineering

Context Optimization Techniques

Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. Effective optimization increases useful capacity without requiring larger models or longer windows — but only when applied with measurement discipline. The techniques below are ordered by impact and risk.

#broad-capability#agent-skills#designSoftware Engineering

Continue Claude Work

Recover actionable context from local `.claude` session artifacts and continue interrupted work without running `claude --resume`. This skill should be used when the user provides a Claude session ID, asks to continue prior work from local history, or wants to inspect `.claude` files before resuming implementation.

#broad-capability#research#documentsSoftware Engineering

Contribution Checker — Single PR Evaluator

Evaluate a single PR against the target repository's CONTRIBUTING.md for compliance and quality

#broad-capability#agentic-workflows#github-actionsSoftware Engineering

Contributions Hub

Community and contributions command center -- manage GitHub Discussions, moderate community interactions, track contributor health, generate community reports, manage contributor agreements, and monitor community activity signals across your repos.

#broad-capability#accessibility#a11ySoftware Engineering

Convert Spring JPA project to Spring Data Cosmos

Step-by-step guide for converting Spring Boot JPA applications to use Azure Cosmos DB with Spring Data Cosmos

#github-copilot#database#designSoftware Engineering

Copilot Instructions Blueprint Generator

Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.

#github-copilot#skill#authoringSoftware Engineering

Copilot SDK

Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session management, custom tools, streaming, hooks, MCP servers, BYOK providers, session persistence, custom agents, skills, and deployment patterns. Requires GitHub Copilot CLI installed and a GitHub Copilot subscription (unless using BYOK).

#broad-capability#development#setupSoftware Engineering

Copilot Spaces

Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.

#github-copilot#project#managementSoftware Engineering

Copilot Usage Metrics

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.

#github-copilot#performance#optimizationSoftware Engineering

Courier Notification Skills

Use when building notifications with Courier across email, SMS, push, in-app inbox, Slack, Teams, or WhatsApp. Covers transactional messages (password reset, OTP, orders, billing), growth notifications (onboarding, engagement, referral), multi-channel routing, preferences and topics, reliability and webhooks, journeys (multi-step notification sequences via API), template CRUD and Elemental content, routing strategies, provider configuration, the Courier CLI and MCP server, and migrations from Knock, Novu, or other notification systems.

#work-life#productivity#notificationsSoftware Engineering

Cpg Analysis

Deep code property graph analysis with Joern CPG (AST+CFG+PDG) and CodeQL for control flow, data flow, taint analysis, and security auditing

#claude-bootstrap#bootstrap#codeSoftware Engineering

Cpp Pro

Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.

#engineering#full-stack#backendSoftware Engineering

Create Agentsmd

Prompt for generating an AGENTS.md file for a repository

#github-copilot#documentationSoftware Engineering

Create Architectural Decision Record

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

#github-copilot#architectureSoftware Engineering

Create A Skill

Create new agent skills from scratch, modify and improve existing skills, and measure skill performance through evaluation and benchmarking. Use when users want to create a skill, write a skill, build a new skill, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance, or optimize a skill's description for better triggering accuracy. Also triggers when users say "turn this into a skill", "make a skill for X", "skill for doing Y", or ask about skill structure, skill format, or SKILL.md files.

#broad-capability#skill-authoring#code-reviewSoftware Engineering

Create Branch

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.

#observability#sentry#versionSoftware Engineering

Create GitHub Action Workflow Specification

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.

#github-copilot#planningSoftware Engineering

Create GitHub Issue Feature From Specification

Create GitHub Issue for feature request from specification file using feature_request.yml template.

#github-copilot#project#managementSoftware Engineering

Create GitHub Issues Feature From Implementation Plan

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

#github-copilot#project#managementSoftware Engineering

Create GitHub Issues For Unmet Specification Requirements

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

#github-copilot#planningSoftware Engineering

Create Implementation Plan

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

#github-copilot#planningSoftware Engineering

Create LLMs

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

#github-copilot#documentationSoftware Engineering

Create Plan

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

#broad-capability#creative#planningSoftware Engineering

Create Specification

Create a new specification file for the solution, optimized for Generative AI consumption.

#github-copilot#documentationSoftware Engineering

Create Spring Boot Java Project

Create Spring Boot Java Project Skeleton

#github-copilot#backend#developmentSoftware Engineering

Create Spring Boot Kotlin Project

Create Spring Boot Kotlin Project Skeleton

#github-copilot#backend#developmentSoftware Engineering

Create Technical Spike

Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.

#github-copilot#planningSoftware Engineering

Creating Oracle To Postgres Migration Bug Report

Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps.

#github-copilot#debuggingSoftware Engineering

Creating Oracle To Postgres Migration Integration Tests

Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.

#github-copilot#testingSoftware Engineering

Creating Skills

Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context injection and subagent execution.

#development#skill#authoringSoftware Engineering

Csharp Developer

Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor components with state management. Invoke for C#, .NET, ASP.NET Core, Blazor, Entity Framework, EF Core, Minimal API, MAUI, SignalR.

#engineering#full-stack#backendSoftware Engineering

Csharp Docs

Ensure that C# types are documented with XML comments and follow best practices for documentation.

#github-copilot#documentationSoftware Engineering

Csharp Mstest

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

#github-copilot#testingSoftware Engineering

Data, AI & Research

Continual Learning

Guide for implementing continual learning in AI coding agents — hooks, memory scoping, reflection patterns. Use when setting up learning infrastructure for agents.

#broad-capability#development#setupData, AI & Research

Copilot Prompt Files Guidelines

Guidelines for creating high-quality prompt files for GitHub Copilot

#github-copilot#prompt#engineeringData, AI & Research

Creating Data Visualizations

Create analytical charts and plots from existing data. Use for exploratory or reporting visuals such as bars, lines, scatters, and dashboards; not for publication-grade scientific figures or AI-generated schematics.

#broad-capability#creative#dataData, AI & Research

Creating Mermaid Dbt Dag

Generates a Mermaid flowchart diagram of dbt model lineage using MCP tools, manifest.json, or direct code parsing as fallbacks. Use when visualizing dbt model lineage and dependencies as a Mermaid diagram in markdown format.

#dbt#analytics-engineering#dataData, AI & Research

Creative Thinking For Research

Applies cognitive science frameworks for creative thinking to CS and AI research ideation. Use when seeking genuinely novel research directions by leveraging combinatorial creativity, analogical reasoning, constraint manipulation, and other empirically grounded creative strategies.

#broad-capability#ai-research#machine-learningData, AI & Research

Cre Document Ingestion

CRE Document Ingestion suite — 4 specialist skills for classifying and extracting structured data from deal documents including rent rolls, T-12 financials, and offering memoranda.

#real-estate#commercial-real-estate#underwritingData, AI & Research

Crypto Report

Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

#work-life#office#productivityData, AI & Research

Business, Marketing & Sales

Contract & Agreement Drafter

Draft legally sound contracts and agreements — from contract type selection through clause drafting, governing law, signature blocks, and final validation. Not a substitute for licensed legal counsel.

#contracts#legal-drafting#agreementsBusiness, Marketing & Sales

Contract And Proposal Writer

Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Structured Markdown output with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. Not a substitute for legal counsel — use as strong starting points. Use when drafting a freelance contract, preparing a client proposal, writing an SOW for a new engagement, or producing an NDA before sharing sensitive material.

#work-life#productivity#businessBusiness, Marketing & Sales

Coo Advisor

Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.

#work-life#productivity#businessBusiness, Marketing & Sales

Copy Editing

When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' 'sharpen the messaging,' 'refresh this content,' 'update this page,' 'this content is outdated,' or 'content audit.' Use this when the user already has copy and wants it improved or refreshed rather than rewritten from scratch. For writing new copy, see copywriting.

#work-life#productivity#marketingBusiness, Marketing & Sales

Copy Editing

When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.

#work-life#productivity#businessBusiness, Marketing & Sales

Copywriting

Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules.

#content#creationBusiness, Marketing & Sales

Copywriting

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

#work-life#productivity#businessBusiness, Marketing & Sales

Copywriting

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value proposition," "tagline," "subheadline," "hero section copy," "above the fold," "this copy is weak," "make this more compelling," or "help me describe my product." Use this whenever someone is working on website text that needs to persuade or convert. For email copy, see emails. For popup copy, see popups. For editing existing copy, see copy-editing. For the offer underneath the copy (bonuses, guarantees, value framing), see offers.

#work-life#productivity#marketingBusiness, Marketing & Sales

Cpo Advisor

Product leadership for scaling companies. Product vision, portfolio strategy, product-market fit, and product org design. Use when setting product vision, managing a product portfolio, measuring PMF, designing product teams, prioritizing at the portfolio level, reporting to the board on product, or when user mentions CPO, product strategy, product-market fit, product organization, portfolio prioritization, or roadmap strategy.

#work-life#productivity#businessBusiness, Marketing & Sales

Cre Asset Management

CRE Asset Management analysis suite — 9 specialist skills for post-acquisition multifamily operations including annual budgeting, monthly variance analysis, rent collection, renewal decisions, lease-up tracking, capex execution, NOI improvement, hold/sell/refi scenario analysis, and quarterly asset review memos.

#real-estate#commercial-real-estate#underwritingBusiness, Marketing & Sales

Create An Asset

Generate tailored sales assets (landing pages, decks, one-pagers, workflow demos) from your deal context. Describe your prospect, audience, and goal — get a polished, branded asset ready to share with customers.

#work-life#productivity#knowledge-workBusiness, Marketing & Sales

Create Icp Tiers

Classify companies into Ideal Customer Profile (ICP) tiers based on firmographic data (industry + employee count). Creates a custom property via API and 4 classification workflows in HubSpot UI.

#work-life#crm#hubspotBusiness, Marketing & Sales

Create PRD Chat Mode

Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation.

#github-copilot#product#managementBusiness, Marketing & Sales

Create Segment Lists

Create business segment lists in HubSpot for customers, partners, competitors, employees, ICP tiers, and industries. Enables segment-based targeting, suppression, and analytics.

#work-life#crm#hubspotBusiness, Marketing & Sales

Creator Ugc Marketing

When the user wants to plan, brief, source, or measure organic creator / influencer / UGC marketing for their app — including TikTok creators, Instagram Reels, YouTube Shorts, micro-influencers, paid creator briefs, UGC ad creative for Meta/TikTok, affiliate programs, and seeding strategy. Use when the user mentions "creators", "influencers", "TikTok marketing", "UGC", "user-generated content", "creator briefs", "creator outreach", "influencer marketing", "Reels", "Shorts", "creator gifting", "seeding", "affiliate", "Whop", "TikTok Spark Ads", "Instagram collab posts", or "I want my app to go viral on TikTok". For paid social ad campaigns (Meta/TikTok ad accounts), see ua-campaign. For PR / press, see press-and-pr. For viral in-app loops, see referral-program.

#work-life#productivity#app-store-optimizationBusiness, Marketing & Sales

Cre Brokerage

CRE Brokerage Investment Sales v1 - 8 specialist skills for U.S. seller-side commercial investment sales brokers, covering assignment intake, broker opinion of value, listing proposal, OM and teaser drafting, buyer process management, bid leveling, negotiation support, and PSA-to-close coordination.

#real-estate#commercial-real-estate#underwritingBusiness, Marketing & Sales

Cre Closing

CRE Closing management suite — 2 specialist skills for closing checklist coordination and funds flow preparation for multifamily acquisitions.

#real-estate#commercial-real-estate#underwritingBusiness, Marketing & Sales

Cre Financing

CRE Financing analysis suite — 3 specialist skills for lender identification, quote comparison, and term sheet assembly for multifamily acquisition debt sourcing.

#real-estate#commercial-real-estate#underwritingBusiness, Marketing & Sales

Cre Legal

CRE Legal review suite — 6 specialist skills for PSA review, title & survey analysis, estoppel tracking, loan document review, insurance coordination, and transfer document preparation for multifamily acquisitions.

#real-estate#commercial-real-estate#underwritingBusiness, Marketing & Sales

CRM Automation

CRM workflow automation for HubSpot, Salesforce, Pipedrive - lead management, deal tracking, and multi-CRM synchronization

#work-life#office#productivityBusiness, Marketing & Sales

Cro

When the user wants to optimize, improve, or increase conversions on any marketing page or form — including homepage, landing pages, pricing pages, feature pages, lead capture forms, or contact forms. Also use when the user says 'CRO,' 'conversion rate optimization,' 'this page isn't converting,' 'improve conversions,' 'why isn't this page working,' 'my landing page sucks,' 'form abandonment,' 'nobody's converting,' 'low conversion rate,' or 'this page needs work.' Use this even if the user just shares a URL and asks for feedback. For signup/registration flows, see signup. For post-signup activation, see onboarding. For popups/modals, see popups.

#work-life#productivity#marketingBusiness, Marketing & Sales

Cro Advisor

Revenue leadership for B2B SaaS companies. Revenue forecasting, sales model design, pricing strategy, net revenue retention, and sales team scaling. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, building board forecasts, or when user mentions CRO, chief revenue officer, revenue strategy, sales model, ARR growth, NRR, expansion revenue, churn, pricing strategy, or sales capacity.

#work-life#productivity#businessBusiness, Marketing & Sales

Cro Optimization

Analyzes landing pages and provides detailed CRO (Conversion Rate Optimization) recommendations. Use when user provides a landing page URL or HTML/CSS code and needs optimization advice to maximize conversions, signups, or sales. Extracts page elements, audits against proven CRO principles, and delivers actionable recommendations in report format.

#work-life#productivity#startupBusiness, Marketing & Sales

Security & Compliance

Contract Review

Analyze contracts for risks, check completeness, and provide actionable recommendations. Supports employment contracts, NDAs, service agreements, and more.

#work-life#office#productivitySecurity & Compliance

Correlating Security Events In Qradar

Correlates security events in IBM QRadar SIEM using AQL (Ariel Query Language), custom rules, building blocks, and offense management to detect multi-stage attacks across network, endpoint, and application log sources. Use when SOC analysts need to investigate QRadar offenses, build correlation rules, or tune detection logic for reducing false positives.

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Correlating Threat Campaigns

Correlates disparate security incidents, IOCs, and adversary behaviors across time and organizations to identify unified threat campaigns, attribute them to common threat actors, and extract shared indicators for improved detection. Use when multiple incidents exhibit overlapping indicators, when sector-wide attack campaigns require cross-organizational analysis, or when building campaign-level intelligence products. Activates for requests involving campaign analysis, incident clustering, cross-organizational IOC correlation, or MISP correlation engine.

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Credentials

Centralized API key management from Access.txt

#claude-bootstrap#bootstrap#secretsSecurity & Compliance

Crypt

Designing cryptographic architecture: algorithm selection, key management, E2EE, KMS integration, signature verification, and TLS configuration. Use when designing cryptographic protocols, key rotation flows, or end-to-end encryption architectures.

#broad-capability#development#securitySecurity & Compliance

Presentations & Documents

Design, Media & Creative

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual decisions. Applies to any web framework or vanilla HTML/CSS/JS.

#broad-capability#accessibility#a11yDesign, Media & Creative

Creative Director

AI creative director with recursive self-assessment. Generates concepts using world-class methodologies (SIT, TRIZ, Lateral Thinking, bisociation), scores against 6 weighted criteria with Cannes/D&AD/HumanKind calibration, and recursively refines until the 9+ threshold is reached. Accepts briefs in any format — text, voice transcript, PDF, or raw notes. Use when the user asks to generate creative concepts, brainstorm campaign ideas, develop a Big Idea or campaign platform, evaluate or critique existing creative work, find consumer insights, or shares a brief for ideation — including activations, PR-stunts, brand utility, experiential, and non-advertising ideas. Calibrates against a library of 569 legendary campaigns (P01-P18 pattern map) to detect saturation and ensure originality. Do not use for media planning, production budgeting, brand identity/logo design, copywriting final drafts, or market research data collection.

#work-life#productivity#smixs-creative-directorDesign, Media & Creative

Creative Ideation

Generate ideas via named methods from creative practice.

#broad-capability#development#creativeDesign, Media & Creative

Creative Portfolio Resume

Balance visual design with ATS compatibility for creative roles

#work-life#productivity#careerDesign, Media & Creative

Science & Simulation

Personal Productivity

Conversation Analyzer

Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.

#broad-capability#engineering-workflow#productivityPersonal Productivity

Convert Recipe

Import recipes from URLs or plain text and convert to Cooklang format

#cooking#recipes#meal-planningPersonal Productivity

Copilot Money

Query and analyze personal finance data from the Copilot Money Mac app. Use when the user asks about their spending, transactions, account balances, budgets, or financial trends from Copilot Money.

#finance#personal-finance#copilot-moneyPersonal Productivity

Copilot Process tracking Instructions

See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed

#github-copilot#productivity#retrospectivePersonal Productivity

Cover Letter Generator

Create personalized, compelling cover letters from resume and job description

#work-life#productivity#careerPersonal Productivity

Create Recipe

Create a new Cooklang recipe interactively from a description or template

#cooking#recipes#meal-planningPersonal Productivity

Crest

Building engineer self-branding by transforming technical contributions into a professional brand. Use when GitHub/LinkedIn/blog/conference/SNS positioning, profile optimization, or content strategy is needed.

#broad-capability#development#securityPersonal Productivity

Critique

Challenge idea assumptions with skeptical VC-style evaluation. Use when user requests critique, validation, or 'is this a good idea' assessment.

#personal-productivity#daily-routine#weekly-reviewPersonal Productivity

Web & Browser Automation

Education & Writing

DevOps & Cloud

Mobile App Development