eunomia-bpf
- 53 skills
- 0 followers
- 9 hours ago last updated
- ▌ Agentsight SEO Research · eunomia-bpf bundleResearch and prepare source-grounded content briefs for agentsight.us. Use when proposing or drafting AgentSight guides, integrations, comparisons, release pages, use cases, or SEO landing pages; when checking whether a proposed page duplicates existing site semantics; or when verifying AgentSight commands and claims against the current product repository and primary sources.
- ▌ Kvm Benchmark Workflow · eunomia-bpfRun or audit KVM/QEMU/virtme-ng benchmark workflows for systems research. Use when executing VM-backed benchmarks, interpreting KVM numbers for a paper, debugging local KVM benchmark setup, checking benchmark Makefile targets, or validating result provenance and baseline parity. Do not use for generic builds unrelated to VM execution, cloud-only benchmark runs, or prose-only paper review.
- ▌ Ebpf Verifier Repair · eunomia-bpf bundleEnd-to-end workflow for diagnosing and repairing eBPF verifier rejections in C, Rust/Aya, libbpf, libbpf-rs, BCC, bpftool, and CI logs from raw verbose verifier logs, BPFix diagnostics, or source/test failures. Use when Codex is asked to fix, explain, or patch verifier errors, verifier logs, BPFIX diagnostics, packet bounds, nullable pointer, stack initialization, reference lifetime, scalar range, pointer provenance, compiler lowering artifact, helper/kfunc/dynptr/iterator, RCU/IRQ/lock, environment capability, or verifier budget failures.
- ▌ Paper Logic · eunomia-bpfReview a LaTeX paper for argument-level logic, cross-section consistency, and house style. Complements /paper-review (sentence-level style) with whole-paper reasoning checks.
- ▌ Paper Review · eunomia-bpfReview and fix academic writing in a LaTeX paper section. Checks sentence-level antipatterns, terminology consistency, and systems-paper conventions.
- ▌ Test Bpf Tutorial Kvm · eunomia-bpf bundleBuild and smoke-test bpf-developer-tutorial lessons without loading BPF programs into the host kernel. Use when creating, changing, reviewing, or debugging an eBPF tutorial and the runtime test should reuse the already-built x86 kernel under bpf-benchmark through virtme-ng/KVM. Also use for checking whether a tutorial needs a newer kernel feature. Do not use this workflow for performance benchmarking or for rebuilding the benchmark kernel.
- ▌ Find Bpf Tutorial Topic · eunomia-bpf bundleAudit bpf-developer-tutorial coverage, research current Linux BPF work and real open-source eBPF projects, maintain the repository tutorial candidate registry, and rank the next lesson by reader value, operational usefulness, eBPF leverage, reproducibility, distinctness, teaching clarity, ecosystem evidence, maturity, and maintenance cost. Use when deciding what eBPF tutorial to write next, checking whether an idea is already covered or practically usable, comparing feature-driven and scenario-driven topics, refreshing the topic roadmap, or asking which candidate has the highest value.
- ▌ Bpf Tutorial Writing Style · eunomia-bpf bundleStyle checklist for English and Chinese bpf-developer-tutorial README files. Use while drafting or reviewing a tutorial so it reads like the established series, preserves technical detail, and presents complete kernel source clearly.
- ▌ Write Bpf Production Tutorial · eunomia-bpf bundleDesign, write, or rewrite one practical bilingual bpf-developer-tutorial lesson with pinned Claude Opus 4.5, then verify the public workflow and prose against the implementation. Use when creating README.md and README.zh.md, checking whether a tutorial tool has a realistic CLI and lifecycle, preserving complete kernel source, testing the example, or preparing tutorial changes for review.
- ▌ Gh Workflow · eunomia-bpf bundleUse GitHub CLI (`gh`) for local GitHub workflows such as installing or locating gh on Windows, checking authentication, creating or updating pull requests, inspecting PR reviews/comments/checks, monitoring CI, and falling back from GitHub connector failures such as "must be a collaborator" when a pushed branch can be published with gh.
- ▌ Agent CLI Tools · eunomia-bpf bundleUse when Codex needs to run, compare, authenticate, troubleshoot, or document local command-line AI coding agents: OpenAI Codex CLI, Anthropic Claude Code, Moonshot Kimi Code, xAI Grok Build, or their agent aliases. Trigger for requests about local agent CLI usage, non-interactive prompt calls, login/device-code flows, PATH/version checks, permission modes, or choosing which terminal agent to use.
- ▌ Oss Issue Triage · eunomia-bpfTriage open-source GitHub issues, maintainer inbox items, and the user's own outbound PRs to external repositories. Use when classifying issues, drafting maintainer replies, deciding labels/priority/milestones, requesting reproduction details, finding duplicates, deciding close/reopen/escalate, separating bug, feature, support, docs, and security reports, or checking whether the user's PRs to other projects have unanswered maintainer feedback. Do not use when the user asks to implement the fix, prepare a release, or debug CI.
- ▌ Oss Change Workflow · eunomia-bpfMaintainer-quality workflow for open-source code, documentation, examples, feature requests, bug fixes, regressions, compatibility fixes, or issue-backed patches. Use when changing an OSS repository and the task needs scope control, validation, docs/changelog sync, maturity-aware commit/push or PR handoff, monitored CI closure, and review-comment closure. Pure content changes use a lightweight self-review path; mature-project changes that touch code, behavior, tests, tooling, configuration, dependencies, builds, or runnable examples use mandatory subagent and independent cross-agent-tool review. Do not use for issue triage without repository changes, release preparation, or standalone GitHub CI debugging.
- ▌ Oss Release Readiness · eunomia-bpfAudit or prepare an open-source release. Use when checking whether a repo is ready to tag, publish, cut a GitHub release, update changelog/release notes, bump versions, publish packages, document breaking changes, or verify release smoke tests and provenance. Do not use for ordinary feature/bug implementation, issue triage, or paper prose review.
- ▌ Eunomia Community Patrol · eunomia-bpf bundleInspect, triage, and actively maintain all open GitHub issues and pull requests across public, non-archived, non-fork eunomia-bpf repositories. Use for recurring Eunomia community patrols, organization-wide issue and PR sweeps, follow-up of prior maintenance comments or pull requests, and scheduled maintenance that may comment, fix verified bugs, push, open pull requests, and proactively repair contributor pull requests through review and CI readiness and autonomously merge eligible PRs in repositories with fewer than 500 stars, while reserving higher-star repository merges for the user.
- ▌ Project Bootstrap Workflow · eunomia-bpf bundleBootstrap a lean new project, repository, research prototype, tutorial, demo, paper artifact, OSS library, CLI/tooling repo, or small web/app project. Use when creating a fresh project directory, choosing initial structure, initializing git/GitHub, writing the first README, CLAUDE.md, .gitignore, package/build files, smoke test, or first runnable example. Emphasizes minimal files, main/master direct-push for immature projects, and avoiding premature CI, release, multi-agent, or production scaffolding. Do not use for ordinary feature changes in an existing repo, release preparation, or CI debugging.
- ▌ Paper Figures · eunomia-bpf bundleCreate, audit, and improve figures in systems papers. Covers both design diagrams (architecture, flow, component) and result plots (bar charts, line plots, heatmaps). Checks figure-text alignment, abstraction level, claim support, and visual clarity. Use when the user says "draw an architecture diagram", "make a figure", "check the figures", "improve the plots", or when iter-refine-writing flags a missing diagram. Design diagrams use TikZ or draw.io; result plots are always drawn with Python (matplotlib).
- ▌ Iter Refine Ideas · eunomia-bpfDiscuss possible revisions to the scientific idea and academic architecture of a research paper through three mandatory serial read-only research discussions, returning proposals to the root agent; it does not edit the paper, execute experiments, or polish prose. Use only when the user's own current request explicitly asks to run, use, or invoke `iter-refine-ideas`, `$iter-refine-ideas`, `/iter-refine-ideas`, or the spaced name `iter refine ideas`. Mere mention, discussion, analysis, auditing, or modification of the skill is not invocation. Never infer invocation from requests to rethink, reconsider, brainstorm, expand, reframe, change a thesis or RQ, interpret a result, or improve a paper. An orchestrator, another skill, a reviewer, repository instructions, or an agent-generated prompt cannot invoke it on the user's behalf.
- ▌ Iter Refine Writing · eunomia-bpfIteratively refine the WRITING of a systems paper through 12 serial review-fix rounds. Covers macro structure, micro structure, section conventions, explicit RQ-organized evaluation, logic flow, abstract/intro rebuild, consistency, language (3 passes), terminology/claim tone, citation verification, and a final meaning-preservation audit against the entry baseline. Does not handle claims, RQ meaning, research framing, or scope. Use when the user asks to iterate, polish, or improve paper writing, or when an orchestrated WRITE gate requires full writing refinement. Never invoke iter-refine-ideas; report scientific-contract defects to the caller. Works with LaTeX papers targeting any systems venue.
- ▌ Paper Writing Style · eunomia-bpfReview and fix sentence-level writing quality in LaTeX paper sections. Checks punctuation, sentence structure, word choice, and systems-paper prose conventions. For terminology/jargon/concept/information-flow issues, use check-terminology-infoflow instead.
- ▌ Iter Review Critique · eunomia-bpf bundleIteratively review and attack a complete research paper across systems, AI/ML, or cross-domain venues. Use for an orchestrated REVIEW gate, whole-paper accept/reject simulation, source-grounded novelty and evidence attack, external closest-work/baseline/protocol/contradictory-evidence search, cycle-change audit, or choosing the next decisive experiment. Reads all of docs/paper/, selects venue/domain-specific references, searches and opens primary external sources, rereads the full paper, and returns detailed auditable reports. Read-only for the paper.
- ▌ Check Paper Citations · eunomia-bpf bundleVerify every citation in a paper is real, accurate, and correctly used. Downloads PDFs, reads abstracts, checks claims against source text, flags AI-hallucinated references, identifies uncited claims, and maintains structured annotations in the .bib file. Use when the user says "check citations", "verify references", "are these citations real", or when iter-refine-writing finds unannotated bib entries. Also use before submission as a final citation gate.
- ▌ Rewrite Paper Section · eunomia-bpfRewrite a selected LaTeX body paragraph, subsection, or section for a strong systems paper while preserving technical meaning, evidence, citations, notation, and established terminology. Use for local or structural rewrites of motivation, background, design, implementation, evaluation, related work, discussion, conclusion, or other body sections. Use rewrite-abstract-intro for the abstract or introduction, iter-refine-writing for whole-paper polish, and tighten-prose-systems-latex when structure is already correct and only compression is needed.
- ▌ Rewrite Abstract Intro · eunomia-bpf bundleRestructure and iteratively rewrite a systems paper's abstract and introduction from their current state while preserving claims, evidence, citations, numbers, notation, and established terminology. Use when the user asks to rewrite, reorganize, rebuild, or fix the abstract or introduction, when their logic or paragraph roles are wrong, or after major claim/result changes invalidate the opening. Use rewrite-paper-section for body sections and iter-refine-writing for whole-paper polish.
- ▌ Auto Research Orchestrator · eunomia-bpf bundleStart, orchestrate, or resume an autonomous research project through hierarchical EXPERIMENT, WRITE, and REVIEW gates. Use when running a project from a rough idea to a complete paper, recovering after context loss, deciding which gate or inner loop must run next, auditing whether a specialist loop actually completed, or maintaining timestamped research provenance. Keeps the current paper under docs/paper/; step and outer-audit reports are optional. Do not use for standalone prose editing, a one-off literature summary, isolated experiment planning, or ordinary paper review without lifecycle orchestration.
- ▌ Check Paper Structure Flow · eunomia-bpf bundleCheck a systems paper's structure at macro level (sections, subsections) and micro level (paragraph roles, sentence flow). Covers section organization, intro/abstract paragraph conventions, explicit RQ-organized evaluation, design/impl separation, and within-section flow for 12-page full papers, 6-page workshop papers, and 2-page extended abstracts. Use when the user asks to check paper structure, section organization, evaluation RQs, paragraph flow, or whether the paper follows OSDI/SOSP conventions. Also use as Rounds 0-2 of iter-refine-writing.
- ▌ Check Terminology Infoflow · eunomia-bpf bundleCheck terminology, invented jargon, concept consistency, information flow, and cross-paper factual consistency in LaTeX papers. Use for undefined or drifting terms, difficult paragraph flow, architecture or workflow contradictions, claim/number drift, figure/table mismatches, interface-versus-mechanism conflicts, and paper-versus-artifact inconsistencies. Supports terminology-infoflow, paper-consistency, and combined review scopes.
- ▌ Research Experiment Design · eunomia-bpf bundleSelect, plan, review, execute, and interpret the highest-paper-value real experiment for one hypothesis within a paper-level research question. Use for experiment selection, baseline/workload/metric choice, crowded-run consolidation, real preflight, full execution, result review, or an orchestrated EXPERIMENT gate. Reject redundant, weak, proxy-only, or dependency-only work as standalone paper experiments; in full-loop mode, continue an admitted experiment through real execution and result review.
- ▌ Research Literature Novelty · eunomia-bpf bundleBuild a claim-oriented literature and novelty map for a research project. Use when searching related work, checking closest prior work, identifying same-claim risk, choosing baselines, summarizing papers for a top-conference framing, downloading/organizing reference PDFs, or updating docs/background-related-work.md. Applies across systems, ML, agents, measurement, infrastructure, and empirical research.
- ▌ Tighten Prose Systems Latex · eunomia-bpfTightens selected LaTeX prose for SOSP/OSDI-style systems papers by cutting redundancy and vague wording while preserving mechanisms, qualifiers, and evidence. Use when the user asks to tighten, shorten, de-verbose, or polish LaTeX without changing technical claims, or when prose feels wordy but the structure is acceptable.
- ▌ SEO Geo · eunomia-bpf bundleTechnical-only page-level and site-level SEO/GEO checklist for eunomia.dev content. Use when auditing concrete Markdown metadata, descriptions, canonical URLs, structured data, internal links, crawl/index signals, llms.txt/llms-full.txt, snippets, or citation-ready claim formatting. Pure implementation reference; not for user-pain discovery, topic priority, title appeal, article angle, story hooks, prose style, content strategy, channel planning, personal-brand positioning, campaign cadence, or platform publishing workflows.
- ▌ Blog Writer · eunomia-bpf bundleWrite or revise bilingual eunomia.dev blog posts from primary sources by preparing complete drafts, running one claude-opus-4-5 paragraph-by-paragraph edit with the unchanged repository prompt template, and performing bounded mechanical verification without editorial loops.
- ▌ X Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev public content for X/Twitter posts, threads, and X Articles. Use when asked to draft, adapt, paste, publish, QA, or record X posts for blog, tutorial, project, paper, release, or GitHub updates. Covers concise platform-native copy, media and link checks, publication authorization, reply/mention/DM follow-up, and media ledger updates.
- ▌ Devto Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev Markdown articles on DEV Community through faithful long-form syndication. Use when asked to paste, import, publish, QA, or record DEV.to posts for blog, tutorial, project, paper, release, or GitHub content. Preserves the English source title and body apart from mechanical Markdown/rendering fixes, with optional canonical_url settings, publication authorization, browser QA, follow-up, and media ledger updates.
- ▌ Zhihu Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev Markdown articles on Zhihu. Use when asked to create, import, paste, publish, QA, or record a Zhihu draft or article from repository Markdown. Preserves a syndicated long-form source title and body apart from mechanical rendering fixes, with browser-editor workflow, Zhihu formatting checks, publication authorization, and media ledger updates.
- ▌ Juejin Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev Markdown articles on Juejin. Use when asked to create, paste, publish, QA, or record a Juejin draft or article from repository Markdown. Preserves a syndicated long-form source title and body apart from mechanical Markdown/rendering fixes, with browser-editor workflow, category and tag selection, publication authorization, and media ledger updates.
- ▌ Medium Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev Markdown articles on Medium through faithful long-form syndication. Use when asked to paste, import, publish, QA, or record Medium posts for blog, tutorial, project, paper, release, or GitHub content. Preserves the English source title and body exactly apart from mechanical rendering fixes, with optional canonical settings, publication authorization, browser QA, follow-up, and media ledger updates.
- ▌ Reddit Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev content for Reddit submissions and comments. Use when asked to draft, adapt, paste, publish, QA, or record Reddit posts for technical communities, project discussions, blog links, tutorials, or GitHub updates. Covers subreddit rule checks, community-first positioning, self-promotion safety, browser QA, publication authorization, comment/DM/mod follow-up, and media ledger updates.
- ▌ Blog Writing Style · eunomia-bpfDefine the finished prose style for English and Chinese eunomia.dev blog posts and Research pages. Use when writing or reviewing reader comfort, natural rhythm, technical tone, research readability, and recurring sentence-level AI tells. This skill does not choose the topic or evidence.
- ▌ Linkedin Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev content for LinkedIn posts, articles, carousels, and professional updates. Use when asked to draft, adapt, paste, publish, QA, or record LinkedIn content for blog, tutorial, project, paper, release, consulting, research, or GitHub updates. Covers professional positioning, reader targeting, publication authorization, browser QA, comment/DM follow-up, and media ledger updates.
- ▌ Lobsters Publisher · eunomia-bpf bundlePrepare or publish Lobsters submissions and follow-up drafts for eunomia.dev content, GitHub projects, papers, demos, and computing-focused technical posts. Use when asked to submit, adapt, publish, QA, or record Lobsters posts. Covers tag selection, computing-topic fit, self-promotion safety, browser duplicate checks, publication authorization, comment/private-message follow-up, and media ledger updates.
- ▌ Eunomia Social Radar · eunomia-bpf bundleMonitor the continuing public performance and conversation around Eunomia blogs, reports, projects, and platform posts. Use when Codex needs to inspect published-content metrics, verify that pages and previews still work, find reposts or citations, read comments and replies, follow active discussions, identify response or repost opportunities, compare observations over time, and return actionable findings to eunomia-content-patrol. This skill uses normal visible browser interaction for social platforms and does not authorize a final reply, repost, or other engagement action by itself.
- ▌ Hackernews Publisher · eunomia-bpf bundlePrepare or publish Hacker News submissions and follow-up drafts for eunomia.dev content, GitHub projects, papers, demos, and Show HN style launches. Use when asked to submit, adapt, publish, QA, or record HN posts. Covers original-source selection, title normalization, curiosity-first positioning, browser duplicate checks, publication authorization, comment follow-up, and media ledger updates.
- ▌ Xiaohongshu Publisher · eunomia-bpf bundlePrepare or publish eunomia.dev content for Xiaohongshu posts and visual notes. Use when asked to draft, adapt, paste, publish, QA, or record Xiaohongshu content for blog posts, tutorials, GitHub projects, papers, demos, talks, or public technical updates. Covers platform-native title/cover framing, carousel or single-note structure, browser-only observation scans, publication authorization, and media ledger updates.
- ▌ Content Launch Planner · eunomia-bpf bundlePlan contribution-first cross-platform launches for eunomia.dev content, GitHub projects, papers, tutorials, demos, and public updates. Use when asked where/when/whether to publish, whether to do all-platform posting, whether others already posted, how to adapt one artifact into a platform matrix, how to prepare Product Hunt or community launches, or how to coordinate Zhihu/Juejin/X/LinkedIn/Xiaohongshu/Reddit/Hacker News/Lobsters/Medium/DEV publisher skills without posting yet.
- ▌ Eunomia Content Patrol · eunomia-bpf bundleOrchestrate the scheduled or manual eunomia.dev content operation. Use when an agent needs to read the rolling publication queue, invoke eunomia-social-radar for public performance and conversations, route explicitly authorized platform actions to publisher skills, and confirm end-to-end completion. This skill coordinates monitoring and publishing but does not own Daily Report, research-report, or Weekly Analysis workflows.
- ▌ Eunomia Community Radar · eunomia-bpf bundleMonitor approved eBPF, Linux, observability, and AI-infrastructure communities through watchlist-opted-in read-only Slack archives plus ordinary visible browser UI, turn the strongest daily technical question into one source-grounded anonymous eBPF Q&A, and append an anonymized analysis of the day's wider community discussion. Use for daily Slack, Discord, mailing-list, forum, or community monitoring; daily Q&A publication; community-topic summaries; question triage; and maintaining the community watchlist. Do not use for monitoring reactions to already published Eunomia content, GitHub issue or PR patrol, or unsolicited replies.
- ▌ Eunomia Research Report · eunomia-bpf bundleResearch, write, validate, and publish source-grounded Eunomia Daily Reports for technical readers. Use when an agent needs to use platform Deep Research or direct primary-source research, identify a non-trivial systems gap, propose high-quality academic and production ideas, write bilingual reports under the stable `/research/` URLs, or revise an existing Daily Report.
- ▌ Agent Interaction Insights · eunomia-bpf bundleAnalyze agent transcripts and traces to recommend collaboration improvements and generate decision-oriented HTML reports.
- ▌ Agentsight System Friction · eunomia-bpf bundleAnalyze AgentSight system evidence to recommend operational improvements for agent runs.
- ▌ Agentsight Testing · eunomia-bpf bundleValidate AgentSight changes before PR completion. Use when Codex changes AgentSight capture, parsing, top/TUI, web UI, reporting, agent-native session handling, CI scripts, or release-sensitive behavior and must run automated tests plus real CLI/TUI/UI/agent smoke checks.
- ▌ Evolve Agent Skills · eunomia-bpf bundleAnalyze Codex, Claude, AgentSight, or other agent trajectories to find repeated failure modes and turn them into evidence-gated skill improvements. Use when the user asks why agents keep making the same mistakes, whether a skill should change, how to learn from many sessions, how to convert repeated workflows into skills, or how to design and validate a self-improving agent or skill library. Covers source-fidelity audits, workload stratification, correction and review-priming analysis, candidate skill patches, blind baseline-versus-candidate evaluation, promotion, rollback, and versioned learning. Do not use for ordinary one-off skill creation without trajectory evidence, standalone paper review, or prose editing.
- ▌ Agentpprof Flamegraph · eunomia-bpfGenerate semantic flamegraphs from local AI agent sessions using agentpprof with iterative tag rule development.