managing▌
7 indexed skills · max 10 per page
managing-astro-local-env
astronomer/agents · Productivity
Manage local Airflow development environment with Astro CLI commands. \n \n Start, stop, restart, and kill local Airflow containers; default credentials are admin/admin with webserver at http://localhost:8080 \n View logs for all components or specific services (scheduler, webserver) with real-time follow option \n Access container shells and run Airflow CLI commands directly via astro dev bash and astro dev run \n Troubleshoot common issues including port conflicts, startup failures, package er
managing-astro-deployments
astronomer/agents · Productivity
managing-astro-deployments
managing-imposter-syndrome
refoundai/lenny-skills · Productivity
Framework-based guidance for working through imposter syndrome and self-doubt. \n \n Normalizes imposter syndrome as a universal experience among high performers, especially during growth periods, and reframes discomfort as evidence of appropriate challenge rather than inadequacy \n Helps users identify the specific fear beneath their feelings (exposure, mistakes, belonging) and articulate the gap between external evidence (accomplishments, hiring decisions) and internal feelings \n Provides con
managing-up
refoundai/lenny-skills · Productivity
Strategies for working effectively with managers and executives drawn from 35 product leaders. \n \n Proactively communicate upward with regular updates on priorities, blockers, and progress rather than waiting to be asked, using consistent formats like weekly emails \n Bring recommendations and point of view to your manager instead of just problems, reducing their cognitive load and positioning yourself as an ally \n Understand your manager's priorities and two levels up to tailor communication
managing-timelines
refoundai/lenny-skills · Productivity
Help teams set realistic deadlines and hit them consistently using frameworks from 13 product leaders. \n \n Diagnose timeline problems as estimation issues, scoping issues, distraction issues, or unrealistic stakeholder expectations, then apply the right framework (phase-based commitments, hill charts, or early shipping) \n Commit to phases within your control (discovery, solutioning, build, launch) rather than distant delivery dates; only provide engineering dates once solutioning is complete
managing-tech-debt
refoundai/lenny-skills · Productivity
$22
flutter-managing-state
flutter/skills · Productivity
Manage ephemeral and app-level state in Flutter using StatefulWidget, MVVM, and Provider. \n \n Distinguishes between ephemeral state (single widget, managed with setState() ) and app state (shared across widgets, managed with MVVM and provider package) \n Implements unidirectional data flow with a single source of truth: Models handle data, ViewModels manage UI state via ChangeNotifier , Views consume and display state \n Provides sequential workflow for MVVM implementation: define Repository,