By jewunetie
A personal collection of specialized Claude Code skills covering research, reasoning, writing, design, and development workflows
Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. Use this skill whenever the user shares an arxiv URL (arxiv.org/abs/...), an arxiv paper ID (e.g. 2401.12345), an alphaxiv URL, or asks you to explain, summarize, or analyze a research paper by ID or link. This is faster and more reliable than reading a raw PDF. Trigger proactively even when the user says things like "can you read this paper", "summarize this arxiv link", or "what does this paper say".
Design a codebase to work well with AI coding agents (Claude Code, Codex, Cursor, Aider). Use this skill when the user is starting or retrofitting a repository for agents, asking what AGENTS.md or CLAUDE.md should contain, designing project structure for AI assistance, asking about harness engineering, saying an agent keeps making the same mistake, asking how to make agents reliable on long-running tasks, or trying to make their codebase legible to coding agents. Trigger on indirect phrasings too. Examples include "set up my project for Claude Code", "make my repo agent-friendly", "stop my agent from doing X", "best architecture for AI-generated code", or "the agent keeps reinventing utilities". Use proactively when the user describes building a project with agent assistance and has not yet thought about scaffolding, AGENTS.md, custom linters, hooks, or feedback loops.
Use this skill whenever you need to elicit context, preferences, constraints, or choices from the user before proceeding. This is the default mechanism for all user-facing elicitation. The skill picks the best available tool, choosing a rich inline form (with cards, free-text, file uploads, multi-select, dates, sliders, and multi-round flows) when the visualizer is loaded, falling back to ask_user_input_v0 for choice questions, and prose for everything else. Trigger this any time you would otherwise ask a clarifying question in prose, call ask_user_input_v0 directly, or write a numbered list of questions for the user. This includes requests where intent is underspecified, decisions between options, gathering preferences for a recommendation, confirming assumptions before producing a deliverable, or collecting form-like data. Replaces ask_user_input_v0 as the default elicitation mechanism.
Build Python workflows and agents using the Claude Agent SDK (claude-agent-sdk). Use this skill whenever the user wants to create, design, or debug agent workflows, multi-agent systems, automation scripts, or any Python code that uses the Claude Agent SDK (formerly Claude Code SDK). Trigger on mentions of: "agent sdk", "claude-agent-sdk", "claude_agent_sdk", "query()", "ClaudeSDKClient", "subagents", "AgentDefinition", "agent workflow", "multi-agent", "claude code sdk", or any request to build an autonomous agent that reads files, runs commands, edits code, or orchestrates tasks programmatically. Also trigger when the user asks about architecting agent systems, choosing between SDK patterns, or integrating custom tools/hooks/MCP servers with the Agent SDK. Even if the user just says "build me an agent" or "automate this with Claude", use this skill.
Help the user understand and internalize complex topics through a structured pedagogical approach calibrated to how they learn. Triggers on "explain X to me", "help me understand Y", "what is Z and why does it matter", "break down this concept", "teach me about W", "how does X work", "walk me through Y", "I keep hearing about X but do not really get it", "what is the intuition behind X", or any request where the user wants to build a mental model of something they do not yet understand. Also trigger when the user asks conceptual "why" questions about systems, architectures, or paradigms. Do NOT trigger on simple factual lookups ("when was X founded"), summarization requests, problem-solving or decision-making (use the solve skill), or requests where the user already understands the topic and wants information organized.
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 plugin containing 18 specialized skills for research, reasoning, writing, design, and development workflows. Compatible with Claude Code and OpenAI Codex.
Claude Code:
/plugin marketplace add jewunetie/skills
/plugin install skills@jewun-skills
OpenAI Codex:
codex plugin marketplace add jewunetie/skills
codex plugin add skills@jewun-skills
Compatibility note: Skills use the shared SKILL.md format and are broadly compatible across runtimes. The following features are Claude Code-only and will not function in Codex:
ask_user_input_v0calls (ask-user,harness-codebase-design),/mnt/user-data/file paths (pdf-vision,explain-conceptmemo export,qwen-800m), and theplan-auditbundled subagent (uses.claude/agents/and Claude Code's permission system). Thecc-agent-sdk-workflowsskill is inherently Claude-specific.
| Skill | Description |
|---|---|
alphaxiv-paper-lookup | Fetch structured AI-generated overviews of arxiv papers via alphaxiv.org |
ask-user | Rich elicitation tool — forms, cards, multi-select, file uploads — for gathering user input |
cc-agent-sdk-workflows | Build Python workflows and multi-agent pipelines with the Claude Agent SDK |
explain-concept | Structured, pedagogically calibrated explanations of complex topics |
fresh-eyes-review | Multi-pass self-review (surface, logic, cross-reference, regression) of produced work |
google-search-operators | Advanced Google search operator syntax for precise, targeted web searches |
harness-codebase-design | Design repositories for reliable AI agent assistance (CLAUDE.md, hooks, feedback loops) |
human-centered-ai-design | Post-2024 principles for human-centered AI product design (PAIR, HAX, HIG frameworks) |
humanizer | Strip AI-writing patterns and restore natural human voice in text |
improve-notes | Clean up and structure meeting notes, optionally merging with a transcript |
interviewer | Socratic stress-testing of plans and designs via relentless structured questioning |
osint-research | Systematic open-source intelligence methodology for people, orgs, and topics |
pdf-vision | Vision-based PDF reading that preserves layout, figures, tables, and multi-column structure |
plan-audit | Blind-reconstruct a plan from code and diff it against the original to catch scope creep |
qwen-800m | Run Qwen 3.5 0.8B locally in the Claude sandbox for inference and benchmarking |
solve | Consulting-framework-driven structured problem solving for any domain |
visual-reasoning | Iterative image manipulation (rotate, crop, enhance) for extracting hard-to-read visuals |
youtube-video | Transcribe, analyze, and extract content from YouTube videos |
.claude-plugin/
plugin.json # Claude Code plugin manifest
marketplace.json # Claude Code marketplace listing
.codex-plugin/
plugin.json # Codex plugin manifest
.agents/
plugins/
marketplace.json # Codex marketplace listing
skills/
<skill-name>/
SKILL.md # Skill definition and trigger rules
references/ # Supporting reference documents (where applicable)
scripts/ # Helper scripts (where applicable)
templates/ # Template files (where applicable)
bundled-agents/ # Bundled agent prompts (where applicable)
MIT
npx claudepluginhub jewunetie/skills --plugin skillsComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.