Source

hoangnguyen0403/agent-skills-standard

180 skills · 644 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
Skill Creator Standards for creating new High-Density Agent Skills with optimal token economy.
hoangnguyen0403/agent-skills-standard
194
2
caveman Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accu…
hoangnguyen0403/agent-skills-standard
11
3
flutter-design-system Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors…
hoangnguyen0403/agent-skills-standard
10
4
pentest PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker…
hoangnguyen0403/agent-skills-standard
10
5
codebase-review Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediat…
hoangnguyen0403/agent-skills-standard
8
6
flutter-testing Write unit, widget, and integration tests with robot patterns, widget keys, and Patrol in Flutter. Use when implement…
hoangnguyen0403/agent-skills-standard
8
7
caveman-commit Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Con…
hoangnguyen0403/agent-skills-standard
6
8
caveman-compress Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Pres…
hoangnguyen0403/agent-skills-standard
6
9
caveman-review Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comme…
hoangnguyen0403/agent-skills-standard
6
10
flutter-bloc-state-management Implement BLoC/Cubit state, events, transitions, and async concurrency in Flutter. Use for BLoC/Cubit feature logic, …
hoangnguyen0403/agent-skills-standard
6
11
flutter-performance Optimize Flutter widget rebuilds, memory usage, rendering, and scrolling performance. Use when diagnosing jank, reduc…
hoangnguyen0403/agent-skills-standard
6
12
plan-feature Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.
hoangnguyen0403/agent-skills-standard
6
13
verify-bug Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attache…
hoangnguyen0403/agent-skills-standard
6
14
code-review Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
hoangnguyen0403/agent-skills-standard
5
15
dart-best-practices Dart code quality conventions: naming, const/final/var hierarchy, single quotes, trailing commas, collection idioms, …
hoangnguyen0403/agent-skills-standard
5
16
dev-fix Unified developer workflow for fixing bugs. Analyzes JIRA, cross-checks context, proposes a solution via implementati…
hoangnguyen0403/agent-skills-standard
5
17
flutter-concurrency Execute long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations, …
hoangnguyen0403/agent-skills-standard
5
18
flutter-dependency-injection Configure service locator setup using injectable and get_it in Flutter. Use when wiring dependency injection with get…
hoangnguyen0403/agent-skills-standard
5
19
flutter-feature-based-clean-architecture Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ w…
hoangnguyen0403/agent-skills-standard
5
20
flutter-idiomatic-flutter Compose modern Flutter layouts and widgets idiomatically. Use for widget trees, layout constraints, mounted safety, a…
hoangnguyen0403/agent-skills-standard
5
21
flutter-security Secure Flutter token/PII storage, build-time secrets, network trust, and release hardening using OWASP Mobile practic…
hoangnguyen0403/agent-skills-standard
5
22
flutter-widgets Build maintainable Flutter UI components with composition and theming. Use when changing widget implementation; defer…
hoangnguyen0403/agent-skills-standard
5
23
implement-feature Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.
hoangnguyen0403/agent-skills-standard
5
24
nestjs-api-standards Create standardized API response envelopes, paginated endpoints, and error interceptors in NestJS. Use when implement…
hoangnguyen0403/agent-skills-standard
5
25
nestjs-architecture Design NestJS module boundaries and provider ownership. Use only when structuring feature/core/shared modules, contro…
hoangnguyen0403/agent-skills-standard
5
26
nestjs-testing Write Unit and E2E tests with Jest, mocking strategies, and database isolation in NestJS. Use when writing NestJS uni…
hoangnguyen0403/agent-skills-standard
5
27
skill-benchmark Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.
hoangnguyen0403/agent-skills-standard
5
28
android-tooling Configure Android static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates. Use for Android-spec…
hoangnguyen0403/agent-skills-standard
4
29
android-xml-views Implement ViewBinding, RecyclerView, and XML layouts correctly on Android. Use when working with XML layouts, ViewBin…
hoangnguyen0403/agent-skills-standard
4
30
brainstorm-feature Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
hoangnguyen0403/agent-skills-standard
4
31
dart-language Dart 3.x language feature standards: null safety, records, sealed classes, switch pattern matching, extensions, and a…
hoangnguyen0403/agent-skills-standard
4
32
flutter-cicd Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with …
hoangnguyen0403/agent-skills-standard
4
33
flutter-error-handling Implement functional repository error recovery with Either/Failure patterns in Flutter. Use when handling exceptions …
hoangnguyen0403/agent-skills-standard
4
34
flutter-getx-state-management Implement reactive state with GetX controllers, bindings, and observables in Flutter. Use when managing app state wit…
hoangnguyen0403/agent-skills-standard
4
35
flutter-riverpod-state-management Implement reactive state management using Riverpod 2.0 with code generation in Flutter. Use when defining providers, …
hoangnguyen0403/agent-skills-standard
4
36
nestjs-controllers-services Separate Controllers from Services and build Custom Decorators in NestJS. Use when defining NestJS controllers, servi…
hoangnguyen0403/agent-skills-standard
4
37
nestjs-error-handling Implement Global Exception Filters and standard error formats in NestJS. Use when implementing global exception filte…
hoangnguyen0403/agent-skills-standard
4
38
nestjs-security Implement JWT authentication, RBAC guards, Helmet hardening, and Argon2 hashing in NestJS. Use when adding auth strat…
hoangnguyen0403/agent-skills-standard
4
39
nextjs-testing Write Jest or Vitest unit tests with React Testing Library and Playwright E2E tests for Next.js projects. Use when te…
hoangnguyen0403/agent-skills-standard
4
40
traceability-audit Map requirements, acceptance criteria, implementation, tests, and release artifacts into one traceability report.
hoangnguyen0403/agent-skills-standard
4
41
verify-work Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.
hoangnguyen0403/agent-skills-standard
4
42
android-security Secure Android data at rest and authentication secrets. Use for auth tokens, encrypted storage, and app-data isolatio…
hoangnguyen0403/agent-skills-standard
3
43
dart-tooling Dart static analysis, linting, formatting, and code-generation standards. Use only for analysis_options.yaml, build_r…
hoangnguyen0403/agent-skills-standard
3
44
database-schema-design Design relational or document schemas from access patterns, cardinality, and lifecycle. Use when modeling entities, c…
hoangnguyen0403/agent-skills-standard
3
45
deploy-release Prepare and verify a staged or production deployment with rollback and smoke checks.
hoangnguyen0403/agent-skills-standard
3
46
design-solution Turn an approved PRD or implementation goal into architecture, contracts, and verification decisions.
hoangnguyen0403/agent-skills-standard
3
47
flutter-go-router-navigation Implement typed routes, redirection, and guards using go_router in Flutter. Use when building declarative navigation …
hoangnguyen0403/agent-skills-standard
3
48
flutter-localization Add multi-language support using easy_localization with CSV or JSON assets. Use when implementing localization or tra…
hoangnguyen0403/agent-skills-standard
3
49
flutter-navigation Implement route configuration, go_router/deep linking, and named routes in Flutter. Use for route declarations, route…
hoangnguyen0403/agent-skills-standard
3
50
flutter-notifications Integrate push and local notifications using FCM and flutter_local_notifications in Flutter. Use for notification del…
hoangnguyen0403/agent-skills-standard
3
Page 1 · 180 total Next