Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
luigiinred
GitHub 제작자 프로필

luigiinred

4개 GitHub 저장소에서 수집된 59개 skills를 저장소 단위로 보여줍니다.

수집된 skills
59
저장소
4
업데이트
2026-05-26
저장소 탐색

저장소와 대표 skills

panda-create-user
소프트웨어 개발자

Create a demo user and company on local Panda via curl. Authenticates against the local dev server, submits the demo account form, and returns login credentials. Use when the user asks to create a local user, demo account, demo company, or needs a test account on local Panda.

2026-03-16
plan-to-notion
프로젝트 관리 전문가

Publish implementation plans to Notion instead of local markdown. Use whenever creating an implementation plan, architecture plan, spike plan, migration plan, or any planning document. Replaces local docs/ output with a Notion page under the Planning docs page.

2026-03-12
cleanup-worktrees
소프트웨어 개발자

List and remove old git worktrees sorted by last activity. Shows when each worktree was last touched and lets the user pick which ones to remove. Also cleans up the associated local branch and AVD emulator if one exists. Use when the user says "cleanup worktrees", "remove worktrees", "delete old worktrees", "clean up branches", or "list worktrees".

2026-03-09
cleanup-android-emulators
소프트웨어 개발자

Delete all Android emulators created by the build-android-app skill. Finds AVDs matching the {project}_{branch} naming convention, shuts down any that are running, and deletes them. Use when the user says "cleanup emulators", "delete emulators", "remove avds", or "clean up android emulators".

2026-03-09
build-android-app
소프트웨어 개발자

Build, install, and launch an Android app on an emulator after code changes. Auto-detects Gradle wrapper, build variant, application ID, and emulator. Use after making code changes to verify compilation, when the user says "build the app", "run the app", "launch on emulator", or when a workspace rule says to build after changes.

2026-03-09
build-ios-app
소프트웨어 개발자

Build, install, and launch an iOS app on the Simulator after code changes. Auto-detects project file, scheme, bundle ID, and simulator. Use after making code changes to verify compilation, when the user says "build the app", "run the app", "launch on simulator", or when a workspace rule says to build after changes.

2026-03-09
ios-manage-simulators
소프트웨어 개발자

Create, delete, and manage iOS Simulator devices using xcrun simctl. Use when the user wants to create a simulator, delete a simulator, list simulators, reset a simulator, clone a device, rename a device, or manage simulator lifecycle (boot, shutdown, erase).

2026-03-09
dev-workflow-prepare-commit
소프트웨어 개발자

Prepare code for commit with quality checks and conventional commit message generation. Use when the user asks to prepare a commit, review changes before committing, or wants a thorough pre-commit check including lint, tests, and code review.

2026-03-06
이 저장소에서 수집된 skills 40개 중 상위 8개를 표시합니다.
recipes-enrich-from-url
소프트웨어 개발자

Scrape non-YouTube sourceUrl into the catalog (JSON-LD/HTML parser or browser). Subskill of recipes-import-recipe — use the parent skill first to route YouTube vs web. Use for blog/recipe-site URLs with empty ingredients or placeholder steps.

2026-05-26
recipes-import-recipe
소프트웨어 개발자

Add or refresh a recipe in the static catalog from a URL. Simplifies noisy titles, always fetches ingredients/steps/images from the source, and delegates to recipes-youtube-recipe when sourceUrl is YouTube. Use when the user asks to add a recipe, import from a link, or fill the database from a bookmark.

2026-05-26
recipes-meal-planner
소프트웨어 개발자

Starred cook queue and meal-type tags on recipes. Use when changing the starred queue, starred order, or tagging recipes for breakfast/lunch/dinner/etc.

2026-05-26
recipes-youtube-recipe
소프트웨어 개발자

Subskill of recipes-import-recipe for YouTube URLs. Timestamped video recipes, simplified titles, ingredients from description RECIPE blocks or linked blogs. Use when sourceUrl is youtube.com or youtu.be — not as the top-level import entry.

2026-05-26
recipes-design-first
소프트웨어 개발자

Entry point for Recipes — design docs, static API contracts, design system, component-first UI, and TDD. Use when starting work, planning features, writing specs, or onboarding to this repo.

2026-05-26
api-specs
소프트웨어 개발자

Document static JSON and loader contracts under docs/api-specs/ before changing src/static-api/. Use when adding recipes, loaders, types, filters, or data the UI depends on; pairs with recipes-static-api, page-specs, and recipes-tdd.

2026-05-25
feature-catalog
소프트웨어 개발자

Maintain a complete inventory of user-visible features across page and API specs. Use when adding features, auditing documentation coverage, or the user asks to document every feature.

2026-05-25
page-specs
소프트웨어 개발자

Keep page specs in docs/product-specs/pages/ complete and accurate. ALWAYS read before adding, changing, or removing UI or page behavior; update feature tables and code maps in the same change.

2026-05-25
이 저장소에서 수집된 skills 15개 중 상위 8개를 표시합니다.
create-screenshot-file
소프트웨어 개발자

Compose a `.screenshot` document for an app's App Store listing using the `sscc` CLI — deconstruct any reference listing, build a per-panel design plan that names every visual ingredient (devices, off-frame bleed directions, decorative arrows / badges / shapes, generated backgrounds, multi-device arrangements), generate every asset the plan demands, then script the compositions, render PNGs to audit that every panel reads in one second, and export at ASC-required sizes. Use when the user asks to create App Store screenshots, build a screenshot file, recreate a competitor's listing, design an App Store page, or ship marketing screenshots for any Apple app. The deliverable is a saved `.screenshot` file plus audited + exported PNGs. Pairs with `screenshot-format` (the document schema) and `template-author` (only when the final output is a reusable bundled template rather than a one-off file).

2026-04-21
screenshot-format
소프트웨어 개발자

Reference for the `.screenshot` document format used by ScreenShotComposer (the macOS package bundle, JSON manifest, per-platform composition lists, layer schema, asset packaging, export pixel sizes, and bezel catalog). Read this whenever authoring or editing a `.screenshot` file by hand, generating one from a script or test fixture, building a template that produces compositions, or debugging save/load issues for `CompositionRecord`, `CompositionLayerRecord`, `EmbeddedImageAsset`, `PlateAxisAlignedFrame`, or `ScreenshotPackageSerialization`.

2026-04-21
template-author
소프트웨어 개발자

Add or edit ready-to-edit start-screen templates in `ComposerTemplateLibrary` (`CW-71` / `CW-77`). Use whenever the user asks to create, generate, design, or edit a template; recreate App Store marketing screenshots as a template (provide an `apps.apple.com` URL or numeric track id and this skill will inspect every Apple platform the app ships on); generate a background image for a template (landscapes, minimalist arches, mesh gradients, geometric, grain, or any other plate-fill imagery); add a new entry to the start-screen chooser; or update an existing builder, scene, palette, or copy. Pairs with the `screenshot-format` skill for the `.screenshot` JSON schema, and respects the workspace `screen-specs` and `test-driven-design` rules.

2026-04-21
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다
luigiinred Agent Skills | SkillsMP