Agent
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency design.
Agent
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency design.
Agent
Validates Claude Code plugin structure against official requirements - checks plugin.json schema, verifies referenced paths exist, validates kebab-case naming, and validates skill frontmatter is complete.
Agent
Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability, and tool integration.
Agent
Facilitates human-in-loop qualitative evaluation of skill executions.
Agent
Implements skill improvements based on observability data from LEARNINGS.md. Prioritizes by frequency × impact / ease, generates proposals, validates changes. Enhanced with Hyperagents patterns: consults PerformanceTracker for trend data and ImprovementMemory for causal hypotheses before proposing changes.
Command
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Command
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Command
Generate context optimization report for skill directories.
Command
Create slash commands with brainstorming and best practices.
Command
Create hooks with brainstorming and security-first design.
Command
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.
Command
Manually evaluate a recent skill execution to record qualitative feedback.
Command
Evaluate all hooks in a plugin for quality and compliance.
Command
Identify and implement skill improvements from execution logs and user evaluations.
Command
Analyze and enhance Makefiles for complete functionality coverage with auto-generation capability.
Command
Tiered plugin quality review: branch (quick gates), pr (quality scoring), release (full ecosystem audit). Detects affected plugins from git diff and reviews related plugins for side effects.
Command
Check GitHub Discussions for highly voted learnings and promote them to Issues.
Command
Evaluate Claude Code rules in .claude/rules/ directories for quality.
Command
Audit skill quality, frontmatter compliance, token efficiency, and activation reliability. Recommends improvements.
Command
Test Claude Code skills using RED/GREEN/REFACTOR TDD phases in fresh subagents to prevent priming bias.
Command
Validate hooks for security, performance, and SDK compliance.
Command
Validate plugin structure, schema, and naming. Use for plugin creation, debugging, or verification.
Skill Claude CodeCodex
Detailed development workflow with modular patterns for git, review, testing, and deployment.
Hook
Runs before the agent uses a tool for Skill, Agent and Task tool calls, executing pre_skill_execution.py and agent_dispatch_guard.py (2 commands). From athola/claude-night-market.