Skip to main content

Skills dans ce dépôt

curiositech/port-daddy - Page 6

SkillsMP a collecté 259 skills depuis curiositech/port-daddy. Ouvrez un skill pour examiner sa source et ses détails.

curiositech/port-daddy

Affichage de 40 skills collectés sur 259.

métier
Développeurs de logiciels
description

Decide the overall shape of an agentic LLM application across five axes: interaction transparency, state/history/memory, context & caching economics, capability integration (tools/skills/MCP/secrets), and execution substrate & side effects. Use when…

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Design a pricing/packaging function for variable-cost agent labor: pick a pricing model (per-seat, usage/metered, credits/premium-requests, hybrid, outcome-based), align a value metric to delivered value that the buyer can predict, build a cost floor from…

Langue du texte source : anglais

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

Author correct macOS launchd plists for long-lived local daemons and design the EXTERNAL supervision-integrity check that catches what KeepAlive cannot self-heal: the supervising job itself getting unloaded. Use when writing or reviewing a…

Langue du texte source : anglais

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

Design durable local SQLite state for multi-agent developer tooling that survives package upgrades, concurrent writers, and crashes: canonical env-pinned paths, WAL/busy_timeout discipline, idempotent verified migrations, and safe writer topology. Use when a…

Langue du texte source : anglais

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

Design RL simulation sandboxes, trajectory datasets, QLoRA/LoRA adaptation plans, eval harnesses, and rollback unhooks for agents learning specific coding behaviors beyond the base model. Use when building or reviewing tool-use training loops, offline…

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

Research AI coding assistant products, audiences, user stories, social proof, hacks, and unmet needs for apps like Cursor, Claude Code, Codex, Warp Code, Devin, Windsurf, GitHub Copilot, Cline, Aider, and homegrown agent stacks. Use when designing or…

Langue du texte source : anglais

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

Coordinate multiple AI agents working on the same codebase or project simultaneously. Covers git worktree isolation, file locking strategies, message passing between agents, shared state management, conflict resolution, task decomposition for parallel agents,…

Langue du texte source : anglais

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

Design multi-agent invocation, swarm coordination, and lightning-fast inter-agent communication for developer tools and Port Daddy. Use when deciding how users summon multiple agents, how agents talk, how work is sharded, how claims and worktrees prevent…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Chooses and designs developer surfaces for an agentic product: SDK, CLI, MCP, GUI, API, webhooks, and pd tube-style listener/sender workflows. Use when deciding why a user belongs in an SDK versus CLI/MCP/GUI, planning Python SDK parity, or making agent…

Langue du texte source : anglais

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

Reviews project plans, PRDs, prototypes, and vibe-coded app concepts for immediate product/user-needs gaps such as account creation, cold start, missing AI-provider fallback, support, pricing, permissions, and trust. Use when a plan needs a skeptical product…

Langue du texte source : anglais

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

Builds a complete, reviewable project plan for a vibe-coded app in July 2026, including user journeys, cold start, account/auth, model/provider readiness, architecture, milestones, tests, launch, and rollback gates. Use when a user asks for a bulletproof plan…

Langue du texte source : anglais

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

Distribution pipeline for signed Rust desktop applications -- code signing, notarization, auto-updates, and package manager distribution. Activate on: code signing, macOS notarization, Apple Developer, Authenticode, Windows signing, auto-updater, Homebrew…

Langue du texte source : anglais

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

Expert Tauri v2 developer for building desktop apps with Rust backend and web frontend. Activate on: Tauri app, Tauri v2, Rust desktop app, IPC commands, tauri::command, tauri.conf.json, Tauri plugin, WebviewWindow, system tray Tauri, Tauri multi-window. NOT…

Langue du texte source : anglais

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

Make Rust fast and keep it idiomatic — the "measure first, then make it fast" skill. Profile before optimizing (samply, cargo-flamegraph, perf, Instruments, criterion); cut allocations (clone/to_string/collect, &str vs String, Cow, SmallVec, with_capacity,…

Langue du texte source : anglais

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

Expert-level idiomatic Rust API design — the patterns that make illegal states unrepresentable and abstractions zero-cost. Type-state programming (PhantomData state machines), newtype + sealed + extension traits, typestate builders, RAII guards & Drop…

Langue du texte source : anglais

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

Build low-fidelity wireframes, screen mockups, and user-flow diagrams in Frame0 (the hand-drawn Balsamiq-style wireframing tool) through its connected MCP server. Use when asked to wireframe a screen, sketch a UI, make a low-fi mockup, lay out an app's…

Langue du texte source : anglais

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

Durable research for building a macOS host-safety layer that protects a dev box from any AI agent or downloaded executable running on it — the primitives, prior art, the read-only-vs-privileged trust map, and the no-keyword-NLP secret-detection method behind…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Voice and structure guide for Port Daddy expository writing — the kind of essay that takes a hard technical claim (formal verification, mechanism design, cryptographic protocol) and turns it into something an educated reader can follow with pleasure. Use when…

Langue du texte source : anglais

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

Compiling formal invariants (TLA+, Alloy, temporal logic) into runtime monitors that continuously audit agent coordination daemons. The Arbiter pattern: a verification agent that smoke-tests live sessions against proven properties and triggers salvage on…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Drafting and iterating sections of The Federated Harbor whitepaper — the third paper in the Curiositech sequence after Anchor (local identity) and Bonded Commons (local coordination), extending coordination across machines and administrative domains. Use when…

Langue du texte source : anglais

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

Adversarial reviewer for The Federated Harbor whitepaper — the third paper in the Curiositech sequence after Anchor and Bonded Commons. Probes federation-specific threats: trust transitivity, cross-harbor token forgery, federated revocation under partition,…

Langue du texte source : anglais

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

Defensive counterpart to federated-harbor-redteam: closes the smells that red team opens against The Federated Harbor whitepaper. Federation-specific defenses for cross-harbor primitives — mechanization commitments, scope hedges, cross-paper dependency…

Langue du texte source : anglais

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

Epistemic logic for multi-agent perceptual systems — Kripke models, vision sets, public announcement as coordination primitive, and satisfiability-as-reconfiguration applied to agents with limited observability. From Charrier, Ouchet, Schwarzentruber's "Big…

Langue du texte source : anglais

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

Graph algorithms for detecting and resolving cycles in directed graphs and workflow definitions

Langue du texte source : anglais

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

Foundational distributed computing algorithms for consensus, coordination, and fault tolerance

Langue du texte source : anglais

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

Rigorous benchmarking of multi-agent coordination systems: experiment design, statistical analysis, human evaluation protocols, and reproducible reporting. NOT FOR ML model evaluation (use llm-evaluation-harness), A/B testing for web products, survey design,…

Langue du texte source : anglais

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

FIPA standard for agent platform management including lifecycle, directory, and communication services

Langue du texte source : anglais

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

FIPA standard library of agent interaction protocols for structured multi-agent communication

Langue du texte source : anglais

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

FIPA standard library of communicative acts (speech acts) for agent-to-agent messaging semantics

Langue du texte source : anglais

mis à jour
métier
Scientifiques en recherche informatique et en information
description

Framework for coordinating meaning across autonomous agents that use different conceptual models, vocabularies, and knowledge representations. Treats ontologies as first-class negotiable resources rather than hardcoded implementation details.

Langue du texte source : anglais

mis à jour
métier
Analystes en recherche opérationnelle
description

Formal game theory for advisory file claims and repeated agent interactions. Analyze Nash equilibria in claim signaling games, apply the folk theorem to sustain cooperation under long shadows of the future, model the daemon as a correlating device for…

Langue du texte source : anglais

mis à jour
métier
Scientifiques en recherche informatique et en information
description

Foundational theory for process-oriented concurrency through synchronous message-passing, applicable to multi-agent coordination and parallel decomposition

Langue du texte source : anglais

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

Applies insights from MetaGPT paper on how structured communication, role specialization, and SOPs prevent coordination failures in multi-agent LLM systems

Langue du texte source : anglais

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

Application of Six Sigma quality methodology to AI agent process improvement and reliability

Langue du texte source : anglais

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

Structured logging, distributed tracing, and metrics for production applications. [What: OpenTelemetry setup, log level strategy, correlation IDs, SLI/SLO alerting thresholds, Grafana dashboard design, PagerDuty integration] [When: setting up production…

Langue du texte source : anglais

mis à jour
métier
Analystes en recherche opérationnelle
description

Design bond pricing functions, escrow mechanics, and settlement protocols for AI agent labor markets. Use when pricing Float Plan bonds, designing collateralized work contracts, analyzing incentive compatibility, building settlement oracles, or designing…

Langue du texte source : anglais

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

Apply Raft's design principles for building understandable, reliable distributed and multi-agent systems

Langue du texte source : anglais

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

Apply Elinor Ostrom's 8 design principles for governing commons to software architecture and AI agent coordination systems. Use when auditing shared-resource systems for governance gaps, designing agent commons (shared ports, files, channels), evaluating…

Langue du texte source : anglais

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

Architects Port Daddy's outbound-only event relay and the zero-trust crypto stack that governs it — PKI choice (ACME vs OIDC vs Web-of-Trust), per-publisher Merkle event chains, harbor cards on the wire, Phase 3 capability attenuation, E2E payload encryption,…

Langue du texte source : anglais

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

Formal protocol verification with ProVerif and Tamarin Prover for multi-agent coordination systems. Use when modeling secrecy properties (escrow opacity, session note confidentiality), replay resistance (token dismissal finality, backup-restore attacks),…

Langue du texte source : anglais

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