@graphyn/code v0.1.28
Graphyn Code
Your AI development team, one command away.
Why Graphyn?
We believe AI assistants should understand your project deeply—not just respond to prompts. Graphyn gives Claude Code specialized agents that know your stack, follow your standards, and evolve with your codebase.
One command. Full context. Real development.
Install
npm install -g @graphyn/codeThat's it! Graphyn will guide you through setup on first run.
Platform Support
- ✅ macOS - Fully supported
- ✅ Linux - Fully supported
- ⚠️ Windows - Experimental (WSL recommended)
Check your setup: graphyn doctor
Quick Start
# First run triggers automatic setup
graphyn
# Use specialized AI agents
graphyn backend "design a REST API for user auth"
graphyn frontend "create a dashboard with charts"
graphyn architect "review my database schema"
graphyn design <figma-url> # Convert Figma to code
# Check your setup anytime
graphyn doctor
# Reconfigure if needed
graphyn setupThe Philosophy
Documentation should be alive. Not static files that rot in repos, but living knowledge that grows with your project. Every interaction teaches Graphyn about your codebase. Every decision gets remembered. Every pattern gets recognized.
This is the future of development: AI that truly understands your project.
Your AI Development Team
🔧 Backend Agent
Expert in APIs, databases, and server architecture. Knows Encore.ts, Node.js, and cloud patterns.
🎨 Frontend Agent
Master of UI/UX, React, and modern web. Builds components that users love.
🏗️ Architect Agent
Your technical advisor. Reviews designs, suggests improvements, ensures best practices.
🎨 Design Agent
Converts Figma prototypes to working code. Analyzes designs, creates implementation plans, and launches Claude Code with full MCP integration.
Living Documentation
Create a GRAPHYN.md file in your project:
# Our Stack
- Backend: Encore.ts with PostgreSQL
- Frontend: Next.js with Tailwind
- Auth: Clerk
# Our Standards
- TypeScript everywhere
- Tests for critical paths
- Accessibility firstNow every agent knows your project's DNA.
Coming Soon
- Context Evolution: Graphyn learns from Claude's work
- Team Sync: Share knowledge across your organization
- Pattern Recognition: Detect and suggest improvements
- Sleep-time Compute: AI improves while you rest
Commands
# Specialized agents
graphyn backend "create a REST API"
graphyn frontend "build a dashboard"
graphyn architect "review my system design"
graphyn design "https://figma.com/..."
# Setup and diagnostics
graphyn setup # Run setup wizard
graphyn doctor # Check your environment
graphyn auth # Authenticate with Graphyn
# Advanced
graphyn chain "complex multi-agent task"
graphyn history # View recent interactionsTroubleshooting
Setup issues?
graphyn doctor -v # Detailed diagnosticsNeed help?
- Check COMPATIBILITY.md for platform support
- Run
graphyn setupto reconfigure - Report issues at github.com/fuego-wtf/graphyn-code
Built for developers who ship fast and dream big.