coding-agent
Installation
SKILL.md
Coding Agent
Overview
Guidelines for performing autonomous coding tasks effectively and safely.
Before Coding
1. Understand the codebase
- Read
package.json/pyproject.toml/Cargo.tomlfor project context - Read
README.mdand anyCLAUDE.md/AGENTS.md - Identify the tech stack, patterns, and conventions in use
- Check existing tests to understand expected behavior
2. Plan before writing
- For non-trivial changes, outline the approach first
- Identify which files need to change
- Consider edge cases and error handling
- Check if similar patterns already exist in the codebase
Related skills
More from phuetz/code-buddy
blender
Blender 3D modeling, animation, and rendering automation via Python bpy scripting and CLI
19figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3