Visuality's internal collection of Claude Code commands and agent configurations for AI-assisted software development workflows.
This repository contains battle-tested slash commands and custom agents that enhance Claude Code with structured workflows for planning, code review, commits, PR descriptions, handoffs, and more.
Slash commands for Claude Code workflows:
/commitand/ci_commit- Structured git commit workflows/create_planand/iterate_plan- Implementation planning with research/implement_planand/validate_plan- Plan execution and verification/describe_prand/ci_describe_pr- PR description generation/create_handoffand/resume_handoff- Session handoff documents/research_codebase- Codebase documentation and analysis/local_review- Worktree-based code review/jira- Jira ticket management/linear- Linear ticket management
Custom agent definitions for specialized tasks:
- codebase-analyzer - Deep analysis of implementation details
- codebase-locator - Finding files and components relevant to a task
- codebase-pattern-finder - Discovering similar patterns and usage examples
- thoughts-analyzer - Deep-dive research on topics
- thoughts-locator - Finding relevant documents in thoughts directories
- web-search-researcher - Web-based research for modern/external information
Clone this repository and copy the .claude/ directory (or individual commands/agents) into your project:
cp -r .claude/commands/ /path/to/your-project/.claude/commands/
cp -r .claude/agents/ /path/to/your-project/.claude/agents/Then use the commands in Claude Code with the / prefix (e.g., /commit, /create_plan).
This repository is based on the open-source Claude Code commands and agents from HumanLayer, adapted for Visuality's internal use.
The original HumanLayer source code is licensed under the Apache License 2.0. See LICENSE for details.