git404hub

what is skills fr?

kamranbekirovyz/skills — explained in plain English

Analysis updated 2026-05-18

30Audience · developerComplexity · 1/5Setup · hard

tl;dr

An early preview of AI coding agent skills that catch small Flutter design mistakes like dead tap zones and missing haptics.

vibe map

mindmap
  root((skills))
    What it does
      Flags dead tap zones
      Flags layout shifts
      Flags stray null text
      Flags missing haptics
    Tech stack
      Flutter
    Use cases
      Design QA for agents
      Polish checks
    Audience
      Flutter developers
    Limits
      No install yet
      Sparse README
      Early preview

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Watch for a coding agent skill that flags dead tap zones in a Flutter app.

VIBE 2

Catch layout shift bugs before they reach users.

VIBE 3

Spot stray null values showing up in the UI.

VIBE 4

Add missing haptic feedback to interactive elements.

what's the stack?

Flutter

how do i run it?

Difficulty · hard time til it works · 1day+

Install instructions are not published yet, so there is no working setup to follow.

in plain english

This repository, called skills, is a collection of AI agent skills meant to help Flutter developers catch small design mistakes automatically. It comes from a project called Flutter Pro Design, and the idea is to take small details that make a Flutter app feel polished, things a designer would normally flag by eye, and turn them into rules that a coding agent can check on your behalf. The README lists a few concrete examples of what these skills are meant to catch: dead tap zones, meaning parts of the screen that look tappable but do not respond to touch, layout shifts where elements jump around unexpectedly, the literal word null appearing somewhere on screen instead of real data, and missing haptic feedback, the small vibrations a phone gives when you interact with certain buttons. Beyond that short list, the README is quite sparse. It does not explain how the skills are packaged, what coding agent or agents they are meant to work with, or what format the rules take. The install section simply says installation instructions are coming soon, so at this point the repository looks like an early preview rather than a ready to use tool. There is no information here about the project's license, and no code shown in the README to review directly. The two links provided point back to the Flutter Pro Design website and the author's account on X, formerly known as Twitter, rather than to documentation. Given how early stage this appears to be, it is best understood as a signal of what is coming rather than something you can install and use today. Anyone interested would need to watch the repository for updates rather than expecting a working release right now.

prompts (copy fr)

prompt 1
Explain what dead tap zones are and why they hurt a Flutter app's feel.
prompt 2
What is a layout shift bug in Flutter and how would I detect one?
prompt 3
Summarize what this skills repo is trying to do based on its README.
prompt 4
Remind me to check back on kamranbekirovyz/skills for install instructions.

Frequently asked questions

what is skills fr?

An early preview of AI coding agent skills that catch small Flutter design mistakes like dead tap zones and missing haptics.

How hard is skills to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is skills for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.