Let me start with why I wrote this skill
To be honestwhen I first saw the managing-asthma skill in this GitHub repositoryI was a bit confused—what does asthma management have to do with the law? After digging deeperI realized this tool is far more practical than I expectedI have a relative who suffers from asthmaand every time they needed to take sick leaverequest remote work from the companyor even ask the school to allow the child to carry an inhalerit was a huge headache—they had no idea what their legal rights wereThis skill helps you sort out all those messy details.
What legal knowledge do you actually need for asthma management?
You might think asthma is just about puffing on an inhaler when you can’t breathe—but reality is way more complicatedFor examplethe U.SFMLA (Family and Medical Leave Act) allows you to take unpaid leave if your asthma worsensbut many companies deliberately make it difficultAnother example: can a child carry emergency medication at school by themselves? Many states have specific Asthma Medication Administration Laws that protect student rightsIn the workplacethe ADA (Americans with Disabilities Act) requires employers to provide reasonable accommodationslike allowing an air purifier at the desk or adjusting work hours for follow-up appointmentsThis skill extracts the core points from these legal documents and organizes them by scenario—super convenient.
Main modules of the skill
- Quick Legal Rights Reference—Covers asthma-related legal protections in employmenteducationhousingtraveland other scenariosEach entry includes citations (e.gFMLAADAIDEAetc.).
- Insurance Coverage Guide—Reimbursement rules for different insurance plans regarding asthma medications (inhalersoral drugsbiologics)devices (peak flow metersnebulizers)and tests (pulmonary function testsallergy tests)plus common claim denial strategies.
- Emergency Action Plan—A template based on GINA guidelines that teaches you to manage symptoms in three zones (greenyellowred)including when to increase medicationwhen to go to the ERand the legal boundaries of emergency assistance (e.gcan a bystander use your inhaler?).
- School/Workplace Specific Advice—How to communicate with teachersschool nursesand HR to create a personalized asthma management planincluding communication letter templates.
- Latest Research References—Although the skill doesn’t directly include linksit cites names like GINA 2024 updatesAmerican Thoracic Society guidelinesetcso you can search for the original texts.
How to install and use it?
The installation process is extremely simpleAs long as you have Node.js on your computer (a reasonably recent version)just open a terminal and run this command:
npx skills add https://github.com/lev-os/agents --skill managing-asthma
Wait a few secondsand after installation is completeyou can either click the run button inor use the command line: npx skills run managing-asthma to startThe interface is interactive—use the keyboard arrow keys to select a moduleand you’ll see the full text information displayed.
Actual usage experience and notes
The first time I used itI noticed it mixed up FMLA and ADA contentwhich was a bit confusing—but an update later fixed thatOverallthe information is organized very clearly; it’s plain text without fancy chartsThe advantage is that no internet connection is required—all data is embedded in the SKILL.md fileso you can view it offline.
One important reminder: Legal provisions are constantly updatedFor examplein 2025 some U.Sstates changed policies on carrying asthma medicationso the content in this skill may become outdatedI recommend updating regularly with npx skills update managing-asthmaAlsothis skill is primarily based on U.Slaw—users in other countries (e.gChinathe EU) should use it with caution and always cross-reference with local regulations.
Who should use this skill the most?
In my opinionthe following people need it the most:
- Asthma patients or their families—Especially when facing resistance from schoolscompaniesor insurance companies; it helps you quickly find legal grounds.
- School nurses or medical staff—When creating management plans for students and ensuring legal compliance.
- HR professionals—When handling reasonable accommodation requests related to asthmaknowing which requests must be fulfilled.
- General practitioners or respiratory therapists—When providing comprehensive advice to patientsalso teaching them how to protect their rights.
A few minor complaints and optimization suggestions
Currentlythe skill is only in Englishwhich might be challenging for users with limited English proficiencyI suggest the author could add multilingual supportor at least provide a simple Chinese summary for each legal point (like I did above)Alsoif they could add a “search by state” function (e.gtype “California” to filter relevant laws)that would be even more practical.
Howeverconsidering this is an open-source project and the author lev-os has already organized the core content wellit’s quite impressiveIf you find it usefulyou can head to GitHub and give it a star to show support.
Alrightthat’s all I want to share about the asthma management legal skillIf you have asthma or care for someone who doesI strongly recommend installing it and giving it a try—it will at least give you more confidence when dealing with insurance companiesschoolsor employersNext time you run into a problemopen up this skill and scroll through it—you might just find a solution.