Loading .config/mise/conf.d/mcp.toml +7 −1 Original line number Diff line number Diff line Loading @@ -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", ] .config/mise/config.toml +3 −0 Original line number Diff line number Diff line Loading @@ -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 .gitignore +7 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,10 @@ uv.lock .vscode/mcp.json opencode.json .coverage # Skills directory /.agents/skills skills-lock.json # GrepAI config directory /.grepai Loading
.config/mise/conf.d/mcp.toml +7 −1 Original line number Diff line number Diff line Loading @@ -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", ]
.config/mise/config.toml +3 −0 Original line number Diff line number Diff line Loading @@ -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
.gitignore +7 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,10 @@ uv.lock .vscode/mcp.json opencode.json .coverage # Skills directory /.agents/skills skills-lock.json # GrepAI config directory /.grepai