Commit a6eca4cb authored by Jan Reimes's avatar Jan Reimes
Browse files

🛠️ chore(mise): update config and add new tools

parent 941d2242
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -23,7 +23,13 @@ run = [
description = "Install agent skills for AI assistants"
depends = ["dev"]
run = [
	"bun x skills add yoanbernabeu/grepai-skills --all -a universal -y",
	"bun x skills add yoanbernabeu/grepai-skills -a universal -y",
	"bun x skills add AlmogBaku/debug-skill -a universal -y",
	"bun x skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples -s rtk-optimizer -a universal -y",
	"bun x skills add https://github.com/sickn33/antigravity-awesome-skills -s python-pro -s python-packaging -s python-testing-patterns -a universal -y",
	"bun x skills add https://github.com/nicobailon/visual-explainer -a universal -y",
	"bun x skills add https://github.com/alinaqi/claude-bootstrap -s code-deduplication -a universal -y",
	"bun x skills add https://github.com/hardikpandya/stop-slop -a universal -y",
	"bun x skills add https://github.com/s2005/uv-skill -a universal -y",
	"bun x skills add https://github.com/netresearch/agent-rules-skill -a universal -y",
]
+3 −0
Original line number Diff line number Diff line
@@ -4,5 +4,8 @@
node = "latest"
bun = "latest"

ripgrep = "latest"
"github:peteretelej/tree" = { version = "latest", rename_exe = "tree-cli" }

[settings.npm]
package_manager = "bun"
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
@@ -27,3 +27,10 @@ uv.lock
.vscode/mcp.json
opencode.json
.coverage

# Skills directory
/.agents/skills
skills-lock.json

# GrepAI config directory
/.grepai