liftosaur
Build, test, and debug the Liftosaur workout tracker app
All Skills in This Repository (15)
Pure Emerald Level Indicatorsadd-page
Scaffolds a four-layer server-rendered page with SSR, hydration, routing, and webpack wiring.
kb
Capture architectural decisions and bug patterns into a project knowledge base.
liftoscript
Write idiomatic Liftoscript code for weightlifting program logic with frontmatter requirements.
writing-style
Enforce plain-language and tone rules across Liftosaur's user-facing content.
react-native
Guides migrating web components to React Native primitives and fixing RN performance issues.
test-app
Drives the Liftosaur iOS simulator UI and verifies live Redux state for manual QA.
explain-changes
Generates an importance-ordered walkthrough of session code changes and publishes it to the reviewer's editor.
add-exercise
Registers new built-in exercises in Liftosaur across images, catalog, descriptions, and LLM lists.
worktree
Creates and manages isolated git worktree dev environments with dedicated ports, domains, and simulators.
fix-rollbar
Diagnose and fix production exceptions from Rollbar occurrence data.
lezer-grammar
Write, debug, and integrate Lezer grammars for Liftosaur parsers and CodeMirror editors.
debug-user
Investigate user-reported issues using server logs, event timelines, storage snapshots, and Rollbar.
Frequently Asked Questions
FAQPage SchemaHow to install Liftosaur skills?โผ
Run `npx skills add astashov/liftosaur --all -g -y` in your terminal to install all skills in this suite globally.
What is Liftosaur?โผ
Liftosaur is an open-source weightlifting tracker app where every workout program is written in a simple scripting language called Liftoscript, so any routine like 5/3/1 or GZCLP can be built and customized.
What do these skills help developers do?โผ
They let an AI agent add pages and exercises, write Liftoscript programs, test the app on an iOS simulator, debug user issues from logs, and fix production errors from Rollbar.
Can AI test the Liftosaur app automatically?โผ
Yes. The test-app skill drives the real app on an iOS simulator, reads live app state, and sets up test data so bugs are caught by comparing the screen against actual data.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core