Skip to main content

OneWave-AI/open-agent-stack

O SkillsMP coletou 26 skills de OneWave-AI/open-agent-stack. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
26
Estrelas no GitHub
2
Forks no GitHub
0

Mostrando 26 de 26 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Editores de filme e vídeo
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas financeiros e de investimentos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas financeiros e de investimentos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketing
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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?"

Idioma do texto original: inglês

atualizado
ocupação
Representantes de vendas no atacado e fabricação (exceto produtos técnicos)
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Representantes de vendas no atacado e fabricação (exceto produtos técnicos)
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de gestão
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketing
descrição

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",…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 26 de 26 skills coletadas.