Instructions file GitHub Copilot
Copilot instructions for ourobx/agent-ebpf, covering ai agent instructions (claude skills manager), installed skills and how to use in agent mode.
Zero-Code, Zero-Overhead Kernel Firewall for AI Workflows & LLM Agents (eBPF / MCP)
Instructions file GitHub Copilot
Copilot instructions for ourobx/agent-ebpf, covering ai agent instructions (claude skills manager), installed skills and how to use in agent mode.
Instructions file GitHub Copilot
Detect the host OS (Windows/macOS/Linux) and PowerShell version (5.1 Desktop vs 7+ Core) before writing or editing scripts, and write/adapt .ps1, .sh, and .cmd scripts to match what's actually available — avoiding PS7-only syntax on PS5.1, GNU-only flags on macOS/BSD tools, and Windows-only assumptions on POSIX…
Instructions file GitHub Copilot
Publish a VS Code-compatible extension to Open VSX for Cursor and Kiro IDE using ovsx. Covers same VSIX as VS Marketplace, OVSXPAT setup, namespace ownership verification, publish scripts, GitHub Actions, wrong-VSIX pitfalls, and cross-links between registries. Use when publishing to Open VSX, Cursor gallery, Kiro…
Instructions file GitHub Copilot
Deployment-first delivery — concrete architecture and IaC over theoretical advice. Use when deploying, provisioning infra, debugging first-apply failures, or when the user wants advice that works on the first attempt (not hand-wavy theory). Pair with Practical Focus toggle (architecture-first / deploy-ready).
Instructions file GitHub Copilot
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…
Instructions file GitHub Copilot
Give an honest, evidence-based verdict on whether the \"Claude Skills Manager\" VS Code extension (claude-skill-deployer) is actually delivering real value in THIS project — not a usage-count report of individual skills (see skill-usage-insights for that), but a judgment of the extension's own core mechanisms…
Instructions file GitHub Copilot
Apply two lightweight file-hygiene conventions when writing or editing files - no emoji characters outside Markdown (.md) files, and YAML files (.yml/.yaml) end with exactly one trailing newline. Use whenever creating or editing non-Markdown files that might contain emoji, or any .yml/.yaml file.
Instructions file GitHub Copilot
Debug GitHub Actions pipeline failures and reproduce CI stages locally. Use when asked to debug CI, fix a failing workflow, reproduce a job with act, or run a pre-flight check before pushing.
Instructions file GitHub Copilot
Maintain a project-local self-learning base of task/command outcomes — record successes and failures with timestamps, durations, and fixes; generate a patterns report (pass rates, recurring errors, known fixes); and surface a learned hint before retrying something that failed before. Use at the start of a session to…
Instructions file GitHub Copilot
AUTO-START on new agent session/window (injected by profile-init-watch for Claude, Cursor, Kiro, Copilot) and on new tasks — analyze the prompt and repo, write task-skill-proposals.json, then read top proposed skills before other work. Also register user disagreement into skill-feedback.jsonl when the user says no…
Instructions file GitHub Copilot
At the start of a new session, do a cheap check for new or updated official Anthropic skills (github.com/anthropics/skills) and automatically add or update them in skillslibrary/ (no user prompt). Also use on explicit request ("check for official skill updates", "sync official skills").
Instructions file GitHub Copilot
Analyze recorded skill usage in this project (.claude/learning/runs.jsonl, written by self-learning) and the skills installed in .claude/skills/ to produce a usage and KPI report - which skills are actively used and reliable, which are failing, and which are unused or low-value, with recommendations on what to add or…
Instructions file CodexOpenCode
AGENTS.md instructions for ourobx/agent-ebpf, a project described as: Zero-Code, Zero-Overhead Kernel Firewall for AI Workflows & LLM Agents (eBPF / MCP).
Instructions file
Claude Code instructions for ourobx/agent-ebpf: Claude Code discovers and loads skills under .claude/skills/ automatically — nothing here needs to be read for that to work. This table is kept up to date purely as a human-readable summary of what's installed and why.