원클릭으로
lynx-on-ai-steroids
lynx-on-ai-steroids에는 sultan99에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
Project management commands (init, skill-up, diagram)
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
Generate assets from source files (icons, etc.)
Run code validation (lint, type-check, test, build) in parallel. Use when developer wants to validate code before committing or after making changes.
Build the app for a target platform (apk, aab, ipa)
Run shell commands in background and return success/fail with error summary. Use for npm, npx, and other CLI commands.