{"id":51245585,"url":"https://github.com/apimatic/skills","last_synced_at":"2026-06-29T04:01:56.979Z","repository":{"id":350070762,"uuid":"1177809098","full_name":"apimatic/skills","owner":"apimatic","description":"AI agent skills for APIMatic. Build, configure, and publish developer portals, generate SDKs, and optimize OpenAPI specs from Claude Code, Cursor, and Codex.","archived":false,"fork":false,"pushed_at":"2026-05-20T18:54:45.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T22:57:43.884Z","etag":null,"topics":["agent-skills","ai-agents","api-docs","developer-portal","openapi","skills"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apimatic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-10T11:50:30.000Z","updated_at":"2026-05-20T18:54:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apimatic/skills","commit_stats":null,"previous_names":["apimatic/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apimatic/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apimatic","download_url":"https://codeload.github.com/apimatic/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34912252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","api-docs","developer-portal","openapi","skills"],"created_at":"2026-06-29T04:01:51.208Z","updated_at":"2026-06-29T04:01:56.967Z","avatar_url":"https://github.com/apimatic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APIMatic Skills\n\nA curated collection of AI agent skills for working with [APIMatic](https://www.apimatic.io) — a Developer and Agent Experience Platform.\n\nAgent skills extend AI coding assistants with domain-specific knowledge and step-by-step workflows.  \n\nEach skill lives in `skills/\u003cname\u003e/` and is defined by a `SKILL.md` file that the agent loads automatically when it detects a matching task.\n\n## Available skills\n\n| Skill                                                | Description                                                           | When to use                                                                                                                                                                                        |\n|------------------------------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`apimatic-portal`](skills/apimatic-portal/SKILL.md) | Build, configure, and publish API Portals using a Docs as Code workflow | Creating, serving, or deploying an APIMatic portal; configuring themes, navigation, API Copilot, LLMs.txt, SEO, custom pages, dynamic configurations, context plugins, API recipes and more. |\n| [`apimatic-sdk`](skills/apimatic-sdk/SKILL.md) | Generate, customize, and publish SDKs using the APIMatic CLI | Generating SDKs in any supported language (C#, Java, PHP, Python, Ruby, TypeScript, Go); customizing generated code via CodeGen settings or change tracking; publishing SDKs to package registries (npm, PyPI, NuGet) or source repos. |\n\n## Prerequisites\n\n- Node.js \u003e= 20 and npm\n- An APIMatic account — [sign up free at app.apimatic.io](https://app.apimatic.io)\n- APIMatic CLI installed globally:\n\n```bash\nnpm install -g @apimatic/cli\n```\n\n## Installation\n\n### Option 1 — Install via [skills.sh](https://skills.sh)\n\n```bash\nnpx skills add apimatic/skills --skill apimatic-portal\n```\n\n### Option 2 — Prompt your agent to install it\n\nPaste the following prompt into your AI agent:\n\n```text\nI want to install the APIMatic skills from this GitHub repository:\nhttps://github.com/apimatic/skills\n\nPlease do the following:\n1. Clone or download the repository (e.g. `git clone https://github.com/apimatic/skills` or download the zip) into a temporary directory. If you cannot do this, stop and let me know — I will do this step manually.\n2. Copy each skill folder into the correct skills directory\n3. Confirm which skills were installed and where.\n4. Clean up the temporary directory\n```\n\n### Option 3 — Manual copy\n\nDownload or clone this repository, then copy the skill folder(s) you want into the skills directory for your agent:\n\n| Agent         | Skills Location   |\n|---------------|-------------------|\n| Claude Code   | `.claude/skills/` |\n| ChatGPT Codex | `.agents/skills/` |\n| Cursor        | `.agents/skills/` |\n\nFor example, to install `apimatic-portal`, copy the `skills/apimatic-portal` folder into the appropriate directory above.\n\n## Usage\n\nOnce installed, the agent automatically selects the appropriate skill based on what you're working on. No special invocation is needed — just describe your task naturally.\n\nFor example:\n\n\u003e \"I want to set up an APIMatic developer portal for my OpenAPI spec.\"\n\nThe agent will invoke the right skill and guide you through the workflow step by step.\n\n## Resources\n\n- [APIMatic cli](https://www.npmjs.com/package/@apimatic/cli)\n- [APIMatic documentation](https://docs.apimatic.io)\n- [APIMatic app](https://app.apimatic.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapimatic%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapimatic%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapimatic%2Fskills/lists"}