Syed Arman Ali
Community@SyedArmanAli2003
Student at IIT Madras • Data Science enthusiast • Programmer • Vibe Coder
Agent Skills by Syed Arman Ali
Showing 16 vetted skills indexed across 1 GitHub repositories.
netlify-caching
Configure CDN cache headers, cache tags, and on-demand purging for Netlify deployments.
netlify-frameworks
Configure web framework adapters and plugins for Netlify deployment.
netlify-cli-and-deploy
Deploys sites and manages environment variables using the Netlify CLI.
netlify-config
Configures netlify.toml build settings, redirects, headers, and deploy contexts.
netlify-deploy
Deploy web projects to Netlify using the Netlify CLI with authentication and site linking.
netlify-blobs
Store and retrieve files and binary assets using Netlify Blobs object storage.
netlify-mcp-servers
Build and deploy authenticated MCP servers as Netlify Functions using the MCP SDK.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
netlify-identity
Implement authentication, OAuth, and role-based access control on Netlify using @netlify/identity.
netlify-database
Provision and manage Netlify's managed Postgres database with Drizzle ORM migrations.
netlify-functions
Write Netlify serverless functions using modern default export and Config syntax.
netlify-edge-functions
Write Netlify Edge Functions for middleware, geolocation, and request manipulation on the Deno runtime.
netlify-agent-runner
Run Claude, Codex, or Gemini agent tasks remotely on Netlify infrastructure.
netlify-forms
Implements Netlify Forms for HTML and JavaScript-rendered form submission handling.
netlify-ai-gateway
Configure Netlify AI Gateway to route OpenAI, Anthropic, and Gemini SDK calls without provider API keys.
netlify-image-cdn
Configures Netlify Image CDN transformations, remote allowlisting, and upload pipelines.
Frequently Asked Questions About Syed Arman Ali
FAQPage SchemaWhat tasks can I accomplish using Syed Arman Ali's Netlify skills?▼
You can deploy sites via the Netlify CLI, configure netlify.toml redirects and headers, control CDN caching, write serverless and edge functions, manage Postgres data and blob storage, add Identity authentication, process forms, optimize images, and integrate AI models through the Netlify AI Gateway.
Who are these Netlify skills designed for?▼
They target web developers and programmers deploying framework projects (Next.js, Astro, SvelteKit, Remix, Nuxt) on Netlify, engineers building serverless backends or edge middleware, and developers exposing apps to AI agents via MCP servers or adding chat and image generation features.
How do I deploy a site using the netlify-cli-and-deploy skill?▼
Install the Netlify CLI, link your site, then run netlify dev for local development or netlify deploy for preview and production releases. The skill covers Git-based and manual deploys plus environment variable management, using npx netlify for quick publishing.
What are the prerequisites for using these Netlify skills?▼
You need a Netlify account and site, the Netlify CLI installed, and a project using a supported framework. Specific skills require @netlify/identity for auth, @netlify/database with Drizzle ORM for data, and the MCP SDK with Streamable HTTP transport for agent servers.
When should I use Netlify Blobs versus Netlify Database?▼
Use Netlify Blobs for file and asset storage such as images, documents, uploads, and cached binary artifacts via getStore() with deploy-scoped or site-scoped stores. Use Netlify Database, the managed Postgres product, for any dynamic, structured, or relational data with migrations and preview branching.