deploy

A deployment tool for publishing a learning app online through GitHub Pages, Netlify, or Vercel.

In plain words
What is it for?
Use it to build and deploy the app in the learning-app directory to one of the supported services.
Why use it?
It checks that the app builds correctly before publishing it and guides the choice of hosting service.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/avicorp/learning-dna-plugin/deploy
Any agent
npx skills add avicorp/learning-dna-plugin --skill deploy
Clone the repo
git clone --depth 1 https://github.com/avicorp/learning-dna-plugin

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,059 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.04059
Opus 5 $0.00012 $0.02030
Sonnet 5 $0.00005 $0.00812
Haiku 4.5 $0.00002 $0.00406

Measured 2d ago against content hash a8661541e381, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deploy 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 2d 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.

skills/deploy/SKILL.md · 475 lines

How it starts

The opening of the file, as written. The whole thing — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/deploy — Deploy Your Learning App

Usage

/learning-dna:deploy — choose a platform interactively /learning-dna:deploy github-pages — deploy to GitHub Pages /learning-dna:deploy netlify — deploy to Netlify /learning-dna:deploy vercel — deploy to Vercel

Flow

Self-driving pipeline: After each step completes, proceed immediately to the next. Do NOT pause between steps unless the step explicitly requires user input. Mandatory user interaction points: platform selection (Step 2), platform-specific configuration questions (Step 3). All other transitions are automatic.

Step 1: Precondition Gate

  1. Check that learning-app/ directory exists. If missing → STOP. Tell the user:
    No learning app found. Create one first:
    /learning-dna:new-topic <topic-name>
    
  2. Run the build:
    cd learning-app && npm run build 2>&1
    
    • If build fails → STOP. Show the error and tell the user:
      The app has build errors. Fix them first, or rebuild:
      /learning-dna:build-app
      
  3. Verify learning-app/dist/index.html exists. If missing → STOP with the same message as above.

Step 2: Platform Selection (MANDATORY unless argument provided)

If the user passed a valid argument (github-pages, netlify, or vercel), skip this step and use that selection.

Otherwise, use AskUserQuestion to present the three options:

# header question options
1 Deploy Platform Where would you like to deploy your learning app? All three options are completely free. GitHub Pages — "Free hosting tied to your GitHub repo. Best if your code is already on GitHub. URL: https://<username>.github.io/<repo>/" / Netlify — "Free tier with 100 GB bandwidth/month. Easiest setup — drag-and-drop or CLI. URL: https://<site-name>.netlify.app" / Vercel — "Free for personal projects. Fast global CDN. URL: https://<project>.vercel.app"

Proceed to the matching Step 3 branch.

Read the full file on GitHub · 475 lines

Changes

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.

  1. 2d ago First seen · 475 lines · 24 tokens per session scan A a8661541e381

Subscribe to this mod's changes

deploy is a skill published in the GitHub repository avicorp/learning-dna-plugin (5 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 4,059 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

application-design-center-design-deploy

Processes GCP infrastructure design and deployment workflows within Application Design Center (ADC). Use when: - Designing GCP infrastructure with Terraform. - Validating local HCL. - Performing best-practice plan scans. - Importing templates to Application Design Center (ADC). - Deploying templates. - Troubleshooting…

google/skills · 94 tokens

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

huggingface-spaces

Build, deploy, and maintain applications on Hugging Face Spaces — Gradio / Docker / Static SDKs, ZeroGPU and dedicated hardware, model loading, debugging, buckets, inference providers, community grants. Use whenever the user asks to create or host an app on Hugging Face, port code onto ZeroGPU, fix a Space that won't…

huggingface/skills · 106 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

kagent-dev

Development guide for kagent's v1alpha3 Harness and AgentTemplate CRDs, AgentInstance gRPC control plane, upstream A2A integration, Substrate runtime provisioning, tests, generation, and PR workflow. Use for any implementation, debugging, review, or CI task in the kagent repository.

kagent-dev/kagent · 65 tokens

timoni

Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.

stefanprodan/timoni · 59 tokens