AgentStack
athola avatar

athola

57 listings · 0 installs

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

↗ github.com/athola
57+ results
Self-run
SKILL

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.

0
14
Free
Self-run
SKILL

Skills Eval

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

0
16
Free
Self-run
SKILL

Project Planning

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

0
15
Free
Self-run
SKILL

Shared Patterns

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

0
17
Free
Self-run
SKILL

Subagent Testing

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

0
13
Free
Self-run
SKILL

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.

0
14
Free
Self-run
SKILL

Hook Scope Guide

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

0
13
Free
Self-run
SKILL

Architecture Paradigm Microkernel

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

0
13
Free
Self-run
SKILL

Methodology Curator

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

0
11
Free
Self-run
SKILL

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.

0
11
Free
Self-run
SKILL

Architecture Paradigm Modular Monolith

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

0
15
Free
Self-run
MCP

Skrills

Coordinate skills between Codex, Copilot, and Claude Code. Validates, analyzes, and syncs skills, subagents, commands, and configuration between multiple CLIs.

0
14
Free
Self-run
SKILL

Escalation Governance

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

0
15
Free
Self-run
SKILL

Architecture Paradigm Service Based

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

0
8
Free
Self-run
SKILL

Api Designer

Design RESTful APIs with best practices for consistency and usability

0
12
Free
Self-run
SKILL

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.

0
14
Free
Self-run
SKILL

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.

0
16
Free
Self-run
SKILL

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.

0
12
Free
Self-run
SKILL

War Room Checkpoint

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

0
13
Free
Self-run
SKILL

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.

0
17
Free
Self-run
SKILL

Dependency Graph

Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.

0
17
Free
Self-run
SKILL

Dorodango

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

0
13
Free
Self-run
SKILL

Architecture Paradigm Microservices

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

0
15
Free
Self-run
SKILL

Project Brainstorming

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

0
16
Free
Self-run
SKILL

Project Execution

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

0
14
Free
Self-run
SKILL

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.

0
13
Free
Self-run
SKILL

Hooks Eval

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

0
14
Free
Self-run
SKILL

Code Communities

Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.

0
19
Free
Self-run
SKILL

Skill Authoring

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

0
13
Free
Self-run
SKILL

Hook Authoring

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

0
26
Free
Self-run
SKILL

Architecture Diagram

Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.

0
19
Free
Self-run
SKILL

Class Diagram

Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.

0
15
Free
Self-run
SKILL

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.

0
16
Free
Self-run
SKILL

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.

0
14
Free
Self-run
SKILL

Modular Skills

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

0
16
Free
Self-run
SKILL

Workflow Diagram

Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.

0
18
Free
Self-run
SKILL

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.

0
17
Free
Self-run
SKILL

Project Specification

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

0
11
Free
Self-run
SKILL

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.

0
13
Free
Self-run
SKILL

Friction Detector

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

0
13
Free
Self-run
SKILL

Data Flow

Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.

0
17
Free
Self-run
SKILL

Architecture Paradigm Layered

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

0
12
Free
Self-run
SKILL

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.

0
16
Free
Self-run
SKILL

Architecture Aware Init

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

0
12
Free
Self-run
SKILL

Plugin Review

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

0
15
Free
Self-run
SKILL

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.

0
15
Free
Self-run
SKILL

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.

0
21
Free
Self-run
SKILL

Skill Graph Audit

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

0
13
Free
Self-run
SKILL

Rules Eval

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

0
13
Free
Self-run
SKILL

Development Workflow

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

0
18
Free
Self-run
SKILL

Metacognitive Self Mod

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

0
16
Free
Self-run
SKILL

Debug Helper

Systematic debugging approach for identifying and fixing issues

0
12
Free
Self-run
SKILL

Architecture Paradigm Hexagonal

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

0
12
Free
Self-run
SKILL

Makefile Generation

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

0
16
Free
Self-run
SKILL

Coding Assistant

Provides coding assistance with best practices and code review

0
15
Free
Self-run
SKILL

Test Writer

Write thorough tests following TDD and BDD principles

0
13
Free
Self-run
SKILL

Git Workflow

Git best practices for version control and collaboration

0
13
Free