Skip to main content

OneWave-AI/open-agent-stack

SkillsMP는 OneWave-AI/open-agent-stack에서 26개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
26
GitHub 스타
2
GitHub 포크
0

수집된 skill 26개 중 26개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
영화·비디오 편집자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scaffold a new app from one sentence -- Next.js + TypeScript + Tailwind with a real design-token theme applied from the first commit, opinionated structure, and honest slots for auth and data. Use when starting any new project, prototype, or client build.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

The de-AI pass -- audit a vibe-coded app for template smell in design and copy, then fix it with editorial layout, purposeful motion, and human-sounding words. Use after any build session, before anyone else sees it.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build scroll-driven sections that feel authored rather than twitchy -- pinned scenes, scrubbed timelines, reveals, and parallax with the timing and cleanup that make them work on a phone. Use for landing pages, product tours, and any section where scrolling…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a marketing website that converts and ranks -- page inventory, copy before layout, one honest conversion path, real SEO and OG metadata, forms that actually deliver. Use for landing pages, company sites, product sites, and portfolios, as opposed to apps…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

The app broke and you did not write the code -- find the actual cause instead of guessing at fixes, and stop the loop where every attempted fix adds a new bug. Use when something worked yesterday, the build fails, the deploy is white, or the same error keeps…

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Earnings-season prep for your holdings and watchlist -- report dates, what the market is actually watching per name, prior-quarter context, and a post-report debrief template. Preparation, not prediction. Use in the weeks around earnings season.

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Analyze your actual holdings -- allocation, concentration, sector and theme overlap, correlated-risk flags, and the questions worth asking yourself. Works from a broker CSV export or a pasted list. Analysis only, never buy/sell advice.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

One company on one page -- what the business actually does, how it makes money, recent results and guidance, valuation context, the honest bull and bear case, and the risks. Research support, not a recommendation. Use before buying, before earnings, or when a…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Everything about one account on one page -- relationship history, stakeholder map, health signals, renewal clock, open items, and expansion openings. Use before QBRs, escalations, handoffs, or any executive ask of "where are we with X?"

원문 언어: 영어

업데이트
직업 분류
도매·제조업 영업 담당자(기술·과학 제품 제외)
설명

Build a 15-minute pre-call brief for a sales meeting -- company research, attendee intel, tailored discovery questions, and the objections likely coming with answers ready. Use before any prospect or customer call.

원문 언어: 영어

업데이트
직업 분류
도매·제조업 영업 담당자(기술·과학 제품 제외)
설명

Turn rough call notes or a transcript into the complete post-call package -- recap email in your voice, CRM-ready notes, and the next-step task list with dates. Use within an hour of hanging up, while it still counts.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Weekly pipeline hygiene in one pass -- surface stalled deals, name the missing next action on every open opportunity, and produce an honest forecast read. Use Monday morning or before any pipeline meeting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pre-flight and deploy -- catch the classic day-one embarrassments (exposed keys, missing env vars, broken build, open endpoints), then ship to Vercel with domains and analytics wired. Use when the app is ready for other humans.

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

Run the AI-news crew (scout, analyst, editor) to sweep the field with web search and ship a ranked briefing. Trigger when the user asks for an AI news brief, a daily or weekly AI roundup, "what shipped in AI", a model-release recap, or wants the standing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply the OneWave design style (tokens + theme) to a frontend project. Trigger when the user asks to brand a site, apply the OneWave look, set up design tokens, theme an app, or fix off-brand colors and typography.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when the user wants to monitor, track, or compare competitors, their pricing pages, or their published content, and report what changed since the last check. Triggers on requests like "watch competitor X", "did their pricing change", "what did they ship",…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Use when the user wants to turn one source piece (blog post, transcript, doc, notes, or URL) into multiple channel-ready formats — posts, a thread, an email, and a video script. Triggers on "repurpose", "atomize", "turn this into", "make social content from",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scan official AI release notes, changelogs, and deprecation pages, then flag what affects the user's stack and recommend an action for each item. Trigger on requests like "what AI releases happened recently," "check if my models or tools are deprecated," "any…

원문 언어: 영어

업데이트
수집된 skill 26개 중 26개를 표시합니다.