Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

saif-shines/hacksmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 _                _                     _ _   _
| |__   __ _  ___| | _____ _ __ ___  (_) |_| |__
| '_ \ / _` |/ __| |/ / __| '_ ` _ \ | | __| '_ \
| | | | (_| | (__|   <\__ \ | | | | || | |_| | | |
|_| |_|\__,_|\___|_|\_\___/_| |_| |_|/ |\__|_| |_|
                                   |__/

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.


From browsing to building. One command.

npm version npm downloads License Node.js TypeScript


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.

Try it now

npx hacksmith saif-shines/hacksmith-blueprints

That'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.

Installation options

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

Full installation guide →

What can you do with it?

  • 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

How it works

  1. Someone writes a blueprint (a TOML file defining the workflow)
  2. You run it: npx hacksmith owner/repo
  3. Hacksmith guides you through prompts, runs commands, generates code
  4. You're done. Integration live.

Blueprints can live in any GitHub repo. Point Hacksmith at it and go.

Learn more

Contributing

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 test

See CLAUDE.md for detailed development guidelines.


Built by developers who got tired of spending hours on setup that should take minutes.

About

From browsing to buliding. One Command.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors