Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/kandil7/prprompts-flutter-generator/bootstrapgit clone --depth 1 https://github.com/Kandil7/prprompts-flutter-generatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/bootstrap)<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/bootstrap"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/bootstrap.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02509 |
| Opus 5 | $0.00000 | $0.01255 |
| Sonnet 5 | $0.00000 | $0.00502 |
| Haiku 4.5 | $0.00000 | $0.00251 |
Grade A, and why
bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 388 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EXECUTE: Bootstrap Project from PRPROMPTS
IMPORTANT: This is an EXECUTION command. Immediately perform all steps below without waiting for confirmation.
STEP 1: Prerequisites Check
First, check if required files exist:
# Check for PRPROMPTS directory
ls PRPROMPTS/
# Check for PRD
ls docs/PRD.md
# Check for Flutter project
ls pubspec.yaml
If ANY file is missing, STOP and show error:
❌ Error: Missing required files.
Required:
- PRPROMPTS/ directory (with 32 .md files)
- docs/PRD.md
- pubspec.yaml
Please run:
1. qwen create-prd
2. qwen gen-prprompts
Then try bootstrap again.
STEP 2: Read Project Context
NOW read and analyze these files:
-
Read docs/PRD.md - Extract:
- Project name, type, compliance
- Platforms, auth method
- Features list
- Team composition
-
Read PRPROMPTS files - Understand:
- @PRPROMPTS/01-feature_scaffold.md - Architecture patterns
- @PRPROMPTS/03-bloc_implementation.md - State management
- @PRPROMPTS/04-api_integration.md - API integration
- @PRPROMPTS/06-design_system.md - Design system
- @PRPROMPTS/16-security_and_compliance.md - Security patterns
STEP 3: Create Architecture Document
NOW create docs/ARCHITECTURE.md with this content:
# Architecture Document
Generated from: PRPROMPTS/01-feature_scaffold.md
Date: [Current Date]
## Folder Structure
lib/
├── core/
│ ├── constants/ # App-wide constants
│ │ ├── app_colors.dart
│ │ ├── app_typography.dart
│ │ └── api_constants.dart
│ ├── errors/ # Error handling
│ │ ├── exceptions.dart
│ │ └── failures.dart
│ ├── network/ # HTTP client, interceptors
│ │ ├── api_client.dart
│ │ └── auth_interceptor.dart
│ ├── security/ # Encryption, secure storage
│ │ ├── encryption_service.dart
│ │ └── secure_storage_service.dart
│ └── utils/ # Utilities
│ ├── logger.dart
│ └── validators.dart
├── features/
│ └── [feature_name]/
│ ├── data/
│ │ ├── models/ # Data models with JSON
│ │ ├── repositories/ # Repository implementations
│ │ └── datasources/ # Remote/Local data sources
│ ├── domain/
│ │ ├── entities/ # Business objects
│ │ ├── repositories/ # Repository interfaces
│ │ └── usecases/ # Business logic
│ └── presentation/
│ ├── bloc/ # BLoC files
│ ├── pages/ # Full screens
│ └── widgets/ # Reusable components
└── shared/
├── theme/ # App theme
│ └── app_theme.dart
└── widgets/ # Shared widgets
└── loading_indicator.dart
## State Management
Pattern: BLoC (Business Logic Component)
Reference: @PRPROMPTS/03-bloc_implementation.md
## Security Implementation
Compliance: [Extract from PRD.md compliance field]
Patterns: @PRPROMPTS/16-security_and_compliance.md
## API Integration
Auth Method: [Extract from PRD.md auth_method field]
JWT Verification: RS256 with public key only (no signing!)
Reference: @PRPROMPTS/04-api_integration.md
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 388 lines · 0 tokens per session scan A 55b4093a4956
bootstrap is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,509 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
building-flutter-apps-skill-ac1294fc
Flutter Riverpod app architecture and Windows installer delivery. Use before changing a Riverpod Flutter app/package or its Windows desktop packaging/update pipeline; skip non-Riverpod stacks and pure-Dart work.
speckit.zuraffa.entity
Create Zorphy entities with fields.
speckit.zuraffa.generate-commands
Regenerate all extension command files from zfa manifest.
speckit.zuraffa.init
Set up a fresh Flutter project for Zuraffa code generation.
speckit.chore.fetch
Load an existing GitHub issue into the chore workflow and seed a triage draft.
speckit.gh-triage.feature
Create a GitHub issue describing a new feature, label it with the configured feature label, and optionally auto-run speckit.specify to turn it into a spec.