auravibes-apps
Official@auravibes-apps
Provides structured Flutter and Dart development patterns, Git repository management, and technical specification governance for enterprise mobile application engineering.
Agent Skills by auravibes-apps
Showing 26 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generates checklists from a document's text to assess its emotional tone.
melos-7
Configure Dart/Flutter monorepos for Melos 7+ workspace conventions.
speckit-git-remote
Parse Git remote URLs to output owner, repo, and GitHub flag.
code-architecture
Organize feature-based Flutter/Dart code with layered architecture conventions.
speckit-git-validate
Validate active Git branch names against sequential or timestamp-based feature patterns.
dart-shorthand
Apply Dart 3.11+ dot shorthand to enums, constructors, and static members.
speckit-git-initialize
Initialize a Git repository with an initial commit when none exists.
speckit-constitution
Updates the project constitution and syncs dependent templates.
speckit-implement
Executes implementation plans from tasks.md with phase-based tracking and error handling.
code-review
Review code changes for bugs, security issues, and quality risks.
speckit-taskstoissues
Convert design tasks into dependency-ordered GitHub issues for spec-kit projects.
speckit-clarify
Prompt up to five targeted questions and embed answers into a spec-kit specification.
speckit-plan
Generate planning artifacts from a spec kit using a standard plan template.
speckit-git-feature
Create and switch to numbered git feature branches from a specification.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.
review-pr
Aggregates and normalizes GitHub PR feedback into an actionable list for automated or manual fixes.
usecase-pattern
Create domain use cases with constructor-injected dependencies and a call(...) entry point.
dart-coverage-audit
Parse lcov.info to compute Dart/Flutter coverage and report low-covered files.
flutter-notifier-pattern
Migrate Riverpod controllers to notifiers and enforce notifier-use case boundaries in Flutter apps.
speckit-git-commit
Automatically commits Spec Kit project changes via Git hooks after commands.
speckit-specify
Generate structured feature specifications from natural language descriptions.
error-handling-exceptions
Enforce domain-specific exceptions with clear business semantics across application layers.
flutter-riverpod-expert
Implement modern Riverpod state management in Flutter with AsyncNotifier and code generation.
flutter-controller-pattern
Move Flutter business logic into Riverpod controllers with use cases and tests.
Frequently Asked Questions About auravibes-apps
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable structured Flutter development, including Riverpod state management implementation, Git branch lifecycle management, and the conversion of natural language specifications into actionable tasks, dependency-ordered issues, and project planning artifacts.
Which engineering personas benefit from these technical patterns?▼
Mobile engineers, Flutter developers, and technical leads benefit from these patterns. They are designed for teams requiring strict architectural consistency, standardized Git repository conventions, and rigorous documentation-to-code traceability in complex Dart-based mobile projects.
What are the prerequisites for implementing these development patterns?▼
Implementation requires a Dart 3.11+ environment and a Flutter 3+ project structure. Users should have existing familiarity with Riverpod state management, Melos monorepo conventions, and standard Git version control practices to effectively integrate these patterns into their existing codebase.