
ajmwagar skills on Claude Market
4 skills published by ajmwagar. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
netlify
Automates Netlify site creation, linking, and GitHub CI/CD setup using the Netlify CLI. Built around a monorepo pattern where multiple sites live under one repository, each with its own base directory and netlify.toml. Covers environment variables, deploy previews, and production deploys.
create-dxf
Generates manufacturing-ready DXF files and SVG previews from a validated JSON spec, translating natural-language part descriptions into 2D geometry for sheet and plate fabrication. Targets waterjet, laser, and router workflows for parts like mounting plates, brackets, gussets, and hole patterns. Output files use explicit layers (CUT_OUTER, CUT_INNER) compatible with standard CAM and quoting tools.
image-to-relief-stl
Converts an image into a watertight, 3D-printable bas-relief STL by mapping colors or grayscale values to surface heights. Works in palette mode for flat-color images with exact color-to-height assignments, or grayscale mode for continuous height mapping. Designed to pair with image generation skills so a generated image becomes a physical model.
find-stl
Searches Printables for 3D model files (STL, 3MF, ZIP) matching a concept or part name, downloads the files, and writes a manifest.json with the source URL, author, license, file list, and hashes. Uses the Printables GraphQL API to resolve time-limited download links.