-
TypeScript
-
React
-
Gemini MCP
-
Playwright
This project is scaffolded for optimal AI-assisted development with Claude Code.
- Node.js (v18+)
./scripts/launch.shThis script will:
- Check for required dependencies
- Start any necessary services
- Open Claude Code with optimal context
-
Check current tasks:
/tech tasksor check Archon -
Select a task to work on
-
Use
/prime-feature <name>to load feature context -
Develop and test
-
Commit with
/lint-and-commit "message" -
Archive feature spec with
/spec-compact
habfract-landing-page/
├── .claude/ # Claude Code configuration
│ ├── commands/ # Custom slash commands
│ ├── agents/ # Sub-agent definitions
│ ├── hooks.json # Workflow automation hooks
│ └── docs/ # Project documentation
├── .specify/ # SpecKit constitution
├── specs/ # Feature specifications
├── scripts/ # Utility scripts
└── src/ # Source code
See .claude/docs/ for detailed documentation on:
- Architecture patterns
- Development guidelines
- Testing strategies
- Deployment procedures
This project integrates with Archon for:
- Task management
- Knowledge base (RAG)
- Code examples
- Project documentation
Access Archon at: http://localhost:8181
MIT