By oghie
Personal collection of model-agnostic engineering and research skills for Claude, Codex, and Antigravity.
Use when evaluating, designing, drafting, revising, stress-testing, or preparing academic articles, empirical research reports, literature reviews, systematic reviews, meta-analyses, journal submissions, reviewer responses, research methods, sampling, measurement, analysis, publication readiness, or citation/source audits.
Use when designing, reviewing, modifying, migrating, optimizing, securing, operating, troubleshooting, or decommissioning data architectures across data model exploration, SQL, ISO SQL conformance, NoSQL, vector, graph, document, time-series, NewSQL, search, in-memory, SQLite, CDC/Debezium, DBMS storage/query/recovery internals, database incident prevention, hardware acceleration, cache, big-data, lakehouse, and warehouse systems.
Use when developing, reviewing, debugging, porting, or engineering Linux kernel device drivers, kernel modules, device tree bindings, bus clients, subsystem drivers, DMA/IRQ/memory paths, userspace interfaces, or hardware bring-up plans.
Use when designing, implementing, reviewing, debugging, testing, profiling, or porting concurrent, parallel, distributed, high-performance, network dataplane, kernel-bypass, or real-time software, including locks, semaphores, monitors, MPI, CSP rendezvous, DPDK, VPP, eBPF, XDP, AF_XDP, SR-IOV, RSS, RoCEv2/RDMA, RMS/EDF, priority inversion, and environment selection from silicon to edge.
Use when designing, evaluating, documenting, modernizing, reviewing, refactoring, or implementing software architecture and code-level structure, including requirements, context, architecture style selection, microservices patterns, clean code, code smells, Rust crate/library API architecture, Cargo feature/MSRV/SemVer policy, unsafe/FFI/no_std/library testing, modularity, views, NFR tactics, IAM/auth, security patterns, cost estimation, architecture-as-code fitness functions, ADR/RFC work, and engineering execution plans.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal collection of agent skills for software and research engineering, packaged as a single cross-platform plugin. Each skill is a self-contained, model-agnostic instruction set that runs on Claude (Claude Code), Codex, and Antigravity (Gemini) from the same source.
Every skill encodes a disciplined workflow rather than a prompt: classify the task, gather evidence, apply domain references, and verify before handoff. The goal is to keep agent output grounded in explicit forces, trade-offs, and a verification path instead of surface-level answers.
| Skill | Scope |
|---|---|
skills/software-architecture-engineering-uap | Design, evaluate, document, modernize, and refactor software architecture and code structure; microservices patterns; clean code; IAM/auth; NFR tactics; ADR/RFC; implementation planning. |
skills/uiux-frontend-engineering | Research, design, implement, and validate UI/UX and frontend interfaces for web, mobile, responsive apps, design systems, theme tokens, and XR/spatial surfaces. |
skills/data-architect-engineering | Design, review, migrate, optimize, secure, and operate SQL, NoSQL, vector, graph, search, cache, big-data, lakehouse, and warehouse systems. |
skills/device-driver-development | Linux kernel device drivers, modules, device tree bindings, bus clients, DMA/IRQ/memory paths, bring-up, and upstreaming. |
skills/realtime-systems-coding | Concurrent, parallel, distributed, real-time, and network-dataplane systems; locks/monitors, RMS/EDF scheduling, DPDK/XDP, kernel bypass. |
skills/tech-leadership | CTO and technology leadership: strategy, cybersecurity, requirements, framework selection, people, delivery, risk, KPIs, roadmap, budgeting, and governance. |
skills/academic-research-journal | Evaluate, design, draft, and revise academic articles, literature/systematic reviews, journal submissions, and source/integrity audits. |
The repository is one plugin. Skills live under skills/, and each platform reads its
own manifest:
.claude-plugin/
plugin.json # Claude Code plugin metadata
marketplace.json # Claude Code marketplace entry
.codex-plugin/
plugin.json # Codex plugin metadata + interface
gemini-extension.json # Antigravity (Gemini) extension manifest
GEMINI.md # Antigravity context file (includes AGENTS.md)
AGENTS.md # Cross-platform agent orientation
hooks/
hooks.json # SessionStart orientation hook (Claude Code)
session-start.sh # emits the skillset orientation as additionalContext
.mcp.json # MCP servers (Context7, GitHub, Postgres, arXiv)
LICENSE # MIT
skills/
<skill>/
SKILL.md # Claude skill manifest (frontmatter: name, description)
agent.md # Agent identity and operating model
agents/openai.yaml # Codex interface config and default prompt
tasks/ # Step-by-step task workflows
references/ # Domain reference material
scripts/ # Helper scripts (static scans, probes)
commands/ # Slash commands (where applicable)
claude plugin marketplace add oghie/skillsets
claude plugin install skillsets
Skills under skills/ auto-discover; Claude reads each SKILL.md and the
description field drives auto-invocation.
Install the plugin from the same repository (oghie/skillsets). Codex reads
.codex-plugin/plugin.json, which points at ./skills/ and exposes the bundled
skills through its interface block.
Install this repository as a Gemini extension. Antigravity reads
gemini-extension.json and loads GEMINI.md, which pulls in AGENTS.md for shared
agent orientation.
The plugin ships a .mcp.json with four optional MCP servers. They are lazy-loaded
and only matter for skills that benefit from live external data; each needs its own
runtime and, where noted, configuration. A server that is not configured simply fails
to start and shows up in /mcp — it does not block a session.
| Server | Backs | Runtime | Configuration |
|---|---|---|---|
context7 | All engineering skills (current library/API docs) | Node 18+ (npx) | None required; set CONTEXT7_API_KEY for higher rate limits. |
github | tech-leadership, software-architecture (repos, issues, PRs) | none (remote HTTP) | OAuth on first use against https://api.githubcopilot.com/mcp/. |
postgres | data-architect-engineering (schema, EXPLAIN, index tuning) | uv (uvx postgres-mcp) | Optional. Set DATABASE_URI to your connection string to activate it; if unset it stays inactive and the plugin loads normally. Runs in restricted (read-only) mode. |
arxiv | academic-research-journal (paper search, source audits) | uv (uvx arxiv-mcp-server) | None required. |
npx claudepluginhub oghie/skillsets --plugin skillsetsAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.