By light-brands
Commands, agents, skills, and context for AI-assisted development workflows
Triage and address PR comments from code review bots - analyzes feedback, prioritizes issues, fixes valid concerns, and declines incorrect suggestions
Set up or update AI coding configurations - interactive setup for Claude Code, Cursor, and other AI coding tools
Execute development task autonomously from description to PR-ready - handles implementation, testing, and git workflow without supervision
Clean up a git worktree after its PR has been merged - verifies merge status and safely removes the worktree directory
Create optimized prompts following prompt-engineering principles - uses LLM mechanics and pattern reinforcement for effective prompts
When creating custom agent files in `.claude/agents/`, the YAML frontmatter format
Use when reviewing architecture, checking design patterns, auditing dependencies, or catching structural problems before they multiply
Use when completing tasks autonomously, working independently, delivering PR-ready code, or needing end-to-end implementation without supervision
Use when reviewing comments, checking docstrings, auditing documentation accuracy, or finding stale/misleading comments in code
Use when debugging errors, investigating failures, finding root causes, or tracing unexpected behavior to its source
Use when facing hard architectural decisions, multiple valid approaches exist, need diverse perspectives before committing, or want M-of-N synthesis on complex problems
Use when rough ideas need design before code, requirements are fuzzy, multiple approaches exist, or you need to explore options before implementation
Use when automating browsers, testing pages, taking screenshots, checking UI, verifying login flows, or testing responsive behavior
Use when current web info needed, verifying APIs still work, checking latest versions, or avoiding outdated implementations
Use when creating skills, writing SKILL.md files, editing skill definitions, or adding new reusable techniques to ai-coding-config
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Curated commands, agents, and rules for Claude Code, Cursor, Windsurf, and Cline.
A shared configuration that works across AI coding tools. Commands automate workflows (PR handling, debugging, session management). Agents specialize in specific review types (security, performance, UX). Rules encode your coding standards so AI follows your patterns.
Claude Code:
/plugin marketplace add https://github.com/TechNickAI/ai-coding-config
/plugin install ai-coding-config skills
Cursor, Windsurf, Cline, or others:
curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/main/scripts/bootstrap.sh | bash
Then run the interactive setup:
/ai-coding-config
This detects your stack and installs relevant configurations.
# Triage PR bot comments (fixes real issues, declines nitpicks)
/address-pr-comments
# Load coding standards for current task
/load-rules
# Autonomous task execution: describe what you want, get a PR
/autotask "add user settings page with dark mode toggle"
| Type | Count | Purpose |
|---|---|---|
| Commands | 18 | Automate workflows |
| Agents | 24 | Specialized assistants |
| Skills | 6 | Autonomous capabilities |
| Rules | 33 | Coding standards |
| Personalities | 7 | Communication styles |
Slash commands that automate real workflows. Type /command-name to invoke.
/autotask "description" - Describe what you want, get a PR. Creates branch,
implements, writes tests, handles bot feedback.
/autotask "add user settings page with dark mode toggle"
/troubleshoot - Connects to Sentry/HoneyBadger, analyzes errors, fixes bugs in
parallel worktrees, submits PRs with root cause analysis.
/verify-fix - Confirms fixes actually work before claiming success. Runs tests,
checks live behavior.
/address-pr-comments - Triages bot comments: fixes real issues, declines nitpicks,
iterates until merge-ready.
/multi-review - Runs multiple specialized reviewers in parallel. Security, logic,
performance, style - all at once.
/session save|resume|list - Save your context, decisions, and progress. Resume
exactly where you left off - even in a new conversation.
/session save "auth-refactor" # Save current session
/session resume # Resume where you left off
/load-rules - Loads relevant coding standards for your current task. Working on
React? Loads React patterns. Writing tests? Testing standards.
/handoff-context - Generate context handoff for new sessions.
/ai-coding-config - Interactive setup for new projects. Detects your stack,
installs relevant rules.
/repo-tooling - Set up linting, formatting, CI/CD based on detected language.
/setup-environment - Initialize dev environment for git worktrees.
/cleanup-worktree - Clean up worktrees after PR merge/create-prompt - Create optimized prompts following prompt engineering principles/generate-AGENTS-file - Generate AGENTS.md for AI context/generate-llms-txt - Generate llms.txt for LLM navigation/knowledge - AI Product Manager - maintain living product understanding/personality-change - Switch AI communication style/product-intel - Competitive intelligence research24 specialized assistants that Claude Code invokes automatically based on context.
| Agent | Purpose |
|---|---|
| autonomous-developer | Implements features end-to-end following your patterns |
| test-engineer | Writes comprehensive test coverage |
| test-runner | Runs tests with terse, context-efficient output |
| Agent | Purpose |
|---|---|
| debugger | Root cause analysis through systematic investigation |
| site-keeper | Production health monitoring and error triage |
npx claudepluginhub light-brands/base-aiCommands, agents, skills, and context for AI-assisted development workflows
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Autonomous session orchestrator for Claude Code - manages multi-phase development workflows
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Commands for Git operations, commits, and PRs
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.