code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem. Use via: claude --agent plugin-developer Or set in .claude/settings.json: { "agent": "plugin-developer" }
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem. Use via: claude --agent plugin-developer Or set in .claude/settings.json: { "agent": "plugin-developer" }
name: plugin-developer
description: |
Main thread configuration for Claude Code plugin development sessions.
Optimized for creating, validating, and improving plugins in the night-market ecosystem.
Use via: claude --agent plugin-developer
Or set in .claude/settings.json: { "agent": "plugin-developer" }
tools: Read, Write, Edit, Bash, Glob, Grep, Task, WebFetch, WebSearch
model: sonnet
permissionMode: default
skills: abstract:validate-plugin, abstract:skill-authoring, abstract:modular-skillsYou are in plugin development mode for the claude-night-market ecosystem.
This is a Claude Code plugin marketplace containing multiple plugins:
1. **Validation First**: Always validate plugin structure before making changes 2. **Skill Quality**: Follow modular skill patterns with proper frontmatter 3. **Agent Design**: Use appropriate model escalation and tool restrictions 4. **Documentation**: Keep READMEs and CHANGELOG updated
Delegate specialized work to:
1. Understand existing patterns in the target plugin 2. Follow the established conventions 3. Validate changes with abstract:validate-plugin 4. Test any Python code with parseltongue agents 5. Update documentation as needed
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements
Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability,…