refactor(skills): migrate skills to agent-skills-nix#316
Merged
Conversation
- Remove local skills directory from git tracking - Add agent-skills-nix and StackOneHQ/skills as flake inputs - Configure devShell to auto-install skills via symlink-tree - Update .gitignore to exclude Nix-managed skill directories - Update CLAUDE.md to document the new skills management approach Skills are now sourced from StackOneHQ/skills repository and automatically installed when entering `nix develop`.
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates skills management from local .claude/skills/ directory to a centralized Nix-based approach using the agent-skills-nix framework, sourcing skills from the StackOneHQ/skills repository.
Changes:
- Removed local skill files from version control (orama-integration and release-please)
- Added agent-skills-nix and StackOneHQ/skills as flake inputs with automatic skill installation via symlink-tree
- Updated .gitignore to exclude Nix-managed skill directories and updated documentation in CLAUDE.md
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| flake.nix | Added agent-skills-nix and stackone-skills inputs, configured skill discovery/allowlist for orama-integration and release-please, integrated mkShellHook for automatic symlink creation |
| flake.lock | Added lock entries for agent-skills, home-manager, and stackone-skills dependencies |
| .gitignore | Excluded .claude/skills, .codex/skills, and .opencode/skills directories from version control |
| CLAUDE.md | Updated Skills documentation to reflect Nix-based management via agent-skills-nix |
| .claude/skills/release-please/SKILL.md | Removed local skill definition (now managed via StackOneHQ/skills) |
| .claude/skills/orama-integration/SKILL.md | Removed local skill definition (now managed via StackOneHQ/skills) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate skills management from local
.claude/skills/directory to Nix-based management using agent-skills-nix.What Changed
agent-skills-nixandStackOneHQ/skillsas flake inputssymlink-tree.gitignoreto exclude Nix-managed skill directoriesCLAUDE.mdto document the new skills management approachWhy
nix developSummary by cubic
Migrated skills management from the local .claude/skills directory to Nix using agent-skills-nix. Skills now come from StackOneHQ/skills and auto-install as symlinks when running nix develop.
Refactors
Dependencies
Written for commit ed0d384. Summary will update on new commits.