Nano Banana Pro
Agent skill for nano-banana-pro
This document provides a high-level overview for AI agents working with this blog project. For detailed implementation guidelines, refer to the Cursor rules in `.cursor/rules/`.
Sign in to like and favorite skills
This document provides a high-level overview for AI agents working with this blog project. For detailed implementation guidelines, refer to the Cursor rules in
.cursor/rules/.
This is a Jekyll-based blog showcasing "Tenant Management: An Evolutionary Project" - a systematic approach to architectural evolution through 5 different technology stacks and architectural approaches.
This project uses the modern Cursor rules format with
.cursor/rules/ directory containing .mdc files:
.cursor/rules/evolutionary-project-framework.mdc: Core framework and project context.cursor/rules/content-creation.mdc: Content creation guidelines and processes.cursor/rules/technical-standards.mdc: Technical standards and implementation detailsEvolution 1: Single-File Foundation (✅ Complete) Evolution 2: Modular Architecture (✅ Complete) Evolution 3: Java Enterprise Stack (🔄 Active) Evolution 4: AI-Enhanced Interface (📋 Planned) Evolution 5: Conversational Interface (📋 Planned)
# Post Title {% include evolution/post-navigation.html %} ## Post Content... {% include evolution/evolution-posts.html %} ## Key Learnings
# Evolutionary Project Fields (REQUIRED) project: "Tenant Management" project_type: "evolutionary" evolution: "Evolution X: [Name]" evolution_number: X evolution_focus: "[Focus Area]"
{% include evolution/post-navigation.html %} - Evolution context and navigation (includes project branding){% include evolution/evolution-posts.html %} - Related posts in same evolutionFor comprehensive implementation details, refer to:
.cursor/rules/evolutionary-project-framework.mdc.cursor/rules/content-creation.mdc.cursor/rules/technical-standards.mdcThis framework represents a learning-first approach to software development, where each evolution serves both practical and educational purposes.