Skip to content

context-and-tools

by netlify

context-and-tools

About

context-and-tools

17
Stars
28
Skill Files
5
Forks
26
PRs Merged
8
Contributors
1
Issues Open
4
Issues Closed
2026-05-08
Last Activity

Skill Analysis

190
Avg Lines / Skill
989
Avg Words / Skill
245
Code Blocks
114
Total Files
0.65 MB
Repo Size
27
Reference Files
Skill lines67 min / 169 median / 486 max
Code languagesbash, html, javascript, json, jsx, markdown, toml, tsx, typescript
Frontmatter keysauthor, description, displayName, keywords, name
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (62), mdc (27), py (10), json (5), yml (3), sh (2), html (2), txt (1)

Skills (28)

  • netlify-deploy
    236 lines932 words9 blocks

    Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify,...

    bash
  • netlify-config
    176 lines481 words10 blocks

    Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, o...

    toml
  • netlify-ai-gateway
    208 lines1215 words9 blocks

    Reference for Netlify AI Gateway — the managed proxy that routes calls to OpenAI, Anthropic, and Google Gemini SDKs without provider API keys. Use thi...

    bashtypescript
  • netlify-image-cdn
    81 lines340 words4 blocks

    Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, sett...

    htmltoml
  • netlify-blobs
    102 lines469 words6 blocks

    Guide for using Netlify Blobs for file and asset storage — images, documents, uploads, exports, cached binary artifacts. Covers getStore(), CRUD opera...

    bashtypescript
  • netlify-forms
    173 lines765 words9 blocks

    Guide for using Netlify Forms for HTML form handling. Use when adding contact forms, feedback forms, file upload forms, or any form that should be col...

    htmljavascriptjsxtsx
  • netlify-database
    395 lines2762 words20 blocks

    Guide for using Netlify Database — the GA managed Postgres product built into Netlify. Use when a project needs any kind of dynamic, structured, or re...

    bashjsontypescript
  • netlify-functions
    169 lines716 words9 blocks

    Guide for writing Netlify serverless functions. Use when creating API endpoints, background processing, scheduled tasks, or any server-side logic usin...

    typescript
  • netlify-frameworks
    67 lines363 words1 blocks

    Guide for deploying web frameworks on Netlify. Use when setting up a framework project (Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, R...

    toml
  • netlify-identity
    349 lines1455 words14 blocks

    Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes a...

    bashtomltsxtypescript
  • netlify-caching
    137 lines493 words6 blocks

    Guide for controlling caching on Netlify's CDN. Use when configuring cache headers, setting up stale-while-revalidate, implementing on-demand cache pu...

    tomltypescript
  • netlify-cli-and-deploy
    152 lines600 words9 blocks

    Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment...

    bashtypescript
  • netlify-edge-functions
    127 lines476 words8 blocks

    Guide for writing Netlify Edge Functions. Use when building middleware, geolocation-based logic, request/response manipulation, authentication checks,...

    jsontomltypescript
  • "netlify-deployment"
    86 lines364 words2 blocks

    "Deploy and manage websites on Netlify using CLI-first workflow with netlify.toml configuration"

  • skill-creator
    486 lines5205 words15 blocks

    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or opt...

    bashjsonmarkdown
  • netlify-deploy
    236 lines932 words9 blocks

    Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify,...

    bash
  • netlify-config
    176 lines481 words10 blocks

    Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, o...

    toml
  • netlify-ai-gateway
    208 lines1215 words9 blocks

    Reference for Netlify AI Gateway — the managed proxy that routes calls to OpenAI, Anthropic, and Google Gemini SDKs without provider API keys. Use thi...

    bashtypescript
  • netlify-image-cdn
    81 lines340 words4 blocks

    Guide for using Netlify Image CDN for image optimization and transformation. Use when serving optimized images, creating responsive image markup, sett...

    htmltoml
  • netlify-blobs
    102 lines469 words6 blocks

    Guide for using Netlify Blobs for file and asset storage — images, documents, uploads, exports, cached binary artifacts. Covers getStore(), CRUD opera...

    bashtypescript

Recent Commits

-357 contributions across all repos
MayJunJulAugSepOctNovDecJanFebMarAprMay
Less
More
  • cffaf742026-05-08
    Merge pull request #34 from netlify/add-copilot-cli-install
    Sean C Davis
  • 99537e22026-05-08
    Merge pull request #30 from netlify/27/plugin-manifest
    Sean C Davis
  • db082ea2026-05-08
    Merge pull request #29 from netlify/remove-migrations-prefix
    Sean C Davis
  • 67abbfb2026-05-08
    Merge pull request #25 from netlify/ai-gateway-fixes-for-image-gen
    Sean C Davis
  • 4bac2682026-05-06
    chore: Rebuild Codex skills from source [skip ci]
    github-actions[bot]
  • 3fb0cf22026-05-06
    chore: Rebuild Codex skills from source [skip ci]
    github-actions[bot]
  • aaa764e2026-05-06
    Merge branch 'main' into ai-gateway-fixes-for-image-gen
    Sean C Davis
  • 84b2d6d2026-05-06
    Merge branch 'main' into remove-migrations-prefix
    Sean C Davis
  • a49ebc52026-05-06
    Merge pull request #33 from netlify/fix-codex-workflow-protected-branch
    Sean C Davis
  • 841ae7c2026-05-06
    docs: add GitHub Copilot CLI install instructions
    Sean C Davis