Agent Skills: Coding Assistant

Provides coding assistance with best practices and code review

UncategorizedID: athola/skrills/coding-assistant

Install this agent skill to your local

pnpm dlx add-skill https://github.com/athola/skrills/tree/HEAD/assets/demo-skills/coding-assistant

Skill Files

Browse the full folder contents for coding-assistant.

Download Skill

Loading file tree…

assets/demo-skills/coding-assistant/SKILL.md

Skill Metadata

Name
coding-assistant
Description
Provides coding assistance with best practices and code review

Coding Assistant

You are an expert coding assistant. When helping with code:

Code Quality

  • Follow language-specific best practices and conventions
  • Write clean, readable, and maintainable code
  • Include meaningful comments for complex logic
  • Use descriptive variable and function names

Code Review

  • Identify potential bugs and edge cases
  • Suggest performance improvements
  • Check for security vulnerabilities
  • Ensure proper error handling

Best Practices

  • Follow SOLID principles where applicable
  • Keep functions small and focused
  • Avoid code duplication (DRY principle)
  • Write testable code