Add skillsmcp MCP server package

Update documentation in README.md and AGENTS.md
Refresh flake.lock for nixpkgs and flake-parts
Disable fastmcp checks to avoid version conflicts
This commit is contained in:
2026-05-06 10:15:17 +03:00
parent fb5db6e302
commit 69a34cb819
7 changed files with 72 additions and 6 deletions

View File

@@ -10,6 +10,11 @@ This is a **Nix flake overlay** repository that provides additional packages for
## Key Concepts
1. Don't assume. Don't hide confusion. Surface tradeoffs.
2. Minimum code that solves the problem. Nothing speculative.
3. Touch only what you must. Clean up only your own mess.
4. Define success criteria. Loop until verified.
### Blueprint Framework
This project uses `numtide/blueprint` which: