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

50 indexed · 34 Featured · 323 stars · avg score 94
Prolific

Categories

Indexed Skills (50)

AI & Automation Featured

development-workflow

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

323 Updated today
athola
AI & Automation Featured

escalation-governance

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

323 Updated today
athola
AI & Automation Featured

friction-detector

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

323 Updated today
athola
Code & Development Featured

hook-authoring

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

323 Updated today
athola
AI & Automation Featured

hooks-eval

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

323 Updated today
athola
AI & Automation Featured

metacognitive-self-mod

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

323 Updated today
athola
AI & Automation Featured

methodology-curator

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

323 Updated today
athola
AI & Automation Featured

modular-skills

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

323 Updated today
athola
Code & Development Featured

plugin-review

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

323 Updated today
athola
AI & Automation Featured

rules-eval

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

323 Updated today
athola
Code & Development Featured

shared-patterns

Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.

323 Updated today
athola
Code & Development Featured

skill-authoring

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

323 Updated today
athola
AI & Automation Featured

skill-graph-audit

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

323 Updated today
athola
AI & Automation Featured

skills-eval

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

323 Updated today
athola
Testing & QA Featured

subagent-testing

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

323 Updated today
athola
API & Backend Featured

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.

323 Updated today
athola
AI & Automation Featured

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.

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-domain-driven

Models a business in its own language. Use when the domain has real business rules to capture.

323 Updated today
athola
AI & Automation Featured

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.

323 Updated today
athola
Code & Development Featured

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.

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-hexagonal

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

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-layered

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

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-microkernel

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

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-microservices

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

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-modular-monolith

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

323 Updated today
athola
Data & Documents Featured

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.

323 Updated today
athola
DevOps & Infrastructure Featured

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.

323 Updated today
athola
AI & Automation Featured

architecture-paradigm-service-based

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

323 Updated today
athola
AI & Automation Featured

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.

323 Updated today
athola
AI & Automation Featured

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.

323 Updated today
athola
Code & Development Featured

architecture-aware-init

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

323 Updated today
athola
AI & Automation Featured

dorodango

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

323 Updated today
athola
Code & Development Featured

makefile-generation

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

323 Updated today
athola
AI & Automation Featured

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.

323 Updated today
athola
AI & Automation Solid

claude-code-plugin-reference

Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.

323 Updated today
athola
AI & Automation Solid

night-market-architecture-contract

States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.

323 Updated today
athola
AI & Automation Solid

night-market-build-and-env

Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.

323 Updated today
athola
Code & Development Solid

night-market-change-control

Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.

323 Updated today
athola
AI & Automation Solid

night-market-collective-memory

Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.

323 Updated today
athola
AI & Automation Solid

night-market-completion-integrity-campaign

Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.

323 Updated today
athola
AI & Automation Solid

night-market-config-catalog

Catalog every config axis, its defaults and guards. Use when adding or auditing configuration. Do not use for running gates; use night-market-operations.

323 Updated today
athola
Code & Development Solid

night-market-debugging-playbook

Triage night-market failures by symptom (hooks, CI, tests). Use when a check fails unexpectedly. Do not use for routine gates; use night-market-operations.

323 Updated today
athola
AI & Automation Solid

night-market-diagnostics-toolkit

Run and interpret repo diagnostic scripts (ratchets, validators, token stats). Use when measuring health. Do not use to run tests; use night-market-operations.

323 Updated today
athola
AI & Automation Solid

night-market-docs-and-writing

Maintain docs of record, ADRs, changelog, and house style. Use when writing repo docs. Do not use for release steps; use night-market-operations instead.

323 Updated today
athola
AI & Automation Solid

night-market-failure-archaeology

Chronicles settled battles, reverts, and dead ends. Use when a fix echoes a past failure. Do not use for live triage; use night-market-debugging-playbook.

323 Updated today
athola
Code & Development Solid

night-market-operations

Run and ship this repo: make targets, artifacts, release runbook. Use when testing, linting, or releasing. Do not use for setup; use night-market-build-and-env.

323 Updated today
athola
AI & Automation Solid

night-market-research-frontier

Map open problems where this repo can advance SOTA. Use when scoping research. Do not use to run the campaign; use night-market-completion-integrity-campaign.

323 Updated today
athola
Code & Development Solid

night-market-research-methodology

Turn hunches into accepted results: worthiness score, evidence bar, research-to-rules. Use when vetting ideas. Not for QA; use night-market-validation-and-qa.

323 Updated today
athola
Testing & QA Solid

night-market-validation-and-qa

Enforce evidence bar, coverage gates, and regression guards. Use when adding tests or claiming done. Do not use to run suites; use night-market-operations.

323 Updated today
athola
Code & Development Solid

hook-scope-guide

Select hook scope (plugin, project, global) by audience. Use when authoring a hook.

323 Updated today
athola

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