Gcore avatar

Gcore

Official

@G-Core · Luxembourg

0Followers
|
73Public Repos
|
7Published Skills

Leading cdn, hosting and cloud provider

Skills Distribution
DomainCloud & Comp...Edge Application D.. (35%)WASM Testing & Ver.. (25%)Edge App Lifecycle.. (20%)Project Scaffoldin.. (20%)

Agent Skills by Gcore

Showing 7 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Gcore

FAQPage Schema
What tasks can I perform with Gcore's FastEdge skills?

You can scaffold HTTP or CDN FastEdge projects from blueprints, write and run local WASM tests with @gcoredev/fastedge-test, deploy apps to the edge, run live-traffic verification with scenario fixtures, generate debug fixtures, and manage apps, secrets, and environment variables.

Who are Gcore's FastEdge skills designed for?

They target developers building serverless WASM applications on Gcore's FastEdge edge network, particularly engineers working inside Codex who need documentation retrieval, local testing, deployment, and lifecycle management of edge apps without leaving their coding environment.

How does deployment and live testing of a FastEdge app work?

The deploy skill builds and deploys the app through the FastEdge MCP server, halting with setup guidance if MCP is not configured. The live-test skill then deploys and runs scenario fixtures against real edge traffic, auto-syncing fixture env files and reporting pass/fail per scenario from HTTP responses and edge logs.

What prerequisites are required to use these FastEdge skills?

A configured FastEdge MCP server is required for execution skills like deploy, manage, and live-test; otherwise they halt with setup guidance. Local testing uses the @gcoredev/fastedge-test package, and debug fixture generation respects AGENTS.md or CLAUDE.md rules gating package.json modification.

How do the FastEdge skills handle environment variables and secrets?

The manage skill provides MCP-first operations to list, get, update, or delete apps, manage secrets, and sync dotenv files. The live-test skill automatically syncs a project's fixtures/.env files to the deployed app on each run, with flags to redirect, skip, or auto-apply destructive env diffs.