Agent Skills Nix
Description
Declarative management of Agent Skills on Nix
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-skills-nix
Declarative management of Agent Skills (directories containing `SKILL.md`) with flake-pinned sources, discovery, selection, bundling, Home Manager integration, and skills-only Agent Plugin export.
Concepts
- sources: Named inputs or paths pointing at a skills root (
subdir). They can be written directly as before, or generated from the optional source registry. OptionalidPrefixnamespaces discovered skill IDs to avoid collisions across sources. - discover: Recursively scans sources for directories that contain
SKILL.md, producing a catalog. Skills can be nested (e.g.ecosystem/c-ecosystem/) and their IDs use/as separator. - skills.enable / skills.enableAll / skills.explicit: Declaratively pick discovered skills, enable-all (global or by source list), and explicitly specified ones; no accidental auto-install unless you opt in.
- Agent Plugin export: Maps selected catalog entries to portable skill names and produces a self-contained, skills-only plugin directory.
- targets: Agent-specific destinations synced from a store bundle (structure:
link,symlink-tree,copy-tree). Targets are opt-in (enable = falseby default). Runtime destinations support$HOME,~, and${VAR:-$HOME/...}fallback forms without general shell evaluation. See Default target paths below.
Source filters
Each source supports optional filters to control discovery:
idPrefix(null | string, default:null): Prefix prepended to discovered skill IDs. Useful when multiple sources expose the same relative path, e.g.idPrefix = "openai";turnspdfintoopenai/pdf.filter.maxDepth(null | int, default:null): Maximum recursion depth for SKILL.md discovery.null= unlimited (capped internally at 100 to guard against symlink loops),1= immediate children only,2= one level of nesting. Set to1to restore pre-recursive (flat-only) behavior.filter.nameRegex(null | string, default: `n
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development