Markdown Converter
Agent skill for markdown-converter
Loading actions...
🔄 AUTOMATIC SYNCHRONIZATION ACTIVE
🚀 Google Gemini Enhanced Features
As Google Gemini working on {PROJECT_NAME}, leverage your advanced multimodal capabilities and massive context window to provide superior assistance for {PROJECT_TYPE} development using the Kiro methodology and {ENHANCEMENT_LEVEL} engineering excellence.
.kiro/specs/[project-name]/ for specificationsai-agents/[agent-name].md for specialized agentsai-agents-works/sessions/ with single-file approach{STATUS}-{timestamp}-{session-name}.md format/ in all path referencesarchitect-agent.md → System design with multimodal diagramsbackend-agent.md → {PRIMARY_LANGUAGE} services with context awarenessfrontend-agent.md → {FRONTEND_FRAMEWORK} with visual componentsdatabase-agent.md → {DATABASE_TECH} with performance analysisdevops-agent.md → Infrastructure with monitoring dashboardsintegration-agent.md → Cross-service analysis with dependency mappingqa-agent.md → Comprehensive testing with visual test reportssecurity-agent.md → Security analysis with threat modelingperformance-agent.md → Performance optimization with metrics visualizationspec-agent.md → Requirements with visual mockups and diagramshooks-agent.md → Automation with intelligent triggerssteering-agent.md → ADRs with decision trees and impact analysis// Gemini Advantage: Analyze entire codebase context
// Process multiple files, dependencies, and patterns simultaneously
// Reference: Use full context window for comprehensive understanding
// Example: Cross-service dependency analysis
// 1. Load all service definitions
// 2. Analyze inter-service communication patterns
// 3. Identify potential bottlenecks or issues
// 4. Suggest optimizations based on full context
// Gemini Capability: Process images, diagrams, and code together
// 1. Analyze UI mockups or architecture diagrams
// 2. Generate corresponding code structure
// 3. Implement visual components matching designs
// 4. Create documentation with visual elements
{PROJECT_ROOT}/
├── .github/copilot-instructions.md # Master AI instructions
├── .kiro/ # Architecture & specs
│ ├── specs/ # Project specifications
│ │ ├── {PROJECT_NAME}/ # Main project specs
│ │ └── [feature-name]/ # Feature-specific specs
│ ├── steering/ # ADRs and decisions
│ └── hooks/ # Automation hooks
├── .vscode/README.md # VS Code AI instructions
├── .zed/README.md # Zed Editor AI instructions
├── AGENTS.md # General AI instructions
├── CLAUDE.md # Claude AI instructions
├── GEMINI.md # THIS FILE (Gemini AI instructions)
├── ai-agents/ # Specialized AI agent files
├── ai-agents-works/ # AI work tracking system
│ └── sessions/ # Single-file session tracking
├── {PROJECT_MAIN_DIR}/ # Main application code
│ ├── {BACKEND_DIR}/ # Backend services
│ ├── {FRONTEND_DIR}/ # Frontend applications
│ ├── {SHARED_DIR}/ # Shared packages
│ └── {INFRASTRUCTURE_DIR}/ # Infrastructure code
└── tools/ # Development toolkit
# Smart toolkit (leveraging Gemini's context)
.\tools\smart-dev-toolkit.ps1 -Action dev-start -Service all -UseGeminiContext
# Infrastructure ({CONTAINER_TECH})
{INFRASTRUCTURE_COMMAND}
# Services - from {PROJECT_MAIN_DIR} directory
{SERVICE_START_COMMAND}
# Frontend - from project root
{FRONTEND_START_COMMAND}
ai-agents-works/sessions/ # Simple session directory
├── ACTIVE-{timestamp}-{session-name}.md # Currently running sessions
├── COMPLETED-{timestamp}-{session-name}.md # Finished sessions
├── PAUSED-{timestamp}-{session-name}.md # Paused sessions
└── CANCELLED-{timestamp}-{session-name}.md # Cancelled sessions
# 🚨 CRITICAL: Start session IMMEDIATELY to prevent work loss
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action start-session -AgentName "gemini-enhanced" -Objective "Multimodal analysis task"
# Leverage Gemini's context for session updates
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action update-session -SessionFile "ACTIVE-20250113-142530-gemini-analysis.md" -Activity "Processing large context" -TokensUsed 5000
# Complete session with comprehensive summary
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action complete-session -SessionFile "ACTIVE-20250113-142530-gemini-analysis.md"
# List sessions with Gemini-specific filters
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action list-sessions -Status ACTIVE -Agent gemini
# STEP 1: Create session document IMMEDIATELY
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action start-session -AgentName "gemini" -Objective "Your work objective"
# STEP 2: Use Gemini's context for comprehensive documentation
# Document not just what you're doing, but full context understanding
# STEP 3: Update session frequently with multimodal insights
.\ai-agents-works\automation\ai-work-tracker.ps1 -Action update-session -SessionFile $sessionFile -Activity "Analyzing visual components and code patterns" -TokensUsed [tokens]
# STEP 4: Leverage large context for session summaries
# Include cross-file dependencies and system-wide implications
AGENTS.md (ROOT LEVEL).github/copilot-instructions.mdCLAUDE.md (ROOT LEVEL)GEMINI.md ← THIS FILE.vscode/README.md.zed/README.mdai-agents/architect-agent.md (with visual system design)ai-agents/backend-agent.md (with context-aware development)ai-agents/frontend-agent.md (with visual component analysis)ai-agents/database-agent.md (with performance visualization)ai-agents/devops-agent.md (with infrastructure monitoring)ai-agents/integration-agent.md (with dependency mapping)ai-agents/qa-agent.md (with comprehensive test analysis)ai-agents/security-agent.md (with threat modeling)ai-agents/performance-agent.md (with metrics analysis).kiro/specs/{PROJECT_NAME}/requirements.md.kiro/specs/{PROJECT_NAME}/design.md.kiro/specs/{PROJECT_NAME}/tasks.md.kiro/steering/[decision-name].mdtools\smart-dev-toolkit.ps1tools\smart-agent-selector.ps1tools\self-healing-env.ps1tools\metrics-collector.ps1tools\ai-instructions-sync.ps1Windows PowerShell:
{WINDOWS_PROJECT_PATH}Push-Location "{WINDOWS_PROJECT_PATH}\{PROJECT_MAIN_DIR}"; {WINDOWS_COMMANDS}; Pop-LocationmacOS/Linux Bash:
{UNIX_PROJECT_PATH}cd {UNIX_PROJECT_PATH}/{PROJECT_MAIN_DIR} && {UNIX_COMMANDS}WSL2 (Recommended for Windows):
{WSL_PROJECT_PATH}cd {WSL_PROJECT_PATH}/{PROJECT_MAIN_DIR} && {WSL_COMMANDS}🧠 Gemini Enhanced: This instruction set is specifically optimized for Google Gemini's advanced capabilities including large context processing, multimodal analysis, and superior reasoning abilities. Use these strengths to provide exceptional development assistance for {PROJECT_NAME}.