claude-plugins: ship a hyperhive-authored notes-hygiene skill by default
This commit is contained in:
parent
4d885df9ad
commit
bc83fde4ad
8 changed files with 152 additions and 11 deletions
|
|
@ -139,6 +139,11 @@ in
|
|||
# so the binary derivation stays cached when a prompt edit ripples
|
||||
# through.
|
||||
assets = pkgs.callPackage ./assets.nix { };
|
||||
# hyperhive-authored Claude Code plugin marketplace (source tree at
|
||||
# ../../claude-plugins) — a local-path marketplace spliced into the
|
||||
# default `hyperhive.claudeMarketplaces`/`claudePlugins` lists. See
|
||||
# ./claude-plugins.nix for the "why a store path, not a repo" rationale.
|
||||
claude-plugins = pkgs.callPackage ./claude-plugins.nix { };
|
||||
# The repo docs/ markdown tree as a standalone derivation —
|
||||
# agents read it in-container (added as a claude additional
|
||||
# directory) and the website repo reuses it as a flake input,
|
||||
|
|
|
|||
Loading…
Reference in a new issue