Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
davccavalcante
ملف منشئ GitHub

davccavalcante

عرض على مستوى المستودعات لـ 14 skills مجمعة عبر 2 مستودعات GitHub.

skills مجمعة
14
مستودعات
2
محدث
2026-06-28
مستكشف المستودعات

المستودعات و skills الممثلة

supreme-ai-governance
محللو التمويل والاستثمار

First-in-the-world AI governance and compliance discipline for AI Governance Officers, Compliance Leads, Risk Managers, DPOs, Legal and Privacy Counsel, CISOs, Product and AI and ML and LLM engineers, LLM Architects, AI Researchers, internal Auditors, CTOs, and Founders who must place, operate, or certify AI systems responsibly across jurisdictions. Operationalizes ISO/IEC 42001:2023 (the certifiable AI Management System — Harmonized Structure clauses 4 to 10, the roughly 38 Annex A reference controls across 9 objectives A.2 to A.10, the Statement of Applicability, and the AI System Impact Assessment now backed by ISO/IEC 42005:2025) together with the EU AI Act (Regulation 2024/1689 — prohibited practices Art 5, high-risk Annex I and Annex III, transparency Art 50, GPAI and systemic-risk obligations, provider and deployer and importer and distributor roles, conformity assessment, CE marking, EU database registration, FRIA Art 27, post-market monitoring, serious-incident reporting, penalties up to 35M EUR or 7

2026-06-28
supreme-diagramming
مطوّرو البرمجيات

Living-diagram companion for Product Engineers, Software Architects, LLM Architects, Tech Leads, Technical Writers, DevOps, and AI Researchers who need architecture, flow, ERD, sequence, class, C4, and state diagrams that stay in sync with the repository. Unlike export-only diagram tools that depend on a heavy desktop binary and regenerate every image from scratch, this skill treats the diagram as a living, versioned artifact described in a deterministic declarative layer (validated by gematria checksum) and then compiled to a portable target (Mermaid, D2, draw.io XML, Excalidraw) with no proprietary lock-in. It applies a describe-first pipeline (natural language becomes a declarative diagram spec, the spec is validated deterministically, then compiled to the requested format), inverts the fragile vision-first verification of legacy tools by doing deterministic structural and aesthetic checks first and using model vision only as last-resort reinforcement, keeps the diagram as a file next to the code so it is

2026-06-25
supreme-benchmarking
مطوّرو البرمجيات

Principal research and data-science benchmarking discipline for AI, ML, LLM, and npm/Node projects, inspired by the published methodologies of OpenAI (simple-evals, SWE-bench Verified audits), Anthropic (model cards with methodology appendix and error bars), Google DeepMind (benchmark tables with disclosure appendix), xAI (live benchmarks with explicit cutoff dates), DeepSeek (radical transparency — full hyperparameters, compute, distillation recipes), Xiaomi MiMo (pass-at-1 averaged over many seeds), Hugging Face (Open LLM Leaderboard normalization, lighteval, versioned harnesses), and Unsloth (efficiency benchmarks with reproducible notebooks). Operates through four cognitive personas applied to benchmark design — (1) First-Principle Thinker asking what construct is actually being measured, whether the proxy measures memorization or capability, and what would falsify the claim; (2) Expansionist surfacing ignored dimensions (p99.9 latency, cold start, cost per task, energy, robustness to paraphrase, multi-tu

2026-06-12
supreme-council
محللو الإدارة

Principal multi-perspective deliberation council for ambiguous, high-stakes, irreversible decisions across Product, Engineering, AI/ML/LLM Architecture, Research, Operations, and Strategy. Convenes four distinct cognitive personas — (1) First-Principle Thinker (strips assumptions, reasons from fundamentals/physics/economics/psychology, rejects cargo-cult reasoning, asks whether starting from zero with the same constraints would still lead to choosing this path); (2) Expansionist (surfaces ignored opportunities, generates minimum three alternative solution classes, asks what a 10x competitor would try and what would become possible if budget tripled or deadline doubled); (3) Outsider (beginner's mind, no organizational context, no sunk-cost bias, no political alignment, asks what a competitor, regulator, investor, or journalist would notice first and surfaces organizational shibboleths); (4) Executor (peer-to-peer voice, says what works and what doesn't, ships honest assessment, NEVER tries to please the user,

2026-06-07
supreme-content-craft
الكتّاب والمؤلفونالكتّاب التقنيون

Principal content craft discipline for SEO, SEM, Header Binding (HTML semantic + HTTP + AdTech), Copywriting, Marketing, Branding, Growth, Content Strategy, Technical Writing, UX Writing, Ghostwriting, professional Writers, Authors, Researchers, and Editors. Combines search-intent analysis, entity-first SEO (schema.org Organization/Person/Product/Article entities for Knowledge Graph), GEO (Generative Engine Optimization) for AI-powered search, on-page architecture (title < 60 chars, meta < 155 chars, H1/H2/H3 semantic hierarchy, JSON-LD schema, Core Web Vitals LCP < 2.5s / FID < 100ms / CLS < 0.1), Header Binding triple coverage (semantic HTML hierarchy + HTTP cache/security/canonical/hreflang headers + AdTech header bidding via Prebid.js/GAM/server-side), and six integrated persuasion frameworks treated as explicit sections — (1) AIDA expanded across four phases (Attention via hook/headline/surprising-stat/contrarian-claim/pattern-interrupt; Interest via relevance/unique-angle/curiosity-gap/specificity; Desi

2026-05-29
supreme-npm-node
مطوّرو البرمجيات

Principal NPM/NPX/NPMJS/Node engineering discipline for Tech Leads, DevOps, Backend Engineers, Frontend Engineers, Product Engineers, AI Engineers, ML Engineers, LLM Engineers, LLM Architects, AI Researchers, Quality Assurance Engineers, and Software Quality Engineers. Enforces a latest-version-always policy (never pin to definitive versions; always `ncu -u` before install), TypeScript strict mode with every check enabled (strict + noUncheckedIndexedAccess + exactOptionalPropertyTypes + useUnknownInCatchVariables + noImplicitOverride), `satisfies` over `as`, `unknown` over `any`, discriminated unions over optional flags, branded types for opaque identifiers. Covers Node ecosystem (current LTS or latest stable), package.json discipline (files allowlist over .npmignore, exports map with import/require/types conditional, engines node range, type:module default), publishing workflow (`npm pack --dry-run` preview, OIDC provenance attestation in GitHub Actions, semantic versioning via changesets/release-please, dis

2026-05-28
supreme-ai-engineering
مطوّرو البرمجيات

Principal AI engineering discipline for Product Engineers, AI Engineers, ML Engineers, LLM Engineers, LLM Architects, AI Researchers, Quality Assurance Engineers, and Software Quality Engineers building production AI, ML, LLM, MLO/MLOps, and LLMO/LLMOps systems. Forces eval-first design (golden datasets and acceptance thresholds defined before code), deterministic feedback loops (telemetry, drift detection, regression eval gates) before first production user, pipeline discipline (data → feature → train → register → deploy → monitor with input/output contracts at every gate), prompt and model governance (versioned registries with semantic versioning, A/B + canary + shadow + dark launch as standard), production reliability (graceful degradation, circuit breakers, prompt-injection defense, chaos testing), QA discipline (golden test sets, regression gates in CI, statistical significance for research claims, ablation completeness, dataset contamination checks), and operational excellence (observability, runbooks,

2026-05-24
supreme-problem-solving
محللو ضمان جودة البرمجيات والمختبرون

Genuine problem-solving discipline for Product Engineers, AI Engineers, ML Engineers, LLM Engineers, LLM Architects, and AI Researchers. Scales from simple bugs to complex system failures. Forces precise problem statements, reliable reproduction, 3–5 ranked falsifiable hypotheses, instrumented evidence, minimum-invasive reversible fixes, regression verification (including eval suite reruns for AI/ML/LLM systems), and a structured tabular deliverable with columns problem / repro / hypothesis / evidence / fix / verification / owner / ETA. Requires ah-parser. Output mode follows the user preference set at parser activation; user code, diffs, identifiers, logs, traces, and evidence quotes are always preserved verbatim.

2026-05-20
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات