Skip to main content
GitHub-Repository

contemplative-agent

contemplative-agent enthÀlt 10 gesammelte Skills von shimo4228, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
10
Stars
5
aktualisiert
2026-07-19
Forks
2
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

replayable-audit-logs
Softwareentwickler

Design know-how for ADR-0075 observability-by-default — every feature that performs external I/O, calls an LLM, or makes non-deterministic/heuristic decisions ships a replayable append-only JSONL audit log in the same PR. Use when adding or reviewing such a feature (the Verify-gate question "which log answers why, and can we replay it offline?"), when designing a new audit record schema, when a recurring failure needs corpus-driven repair (replay harness, positive/negative ground truth, regression fixtures from real traffic), or when deciding how to store untrusted text in a log. NOT for read-only aggregate readings over stored state — distributions, compositions, calibration scales (that is read-only-instruments / ADR-0071) — NOT for choosing code vs LLM for a task (when-code-when-llm), and NOT for the security boundary model itself (llm-agent-security-principles / ADR-0007).

2026-07-19
chaos-tdd-fault-injection
SoftwarequalitÀtssicherungsanalysten und -tester

Design know-how for ADR-0077 chaos-TDD — deterministic fault injection at existing seams (LLMBackend Protocol / requests HTTP layer) where the fault-injection test states the desired guarded behavior FIRST and the minimal guard lands in the same PR. Use when hardening a pipeline against LLM/external-I/O fault families (truncation, timeouts, 429s, wrong-shaped-but-parseable JSON, flapping backends), when building a fault catalog from operational bug history, when adding hypothesis-based fuzz over LLM output shapes, or when reviewing whether a new pipeline's failure paths abstain with reason codes. NOT for per-event audit log schema design (that is replayable-audit-logs / ADR-0075), NOT for read-only aggregate readings (read-only-instruments / ADR-0071), NOT for single-bug regression pinning after the fact (that is ai-regression-testing — this skill is its front-loaded, catalog-driven counterpart), and NOT for infra-level chaos (chaostoolkit/toxiproxy are the wrong altitude for a single local process).

2026-07-13
weekly-report-diagnosis
Softwareentwickler

Weekly ăƒŹăƒăƒŒăƒˆ (A-E) ă‚’ć…„ćŠ›ă«ă€ă‚łăƒŒăƒ‰ăƒ™ăƒŒă‚č + ADR + identity/constitution/skills/rules をèȘ­ă‚“で F1 (æ§‹é€ ææĄˆ) / F2 (identity-level questions) / F3 (observations) ă‚’ćˆ„ăƒ•ă‚Ąă‚€ăƒ« (weekly-{end-date}-findings.md) ăšă—ăŠç”Ÿæˆă™ă‚‹ă€‚weekly-analysis.sh ăŒç”Ÿæˆă™ă‚‹è‡Șć·±ć†…çœăƒŹăƒăƒŒăƒˆă«ćŻŸă™ă‚‹ă‚łăƒŒăƒ‰èšș断 companion。Use when a new weekly report has been generated, or when refreshing F section of past reports after new ADRs land or pipeline code changes.

2026-07-12
shadow-mode-validation
Softwareentwickler

Design know-how for shadow-mode validation — running a candidate decision mechanism (typically an LLM judgment) in observe-only parallel with the live path, recording what it WOULD have decided per event, and letting the accumulated record decide enforcement, in the style of ADR-0076's skill-selection shadow instrument. Use when an unvalidated stochastic mechanism is about to replace or filter a live behavior (a one-way door for output quality), when a selector/classifier/gate has no published reliability evidence for the model class in play, or when designing the isolation, kill-switch, and exit criteria for a shadow deployment. NOT for aggregate readings over stored state (that is read-only-instruments / ADR-0071), NOT for the audit-log record schema itself (that is replayable-audit-logs / ADR-0075 — a shadow log IS one of those logs), and NOT a substitute for unit tests — shadow mode validates decision quality in production traffic, not code correctness.

2026-07-10
read-only-instruments
Softwareentwickler

Design know-how for read-only instruments (èšˆć™š) — aggregate readings over stored state (distributions, compositions, cluster structure) that inform the operator before an intervention, in the style of ADR-0071's pattern-composition instruments. Use when quantifying an open observation before intervening (instrument-first sequencing), when a design floor/threshold would otherwise be guessed, when calibrating an embedding-based reading (three-point scale), or when deciding whether to build OR remove an instrument (signal-first both ways). NOT for per-event audit logs that replay a decision offline (that is replayable-audit-logs / ADR-0075) and NOT for metrics that feed gates, ranking, or retrieval — instruments are observability, never intervention.

2026-07-09
agent-run
Softwareentwickler

contemplative-agent ă‚’ăƒăƒƒă‚Żă‚°ăƒ©ă‚Šăƒłăƒ‰ă§è”·ć‹•ă™ă‚‹ă€‚ćŒ•æ•°ă§ă‚»ăƒƒă‚·ăƒ§ăƒłæ™‚é–“ăšăƒăƒƒă‚Żă‚šăƒłăƒ‰ (ollama / cloud / mlx) ă‚’æŒ‡ćźšïŒˆäŸ‹: /agent-run 4時間, /agent-run 30戆 cloud openai, /agent-run 30戆 mlx

2026-06-28
apple-silicon-local-llm-serving
Softwareentwickler

Apple Silicon (M1–M5) ă§ăƒ­ăƒŒă‚«ăƒ« LLM ăźæŽšè«–ăƒ©ăƒłă‚żă‚€ăƒ ă‚’éžă¶ăƒ»è¶łă™ăƒ»æœ€é©ćŒ–ă™ă‚‹ăšăăźćˆ€æ–­è»žă€‚mlx_lm.server は Ollama æŻ” ~1.8x é€Ÿă ăŒç”Ÿæˆć°‚ç”šïŒˆćŸ‹ă‚èŸŒăż endpoint ăȘă—ăƒ»response_format/JSON schema 拘束ăȘă—ïŒ‰ăȘăźă§ćŸ‹ă‚èŸŒăżăŻ Ollama ă«æź‹ă™2ă‚”ăƒŒăƒæ§‹æˆă«ăȘるç‚čă€ăƒŠăƒ‹ăƒ•ă‚Ąă‚€ăƒ‰ăƒĄăƒąăƒȘは VRAM ćźč量でăȘくメヱăƒȘćžŻćŸŸćŸ‹é€Ÿă§ MoE は RAM を節箄しăȘいç‚č、コンテナは Metal éžćŻŸćżœăȘç‚čă‚’æ‰±ă†ă€‚Use when 「Mac でもっべ速く / ć€§ăă„ăƒąăƒ‡ăƒ«ă‚’ć‹•ă‹ă—ăŸă„ă€ă€Œmlx-lm / MLX ă‚’ć…„ă‚ŒăŸă„ă€ă€ŒOllama からäč—ă‚Šæ›ăˆ / äœ”ç”šă—ăŸă„ă€ă€Œ16GB で漟甹的ăȘăƒąăƒ‡ăƒ«ăŻă€ă‚’æ€œèšŽă™ă‚‹ăšăă€ç”Ÿæˆă‚’ MLX ă«ćŻ„ă›ăŠćŸ‹ă‚èŸŒăżăźæ‰±ă„ă§è©°ăŸăŁăŸăšăă€ăƒ­ăƒŒă‚«ăƒ« LLM ぼベンチ A/B でュヹăƒȘ朧ぼäș€ç”Ąă‚’ç–‘ă†ăšăă€‚NVIDIA ć‰æïŒˆVRAM ăźćŁăƒ»é‡ć­ćŒ–ăƒ»MoE ă‚Șăƒ•ăƒ­ăƒŒăƒ‰ïŒ‰ăźçŸ„è­˜ă‚’ Apple Silicon ă«çż»èšłă™ă‚‹ćż…èŠăŒă‚ă‚‹ăšăă€‚

2026-06-27
when-code-when-llm
Softwareentwickler

Decision framework for choosing between deterministic code (regex, keyword match, AST parse, schema validation) and LLM-based processing (classification, semantic similarity, judge) for a single task. Use when you catch yourself writing a regex for a task that keeps producing false positives or negatives, or when you are about to call an LLM for something a three-line code check would handle. Covers the structural-vs-semantic axis, the false-positive test, worked examples of both directions, and the enumerate/decide split for tasks where detection is structural but resolution needs judgment.

2026-06-12
code-and-llm-collaboration
Softwareentwickler

Design patterns for layering deterministic code and LLM calls in a single pipeline or agent. Use when designing a pipeline that mixes semantic and structural work — distillation, extraction with validation, approval gates, orchestrated multi-step workflows. Catalogs four load-bearing layering patterns (LLM→Code guard, Code filter→LLM, LLM judge + Code enforce, Code orchestrator + LLM worker) with when-to-use, failure modes, and minimal code sketches. Macro-level companion to the micro "which tool for this one task" question.

2026-05-06
llm-agent-security-principles
Informationssicherheitsanalysten

Structural security design principles for building LLM agents, autonomous systems, and self-improving harnesses. Use when designing a new agent, reviewing agent architecture, adding a new capability, or auditing an existing agent for prompt injection resistance. Covers three load-bearing principles — Security by Absence, Untrusted Content Boundary, One External Adapter — plus concrete defense patterns for HTTP, credentials, and LLM hosts.

2026-05-06