원클릭으로
awac-ai-agent-plugins
awac-ai-agent-plugins에는 IvanLutsenko에서 수집한 skills 50개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
One-shot conversion of a Claude Code plugin to Codex format. Use when asked to convert, port, or add Codex support for a plugin in this repository.
One-shot conversion of a Codex plugin to Claude Code format. Use when asked to convert a Codex plugin to Claude Code, add CC support for a Codex plugin, or reverse-port a plugin from Codex.
Continuous maintenance workflow for plugins that target both Claude Code and Codex. Use when a plugin's commands, skills, or agents have changed and the Codex target needs updating.
Manually sync the editor theme to the current macOS appearance (light/dark). Use when the user switched macOS appearance and wants Claude Code and/or Codex themes refreshed now, or asks to fix/resync the theme. Light → gruvbox-light, dark → sunset-drive.
Install the plugin-cross-port pre-commit hook into any git repository. Use when the user invokes /install-hook.
Generates platform-specific social media descriptions for video clips. Creates copy for YouTube Shorts, Instagram Reels, and TikTok.
Analyzes video frames to determine optimal crop position for vertical (9:16) clips. Uses vision to locate the speaker and calculate crop coordinates.
Analyzes whisper transcript to find the most engaging moments for vertical clips. Looks for strong quotes, complete thoughts, practical advice, and provocative statements.
Reviews code changes for CLAUDE.md compliance, bugs, logic errors, and code quality. Reads full files (not just diff) for context. Use when reviewing any code changes — PR, branch diff, or uncommitted work.
Analyzes git blame and history for changed files. Detects reverted fixes, frequently broken code, parallel work conflicts, and lost changes. Use when reviewing code changes that touch critical or frequently modified files.
Audits error handling in code changes. Finds silent failures, empty catch blocks, broad exception catching, unjustified fallbacks, and missing error feedback. Zero tolerance for swallowed errors.
Analyzes test coverage quality for code changes. Focuses on behavioral coverage, identifies critical gaps in error paths and edge cases. Reports only gaps with criticality >= 7/10.
Fast Android crash classification by type, component, and trigger.
Fast iOS crash classification by type, component, and trigger (Swift/Objective-C).
Fetches crash details from Firebase Crashlytics. MCP primary, REST API fallback.
Android crash analyst with mandatory git blame forensics, code-level fixes, and assignee identification.
iOS crash analyst with mandatory git blame forensics, code-level fixes, and assignee identification (Swift/Objective-C).
Close a bug report in Obsidian project. Use when the user invokes /bug-close.
Create or update a bug report in Obsidian. Use when the user invokes /project-bug.
List all projects from Obsidian or show specific project details. Use when the user invokes /projects.
Create vertical clips from a video. Full pipeline: transcribe → find moments → crop → cut → subtitles → copy. Use when the user invokes /clip-maker.
Find interesting moments in a transcript or video. Use when the user invokes /find-moments.
Transcribe a video using whisper (local or API). Use when the user invokes /transcribe.
Combined code review: multi-agent analysis + CodeRabbit. Supports PR, branch diff, uncommitted changes. Use when the user invokes /review.
Configure Crashlytics plugin settings (language, branch, platform, model, Firebase IDs). Use when the user invokes /crash-config.
Analyze Android Crashlytics logs with mandatory git blame analysis and code-level fixes. Multi-agent architecture: classifier-android → firebase-fetcher → forensics-android → validate-report. Use when the user invokes /crash-report-android.
Analyze iOS Crashlytics logs with mandatory git blame analysis and code-level fixes. Multi-agent architecture: classifier-ios → firebase-fetcher → forensics-ios → validate-report. Use when the user invokes /crash-report-ios.
Analyze crash from Firebase Crashlytics. Auto-detects platform from config. Usage: /crash-report <issue_id | console_url | crash info>. Use when the user invokes /crash-report.
Add Crashlytics plugin's read-only commands to your settings.json allowlist (no more permission prompts during /crash-report). Use when the user invokes /install-permissions.
View or change drawbridge defaults (target, translate flag). Use when the user invokes /draw-config.
Craft a target-tuned prompt and put it in clipboard. Does NOT open the browser. Use when the user invokes /draw-prompt.
Crafts a target-tuned image-gen prompt from a short brief, copies it to clipboard, opens the target web UI. Use when the user invokes /draw.
Re-craft a prompt for the last brief — variation of the same target or a different one. Use when the user invokes /redraw.
Close an active decision. Use when the user invokes /decision-close.
Link commits, PRs, tasks, or bugs to a decision. Use when the user invokes /decision-link.
Create a new lightweight Architecture Decision Record (ADR). Use when the user invokes /decision-new.
Supersede a decision with a new one. Use when the user invokes /decision-supersede.
Complete a task and move to Done on kanban board. Use when the user invokes /done.
Parse a document into structured tasks. Use when the user invokes /import.
Archive, restore, or permanently delete a project. Use when the user invokes /project-archive.