Skip to main content

ever-just/agentskills

O SkillsMP coletou 85 skills de ever-just/agentskills. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
85
Estrelas no GitHub
3
Forks no GitHub
1

Mostrando 40 de 85 skills coletadas.

ocupação
sem classificação
descrição

Reconstruct what work was actually done on a project by mining Claude Code session transcripts (~/.claude/projects/**/*.jsonl) — streaming grep/jq recipes for files up to 150MB, the CLAUDE.md boilerplate false-positive trap, core/partial/incidental…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Itemize everything a product or company encompasses — code, running infrastructure, web/social presence, data, written IP, commercial rails, ecosystem position, and the development history — by fanning out read-only agents across ~12 dimensions and mining the…

Idioma do texto original: inglês

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

Catalog of data-rich OSINT/enrichment sources that can be pulled PROGRAMMATICALLY with low lift — a public URL endpoint, a keyless REST API, or a genuine free-tier API. Use when you have an identifier (email, name, domain, username, phone, company, or IP) and…

Idioma do texto original: inglês

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

Operate the everjust.app CONTROL PLANE — the FastAPI service at the everjust.app root that runs the public marketing site, self-serve signup, Stripe billing, tenant provisioning, and suspend/resume. Use when the task is about signup or checkout, Stripe…

Idioma do texto original: inglês

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

Operating rules for an agent working inside ANY everjust.app tenant — a heavily-customized multi-tenant Odoo 19 CE fork (NOT stock Odoo), one Postgres DB per tenant. Load this whenever you are connected to a *.everjust.app instance (usually via the…

Idioma do texto original: inglês

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

Operate the everjust.app custom Appointments app (online booking → calendar event + optional CRM lead + confirmation email) via the Odoo MCP/ORM. Use when the task is to configure a bookable appointment type and its weekly slots,…

Idioma do texto original: inglês

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

Operate the Calendar + Contacts app of an everjust.app tenant over the Odoo MCP/ORM — the shared res.partner contact spine and calendar.event scheduling, with optional Google/Microsoft calendar sync. Use when the task is to create/find/update a contact…

Idioma do texto original: inglês

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

Operate the "Documents" app of an everjust.app Odoo 19 tenant (browse/create/move folders and files, upload, download, tag, migrate storage, point Documents at the tenant's private cloud) via the Odoo MCP/ORM. Use to read or mutate a tenant's documents —…

Idioma do texto original: inglês

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

Operate the everjust.app NATIVE mail platform (send/receive as a mailbox, inspect a domain's verification, read a mailbox's entries, check suppression) via the Odoo MCP/ORM. Use when the task is to send an email as an everjust.app tenant address, read/triage…

Idioma do texto original: inglês

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

Operate the "Email Marketing" (mass_mailing) app of an everjust.app Odoo tenant via the MCP/ORM — build a mailing list, add/import contacts, draft a campaign, send a test, schedule/launch a blast, and read per-recipient results (opens/clicks/bounces). Use…

Idioma do texto original: inglês

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

Operate the QuickBooks Online accounting connector of an everjust.app tenant (connect via OAuth, pull the chart of accounts QBO→Odoo, push a posted customer invoice Odoo→QBO, check connection/reconnect health) via the Odoo MCP/ORM. Use when the task is to…

Idioma do texto original: inglês

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

Operate the SMS app of an everjust.app tenant (send an SMS to a number, send SMS as chatter on a partner/lead, use an SMS template, mass-SMS a set of records, inspect delivery state, and reason about which gateway a send actually took) via the Odoo MCP/ORM.…

Idioma do texto original: inglês

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

Operate the "telephony" (voice + call-logging) app of an everjust.app Odoo tenant over the MCP/ORM — inspect/log phone calls, read recordings & voicemail transcriptions, place or trigger an outbound call, send a call-related SMS, and reason about which…

Idioma do texto original: inglês

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

Diagnosis loop for hard bugs and performance regressions — build a tight red/green feedback loop before hypothesizing, then reproduce, minimize, rank hypotheses, instrument, fix with a regression test, and clean up. Use when the user says "diagnose"/"debug…

Idioma do texto original: inglês

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

Run a relentless, one-question-at-a-time Socratic interview to stress-test a plan, decision, or idea before acting on it — walk each branch of the decision tree, propose a recommended answer for every question, look up anything discoverable from the…

Idioma do texto original: inglês

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

Compact the current conversation into a standalone handoff document so a fresh agent session can pick up the work with full context — what's done, what's outstanding, decisions made and why, and which skills the next session should invoke. Use when a session…

Idioma do texto original: inglês

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

Resolve an in-progress git merge or rebase conflict by understanding the intent behind each side (commit messages, PRs, issues) before touching a hunk, preserving both intents where possible, then running the project's checks and finishing the operation. Use…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Test-driven development — the red/green/refactor loop, what makes a test worth keeping (behavior through public interfaces, not implementation details), where tests go (seams agreed up front), and the anti-patterns that make tests lie (implementation-coupled,…

Idioma do texto original: inglês

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

Plan a piece of work too big for one agent session as a shared map of decision tickets on an issue tracker (or local markdown files), then resolve the tickets one at a time — across as many sessions as it takes — until the way to the destination is clear. Use…

Idioma do texto original: inglês

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

Connect to and operate an EverJust.app (Odoo) tenant through its built-in Model Context Protocol server at https://<tenant>.everjust.app/mcp. Use when you need to read, create, update, or delete records in a customer's EverJust/Odoo workspace (CRM leads,…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Deploy code + module upgrades to a docker-compose Odoo (single box, one or many tenant DBs) with ZERO downtime via a blue/green cutover — and know when NOT to. Use when deploys stop Odoo and users see 502/503 ("deploys take the site down", "publish broke the…

Idioma do texto original: inglês

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

Reconstruct what changed on production — which commit, which module, which tenant, at what time — from CI/CD run logs when you have NO server access (no SSH, no cloud credentials). Use when asked "what broke production / when did X appear / which deploy…

Idioma do texto original: inglês

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

Revert a deployed feature safely on a stateful platform (Odoo, Django,

Idioma do texto original: inglês

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

Find ALL work that never reached the default branch or production — hidden code on "docs-only" PRs, never-PR'd remote branches, stale local clones in long-lived agent containers, stashes, dangling commits, and history-rewrite ghosts. Use when asked "what…

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

Evaluate user experience by locating decisions on a layered framework drawn from Jesse James Garrett's Elements of User Experience and modern frontend practice. Use this skill when reviewing or auditing any product interface, when diagnosing a UX problem…

Idioma do texto original: inglês

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

Search GitHub intelligently to find specs, reference implementations, library adopters, and config patterns. Use when research means locating code, repos, or examples on GitHub — pick the right surface (REST/web search vs GraphQL vs code search), the right…

Idioma do texto original: inglês

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

Make a site or product maximally findable by search engines AND AI answer engines (ChatGPT Search, Perplexity, Google AI Overviews). Use when building visibility into a product, auditing a site's SEO/AEO/GEO, or deciding which discoverability mechanism is…

Idioma do texto original: inglês

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

Make YOUR product and its MCP server findable and connectable BY third-party AI agents (the publish/register side of agent discovery). Use when the task is to list an MCP server in the official registry.modelcontextprotocol.io plus community directories…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Operate an everjust.app (Odoo 19) tenant from the BOX SHELL (SSH + docker), the deploy-pipeline and box-ops layer. Use when the task needs bulk DB writes, DB-only page publishing, clearing the sitemap ir.attachment cache, creating an ir.cron, recovering a CI…

Idioma do texto original: inglês

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

Build the citable CONTENT layer that gets an everjust.app (Odoo 19) marketing site cited by AI answer engines (ChatGPT, Perplexity, Google AI Overviews) and ranked for category/intent queries. Use when the task is to create a topical content cluster (pillar…

Idioma do texto original: inglês

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

Design a vector brand mark (logo/icon) as hand-authored SVG, then programmatically export it to every size and format a real product needs (favicon.ico, apple-touch-icon, PWA manifest icons, header mark) using cairosvg + Pillow — no design tool required. Also…

Idioma do texto original: inglês

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

Confirm a web/site change is ACTUALLY live in production after a merge, instead of reporting success because the merge or CI succeeded. Use after merging a PR that deploys on push (Vercel/Netlify/GitHub Actions/etc.) to a live URL, before telling a user a…

Idioma do texto original: inglês

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

Drive an Odoo 19 tenant's classic /jsonrpc HTTP endpoint (execute_kw) directly with a login+password when you do NOT have MCP tool access or a Bearer API key — e.g. credentials were shared as a plain username/password rather than provisioned as an agent…

Idioma do texto original: inglês

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

End-to-end methodology for building a large, source-cited B2B prospect dataset from public data — define an ICP in searchable terms, discover matching companies across ranked sources (source-code/technographic search, competitor customer bases, software +…

Idioma do texto original: inglês

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

Battle-tested methodology for orchestrating many concurrent subagents to build or audit a large dataset — a 3-wave discovery→pull→synthesis pipeline with shared instruction templates, a strict no-delegation rule, file-on-disk completion checks, batching,…

Idioma do texto original: inglês

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

Add dark mode to a light-only app that styles with RAW color utilities (Tailwind `stone-*`/`slate-*`/`gray-*`) via a semantic token layer, migrating utilities onto it so light stays PIXEL-IDENTICAL and dark comes for free. Use when asked to "add dark mode",…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Audit a web UI for mobile/layout defects EMPIRICALLY by rendering every servable surface across a phone/tablet/desktop viewport matrix (both orientations, light + dark) with a Playwright DOM probe that MECHANICALLY flags horizontal overflow, sub-44px tap…

Idioma do texto original: inglês

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

Orchestrate many parallel subagents to run a large multi-file refactor, migration, or codemod sweep SAFELY and fast — partition by disjoint file ownership, fan out one write-agent per independent slice behind typecheck+build barriers, and synthesize their…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Scaffold a token-based shadcn/ui + Radix primitive set (select/combobox/command/switch/tooltip/form/drawer/…) matching a codebase's house conventions on Tailwind v4 — semantic-token colors, a global focus ring, no tailwindcss-animate, 44px touch targets,…

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

Make UI/UX calls objectively with two rubrics instead of by taste. Rubric A picks the right form control via decisive rules like NN/g's toggle-vs-checkbox test; Rubric B scores each key user flow 1–5 across 7 clarity dimensions to flag which to redesign. Use…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 85 skills coletadas.