Instructions file GitHub Copilot
Instructions for dryvist/nix-ai, covering github copilot instructions — nix-ai, repository purpose, critical constraints, validation and conventions.
Instructions file GitHub Copilot
Instructions for dryvist/nix-ai, covering github copilot instructions — nix-ai, repository purpose, critical constraints, validation and conventions.
Instructions file
Instructions for dryvist/nix-ai, covering nix-ai - ai agent instructions, critical constraints, validation, architecture and self-contained design.
dryvist/ai-assistant-instructions
Instructions file GitHub Copilot
Instructions for dryvist/ai-assistant-instructions: ../agentsmd/docs/codereviewinstructions.md.
dryvist/ai-assistant-instructions
Instructions file CodexOpenCode
Instructions for dryvist/ai-assistant-instructions, covering ai agents configuration, coding behavior, tool choice, starting any change and git workflow.
dryvist/ai-assistant-instructions
Instructions file
Instructions for dryvist/ai-assistant-instructions: Canonical agent instructions live in AGENTS.md and agentsmd/rules/. Nix-managed machines auto-load both globally via nix-ai, so this file deliberately does not re-import them — doing so would load every byte twice in each session. Non-Nix contributors: read AGENTS.md…
dryvist/ai-assistant-instructions
Instructions file Gemini CLI
Instructions for dryvist/ai-assistant-instructions, a project described as: A comprehensive, vendor-agnostic framework for consistent AI-assisted development workflows - standardized instructions and commands that work seamlessly across Claude, Gemini, Copilot, and local AI models. See also…
Instructions file GitHub Copilot
Instructions for dryvist/ai-workflows, covering github copilot instructions — ai-workflows, repository purpose, build & test, file structure rules and javascript script pattern.
Instructions file CodexOpenCode
Instructions for dryvist/ai-workflows, covering ai-workflows, architecture, directory structure, workflow types and consumer repo caller pattern.
Instructions file
Instructions for dryvist/ai-workflows, a project described as: Reusable AI agent workflows that run 24/7 — issue triage, code cleanup, multi-repo orchestration. Import-ready for GitHub Copilot Agentic Workflows.
Plugin Claude Code
Plugin marketplace listing 20 plugins: ai-delegation, code-standards, codeql-resolver, config-management, content-guards.
Instructions file CodexOpenCode
Instructions for dryvist/claude-code-plugins, covering claude code plugins quick reference, repository purpose, available plugins and multi-model delegation.
Instructions file
Instructions for dryvist/claude-code-plugins, a project described as: My custom claude code (hopefully agentsmd soon) plugins for when I've scoured the interwebs and all the existing CC marketplaces but couldn't find anything good enough.
Plugin Claude Code
Harness-agnostic session continuity: goal statements, status snapshots, handoffs, cold resume, replanning, and wrap-up. No git or GitHub required.
Skill Claude CodeCodex
Emit one goal statement for the current work, hard-capped under 4000 characters and measured with wc -m, never estimated. Takes an optional focus hint like /compact ('focus on the auth path, ignore docs'); with no argument it derives the objective from the session's recent pivots plus any unfinished plan or task…
Skill Claude CodeCodex
Emit a paste-ready two-part handoff for a fresh session: a ## Goal statement hard-capped under 4000 characters (produced by the /goal skill), plus an unbounded ## Full prompt carrying cwd, ordered reading list, hard rules, pitfalls, and deliverables. Runs with or without a git repository — branch and PR facts are…
Skill Claude CodeCodex
Rebuild a plan from live ground truth — the artifacts themselves, tests, and (in a repository) git and gh — when the existing plan file no longer matches reality — items silently done, approach superseded, or facts drifted. Use when a plan has gone stale mid-effort or when resuming reveals contradictions. Re-derives…
Skill Claude CodeCodex
Pick up unfinished work cold in a fresh session by re-deriving state from live git, gh, the plan file, and TaskList — never from remembered or pasted claims. Use at the start of a new session that continues prior work, or when handed a resume prompt. Verifies what is actually merged, open, committed, and checked-off…
Skill Claude CodeCodex
Analyzes current session state without any cleanup. Full mode (default): resolves the active plan file, reads plan checklist + TaskList, gathers unfinished work/issues from conversation history, and emits a /handoff-built next-session prompt. Mid-session mode (/session-status mid): a fast plain-language 'done vs…
Skill Claude CodeCodex
Record triaged follow-up work where it will actually be seen — create the item in the issue tracker (Vikunja) or the incident system of record (Zammad), deduplicating first and reporting the created identifier. Use when a session produced work that outlives it, or when another skill has triaged items and needs them…
Skill Claude CodeCodex
Emit one paste-ready prompt for a local (weaker) LLM whose sole job is updating public and private documentation to match every technical change this session made — an exhaustive per-item changelog (file/component path, what changed technically, commit SHAs, PR URLs, why), routed between public repo docs and the…
Skill Claude CodeCodex
End-of-session handler that first checks whether the current session's plan is actually complete. If complete: run a quick retrospective, emit a forward-looking follow-up prompt, and — in a git repository — refresh the repo and clean gone branches. If incomplete: skip cleanup and emit ready-to-paste resume prompts so…
Plugin Claude Code
Delegate tasks to AI models, orchestrate premium-model work, and run autonomous maintenance loops.
Skill Claude CodeCodex
Autonomous maintenance orchestrator that continuously finds and dispatches work.
Skill Claude CodeCodex
Route a task to the right model — a native Claude subagent, Codex, or local MLX — based on task type.