A comprehensive collection of modern development tools and AI integrations for building full-stack applications with browser automation and AI-assisted workflows.
| Project | Type | Stack | Description |
|---|---|---|---|
| nette-app | Backend API | PHP 8.4+, Nette, Doctrine, SQLite | RESTful API with database |
| nuxt-app | Frontend SPA | Node 24+, Nuxt 4, Vue 3, Nuxt UI Pro | Modern SPA interface |
| mcp-browser | MCP Server | Node 22+, Docker, Playwright, Stagehand | AI browser automation |
| mcp-atlassian | MCP Server | Docker | Jira/Confluence integration |
| agent-commands | AI Building Block | Markdown | Slash commands for Claude Code |
| agent-skills | AI Building Block | Markdown | Reusable skills for Claude Code |
# Terminal 1: Start backend
cd nette-app && make project && make dev
# Terminal 2: Start frontend
cd nuxt-app && npm install && npm run devcd mcp-browser && make docker-up# View available commands
ls agent-commands/.claude/commands/
# View available skills
ls agent-skills/.claude/skills/MIT License - see LICENSE for details.