Zac's Claude Code Skills is a collection of 12 skills for development workflows, testing, quality assurance, and database management. It helps developers automate repetitive tasks, improve code quality, and streamline operations. The skills integrate with Claude and can be installed via a plugin command or tested locally.
git clone https://github.com/enbyaugust/zacs-claude-skills.gitZac's Claude Code Skills is a suite of 12 specialized skills that automate common development tasks within Claude Code. The collection covers development workflows (boot-local, db-env-switch, frontend-design), testing (test-and-commit, build-update-tests, E2E testing), quality assurance (parallel code review and plan validation agents), and database management (migration pipelines with approval gates). Skills like check-your-work orchestrate 6 parallel QA agents for bugs, security, and performance, while migration-test-and-push provides safe database promotion from local through staging to production. Installation is straightforward via plugin command or local testing, making it accessible for teams wanting to reduce manual review and testing overhead.
Install via plugin command: /plugin install <repo-url>. Or test locally with: claude --plugin-dir ./zacs-claude-skills. Access individual skills using their command names (e.g., /test-and-commit, /check-your-work) within Claude Code.
Automate unit and E2E test runs with automatic fixes and documentation sync
Validate database migrations safely across local, staging, and production environments
Run parallel code quality reviews checking patterns, security, and architecture
Kill and restart all local development services with a single command
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/enbyaugust/zacs-claude-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I want to use [SPECIFIC_SKILL] from Zac's Claude Code Skills. Here's my [CODE/TEST_CASE/QUERY]: [INSERT_CODE_OR_DATA]. Please help me [ACTION: test, debug, optimize, etc.].
# Code Optimization Report
## Original Code
```python
def calculate_average(numbers):
total = 0
for num in numbers:
total += num
return total / len(numbers)
```
## Optimized Code
```python
import statistics
def calculate_average(numbers):
return statistics.mean(numbers)
```
## Recommendations
- Use Python's built-in `statistics` module for more reliable calculations
- The optimized code is more concise and leverages tested functionality
- Consider adding input validation for edge casesAI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan