# athola

> Open-source publisher. Listings imported from github.com/athola — credited to the original author with their license.

- **Listings:** 57
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/athola
- **Website:** https://github.com/athola

## Published listings

- [War Room](https://agentstack.voostack.com/l/skill-athola-claude-night-market-war-room) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Skills Eval](https://agentstack.voostack.com/l/skill-athola-claude-night-market-skills-eval) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-skills-eval`
  Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.
- [Project Planning](https://agentstack.voostack.com/l/skill-athola-claude-night-market-project-planning) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-project-planning`
  Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.
- [Shared Patterns](https://agentstack.voostack.com/l/skill-athola-claude-night-market-shared-patterns) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-shared-patterns`
  Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
- [Subagent Testing](https://agentstack.voostack.com/l/skill-athola-claude-night-market-subagent-testing) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-subagent-testing`
  Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.
- [Architecture Paradigms](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigms) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Hook Scope Guide](https://agentstack.voostack.com/l/skill-athola-claude-night-market-hook-scope-guide) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-hook-scope-guide`
  Select hook scope (plugin, project, global) by audience. Use when authoring a hook.
- [Architecture Paradigm Microkernel](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-microkernel) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-microkernel`
  Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.
- [Methodology Curator](https://agentstack.voostack.com/l/skill-athola-claude-night-market-methodology-curator) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-methodology-curator`
  Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
- [Architecture Paradigm Functional Core](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-functional-core) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Architecture Paradigm Modular Monolith](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-modular-monolith) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-modular-monolith`
  Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.
- [Skrills](https://agentstack.voostack.com/l/mcp-athola-skrills) — MCP server · Free — `agentstack add mcp-athola-skrills`
  Coordinate skills between Codex, Copilot, and Claude Code. Validates, analyzes, and syncs skills, subagents, commands, and configuration between multiple CLIs.
- [Escalation Governance](https://agentstack.voostack.com/l/skill-athola-claude-night-market-escalation-governance) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-escalation-governance`
  Assess whether to escalate models. Use when evaluating reasoning depth.
- [Architecture Paradigm Service Based](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-service-based) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-service-based`
  Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.
- [Api Designer](https://agentstack.voostack.com/l/skill-athola-skrills-api-designer) — Skill · Free · security-reviewed — `agentstack add skill-athola-skrills-api-designer`
  Design RESTful APIs with best practices for consistency and usability
- [Html Portal Generator](https://agentstack.voostack.com/l/skill-athola-skrills-html-portal-generator) — Skill · Free — `agentstack add skill-athola-skrills-html-portal-generator`
  Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.
- [Architecture Paradigm Event Driven](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-event-driven) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [War Room Checkpoint](https://agentstack.voostack.com/l/skill-athola-claude-night-market-war-room-checkpoint) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-war-room-checkpoint`
  Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.
- [Test Writer](https://agentstack.voostack.com/l/skill-athola-skrills-test-writer) — Skill · Free · security-reviewed — `agentstack add skill-athola-skrills-test-writer`
  Write thorough tests following TDD and BDD principles
- [Mission Orchestrator](https://agentstack.voostack.com/l/skill-athola-claude-night-market-mission-orchestrator) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Architecture Paradigm Pipeline](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-pipeline) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Dependency Graph](https://agentstack.voostack.com/l/skill-athola-claude-night-market-dependency-graph) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-dependency-graph`
  Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.
- [Dorodango](https://agentstack.voostack.com/l/skill-athola-claude-night-market-dorodango) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-dorodango`
  Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.
- [Architecture Paradigm Microservices](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-microservices) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-microservices`
  Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.
- [Project Brainstorming](https://agentstack.voostack.com/l/skill-athola-claude-night-market-project-brainstorming) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-project-brainstorming`
  Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.
- [Project Execution](https://agentstack.voostack.com/l/skill-athola-claude-night-market-project-execution) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-project-execution`
  Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.
- [Architecture Paradigm Client Server](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-client-server) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Hooks Eval](https://agentstack.voostack.com/l/skill-athola-claude-night-market-hooks-eval) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-hooks-eval`
  Evaluate hook security, performance, and SDK compliance. Use for audits.
- [Coding Assistant](https://agentstack.voostack.com/l/skill-athola-skrills-coding-assistant) — Skill · Free · security-reviewed — `agentstack add skill-athola-skrills-coding-assistant`
  Provides coding assistance with best practices and code review
- [Code Communities](https://agentstack.voostack.com/l/skill-athola-claude-night-market-code-communities) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-code-communities`
  Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.
- [Skill Authoring](https://agentstack.voostack.com/l/skill-athola-claude-night-market-skill-authoring) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-skill-authoring`
  Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.
- [Hook Authoring](https://agentstack.voostack.com/l/skill-athola-claude-night-market-hook-authoring) — Skill · Free — `agentstack add skill-athola-claude-night-market-hook-authoring`
  Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
- [Architecture Diagram](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-diagram) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-diagram`
  Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.
- [Class Diagram](https://agentstack.voostack.com/l/skill-athola-claude-night-market-class-diagram) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-class-diagram`
  Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.
- [Call Chain](https://agentstack.voostack.com/l/skill-athola-claude-night-market-call-chain) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-call-chain`
  Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.
- [Architecture Paradigm Serverless](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-serverless) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Modular Skills](https://agentstack.voostack.com/l/skill-athola-claude-night-market-modular-skills) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-modular-skills`
  Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
- [Workflow Diagram](https://agentstack.voostack.com/l/skill-athola-claude-night-market-workflow-diagram) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-workflow-diagram`
  Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.
- [Precommit Setup](https://agentstack.voostack.com/l/skill-athola-claude-night-market-precommit-setup) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Project Specification](https://agentstack.voostack.com/l/skill-athola-claude-night-market-project-specification) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-project-specification`
  Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.
- [Workflow Setup](https://agentstack.voostack.com/l/skill-athola-claude-night-market-workflow-setup) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Friction Detector](https://agentstack.voostack.com/l/skill-athola-claude-night-market-friction-detector) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-friction-detector`
  Detect friction signals; graduate patterns into rules. Use for session retrospectives.
- [Architecture Paradigm Layered](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-layered) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-layered`
  Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.
- [Architecture Paradigm Space Based](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-space-based) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Architecture Aware Init](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-aware-init) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-aware-init`
  Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.
- [Data Flow](https://agentstack.voostack.com/l/skill-athola-claude-night-market-data-flow) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-data-flow`
  Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.
- [Plugin Review](https://agentstack.voostack.com/l/skill-athola-claude-night-market-plugin-review) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-plugin-review`
  Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.
- [Architecture Paradigm Cqrs Es](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-cqrs-es) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Project Init](https://agentstack.voostack.com/l/skill-athola-claude-night-market-project-init) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-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.
- [Skill Graph Audit](https://agentstack.voostack.com/l/skill-athola-claude-night-market-skill-graph-audit) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-skill-graph-audit`
  Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.
- [Rules Eval](https://agentstack.voostack.com/l/skill-athola-claude-night-market-rules-eval) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-rules-eval`
  Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.
- [Development Workflow](https://agentstack.voostack.com/l/skill-athola-claude-night-market-development-workflow) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-development-workflow`
  Detailed development workflow with modular patterns for git, review, testing, and deployment.
- [Debug Helper](https://agentstack.voostack.com/l/skill-athola-skrills-debug-helper) — Skill · Free · security-reviewed — `agentstack add skill-athola-skrills-debug-helper`
  Systematic debugging approach for identifying and fixing issues
- [Metacognitive Self Mod](https://agentstack.voostack.com/l/skill-athola-claude-night-market-metacognitive-self-mod) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-metacognitive-self-mod`
  Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.
- [Architecture Paradigm Hexagonal](https://agentstack.voostack.com/l/skill-athola-claude-night-market-architecture-paradigm-hexagonal) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-architecture-paradigm-hexagonal`
  Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.
- [Makefile Generation](https://agentstack.voostack.com/l/skill-athola-claude-night-market-makefile-generation) — Skill · Free · security-reviewed — `agentstack add skill-athola-claude-night-market-makefile-generation`
  Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.
- [Git Workflow](https://agentstack.voostack.com/l/skill-athola-skrills-git-workflow) — Skill · Free · security-reviewed — `agentstack add skill-athola-skrills-git-workflow`
  Git best practices for version control and collaboration

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
