generated: '2026-08-13' method: searched source: https://github.com/Frontify/skills description: >- TWO SETS OF SKILLS LIVE IN THIS INDEX, and they are different things. `skills[]` is Frontify's OWN published Agent Skills catalogue, captured verbatim (method: searched) — engineering-workflow skills, not API skills. `api_skills[]` is the set API Evangelist generated (method: generated) to teach an agent how to call the Frontify GraphQL API correctly; every GraphQL field named in them was grepped out of graphql/frontify.graphql. Frontify publishes no API-operation skills of its own, which is why the second set exists. # --- Frontify's own published catalogue (verbatim, method: searched) --- provider_catalogue_description: >- Frontify publishes an official, curated Agent Skills catalog in the Frontify/skills GitHub repository. Each skill is a self-contained SKILL.md (with optional references/, scripts/, assets/) conforming to the open Agent Skills spec (agentskills.io) and installable into any compatible agent (Claude Code, Cursor, Codex, OpenCode, Gemini CLI) with a single `npx skills add Frontify/skills --skill ` invocation. Skills resolve project-specific values via an AGENTS.md contract in the consuming repo. These are engineering-workflow skills (spec / fix / audit / migration writers plus reviewer personas), not GraphQL-API-operation skills; captured verbatim as the provider's published agent-skill surface. install: npx skills add Frontify/skills --skill skills: - name: adversarial-review file: skills/adversarial-review/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/adversarial-review/SKILL.md - name: distillation-discipline file: skills/distillation-discipline/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/distillation-discipline/SKILL.md - name: empirical-proof file: skills/empirical-proof/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/empirical-proof/SKILL.md - name: fix-flaky-test file: skills/fix-flaky-test/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/fix-flaky-test/SKILL.md - name: persona-architect file: skills/persona-architect/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-architect/SKILL.md - name: persona-auditor file: skills/persona-auditor/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-auditor/SKILL.md - name: persona-janitor file: skills/persona-janitor/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-janitor/SKILL.md - name: persona-migrator file: skills/persona-migrator/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-migrator/SKILL.md - name: persona-performance-surgeon file: skills/persona-performance-surgeon/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-performance-surgeon/SKILL.md - name: persona-skeptic file: skills/persona-skeptic/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-skeptic/SKILL.md - name: persona-surveyor file: skills/persona-surveyor/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/persona-surveyor/SKILL.md - name: write-audit file: skills/write-audit/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-audit/SKILL.md - name: write-bug-report file: skills/write-bug-report/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-bug-report/SKILL.md - name: write-documentation file: skills/write-documentation/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-documentation/SKILL.md - name: write-feature file: skills/write-feature/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-feature/SKILL.md - name: write-fix file: skills/write-fix/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-fix/SKILL.md - name: write-migration file: skills/write-migration/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-migration/SKILL.md - name: write-performance file: skills/write-performance/SKILL.md source: https://github.com/Frontify/skills/blob/main/skills/write-performance/SKILL.md # --- API Evangelist generated, grounded in graphql/frontify.graphql (method: generated) --- api_skills_method: generated api_skills_source: graphql/frontify.graphql api_skills_note: >- One skill per marquee Frontify flow. Every GraphQL query, mutation, input object and enum value referenced was verified against the live introspected schema before being written; none were invented. Where a fact was not verifiable (webhook signature header name, complexity budget), the skill says so rather than guessing. api_skills: - file: frontify-search-and-retrieve-assets.md name: Search and retrieve Frontify assets api: graphql/frontify.graphql operations: [brands, brand, library, workspaceProject, assets, asset, assetsByExternalId] - file: frontify-upload-asset.md name: Upload an asset to Frontify api: graphql/frontify.graphql operations: [uploadFile, createAsset, replaceAsset, addAssetTags, addCustomMetadata, assetsByExternalId] - file: frontify-export-creative-template.md name: Export a creative from a Frontify template api: graphql/frontify.graphql operations: [creativeTemplates, creativeTemplate, exportCreative, creativeExport, cancelExportCreatives] - file: frontify-subscribe-to-events.md name: Subscribe to Frontify events with a webhook api: graphql/frontify.graphql operations: [installProjectWebhook, configureProjectWebhook, webhooks, uninstallWebhook]