원클릭으로
원클릭으로
Unzip or extract a zip file in the project. Use when the user says "unzip", "extract zip", "unzip file", or asks to extract a .zip archive. Finds the most recently modified .zip file in the codebase and extracts it to the project root using `npx extract-zip`.
Automate browser interactions, test web pages and work with Playwright tests.
Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.
Install Maestro, run end-to-end tests, and create new test flows for the iOS and Android apps in this project. Use when the user asks to test the mobile apps, verify a feature on iOS or Android, set up Maestro, run a smoke test, write a new flow, or wants automated UI feedback after implementing mobile functionality, even if they don't say "Maestro".
Build and run the Android app on an emulator or physical device. Use when the user asks to build, compile, run, launch, or deploy the Android app, or mentions the APK, Gradle, emulator, device, or native-run, even if they don't explicitly say "android-native".
Build and run the iOS app on a simulator or device. Use when the user asks to build, compile, run, launch, or deploy the iOS app, or mentions Xcode, xcodebuild, xcrun, the IPA, simulator, or native-run, even if they don't explicitly say "ios-native".
| name | create-instructions |
| disable-model-invocation | true |
| description | Creates AGENTS.md with concise instructions if needed. |
Analyze the project's coding conventions and produce a concise AGENTS.md.
Check for existing AGENTS.md — if one already exists at the project root, stop and tell the user it already exists. Do not overwrite it.
Explore the codebase — read a representative sample of source files (not config files) to identify patterns. Look at:
Write AGENTS.md — create it at the project root with these rules:
# Project Coding Conventions
- <single line instruction>
- <single line instruction>
...