Skill67 repo starsupdated 3d ago
coding-assistant
Provides coding assistance with best practices and code review
Install in Claude Code
Copygit clone --depth 1 https://github.com/athola/skrills /tmp/coding-assistant && cp -r /tmp/coding-assistant/assets/demo-skills/coding-assistant ~/.claude/skills/coding-assistantThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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
More from this repository
api-designerSkill
Design RESTful APIs with best practices for consistency and usability
debug-helperSkill
Systematic debugging approach for identifying and fixing issues
git-workflowSkill
Git best practices for version control and collaboration
test-writerSkill
Write comprehensive tests following TDD and BDD principles
commandsSkill
Create a new skill via GitHub search, LLM generation, or both.
html-portal-generatorSkill
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.