Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
ever-works
Profil créateur GitHub

ever-works

Vue par dépôt de 285 skills collectés dans 4 dépôts GitHub.

skills collectés
285
dépôts
4
mis à jour
2026-07-19
explorateur de dépôts

Dépôts et skills représentatifs

account-health-review
Spécialistes en gestion de projets

Use when you need to assess whether a client account is healthy, at risk, or slipping — before renewal, after a rough patch, or on a regular cadence — and decide what to do about it.

2026-07-19
campaign-brief
Analystes en études de marché et spécialistes en marketing

Use when a client request is ready to become production work and you must brief creative or media — turning a vague ask into an objective, an audience, and constraints the team can build against.

2026-07-19
client-proposal-rfp
Spécialistes en gestion de projets

Use when responding to an RFP or writing a new-business proposal — to decide whether to pursue it, shape the offer, and produce a document a client can say yes to.

2026-07-19
quarterly-business-review
Analystes en études de marché et spécialistes en marketing

Use when preparing the quarterly review a client account faces — to report results against the objective honestly, read what worked, and set what the next quarter buys.

2026-07-19
scope-and-sow
Spécialistes en gestion de projets

Use when you need to write or change a statement of work — turning an agreed offer into a scope, deliverables, price, and terms that both protect the client and defend the agency's margin.

2026-07-19
comp-band-review
Analystes financiers et en placements

Use when reviewing compensation for a role, a team, or the whole population — checks where people sit against defensible bands, finds equity gaps, and produces a ranked, costed set of adjustments.

2026-07-19
employee-faq
Spécialistes en ressources humaines

Use when building or maintaining the self-serve answers employees reach for — turns the questions people actually ask into clear, sourced FAQ entries that deflect repeat questions and stay consistent with policy.

2026-07-19
onboarding-30-60-90
Spécialistes en ressources humaines

Use when a hire is accepted and you need to plan their first ninety days — builds a milestone plan plus a pre-day-one setup checklist so a new person ramps deliberately instead of being left to figure it out.

2026-07-19
Affichage des 8 principaux skills collectés sur 256 dans ce dépôt.
ever-works
Développeurs de logiciels

Repo-specific guide to the Ever Works monorepo (ever-works/ever-works) — its pnpm + Turborepo layout, the per-workspace test runners (Jest vs Vitest vs Playwright), file-naming and import-alias conventions, the commit/branch model, and the real build/lint/type-check commands. Use this whenever working anywhere in this repository so changes match the codebase's actual conventions and pass CI.

2026-07-19
ever-works
Développeurs de logiciels

Repo-specific guide to the Ever Works monorepo (ever-works/ever-works) — its pnpm + Turborepo layout, the per-workspace test runners (Jest vs Vitest vs Playwright), file-naming and import-alias conventions, the commit/branch model, and the real build/lint/type-check commands. Use this whenever working anywhere in this repository so changes match the codebase's actual conventions and pass CI.

2026-07-17
deploy-to-vercel
Développeurs de logiciels

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

2026-05-02
nestjs-best-practices
Développeurs de logiciels

NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewing, or refactoring NestJS code to ensure proper patterns for modules, dependency injection, security, and performance.

2026-05-02
next-best-practices
Développeurs de logiciels

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

2026-05-02
nodejs-express-server
Développeurs de logiciels

Build production-ready Express.js servers with middleware, authentication, routing, and database integration. Use when creating REST APIs, managing requests/responses, implementing middleware chains, and handling server logic.

2026-05-02
playwright-best-practices
Analystes en assurance qualité des logiciels et testeurs

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.

2026-05-02
shadcn
Développeurs web

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-05-02
Affichage des 8 principaux skills collectés sur 25 dans ce dépôt.
brand-guidelines
Concepteurs web et d'interfaces numériques

Applies an organization's official brand colors and typography to any artifact that benefits from a consistent look-and-feel. Use when brand colors or style guidelines, visual formatting, or company design standards apply. Reads brand tokens from the project rather than assuming a fixed palette.

2026-07-17
claude-api
Développeurs de logiciels

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST

2026-07-17
doc-maintenance
Développeurs de logiciels

Audit README, SPEC, and PRODUCT docs against recent git history for drift and make minimal PR-ready edits. Use when asked to review docs for accuracy, after major feature merges, or on a schedule.

2026-07-17
4 dépôts affichés sur 4
Tous les dépôts sont affichés