← Back to Resources
Github
AI
Developer Tools
Design

AlignDev

Generate shared coding standards so Claude Code, Cursor, and Copilot write consistently

AlignDev

About AlignDev

AlignDev is a frontend conventions generator for teams using multiple AI coding agents. It solves the problem of inconsistent code when different AI agents work on the same codebase by generating a shared SKILL.md that all agents follow.

A 7-step wizard covers stack selection, UI styling (49 pre-built styles), state management, toolchain, directory structure, naming conventions, and design tokens. Supports Next.js, React, Vue, Nuxt, and SvelteKit with real-time npm version syncing.

Built with Next.js 16, React 19, TypeScript, and Tailwind v4. Includes WCAG contrast ratio calculations and i18n support with LTR/RTL handling.

More Github

blue-spec
Github

blue-spec

A Security-Driven Hardening toolkit that helps AI agents harden the defenses that matter.

Blue Spec is a toolkit for Security-Driven Hardening, a defensive workflow that helps AI agents detect what a system actually does and harden the defenses that matter most. It brings spec-driven, blue-team thinking to AI-assisted development so security is designed in, not bolted on.

ai-memory-vault
Github

ai-memory-vault

Turn an Obsidian vault into your AI's persistent, markdown-based working memory.

AI Memory Vault gives your AI a real, persistent memory using nothing but an Obsidian vault and markdown files. No vector database required. The open-source system plus templates turn your notes into durable working memory your coding agent can read and update across sessions.

foreman
Github

foreman

A Boris-style TUI that supervises headless Claude Code agents through a gated pipeline.

Foreman is an agentic orchestrator TUI that supervises headless Claude Code agents through a gated software-delivery pipeline, pointed at any repository. It brings structure and human oversight to autonomous coding runs, letting you watch, gate, and steer multiple agents from one terminal interface.

recall
Github

recall

Durable, offline memory for Claude Code so you stop re-explaining your project.

Recall gives Claude Code durable memory that lives entirely on your machine. Instead of burning tokens re-explaining your project every session, Recall stores and summarizes context offline using TextRank, keeping your AI coding agent grounded across sessions with zero cloud dependency.

Kage
Github

Kage

Shadow any website into a single self-contained binary for offline viewing

Kage “shadows” any website into a single self-contained binary you can run offline. Instead of juggling scraped folders, caches, or archive formats, you get one portable executable that serves a faithful copy of the site — ideal for documentation, demos, or preserving a reference before it disappears. It is a neat reminder that not every problem needs a cloud service. For builders, Kage is a clean example of packaging a complete experience into a distributable binary, and a handy utility for keeping critical docs available even when you are offline.