Skip to content

visualitypl/visuality-humanlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,112 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visuality Claude Code Commands & Agents

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.

What's Inside

Commands (.claude/commands/)

Slash commands for Claude Code workflows:

  • /commit and /ci_commit - Structured git commit workflows
  • /create_plan and /iterate_plan - Implementation planning with research
  • /implement_plan and /validate_plan - Plan execution and verification
  • /describe_pr and /ci_describe_pr - PR description generation
  • /create_handoff and /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

Agents (.claude/agents/)

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

Usage

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).

Origin & License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors