Skip to main content

Skills dans ce dépôt

ModernNomad-98/Project-Aegis - Page 4

SkillsMP a collecté 200 skills depuis ModernNomad-98/Project-Aegis. Ouvrez un skill pour examiner sa source et ses détails.

ModernNomad-98/Project-Aegis

Affichage de 40 skills collectés sur 200.

métier
Spécialistes en gestion de projets
description

Identify, negotiate, and track the cross-team dependencies an effort needs — map what you need from other teams AND what they need from you, surface each dependency EARLY (before it's a blocker), negotiate a CONCRETE commitment (specific deliverable,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Facilitate a technical DESIGN REVIEW — prepare it (circulate the design/spec ahead, state the decision the review must reach, invite the right reviewers including the skeptics and cross-cutting owners), structure the discussion (surface assumptions, probe the…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Given an edition delta (from framework-edition-tracker), propose the SPECIFIC updates to every affected skill description, reference file, and coverage map — locate each site that cites or maps the old edition, propose the concrete change per site (renamed…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Assemble a promotion case/packet for an engineer — evidence of impact ALREADY delivered, mapped to the target level's expectations. Inventory concrete accomplishments with measurable impact and scope of influence, map each to the leveling rubric's dimensions…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Help a staff+ IC (or one aspiring) choose the highest-leverage SCOPE to work on — not "what task is assigned" but "what should I pick to maximize impact at my level?". Identify the org's important under-owned problems, match them to leverage archetypes…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design GENERATED API reference documentation — reference produced from the API's source of truth (OpenAPI/GraphQL schema, type annotations, docstrings) so it can't drift from the implementation, the split between what to auto-generate (the exhaustive…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design a CONTRIBUTING guide that takes a contributor from zero to a merged change — environment setup, the contribution workflow (fork/branch/PR or the project's flow), coding standards and commit/PR conventions, how to run tests and checks locally, the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design the docs-as-code TOOLCHAIN and pipeline — docs living in the repo beside the code, the format and static-site generator, the build/preview/deploy pipeline, versioning docs with the code they describe, review via pull requests, link-checking and…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Design the numbered retention index governing every workflow/process doc's LIFECYCLE — each doc gets a retention category, a reason-to-keep, a superseded-by pointer, and a cleanup rule, mirrored by per-doc retention frontmatter, so doc retirement becomes an…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design ONBOARDING documentation for someone JOINING a team/codebase — the first-day and first-week path, verified environment setup, an architecture/orientation tour (the mental model, not every detail), how-we-work (processes, tools, comms, rituals), key…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Craft or overhaul a README so a newcomer can understand, evaluate, and start using a project in minutes — the above-the-fold what/why/who in the first screen, a quickstart that actually runs, install and minimal usage, and links OUT to deeper docs (the README…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design AND read A/B and controlled experiments honestly — a falsifiable hypothesis, ONE primary metric plus guardrails, the randomization unit (sticky, non-contaminating), a sample-size/power calculation from a minimum detectable effect, and a pre-set…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Design the non-happy-path UI states for a view or flow — the distinct empty states (first-run vs filtered-to-nothing vs error-emptied, each with its own copy and next action), loading states (skeleton vs spinner vs inline, a delay threshold to avoid flash,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design the ANALYTICS event schema and tracking plan for product measurement — the event naming taxonomy (consistent object-action), a typed property schema per event (required/optional, enums), shared global properties (user/session/tenant/timestamp), the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Define product funnels and conversion/retention measurement rigorously — the ordered funnel steps grounded in the analytics event schema, the counting model (unique users vs sessions vs events) with an honest denominator, the conversion window (how long a…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Design the mobile and responsive viewport craft for a web UI — a content-driven breakpoint strategy (mobile-first; breakpoints where the layout breaks), touch-target sizing and spacing, safe-area/notch handling, the dynamic-viewport-unit fix for the URL-bar…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design pagination for list endpoints and their UIs — cursor (keyset) vs offset chosen with drift and deep-page costs stated, the opaque cursor's contents defined (sort key + deterministic tiebreaker + direction) with a stability contract, a total ordering…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Pick and apply the RIGHT prioritization framework for a decision instead of defaulting to one — match the situation to a frame (RICE, WSJF/cost-of-delay, value-vs-effort/ICE, Kano, opportunity scoring, MoSCoW), surface the inputs each frame needs and how…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Plan a product roadmap when the future is genuinely uncertain — organize by horizon (now/next/later, or committed/planned/exploratory) instead of a false-precision Gantt of dated features, let confidence decay with distance, sequence by dependency AND by…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Plan and communicate the sunset or deprecation of a PRODUCT feature or public API to the USERS and integrators who depend on it — establish the (already-made) decision's rationale, assess impact (who uses it, what breaks), define the migration path to the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Decide what gets cached, where, and how it stays correct — candidate analysis first (read/write ratio, miss cost, staleness tolerance stated per item), layer choice (HTTP/CDN edge, in-process, distributed cache, DB materialization), invalidation designed…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design data-quality monitoring for production pipelines and stores — checks across the six dimensions (freshness, completeness/volume, uniqueness, validity, consistency/referential integrity, distribution drift), placed at the right pipeline stage (ingest,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design the frontend's share of performance — metrics in the loading/interactivity/visual-stability family (largest-paint, interaction latency, layout shift) pinned to a device/network class, bundle strategy (route code splitting, lazy loading, weight audit…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Design the harness that MEASURES performance as release evidence — what to measure per surface (endpoint percentiles, query timings, frontend metrics on a device class, job durations), an environment contract (prod-like data volume and tenant shape, pinned…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Design the end-to-end lifecycle for personal data across the WHOLE estate — PII inventory and classification mapped to every store it lands in (operational tables, analytics, logs, caches, search indexes, vector stores, backups, third-party processors),…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design the profiling methodology that answers "where does the time (or memory) actually go" — profiler class per layer (sampling vs instrumenting CPU, allocation/heap, off-CPU/blocking-IO, distributed trace for cross-service attribution), measurement…

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Plan how a live store's schema changes without breaking deployed readers and writers — the expand → migrate → contract sequence (additive first, dual-read/dual-write windows, backfill, contraction only after verified cutover), per-stage compatibility…

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Design the analytical data estate a multi-tenant SaaS reports and learns from — warehouse vs lake vs lakehouse decided by workload and team maturity (not fashion), layered zones (raw → conformed → curated marts) with ownership and contracts per zone, modeling…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Design how a skill library's evals would actually EXECUTE — the runner left open where the eval convention is structural-only (files exist and parse; nothing runs). Covers harness architecture (fresh, isolated session per case with the library loaded),…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Review a whole library-changing PR end-to-end — skill-adding, skill-modifying, or skill-retiring — as the integration layer above single-skill quality review. Verifies a fresh mechanical-validator run tied to the PR head (stale or merely claimed passes…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Audit whether an AI-assisted change actually followed governance discipline — classification and scope lock, human approval at each crossed boundary, merge/deploy authority (WHO merged, who armed auto-merge), real validation evidence, security review where…

Langue du texte source : anglais

mis à jour
métier
Agents de conformité
description

Author the framework-agnostic common control set that ISO 27001, ISO 42001, and SOC 2 work all consumes — one catalog across access control, cryptography, change management, logging/monitoring, incident response, vendor management, and risk assessment, each…

Langue du texte source : anglais

mis à jour
métier
Agents de conformité
description

Design ISO/IEC 27001:2022 certification readiness — the ISMS per clauses 4–10 (context incl. the Amd 1:2024 climate-relevance check, leadership, risk assessment/treatment incl. the 6.1.3 process behind the SoA, support and documented information, operation,…

Langue du texte source : anglais

mis à jour
métier
Agents de conformité
description

Author the Statement of Applicability — the ISO-mandatory document tying every reference control to a per-control inclusion or exclusion justification through the 6.1.3 risk-treatment process; serves BOTH ISO 27001:2022 (Annex A controls) and ISO 42001:2023…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Review agent identities and privilege paths (OWASP Agentic ASI03) — verify every agent has a distinct least-privilege identity (no shared god service account), credentials are task- and time-scoped, delegation chains (user → agent → sub-agent → tool)…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Design or review least-privilege tool/function access for an LLM agent, containing excessive agency and tool misuse (OWASP LLM06 + ASI02) — build the per-tool permission matrix (side effects, blast radius, who it runs as), validate arguments against a schema…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Review an agent's persistent memory and stored context for poisoning (OWASP Agentic ASI06) — can untrusted content write into long-term memory (auto-summarized conversations, "remember this" injections, tool outputs persisted as facts), does a poisoned entry…

Langue du texte source : anglais

mis à jour
métier
Analystes des systèmes informatiques
description

Review the governance and risk posture of an AI feature — classify its risk tier by impact (who is affected, reversibility, autonomy, sensitive-data and rights exposure), assign accountable human ownership, require appropriate human oversight (advisory /…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Design controls against LLM misinformation and overreliance (OWASP LLM09) — require grounding (answer from retrieved/authoritative sources, not model memory, for factual claims), verifiable citations checked to actually support the claim, calibrated…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Build the AI-specific threat model for an LLM feature, RAG pipeline, or agent BEFORE it ships — inventory AI assets (prompts, models, vector stores, tools, credentials) and trust boundaries where user input, retrieved documents, tool outputs, and model…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 200.