Open Source · Built for AI Agents

Agentic
Infrastructure

Production-grade skills that turn AI coding agents into precision engineering tools. Codified patterns. Zero hallucination.

terminal
# Add a skill to your agents
$ npx skills add
Works with:CodexClaude CodeCursorWindsurfGemini CLI+ More

Skills Catalog

Battle-tested patterns, ready to deploy.

Each skill is a fully documented architectural contract — not a snippet. Your agent reads it, understands the system, and builds it correctly the first time.

Open Graph Images

stable

Generate Open Graph images for shareable pages of a web app, either as committed static assets or framework-native metadata routes such as Next.js `opengraph-image.tsx`, and wire page metadata to the new assets. Use when replacing existing og:image or twitter:image files, adding route-level social preview images, or migrating a repo to structured Open Graph image handling. Triggers on Open Graph, og:image, Twitter card images, opengraph-image.png, opengraph-image.tsx, social preview images, metadata images, and page preview assets.

Open skill detail →

$npx skills add dqstartupbuild/skills/library/og-studio

Included

  • Detect OG targets across various web frameworks (Next.js, Astro, Remix, etc.).
  • Generate static 1200x630 social images by capturing the exact browser preview used in the OG Studio.
  • Implement an "OG Studio" hub for reviewing and importing images before they go live.
  • Wire generated assets into the application's metadata systems (App Router, Pages Router, SEO helpers).

Setup Blog SEO Foundation

stable

Set up a reusable blog, SEO, and discovery foundation for a Next.js App Router project: site constants, reusable metadata helpers, MDX content collections, Zod frontmatter validation, blog index/detail routes, article JSON-LD, CSP and security headers in `next.config.ts`, `llms.txt`, RSS, sitemap, robots, and Open Graph image resolution. Use when creating or refactoring a content-driven site or blog that needs consistent metadata, crawlable outputs, and contributor rules documented in `AGENTS.md` and/or `README.md`.

Open skill detail →

$npx skills add dqstartupbuild/skills/library/seo-setup

Included

  • MDX Pipeline: Powered by @content-collections/core with Zod validation.
  • Metadata Engine: Centralized helpers for titles, descriptions, canonicals, and OG images.
  • Security Headers: Managed CSP and security headers configuration in next.config.ts.
  • Discovery Layer: Automated sitemap.ts, robots.ts, RSS feeds (feed.xml), and llms.txt.
Coming Soon

More skills are being battle-tested and documented. Watch the repo for updates.

How It Works

Three steps to agentic precision.

01

Pick a Skill

Browse the catalog and find the architectural pattern your project needs. Each skill is a self-contained instruction set.

02

Point Your Agent

Add the skill to your local environment with a single command. Works with Claude Code, Cursor, Windsurf, and any agent that reads SKILL.md files.

03

Ship with Precision

Your agent now executes multi-step engineering tasks using battle-tested patterns. No hallucination. No improvisation. Just production-grade output.

Philosophy

Skills aren’t snippets.
They’re architectural contracts.

We build “Agentic Infrastructure” — codified patterns that allow AI coding agents to execute complex, multi-step engineering tasks with production-grade precision.

Every skill in this library follows the same contract: a structured SKILL.md entry point, reference documentation for each architectural layer, and verification steps to ensure correctness.

The result? Your agent doesn’t guess. It reads the contract, follows the pattern, and ships code that’s indistinguishable from senior engineer output.

Get Started

Give your agent real architecture.

Clone the repo. Pick a skill. Watch your AI agent ship production-grade code instead of improvised guesses.