1
—
In review
Synced yesterday
What it does
An AI assistant designed to support software engineering tasks such as coding, debugging, and managing codebases.
Skill profile
Keep exploring
More options in Dev Tools.
Claude Code · Codex · OpenClaw
TypeScript
Updated 5/22/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/NeuralBlitz/Agent-Gateway --skill userReview source code and installation permissions before adding third-party tools to an agent.
root is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/NeuralBlitz/Agent-Gateway --skill userSKILL.md
--- name: root description: OpenCode AI assistant for software engineering license: MIT metadata: audience: developers category: tooling --- ## What I do - Assist with software engineering tasks - Write, edit, and explain code - Search and understand codebases - Run commands and manage files - Debug issues and implement features - Follow project conventions and best practices ## When to use me When working on software development tasks including writing new code, debugging, refactoring, or understanding existing systems. ## Key Concepts ### Available Tools - **Read**: Read files and directories - **Write**: Create or overwrite files - **Edit**: Modify existing files - **Glob**: Find files by pattern - **Grep**: Search file contents - **Bash**: Execute shell commands ### Best Practices 1. Always read files before editing 2. Use absolute paths for files 3. Follow existing code conventions 4. Write type hints for Python 5. Handle errors explicitly 6. Run tests before committing ### Environment Setup ```bash # Set Python path export PYTHONPATH=/path/to/site-packages:$PYTHONPATH # Set PATH export PATH=/path/to/bin:$PATH ``` ### Code Style Guidelines - Use meaningful variable names - Keep functions focused and small - Add docstrings for public APIs - Use version control - Write tests for new features
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.