Skip to main content
OneWave-AI
GitHub クリエイタープロフィール

OneWave-AI

3 件の GitHub リポジトリにある 240 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
240
リポジトリ
3
更新
2026年8月11日
リポジトリエクスプローラー

リポジトリと代表的な skills

design-export-repair
ソフトウェア開発者

Fixes broken decks/PDFs exported from Claude's "Design" feature (or similar AI deck generators) — cut-off or clipped text, wrong/substituted fonts, and corrupted .pptx package structure that shows up only once you export to PDF, not while looking at it in the…

2026年8月10日
cash-flow-forecaster
財務・投資アナリスト

Build a 13-week rolling cash flow forecast from bank exports, AR aging, AP bills, payroll, and recurring commitments -- the report that tells a small business whether it survives the quarter. Flags the crunch weeks early enough to act.

2026年7月15日
commercial-lease-analyzer
コスト積算士

Decode a commercial lease before signing or renewing -- true all-in occupancy cost (base rent plus NNN/CAM plus escalations), the clauses that hurt small tenants (personal guarantees, relocation, restoration), and the negotiation asks landlords routinely…

2026年7月15日
employee-handbook-builder
人事スペシャリスト

Build or modernize an employee handbook for a small business with no HR department -- interviews the owner for actual practices, drafts every core policy in plain English, flags the state-specific requirements that need local verification, and outputs a…

2026年7月15日
hyperframes-explainer-builder
映画・ビデオ編集者

Turn a website URL, product docs, or a founder's rambling description into a tight 60-90 second explainer video built in HyperFrames -- problem/solution narrative, animated product walkthrough scenes, captions, and voiceover, ready for the homepage hero,…

2026年7月15日
hyperframes-local-promo
映画・ビデオ編集者

Build promo videos for local businesses in HyperFrames -- the new-menu drop, the seasonal offer, the event announcement, the "we're hiring" post, the Google Business Profile clip. Restaurant, salon, gym, trades: 15-30 seconds, brand-clean, captioned, sized…

2026年7月15日
hyperframes-testimonial-builder
映画・ビデオ編集者

Turn real customer reviews, quotes, and case-study results into polished social-proof videos built in HyperFrames -- single-testimonial spotlights, review-wall montages, and stat-driven proof reels with captions and voiceover, cut for vertical, square, and…

2026年7月15日
inventory-reorder-planner
ロジスティシャン

Turn sales history and current stock counts into reorder points, order quantities, and a this-week purchase list -- so a product business stops stocking out of winners and stops burying cash in losers. Handles seasonality, supplier lead times, and the…

2026年7月15日
収集済み skill 198 件中 8 件を表示しています。
add-feature
ソフトウェア開発者

Add a feature to an app you vibe-coded without breaking the three things that already worked -- read the existing patterns first, extend them instead of inventing a second way to do the same thing. Use when adding any new screen, flow, or capability to an…

2026年8月11日
demo-video
映画・ビデオ編集者

Plan and capture the demo or launch video for the app you just shipped -- the beat sheet, the clean capture setup, and the narration -- so it shows the product working instead of narrating a tour. Use after shipping, when the app needs a video for a landing…

2026年8月11日
gsap-web
ソフトウェア開発者

GSAP in a React or Next.js app without the leaks -- timelines over stacked tweens, useGSAP and context for cleanup, ScrollTrigger set up so it survives route changes and layout shifts. Use when building GSAP animations in a component-based app.

2026年8月11日
handoff
ソフトウェア開発者

Make a vibe-coded app survivable by someone else -- an honest README, the decisions written down, the shortcuts listed, and a setup path a new developer can follow without you. Use before handing an app to a client, a contractor, a teammate, or your own…

2026年8月11日
make-it-real
ソフトウェア開発者

Turn the demo into a product -- replace hardcoded arrays with a real database, stubbed sign-in with real auth, and the fake form with one that actually delivers. Use when an app looks finished but nothing it shows is true.

2026年8月11日
micro-interactions
ソフトウェア開発者

The small motion that makes an app feel built rather than generated -- hover, press, focus, toggles, loading, and state changes done as a consistent system in plain CSS. Use when UI feels static or lifeless, or when hover effects are scattered and…

2026年8月11日
motion-perf
ソフトウェア開発者

Find and fix animation jank -- the layout thrash, paint storms, and layer explosions that make motion stutter on real devices even when it is smooth on your laptop. Use when animations feel choppy, scroll stutters, or before shipping any animation-heavy page.

2026年8月11日
motion-system
ソフトウェア開発者

Define the app's motion language before animating anything -- a small set of durations, easings, and named moves that every animation draws from, so the app feels designed instead of decorated. Use before writing the first animation in a project, or when…

2026年8月11日
収集済み skill 26 件中 8 件を表示しています。
hyperframes-cli
ネットワーク・コンピュータシステム管理者

HyperFrames CLI dev loop — use `npx hyperframes` for scaffolding (init), validation (lint, inspect), preview, render, and environment troubleshooting (doctor, browser, info, upgrade). Use when working in or alongside a HyperFrames project and the user asks to…

2026年5月22日
hyperframes-media
ソフトウェア開発者

Asset preprocessing for HyperFrames compositions — text-to-speech narration (Kokoro), audio/video transcription (Whisper), and background removal for transparent overlays. Use when a HyperFrames project needs a voiceover, captions/subtitles from existing…

2026年5月22日
website-to-hyperframes
ウェブ開発者

Capture a website and create a HyperFrames video from it. Use whenever the user (1) provides a URL and wants a video, (2) says "capture this site", "turn this into a video", "make a video tour of this page", or (3) wants a scrolling product walkthrough,…

2026年5月22日
hyperframes
特殊効果アーティスト・アニメーター映画・ビデオ編集者

Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions. Use whenever the user asks to build a video, motion graphic, animated explainer, intro, outro, title card, or convert a website…

2026年5月22日
accessibility-auditor
ソフトウェア品質保証アナリスト・テスター

Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.

2026年1月9日
api-documentation-writer
ソフトウェア開発者

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to…

2026年1月9日
code-review-pro
ソフトウェア開発者

Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.

2026年1月9日
contract-analyzer
パラリーガル・法律アシスタント弁護士

Review contracts for concerning clauses, extract key terms, compare to standard terms, and flag unusual provisions. Use when user needs contract review, legal document analysis, or agreement evaluation.

2026年1月9日
収集済み skill 16 件中 8 件を表示しています。
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました