Gcore
Official@G-Core · Luxembourg
Leading cdn, hosting and cloud provider
Agent Skills by Gcore
Showing 7 vetted skills indexed across 1 GitHub repositories.
fastedge-docs
Answers FastEdge platform, SDK, and CDN app questions using curated reference documentation.
deploy
Builds and deploys WebAssembly apps to Gcore FastEdge via the FastEdge MCP server.
fastedge-core
Routes FastEdge requests between docs retrieval and MCP-backed execution skills in Codex.
manage
Manage FastEdge apps, secrets, and dotenv synchronization via MCP tools and API calls.
scaffold
Scaffolds FastEdge HTTP and CDN WebAssembly projects from blueprint reference files.
live-test
Builds, deploys, and verifies FastEdge apps against live edge traffic using scenario fixtures.
debug
Generate debug fixtures for local testing of FastEdge WASM apps in the visual debugger.
Frequently Asked Questions About Gcore
FAQPage SchemaWhat 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.