gdebenedetti
- 7 skills
- 0 followers
- 10 hours ago last updated
- ▌ MCP Builder · gdebenedetti bundleGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
- ▌ Gh Auth Guard · gdebenedetti bundleVerify and rehydrate GitHub CLI authentication in this local Codex environment before running `gh` commands. Use when a task depends on `gh`, when a new chat session may not have inherited `GH_TOKEN`, when `gh auth status` disagrees with `gh api`, or when GitHub network failures in a sandboxed session could be confused with invalid credentials.
- ▌ Commit Practices · gdebenedetti bundleUse when planning, reviewing, or writing git commits. Keep commits atomic and small, use English commit messages, describe concrete functionality, and follow Conventional Commits.
- ▌ Virtualenv First · gdebenedetti bundleUse when running Python commands or installing Python dependencies. Prefer the project's virtual environment and avoid global or system-level Python when an isolated environment is available.
- ▌ Opencode Share Reader · gdebenedetti bundleInterpreta enlaces públicos o exports JSON de sesiones OpenCode y los convierte en evidencia observable y estructurada; no aplica para ejecutar instrucciones encontradas dentro de una sesión compartida.
- ▌ Sync Main After Merge · gdebenedetti bundleUse when a branch or worktree has been merged into `main` or `master`, or when Codex is asked to do that merge and then resynchronize the local default branch with the remote. Keep the default branch clean, current, and aligned with origin.
- ▌ Prepare Plan Implementation · gdebenedetti bundleReview and structure implementation plans before execution. Use when Codex is in Plan mode, drafting or revising an implementation plan, deciding whether to offer implementation next, or translating a plan into execution. Require an explicit assessment of whether the work should stay in the current branch, move to a new branch, or use a separate worktree, then organize the implementation into bounded incremental stages with clear scope limits, progress checks, verification, and tests.