Hnl Agent Skills — Development skill for Claude Code
A reusable agent skills registry for Claude Code and Codex.
How to install Hnl Agent Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open c-kick/hnl-agent-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hnl Agent Skills does
A reusable agent skills registry for Claude Code and Codex.
Alternatives in Development
- Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
- Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
- Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★
README
agent-skills
A centralized, local skill registry for Claude Code and Codex.
This repository contains reusable agent skills, along with a small management layer that maintains them in a single source and distributes them across projects via symlinks (macOS/Linux) or junctions (Windows).
You can add a specific skill to a project, or install a predefined bundle of skills. This does not replace the standard agent-specific skills workflow — you can still drop a `SKILL.md` into `.claude/skills` or `.codex/skills` manually. This adds a central home for skills you want to reuse across projects and agents.
By default, skills are installed into both `.claude/skills` and `.codex/skills`. Set `AGENT_SKILLS_TARGETS` to customize the target directories.
The old `hnl-claude-skills.*` script names and `CLAUDE_SKILLS` environment variable remain supported for compatibility. New installs should use `agent-skills.*` and `AGENT_SKILLS`.
Example
In your project root, run `skill-add reflect`. This installs the `reflect` skill in `.claude/skills` and `.codex/skills` as symlinks/junctions pointing to the local repository at `~/.config/agent-skills`. No matter how many projects use the skill, it lives in one place — update it in the repository, and every project picks up the change immediately.
Bundles
You can also define bundles - predefined collections of skills. Example: `skill-bundle-add web_development` installs all skills in that bundle at once, each as a symlink/junction to the repository — the same as adding them individually. Bundles also support inheritance: `web_development` can extend `code_development`, which in turn extends `general`, so installing `web_development` pulls in the full chain automatically.
Installation
**Windows (PowerShell):**
- Clone the repository
git clone --recurse-submodules https://github.com/c-kick/hnl-agent-skills.git "$HOME/.config/hnl-agent-skills"
**Note:** PowerShell does not expand `~` for exter
Related Skills
Oc Doctor
Diagnose the OneCommand installation. Checks plugin registry, commands, brain, Codex integration. Reports exac
Agentdrive Plugin
AgentDrive plugin and MCP connector — an Agent Plugins 1.0 plugin, per-vendor marketplace manifests, and MCP R
Agent Learner
Reusable self-learning engine for agent workflows with installable Codex and Claude adapters.
Research Field Onboarding
A reusable research-onboarding skill for Claude, ChatGPT, Codex, and other instruction-following agents.
The Missing Semester Skills
MIT《计算机教育中缺失的一学期》2026 全九讲蒸馏成的 29 个可复用 agent skills,一键安装到 Claude Code / dsh / OpenCode / Codex · 29 reusable ag
Mathias Agent Toolbox
Public Claude Code and Codex plugin marketplace for reusable agent workflows, engineering skills, and Rust too
Related Agents
Query Agent
Creates encapsulated, reusable query objects for complex database queries with composable scopes. Use when bui
Flutter Template Refiner
Expert in iterative application-to-template refinement for Flutter applications. Use when stripping functional
Reusable Workflow Builder
Cross-platform CI/CD analyzer that scans GitHub organizations and creates standardized reusable GitHub Actions