← All creators

athola

User

23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

165 indexed · 0 Featured · 308 stars · avg score 95
Prolific

Categories

Indexed Skills (165)

Code & Development Solid

hook-authoring

Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.

308 Updated today
athola
AI & Automation Solid

metacognitive-self-mod

Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.

308 Updated today
athola
Code & Development Solid

skill-authoring

Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.

308 Updated today
athola
API & Backend Solid

architecture-paradigm-client-server

Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-cqrs-es

Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-event-driven

Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.

308 Updated today
athola
Code & Development Solid

architecture-paradigm-functional-core

Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-hexagonal

Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-layered

Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-microkernel

Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-microservices

Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-modular-monolith

Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.

308 Updated today
athola
Data & Documents Solid

architecture-paradigm-pipeline

Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.

308 Updated today
athola
DevOps & Infrastructure Solid

architecture-paradigm-serverless

Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-service-based

Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.

308 Updated today
athola
AI & Automation Solid

architecture-paradigm-space-based

Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.

308 Updated today
athola
Code & Development Solid

architecture-aware-init

Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.

308 Updated today
athola
AI & Automation Solid

mission-orchestrator

Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.

308 Updated today
athola
Code & Development Solid

precommit-setup

Configures pre-commit hooks for linting, type checking, formatting, and testing. Use when setting up a new project or adding quality gates to an existing one.

308 Updated today
athola
AI & Automation Solid

project-brainstorming

Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.

308 Updated today
athola
AI & Automation Solid

project-execution

Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.

308 Updated today
athola
Code & Development Solid

project-init

Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config. Use when starting a new Python, Rust, or TypeScript project from scratch.

308 Updated today
athola
AI & Automation Solid

project-planning

Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.

308 Updated today
athola
Testing & QA Solid

project-specification

Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.

308 Updated today
athola
AI & Automation Solid

war-room

Convenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted.

308 Updated today
athola
AI & Automation Solid

friction-detector

Detect friction signals; graduate patterns into rules. Use for session retrospectives.

308 Updated today
athola
AI & Automation Solid

development-workflow

Detailed development workflow with modular patterns for git, review, testing, and deployment.

308 Updated today
athola
AI & Automation Solid

escalation-governance

Assess whether to escalate models. Use when evaluating reasoning depth.

308 Updated today
athola
AI & Automation Solid

hooks-eval

Evaluate hook security, performance, and SDK compliance. Use for audits.

308 Updated today
athola
AI & Automation Solid

methodology-curator

Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.

308 Updated today
athola
AI & Automation Solid

modular-skills

Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.

308 Updated today
athola
Code & Development Solid

plugin-review

Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.

308 Updated today
athola
AI & Automation Solid

rules-eval

Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.

308 Updated today
athola
AI & Automation Solid

skills-eval

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

308 Updated today
athola
Testing & QA Solid

subagent-testing

Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.

308 Updated today
athola
AI & Automation Solid

architecture-paradigms

Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.

308 Updated today
athola
AI & Automation Solid

dorodango

Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.

308 Updated today
athola
Code & Development Solid

makefile-generation

Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.

308 Updated today
athola
AI & Automation Solid

war-room-checkpoint

Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.

308 Updated today
athola
AI & Automation Solid

workflow-setup

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

308 Updated today
athola
AI & Automation Solid

skill-graph-audit

Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.

308 Updated today
athola
AI & Automation Solid

agent-teams

Coordinate Claude Code Agent Teams through filesystem-based protocol. Use

308 Updated today
athola
AI & Automation Solid

delegation-core

Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,

308 Updated today
athola
AI & Automation Solid

qwen-delegation

Qwen CLI delegation workflow implementing delegation-core for Alibaba's

308 Updated today
athola
AI & Automation Solid

bloat-detector

Detect codebase bloat via progressive analysis: dead code, duplication, complexity, and doc bloat

308 Updated today
athola
AI & Automation Solid

clear-context

Automatic context management with graceful handoff to a continuation subagent at 80% usage

308 Updated today
athola
Code & Development Solid

code-quality-principles

KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.

308 Updated today
athola
AI & Automation Solid

compression-strategy

Analyze current context and recommend compression strategies for bloated or quota-heavy sessions

308 Updated today
athola
AI & Automation Solid

cpu-gpu-performance

Establish CPU/GPU baselines before resource-intensive operations. Use for regression detection.

308 Updated today
athola
AI & Automation Solid

decisive-action

Guidance on when to ask clarifying questions vs proceed with standard approaches. Reduces unnecessary interaction rounds.

308 Updated today
athola
AI & Automation Solid

mcp-code-execution

Optimize multi-tool workflow chains via MCP server integration for processing large datasets, files, or complex pipelines.

308 Updated today
athola
Code & Development Solid

response-compression

Compress verbose responses by removing filler, hype, and unnecessary framing. Directness and termination guidelines.

308 Updated today
athola
Code & Development Solid

smart-sourcing

Select optimal information sources for tool calls and file reads, balancing accuracy with token efficiency.

308 Updated today
athola
AI & Automation Solid

token-conservation

Enforce token quota management at session start with conservation rules, delegation checks, and compression review.

308 Updated today
athola
AI & Automation Solid

install-watchdog

Install the egregore watchdog daemon using the OS-native scheduler. Creates a launchd plist (macOS) or systemd timer (Linux) that checks every 5 minutes if egregore needs relaunching.

308 Updated today
athola
AI & Automation Solid

summon

Autonomous orchestrator processing manifest work items through the development lifecycle with budget tracking.

308 Updated today
athola
AI & Automation Solid

uninstall-watchdog

Remove the egregore watchdog daemon and clean up all associated files (plist/unit, pidfile, watchdog log).

308 Updated today
athola
Code & Development Solid

rule-catalog

Browse the rule catalog and guide installation. Use when looking for

308 Updated today
athola
AI & Automation Solid

writing-rules

Create markdown-based behavioral rules to prevent unwanted actions and block dangerous commands

308 Updated today
athola
AI & Automation Solid

catchup

Summarize recent changes from git history for context recovery, handoffs, and sprint review

308 Updated today
athola
Code & Development Solid

diff-analysis

Analyze changesets with risk scoring, categorization by type/impact, and release note preparation

308 Updated today
athola
Code & Development Solid

feature-review

Review and prioritize features using RICE, WSJF, or Kano scoring frameworks, then create GitHub issues for suggestions.

308 Updated today
athola
Code & Development Solid

proof-of-work

Enforce validation and evidence before declaring work complete. Use for acceptance criteria and done gates.

308 Updated today
athola
Code & Development Solid

review-core

Reusable scaffolding for review workflows with context establishment, evidence capture, and structured output.

308 Updated today
athola
Code & Development Solid

rigorous-reasoning

Prevent sycophantic reasoning via checklist enforcing evidence-based conclusions and honest analysis.

308 Updated today
athola
AI & Automation Solid

scope-guard

Pre-implementation scope control: evaluate feature necessity and enforce branch size limits

308 Updated today
athola
Code & Development Solid

structured-output

Format final review deliverables with consistent structure for comparable findings across reviews

308 Updated today
athola
AI & Automation Solid

workflow-monitor

Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow.

308 Updated today
athola
API & Backend Solid

authentication-patterns

Authentication patterns for external services: API keys, OAuth, token management, verification. authentication, API keys, OAuth, token management, credentials.

308 Updated today
athola
Code & Development Solid

damage-control

Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees.

308 Updated today
athola
AI & Automation Solid

deferred-capture

Contract for unified deferred-item capture across plugins. Defines CLI interface, issue template, label taxonomy, and compliance test.

308 Updated today
athola
Data & Documents Solid

document-conversion

Document-to-markdown conversion with tiered fallback: MCP markitdown, native tools, or user notice

308 Updated today
athola
AI & Automation Solid

error-patterns

Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience.

308 Updated today
athola
AI & Automation Solid

evaluation-framework

Patterns for building evaluation and scoring systems, quality gates, rubrics, and decision frameworks. Use for any scored assessment.

308 Updated today
athola
Code & Development Solid

git-platform

Git platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket

308 Updated today
athola
Code & Development Solid

markdown-formatting

Canonical markdown formatting conventions for diff-friendly documentation. Consult this skill when generating, editing, or reviewing markdown prose. Defines hybrid line wrapping, heading style, list spacing, and link conventions.

308 Updated today
athola
AI & Automation Solid

progressive-loading

Context-aware progressive module loading with hub-and-spoke pattern for token optimization. progressive loading, lazy loading, hub-spoke, module selection.

308 Updated today
athola
Testing & QA Solid

pytest-config

Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration. Use when configuring pytest, setting up conftest patterns, or establishing shared test fixtures.

308 Updated today
athola
AI & Automation Solid

service-registry

Service registry patterns for managing external services, health checks, centralized configuration, and unified execution.

308 Updated today
athola
AI & Automation Solid

stewardship

Stewardship virtues (Care, Curiosity, Humility, Diligence) for plugins.

308 Updated today
athola
AI & Automation Solid

storage-templates

Consult this skill when designing storage and documentation systems.

308 Updated today
athola
Testing & QA Solid

testing-quality-standards

Cross-plugin testing quality metrics, coverage thresholds, and anti-patterns

308 Updated today
athola
AI & Automation Solid

usage-logging

Consult this skill when implementing usage logging and audit trails.

308 Updated today
athola
Code & Development Solid

utility

Score candidate agent actions by expected gain, cost, uncertainty, and redundancy to guide dispatch and termination decisions.

308 Updated today
athola
Code & Development Solid

digital-garden-cultivator

Cultivate digital gardens: manage notes, link structures, knowledge bases, and garden health

308 Updated today
athola
AI & Automation Solid

knowledge-intake

Process external resources into stored knowledge with quality evaluation, curation routing, and application decisions.

308 Updated today
athola
AI & Automation Solid

knowledge-locator

Search and navigate stored knowledge in memory palaces. Use for cross-referencing, context retrieval.

308 Updated today
athola
AI & Automation Solid

memory-palace-architect

Design memory palace structures with spatial layouts and domain org.

308 Updated today
athola
Code & Development Solid

review-chamber

Capture and retrieve PR review knowledge in project memory palaces.

308 Updated today
athola
AI & Automation Solid

session-palace-builder

Build session-scoped temporary knowledge structures for multi-step projects. Use when working on complex tasks spanning turns.

308 Updated today
athola
AI & Automation Solid

python-async

Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers

308 Updated today
athola
AI & Automation Solid

python-packaging

Python package creation and distribution: pyproject.toml, entry points, PyPI publishing, CI/CD

308 Updated today
athola
AI & Automation Solid

python-performance

Python performance profiling and optimization: bottleneck detection, memory tuning, benchmarking

308 Updated today
athola
Testing & QA Solid

python-testing

Python testing patterns: pytest setup, fixtures, TDD, mocking, async tests, and integration tests

308 Updated today
athola
Code & Development Solid

api-review

Evaluate API surface design, consistency, documentation, and exemplar alignment

308 Updated today
athola
Code & Development Solid

architecture-review

Assess architecture decisions, ADR compliance, coupling analysis, and design principles

308 Updated today
athola
AI & Automation Solid

blast-radius

Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph.

308 Updated today
athola
Code & Development Solid

bug-review

Bug hunting with evidence trails: find defects, document them, and verify fixes

308 Updated today
athola
AI & Automation Solid

code-refinement

Improve code quality: duplication, efficiency, clean code, architectural fit, and error handling

308 Updated today
athola
Code & Development Solid

makefile-review

Audit Makefiles for build correctness, portability, and recipe duplication

308 Updated today
athola

Showing top 100 of 165 skills by quality score. Browse the full catalog at /browse.

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.