Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add port-labs/port-skills --skill port-skill-creatorgit clone --depth 1 https://github.com/port-labs/port-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/port-labs/port-skills/port-skill-creator)<a href="https://agentmods.dev/skills/port-labs/port-skills/port-skill-creator"><img src="https://agentmods.dev/badge/skills/port-labs/port-skills/port-skill-creator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/port-labs/port-skills/port-skill-creator"><img src="https://agentmods.dev/badge/skills/port-labs/port-skills/port-skill-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.01792 |
| Opus 5 | $0.00056 | $0.00896 |
| Sonnet 5 | $0.00022 | $0.00358 |
| Haiku 4.5 | $0.00011 | $0.00179 |
Grade A, and why
port-skill-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill creator
A skill here is a plain file in this git repo, read by a third party's coding
agent, that helps it get a Port job done: build a context lake, write a
mapping, manage Port with Terraform. It is not Port's internal in-product
AI skill system (packages/ai-skills in port-labs/port, which creates a
skill entity via upsert_entity for Port AI's own runtime). See
references/skill-writing-guide.md#adapting-an-internal-skill
if you're starting from one of those.
This skill itself lives at .claude/skills/port-skill-creator/, not under
skills/, because it's for someone contributing to this repo, not for
someone who installed skills/ into their own coding agent to work with
their Port account. It never ships to end users; it's only relevant when
working in this repo, so it stays repo-local.
Prerequisites
None. This is a reference skill, no live Port account or MCP server needed, just this repo and Node.js to run the scripts below.
File layout
skills/port-<name>/
├── SKILL.md # required: short frontmatter + router body
├── references/ # one file per sub-topic, the actual depth
└── assets/ # images, scripts, and complete ready-to-run examples
<name> must be lowercase, hyphenated, prefixed with port-, and match the
frontmatter name exactly (enforced by validate-skill.js).
How to build a skill
- Scope it. One sentence on what job this helps do, what it assumes already exists, and what's explicitly out of scope (point to the skill that owns that instead). Check the README so scopes don't overlap. See references/skill-writing-guide.md#scope-it-first.
- Choose reference vs. MCP-powered. See references/skill-writing-guide.md#choose-a-skill-class.
- Write the frontmatter, description last.
descriptionis the only place "when to use this" lives, packed with realistic trigger phrases. Never restate it as a body section. See references/skill-writing-guide.md#description-the-trigger-signal. - Write the body as a router, not a manual. Assume the agent already
decided to do the job. State prerequisites, then a short numbered list of
what to do, each step pointing at the
references/*.mdfile that has the actual depth. Target well under 100 lines. See references/skill-writing-guide.md#body-is-a-router for the shape and a worked example. Prerequisites should point to theport-getting-startedskill for account setup and MCP connection instead of restating it, and should say explicitly that this skill can use Port's MCP server to apply the work directly when connected, and thatsearch_port_knowledge_sourcescovers anything the skill itself doesn't. See references/skill-writing-guide.md#prerequisites-port-getting-started-and-mcp. - Push real content into references/ and assets/. One reference file
per sub-topic (
references/blueprints.md,references/mirror-properties.md, not one giantreferences/details.md). Assets are anything ready to use as-is: images, scripts, complete examples. - Validate:
node .claude/skills/port-skill-creator/scripts/validate-skill.js skills/port-<name>(or--all). - Regenerate the README index:
node .claude/skills/port-skill-creator/scripts/generate-skill-index.js. - Test it for real. Install it (
cp -r skills/port-<name> ~/.claude/skills/), run 2-3 realistic trigger prompts in a fresh session, confirm it loads and produces correct, ready-to-apply Port config.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 111 lines · 111 tokens per session scan A c30801012f90
port-skill-creator is a skill published in the GitHub repository port-labs/port-skills (3 stars, last pushed 10d ago), licensed MIT. It adds 111 tokens to every session and 1,792 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
canvas-course-builder
Scaffold complete Canvas LMS course structures from specs, templates, or existing courses. Creates modules, pages, assignments, and discussions in bulk. Use when asked to "build a course", "scaffold modules", "create course structure", "set up a new course", or "copy course structure".
github
When the user wants to use GitHub for SEO, parasite SEO, GEO, open source marketing, README optimization, or curated Awesome lists. Also use when the user mentions "GitHub," "GitHub SEO," "GitHub parasite SEO," "GitHub GEO," "awesome list," "GitHub README," "profile README," "pinned repositories," "Trending,"…
grokipedia-recommendations
When the user wants to add recommendations, links, or content to Grokipedia. Also use when the user mentions "Grokipedia," "GEO wiki," "AI encyclopedia," "suggest Grokipedia article," "Grokipedia citation," "Grokipedia listing," "AI search citation," "GEO visibility," or "Grokipedia optimization." For multi-platform…
schema-markup
When the user wants to add or optimize structured data (Schema.org, JSON-LD). Also use when the user mentions "schema," "structured data," "JSON-LD," "rich results," "rich snippets," "Google rich snippets," "featured snippet schema," "add schema to page," "missing structured data," "schema validation error," "Schema…
google-search-console
When the user wants to analyze Google Search Console data, use the GSC API, or interpret search performance. Also use when the user mentions "GSC," "Search Console," "indexing report," "Core Web Vitals," "Enhancements," "Insights report," "search performance," "search queries," "search performance report," "URL…
image-optimization
When the user wants to optimize images for search engines and performance. Also use when the user mentions "image SEO," "alt text," "image captions," "figcaption," "image optimization," "WebP," "lazy loading," "LCP," "image sitemap," "responsive images," "srcset," "image format," or "hero image optimization." For CWV…