_ _ _ _ _
| |__ __ _ ___| | _____ _ __ ___ (_) |_| |__
| '_ \ / _` |/ __| |/ / __| '_ ` _ \ | | __| '_ \
| | | | (_| | (__| <\__ \ | | | | || | |_| | | |
|_| |_|\__,_|\___|_|\_\___/_| |_| |_|/ |\__|_| |_|
|__/
This project has evolved. The ideas behind Hacksmith — turning integration docs into executable workflows for developers — have grown into the Scalekit Auth Stack, a suite of plugins that bring authentication directly into AI coding agents.
Check out the auth stack repos:
Plugin Description claude-code-authstack Scalekit auth plugins for Claude Code cursor-authstack Scalekit auth plugins for Cursor codex-authstack Scalekit auth plugins for OpenAI Codex github-copilot-authstack Scalekit auth plugins for GitHub Copilot skills 35 skills that teach AI coding agents to integrate Scalekit auth This repository is no longer actively maintained.
You know that moment when you find a great new service, read the docs, and think "I'll integrate this later"? Later never comes. The setup is tedious. The docs are scattered. You forget the steps.
Hacksmith fixes that.
It's a CLI that turns integration docs into executable workflows. Someone writes a blueprint once, you run it, answer a few questions, and you're live. No more copy-pasting code snippets, hunting for API keys, or wondering if you missed a step.
npx hacksmith saif-shines/hacksmith-blueprintsThat's it. Hacksmith will fetch the blueprint from GitHub and walk you through it. Want to run your own? Use any owner/repo combo where you've published blueprints.
Want it installed permanently?
# Via npm
npm install -g hacksmith
# One-line binary install (no Node.js needed)
curl -fsSL https://raw.githubusercontent.com/saif-shines/hacksmith/main/scripts/install.sh | bash- Onboard faster: New team members run a blueprint and get their entire dev environment configured
- Integrate in minutes: Add Stripe, Auth0, or any service without reading 47 tabs of documentation
- Standardize setup: Your whole team follows the same steps, every time
- Resume anywhere: Started on your laptop, interrupted? Pick up where you left off on your desktop
- Someone writes a blueprint (a TOML file defining the workflow)
- You run it:
npx hacksmith owner/repo - Hacksmith guides you through prompts, runs commands, generates code
- You're done. Integration live.
Blueprints can live in any GitHub repo. Point Hacksmith at it and go.
This is a monorepo with the CLI (packages/hacksmith) and docs site (apps/website).
Quick start for contributors:
# Install dependencies
pnpm install
# Run CLI in dev mode
pnpm dev
# Run the docs site
pnpm site:dev
# Run tests
pnpm testSee CLAUDE.md for detailed development guidelines.
Built by developers who got tired of spending hours on setup that should take minutes.