Personal Experimental Project - A personal toolkit for improving my environment to run modern products.
Device: MacBook Pro (Retina, 15-inch, Mid 2015) | OS: macOS 12.7.6 Monterey
DgtlEnv is a personal experimental project focused on improving my environment to run modern products. It contains explorations for internal management and personal interests in design, development, context systems, and processes. Built as a shell script toolkit for maximum simplicity and extensibility.
π‘ Leverage what works well, share how you implement it, and please contribute if you would like to.
Performance refinement - Tools that directly improve your Mac's performance
- System Health Monitoring - Prevents slowdowns and data loss
- System Cleanup - Frees up disk space and memory
- Docker Optimization - Prevents resource hogging
- IDE Performance - Optimizes Cursor IDE for faster development
- Performance Tracking - Shows real-time improvements
Environment orchestration - Tools that help manage the development environment
- PDF Management - Automated document conversion
- Security & Release - Pre-release sanitization
- Todo Management - Quality control and organization
- Contextual Workflows - Structured prompts for optimization and automation
- Comprehensive Testing - Interactive and automated validation suite
git clone https://github.com/simien/DgtlEnv.git
cd DgtlEnv
chmod +x ops/monitoring/swap-ssd-health.sh
./ops/monitoring/swap-ssd-health.sh
Performance enhancement - Start here to improve your Mac's performance
# System Health Check (Prevents slowdowns & data loss)
./ops/monitoring/swap-ssd-health.sh
# System Cleanup (Frees up disk space)
./ops/cleanup/brew-cleanup.sh
./ops/cleanup/docker-cleanup.sh
# Docker Optimization (Prevents resource hogging)
./ops/docker/docker-optimize.sh
# Cursor IDE Optimization (Faster performance)
./scripts/sync-cursor-settings.sh
# Performance Tracking (Shows improvements)
./metrics/system-metrics-tracker.sh baseline
./metrics/system-metrics-tracker.sh current
./metrics/system-metrics-tracker.sh compare
# Real-time System Dashboard
./metrics/comprehensive-dashboard.sh dashboard
Environment orchestration - For managing the development environment
# PDF Management
./ops/backup/simple-pdf-converter.sh all
./ops/backup/pdf-watcher.sh watch
# Security & Release Management
./scripts/pre-release-sanitizer.sh --dry-run
./scripts/create-release.sh
# Todo Management & Quality Control
./scripts/enforce-organization-standards.sh
./scripts/migrate-todo-items.sh
# Comprehensive Testing
./tests/quick-test.sh
./tests/quick-test.sh --non-interactive
System Health Dashboard - Real-time performance metrics
π System Health Dashboard
==========================
Memory Usage: 40% β
(Target: < 80%)
ββββββββββββββββββββββββββββββ
β
Memory Status: Excellent
CPU Usage: 22% β
(Target: < 70%)
ββββββββββββββββββββββββββββββ
β
CPU Status: Optimal
Disk Usage: 21% β
(Target: < 85%)
ββββββββββββββββββββββββββββββ
β
Disk Status: Healthy
π Performance Summary
=====================
β
All systems operating within optimal ranges
β
No performance bottlenecks detected
β
System optimization targets achieved
π See docs/guides/computer-optimization-quick-reference.md for detailed environment optimization guide
Comprehensive tooling - Sophisticated scripts for environment optimization and management
Performance refinement - Tools that directly improve your Mac's performance
./ops/monitoring/swap-ssd-health.sh
- System health check (prevents slowdowns & data loss)./ops/monitoring/top-hogs.sh
- Resource monitoring (identifies performance bottlenecks)
./ops/cleanup/brew-cleanup.sh
- Homebrew cleanup (frees up disk space)./ops/cleanup/docker-cleanup.sh
- Docker cleanup (reduces memory & disk usage)
./ops/docker/docker-optimize.sh
- Docker resource management (prevents resource hogging)
./scripts/sync-cursor-settings.sh
- Cursor IDE optimization (faster performance, reduced memory usage)
./metrics/system-metrics-tracker.sh
- Performance tracking (shows before/after improvements)./metrics/comprehensive-dashboard.sh
- Visual dashboards (real-time system status)
Environment orchestration - Tools that help manage the development environment
./ops/backup/simple-pdf-converter.sh
- PDF to markdown conversion./ops/backup/pdf-watcher.sh
- Automatic file watching./ops/backup/create-dgtlenv-backup.sh
- Project backup
./scripts/pre-release-sanitizer.sh
- Security sanitization./scripts/create-release.sh
- Release management./scripts/setup-github.sh
- GitHub repository setup
./scripts/migrate-todo-items.sh
- β FIXED - Automated todo migration with comprehensive reporting./scripts/enforce-organization-standards.sh
- Organization standards enforcement
π See ops/README.md for detailed operations documentation
Sophisticated prompt orchestration - A refined system for contextual routing and quality control
- Natural Language Support - Type
"diagnose ci"
instead of remembering exact filenames - Fuzzy Matching - Contextual prompt discovery with semantic suggestions
- Context Injection - Dynamic file inclusion with
{{include:path/to/file}}
- Version Management - Automatic latest version selection with semantic versioning
- Quality Control - Comprehensive validation and analytics
- Automated Version Management - Outdated version detection and archiving
Performance insights - Comprehensive analytics for prompt system optimization
π Prompt Structure Analysis
==========================
Total prompts: 24 (active)
Archived prompts: 1 (properly managed)
Total categories: 5
Prompts by category:
code-analysis 5 (20%)
documentation-generation 5 (20%)
meta-prompts 3 (12%)
system-optimization 5 (20%)
workflow-management 6 (25%)
π Quality Metrics
=================
Template Compliance: 100% β
Metadata Completeness: 100% β
Version Consistency: 100% β
File Naming Standards: 100% β
Validation Success Rate: 100% β
Outdated Version Management: 100% β
π¦ Version Management
====================
Active prompts: 24 (clean, current versions only)
Archived prompts: 1 (outdated version)
Outdated versions: 0 (all handled)
Archive system: 100% operational
Contextual routing - Natural language access to structured prompts
# Basic prompt routing
./ops/run-prompt.sh "diagnose ci"
./ops/run-prompt.sh "find bugs"
./ops/run-prompt.sh "create todo"
# Enhanced router with logging
./ops/run-prompt-enhanced.sh diagnose-ci
./ops/run-prompt-enhanced.sh --chain diagnose-ci generate-report
# Version management tools
./scripts/check-outdated-prompts.sh --dry-run
./scripts/check-outdated-prompts.sh --archive
# Analytics and validation
./scripts/prompt-analytics.sh
./scripts/validate-prompts.sh
π See prompts/README.md for detailed prompt system documentation
π See docs/prompt-system-overview.md for comprehensive system architecture and advanced features
Sophisticated orchestration - A refined workflow for comprehensive optimization
# 1. Capture baseline metrics
./metrics/system-metrics-tracker.sh baseline
# 2. Run optimizations
./ops/monitoring/swap-ssd-health.sh
./ops/cleanup/brew-cleanup.sh
./ops/cleanup/docker-cleanup.sh
./ops/docker/docker-optimize.sh
./scripts/sync-cursor-settings.sh
# 3. Capture current metrics
./metrics/system-metrics-tracker.sh current
# 4. Generate comparison report
./metrics/system-metrics-tracker.sh compare
# 5. View comprehensive dashboard
./metrics/comprehensive-dashboard.sh dashboard
π See docs/guides/computer-optimization-quick-reference.md for detailed environment optimization guide
Comprehensive knowledge base - Documentation for all aspects of environment optimization
Performance refinement - Complete guides for system optimization and performance tuning
- Environment Optimization Quick Reference - Complete optimization guide with cards and workflows
- System Optimization Summary - Detailed optimization results and improvements
- Cursor IDE Optimization - IDE performance tuning guide
Environment orchestration - Tools and workflows for development environment management
- PDF Conversion System - Document management workflow
- Todo Migration Workflow - Quality control and organization
- Release Management Guide - Security and release processes
Performance insights - Monitoring and analytics systems
- Metrics & Monitoring - Performance tracking and dashboards
- Operations Documentation - Environment optimization tools
- Scripts Documentation - Environment management tools
- Test Suite - Validation and testing with interactive and automated modes
Advanced orchestration - Prompt management and workflow automation
- Prompts System - Structured AI prompts for optimization, documentation, and workflow management
- System Optimization Prompts - Performance tuning and resource management
- Documentation Generation - Content creation and visual enhancements
- Workflow Management - Task organization and quality control
- Code Analysis - Script execution and verification
- Meta-Prompts - Conversation management and utilities
Configuration management - Setup guides and development standards
- GitHub Setup Guide - Repository configuration
- Contributing Guidelines - Development standards
- Security Policies - Security and audit information
π‘ Leverage what works well, share how you implement it, and please contribute if you would like to.
This is an experimental personal project, but I welcome contributions! Please see our Contributing Guidelines for details.
If you discover a security vulnerability, please report it privately. See our Security Policy for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Name: Simien Antonis-Parr Email: simienap@gmail.com Website: simienap.com GitHub: simien
CHANGELOG.md
- Project version history and release notesCONTRIBUTING.md
- Development standards and contribution guidelinesSECURITY.md
- Security policies and vulnerability reporting
ops/
- Environment optimization tools (monitoring, cleanup, Docker)metrics/
- Performance tracking and analytics dashboardsscripts/
- Environment management and automation toolsdocs/
- Comprehensive documentation and guidesprompts/
- Structured AI prompts for system optimizationtodos/
- Task management and quality control systemtests/
- Validation and testing suiteconfig/
- Project configuration and settingssecurity/
- Security policies and audit reports
logs/
- Application and system logsexamples/
- Usage examples and demonstrations.github/
- GitHub workflows and templates.cursor/
- Cursor IDE configuration files