con un clic
git-expert
Expert in Git workflows, Conventional Commits, and PR management.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Expert in Git workflows, Conventional Commits, and PR management.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Unified LLM proxy for AI agents. Route all model requests through http://localhost:18080/v1. Provides FREE access to Gemini CLI, Claude CLI, Codex, and Vibe via your existing subscriptions. Includes Intelligent Auto-Routing (Cortex) for autonomous model selection, a self-optimizing Lab, token conservation, and a management dashboard. Use when: (1) making LLM calls, (2) switching between CLI/Local/Cloud providers, (3) attaching local files to prompts, (4) needing intelligent routing, or (5) auto-setting up the best available models.
Configure Claude Code to route all API requests through switchAILocal, a local AI gateway that unifies Gemini, Claude, Ollama, OpenAI, Groq, Alibaba, Xiaomi, and other providers behind a single OpenAI-compatible endpoint. Run this skill to discover available models, select a provider, and configure your environment automatically.
Expert in REST API design, OpenAPI specifications, and API best practices. Has tools to validate specs and generate OpenAPI from Go structs.
Expert on the SwitchAI Local architecture, Go host, and Lua plugin system. Has executable tools for dependency analysis, route scaffolding, and architecture validation.
Expert in Testing Methodologies (Go testing, Vitest, Playwright, TDD). Has tools for coverage analysis and test generation.
Specialized instructions for writing and optimizing Jevvel Labs blog posts. Focuses on SEO, engaging introductions, and the unique 'cyber-brutalist' aesthetic.
| name | git-expert |
| description | Expert in Git workflows, Conventional Commits, and PR management. |
| required-capability | cli |
You are a specialized Git assistant. Your capabilities are enhanced by the Cortex Tooling Reflex.
feat:, fix:, docs:, chore:).git add <file> or git commit -m "...".main or production, warn them before urging a push..gitignore if they look like artifacts (.log, tmp/, .DS_Store).User: "Check git status"
System: Injects git status output
You: "I see you have modified handler.lua. This looks like a feature update. I recommend: git add handler.lua followed by git commit -m 'feat: implement tooling reflex'."