astashov
- 15 skills
- 0 followers
- 6 hours ago last updated
- ▌ Grasp · astashovRead and answer code-review comments and walkthrough questions left in VS Code by the human reviewer, and publish guided walkthroughs of your changes. Use whenever asked to check the grasp inbox, address review feedback or comments, answer review questions, see what the reviewer said, or walk the reviewer through what you changed.
- ▌ Archdoc · astashovGenerate or refresh an architecture walkthrough doc for a subsystem or feature branch. A top-down text walkthrough with verified clickable file:line links, mechanically extracted public API, invariants, and a debugging map. Use when asked to map, document, or explain the architecture of a subsystem, feature, or branch, or to refresh an existing archdoc after changes.
- ▌ Kb · astashovCapture important architectural decisions, bug patterns, feature designs, or other critical findings into the project knowledge base. Use proactively when significant technical decisions are made, non-obvious bugs are resolved, new subsystems are designed, or important product features are discussed.
- ▌ Feature · astashov bundleBuild a feature end to end — decide worktree vs here, design the architecture and debate it with codex, get the user's approval on a one-pass-readable plan, state the API/state contract, implement with visible diffs, then run two codex reviews (bugs + architecture) and document the result. Use when asked to build/implement/add a feature or do a refactor that involves design decisions.
- ▌
- ▌ Test App · astashovManually test/QA the Liftosaur app on the iOS simulator — drive the real UI, inspect live app state, and set up test data. Use when asked to test, QA, stress-test, verify a change works, reproduce a bug, or hunt for bugs in the running app.
- ▌ Worktree · astashovCreate, run, debug and tear down an isolated dev worktree — its own branch, node_modules, domains, ports, SSL certs, DNS records, Metro and iOS simulator. Use when asked to set up/remove a worktree, when something in a worktree points at the wrong port/host/simulator, or when work should happen off the base checkout.
- ▌
- ▌ Fix Rollbar · astashovFix a production exception from Rollbar in an interactive Claude Code session. Fetches the occurrence data, analyzes the error, and either implements a fix or adds the error to the ignore list. Use when given a Rollbar occurrence ID.
- ▌ Liftoscript · astashovWrite idiomatic Liftoscript code for weightlifting programs. Use when creating or editing program files in programs/builtin/.
- ▌ Add Exercise · astashovAdd a new built-in exercise to Liftosaur end-to-end — image (gymvisual.com → S3), catalog registration, description page, and the LLM/MCP exercise list. Use when adding one or more built-in exercises to the app catalog.
- ▌ React Native · astashovGuidelines for writing React Native code in Liftosaur. Use when migrating web components to RN primitives, fixing RN performance issues, or building new RN screens.
- ▌
- ▌ Lezer Grammar · astashovWrite, debug, and integrate Lezer grammars for the Liftosaur project. Use when creating or modifying .grammar files, evaluators, syntax highlighting, or CodeMirror integration.
- ▌ Writing Style · astashovWriting style guide for prose content - program descriptions, technique pages, blog posts, and any user-facing text. Use when writing or editing descriptive content.