
Agentic Skills by athola
python-testing
by athola
Python testing with pytest, fixtures, mocking, and TDD workflows.Triggers: pytest, unit tests, test fixtures, mocking, TDD, test suite, coverage,te...
makefile-review
by athola
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplic...
python-async
by athola
Master Python asyncio, concurrent programming, and async/await patternsfor high-performance applications.Triggers: asyncio, async/await, coroutines...
pytest-config
by athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
api-review
by athola
Evaluate public API surfaces against internal guidelines and external exemplars.Triggers: API review, API design, consistency audit, API documentat...
architecture-paradigm-client-server
by athola
Model system responsibilities across clients, servers, and optional peer-to-peernodes for traditional distributed applications.Triggers: client-ser...
architecture-paradigm-cqrs-es
by athola
Apply CQRS (Command Query Responsibility Segregation) and Event Sourcing fordomains requiring strong auditability and independent scaling of reads ...
architecture-paradigm-event-driven
by athola
Structure systems around asynchronous, event-based communication to decoupleproducers and consumers for improved scalability and resilience.Trigger...
architecture-paradigm-functional-core
by athola
Employ the "Functional Core, Imperative Shell" pattern to isolate deterministicbusiness logic from side-effecting code for superior testability.Tri...
architecture-paradigm-hexagonal
by athola
Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic frominfrastructure, maximizing flexibility and testability.Triggers: hexag...
architecture-paradigm-layered
by athola
Use a Layered (N-Tier) architecture to separate presentation, domain logic, anddata access responsibilities within a system.Triggers: layered archi...
architecture-paradigm-microkernel
by athola
Build a minimal, stable core system that loads plug-ins to provide featurevariability and extensibility for platform development.Triggers: microker...
architecture-paradigm-microservices
by athola
Decompose systems into a suite of small, independently deployable services alignedto specific business capabilities.Triggers: microservices, servic...
architecture-paradigm-modular-monolith
by athola
Maintain a single deployable artifact while enforcing strong internal boundariesbetween modules for team autonomy without distributed complexity.Tr...
architecture-paradigm-pipeline
by athola
Compose processing stages using a pipes-and-filters model for ETL, mediaprocessing, or compiler-like workloads.Triggers: pipeline architecture, pip...
architecture-paradigm-serverless
by athola
Build serverless, Function-as-a-Service (FaaS) systems for event-driven oroperations-light workloads with minimal infrastructure management.Trigger...
architecture-paradigm-service-based
by athola
Employ a coarse-grained, service-based architecture (lighter SOA) whenmicroservices aren't necessary but modular deployment is required.Triggers: s...
architecture-paradigm-space-based
by athola
Employ space-based or data-grid architectures to scale high-traffic, statefulworkloads across multiple nodes with linear scalability.Triggers: spac...
architecture-paradigms
by athola
Interactive selector and implementation planner for architecture paradigms.Triggers: architecture selection, pattern comparison, system design, ADR...
architecture-review
by athola
Evaluate codebase architecture against ADRs, coupling rules, and team guardrails.Triggers: architecture review, ADR audit, coupling analysis, desig...
authentication-patterns
by athola
Common authentication patterns for external service integration. Covers API keys,OAuth flows, token management, and verification strategies.Trigger...
bug-review
by athola
Systematically uncover and fix bugs using language-specific expertise andreproducible evidence.Triggers: bug hunting, defect detection, debugging, ...
catchup
by athola
Methodology for summarizing changes, extracting insights, and identifying follow-up actions.Triggers: catchup, what changed, summarize changes, con...
commit-messages
by athola
Generate conventional commit messages from staged changes by inspecting diffs,picking the correct type/scope, and writing the final text.Triggers: ...
context-optimization
by athola
Reduce context usage with MECW principles (keep under 50% of total window).Triggers: context pressure, token usage, MECW, context window, optimizat...
cpu-gpu-performance
by athola
Monitor and optimize CPU/GPU usage with load measurement and cost-effectivevalidation strategies.Triggers: CPU usage, GPU usage, performance, load ...
delegation-core
by athola
Framework for delegating tasks to external LLM services (Gemini, Qwen).Uses leyline infrastructure for quota, logging, and error handling.Triggers:...
development-workflow
by athola
Comprehensive development workflow with modular patterns for git, code review, testing, documentation, and deployment
diff-analysis
by athola
Methodology for categorizing changes, assessing risks, and creating summariesfrom any changeset.Triggers: diff analysis, changeset review, risk ass...
digital-garden-cultivator
by athola
Design, manage, and evolve digital gardens as living knowledge bases withinmemory palaces.Triggers: digital garden, knowledge base, linking, note c...
doc-consolidation
by athola
Consolidates ephemeral LLM-generated markdown files into permanent documentation.Triggers: consolidate docs, untracked reports, ephemeral files, gi...
doc-updates
by athola
Update documentation files based on recent changes while enforcing projectwriting guidelines.Triggers: documentation update, docs update, ADR, docs...
error-patterns
by athola
Standardized error handling patterns for robust plugin development. Provideserror classification, recovery strategies, and logging patterns.Trigger...
escalation-governance
by athola
Guide to deciding whether to escalate from a lower model (haiku/sonnet) toa higher model (sonnet/opus).Triggers: model escalation, haiku to sonnet,...
evaluation-framework
by athola
Generic weighted scoring and threshold-based decision framework for evaluatingartifacts against configurable criteria.Triggers: evaluation, scoring...
evidence-logging
by athola
Workflow for capturing evidence and citations to create reproducible analysesand audit trails.Triggers: evidence capture, citations, reproducible a...
feature-review
by athola
Review implemented features and suggest new features using configurableprioritization heuristics. Supports GitHub issue creation for accepted sugge...
file-analysis
by athola
Structured file enumeration and content analysis for understanding codebasestructure before reviews or refactoring.Triggers: file analysis, codebas...
fix-issue
by athola
Fix GitHub issues using subagent-driven-development with parallel executionwhere appropriate.Triggers: fix issue, github issue, issue resolution, s...
gemini-delegation
by athola
Gemini CLI delegation workflow implementing delegation-core for Google's Gemini models.Triggers: gemini cli, gemini delegation, google gemini, 1M c...
git-workspace-review
by athola
Lightweight preflight checklist for verifying repo path, staged changes, anddiffs before other workflows.Triggers: git status, preflight, workspace...
github-initiative-pulse
by athola
Generate program dashboards, GitHub-ready comment digests, and CSV summariessourced from Minister's tracker data.Triggers: initiative pulse, status...
hook-authoring
by athola
Complete guide for writing Claude Code and SDK hooks with security-first design.Triggers: hook creation, hook writing, PreToolUse, PostToolUse, Use...
hooks-eval
by athola
Comprehensive hook evaluation framework for Claude Code and Agent SDK hooks.Triggers: hook audit, hook security, hook performance, hook compliance,...
knowledge-intake
by athola
Process external resources (articles, blog posts, papers) into actionableknowledge with systematic evaluation, storage, and application decisions.T...
knowledge-locator
by athola
Spatial indexing and retrieval system for finding information within memorypalaces using multi-modal search.Triggers: knowledge search, find inform...
makefile-dogfooder
by athola
Analyze and enhance Makefiles for complete user functionality coverage.Triggers: Makefile analysis, Makefile gaps, missing targets, plugin release,...
math-review
by athola
Intensive mathematical analysis for numerical stability, algorithm correctness,and alignment with authoritative standards.Triggers: math review, nu...
mcp-code-execution
by athola
Transform tool-heavy workflows into MCP code execution patterns using MECWprinciples for optimized token savings and hallucination prevention.Trigg...
mecw-patterns
by athola
Maximum Effective Context Window (MECW) theory and practical patterns forpreventing hallucinations through context management. Implements the 50% r...
memory-palace-architect
by athola
Design and construct virtual memory palaces for spatial knowledge organizationusing mnemonic techniques.Triggers: memory palace, spatial organizati...
modular-skills
by athola
Design skills as modular building blocks for predictable token usageand maintainable architecture.Triggers: skill design, skill architecture, modul...
optimizing-large-skills
by athola
Systematic methodology to reduce skill file size through externalization,consolidation, and progressive loading patterns.Triggers: large skill, ski...
pr-prep
by athola
Prepare a pull request by validating the workspace, running quality gates,summarizing changes, and drafting the PR template.Triggers: PR preparatio...
pr-review
by athola
Scope-focused PR code review that validates against original requirements androutes out-of-scope findings to GitHub issues.Triggers: PR review, pul...
progressive-loading
by athola
Standardized patterns for context-aware, progressive module loading thatoptimizes token usage. Implements hub-and-spoke with dynamic module selecti...
python-packaging
by athola
Create distributable Python packages with proper structure and publishing.Triggers: Python packaging, pyproject.toml, uv, pip, PyPI, distribution, ...
python-performance
by athola
Profile and optimize Python code using cProfile, memory profilers, andperformance best practices.Triggers: profiling, optimization, cProfile, memor...
quota-management
by athola
Universal quota tracking and enforcement patterns for rate-limited services.Provides threshold monitoring, estimation, and graceful degradation str...
qwen-delegation
by athola
Qwen CLI delegation workflow implementing delegation-core for Alibaba's Qwen models.Triggers: qwen cli, qwen delegation, alibaba qwen, qwen batch, ...
release-health-gates
by athola
Declarative release readiness checklist that mirrors GitHub checks,deployment issues, and documentation requirements.Triggers: release gates, relea...
review-core
by athola
Foundational workflow for preparing and structuring detailed reviews(architecture, API, code quality).Triggers: review workflow, structured review,...
rust-review
by athola
Expert-level Rust audits covering ownership, concurrency, unsafe blocks,traits, and Cargo dependencies.Triggers: Rust review, ownership analysis, b...
scope-guard
by athola
Prevents overengineering through worthiness scoring, opportunity cost comparison,and branch threshold monitoring.Triggers: scope creep, overenginee...
service-registry
by athola
Registry pattern for managing external service connections, configurations,and health checks.Triggers: service registry, service discovery, health ...
session-palace-builder
by athola
Construct temporary, session-specific memory palaces for complex projectsand conversations.Triggers: session context, project memory, conversation ...
pensiveshared
by athola
Shared infrastructure and reusable modules for all pensive review skills.Triggers: pensive patterns, review workflow, output templates, quality che...
shared-patterns
by athola
Reusable patterns and templates for Claude Code skill and hook development.Triggers: validation patterns, error handling, testing templates, workfl...
skill-authoring
by athola
Guide to effective Claude Code skill authoring using TDD methodology andpersuasion principles.Triggers: skill authoring, skill writing, new skill, ...
skills-eval
by athola
Evaluate and improve Claude skill quality through comprehensive auditing.Triggers: skill audit, quality review, compliance check, improvement sugge...
spec-writing
by athola
Create clear, testable specifications from natural language descriptions.Focus on what users need and why, not implementation details.Triggers: spe...
speckit-orchestrator
by athola
Workflow orchestrator for Spec Driven Development. Coordinates skill loading,tracks progress, and ensures consistency across the speckit workflow.T...
storage-templates
by athola
Generic template patterns and lifecycle stages for knowledge storage,configuration management, and structured documentation.Triggers: storage templ...
structured-output
by athola
Guide to formatting review deliverables for consistency, ensuring findingsare comparable across different types of analysis.Triggers: report format...
task-planning
by athola
Generate dependency-ordered implementation tasks from specifications and plans.Create actionable, phased task breakdowns for systematic implementat...
test-review
by athola
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking,and quality assessment.Triggers: test audit, test coverage, test quality, TD...
test-updates
by athola
Update and maintain tests following TDD/BDD principles with comprehensivequality assurance.Triggers: test updates, test maintenance, test generatio...
testing-quality-standards
by athola
Shared testing quality metrics and standards for cross-plugin use. Referencedby pensive:test-review and parseltongue:python-testing.Triggers: testi...
token-conservation
by athola
Minimize token usage through conservative prompting, work delegation,and quota tracking.Triggers: token usage, quota, token limits, prompt size, to...
unified-review
by athola
Orchestrate and run appropriate pensive review skills based on codebaseanalysis and context.Triggers: code review, unified review, comprehensive re...
update-readme
by athola
Consolidate README content using language-aware exemplars, internal doc linkage,and reproducible evidence.Triggers: README update, documentation re...
usage-logging
by athola
Session-aware usage logging infrastructure for audit trails, cost tracking,and analytics. Provides structured logging with JSONL format and session...
version-updates
by athola
Bump project versions across configs, docs, and changelog usinggit-workspace-review context.Triggers: version bump, semver, release version, change...
workflow-improvement
by athola
Retrospective workflow to evaluate the most recent command/session sliceand drive improvements to workflow assets (skills, agents, commands, hooks)...
modular-skills
by athola
Design skills as modular building blocks for predictable token usage and maintainable architecture
skills-eval
by athola
Evaluates and improves Claude Skills across all ~/.claude/ locations
architecture-paradigm-client-server
by athola
Model system responsibilities across clients, servers, and optional peer-to-peer nodes.
architecture-paradigm-cqrs-es
by athola
Apply Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) for collaboration-heavy domains that require strong auditability and ...
architecture-paradigm-event-driven
by athola
Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience.
architecture-paradigm-functional-core
by athola
Employ the "Functional Core, Imperative Shell" pattern to isolate deterministic business logic from side-effecting code for superior testability.
architecture-paradigm-hexagonal
by athola
Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic from infrastructure, maximizing flexibility and testability.
architecture-paradigm-layered
by athola
Use a Layered (or N-Tier) architecture to separate presentation, domain logic, and data access responsibilities within a system.
architecture-paradigm-microkernel
by athola
Build a minimal, stable core system that loads plug-ins to provide feature variability and extensibility.
architecture-paradigm-microservices
by athola
Decompose systems into a suite of small, independently deployable services that are aligned to specific business capabilities.
architecture-paradigm-modular-monolith
by athola
Maintain a single deployable artifact while enforcing strong internal boundaries between modules.
architecture-paradigm-pipeline
by athola
Compose processing stages using a pipes-and-filters model for ETL, media processing, or compiler-like workloads.
architecture-paradigm-serverless
by athola
Build serverless, Function-as-a-Service (FaaS) systems for event-driven or operations-light workloads.
architecture-paradigm-service-based
by athola
Employ a coarse-grained, service-based architecture (a lighter form of SOA) when microservices are not yet necessary but modular deployment is requ...
architecture-paradigm-space-based
by athola
Employ space-based or data-grid architectures to scale high-traffic, stateful workloads across multiple nodes.
architecture-paradigms
by athola
Interactive selector and implementation planner for architecture paradigms.
api-review
by athola
Evaluate public/API surfaces against internal guidelines and external exemplars in any language.
architecture-paradigm-client-server
by athola
Model system responsibilities across clients, servers, and optional peer nodes.
architecture-paradigm-cqrs-es
by athola
Apply CQRS + Event Sourcing for collaboration-heavy domains needing auditability and independent scaling.
architecture-paradigm-event-driven
by athola
Structure systems around asynchronous events to decouple producers and consumers.
architecture-paradigm-functional-core
by athola
Use Functional Core, Imperative Shell pattern to isolate deterministic business logic from side-effect orchestration for improved testability.
architecture-paradigm-hexagonal
by athola
Use Hexagonal (Ports & Adapters) boundaries to decouple domain logic from infrastructure concerns for maximum flexibility.
architecture-paradigm-layered
by athola
Use Layered / N-tier architecture to separate presentation, domain logic, and data access responsibilities.
architecture-paradigm-microkernel
by athola
Build a minimal, stable core that loads plug-ins for feature variability.
architecture-paradigm-microservices
by athola
Decompose systems into independently deployable services aligned to business capabilities.
architecture-paradigm-modular-monolith
by athola
Keep a single deployable artifact while enforcing strong internal module boundaries.
architecture-paradigm-pipeline
by athola
Compose processing stages via pipes-and-filters for ETL, media, or compiler-like workloads.
architecture-paradigm-serverless
by athola
Build serverless/function-as-a-service systems for bursty or ops-light workloads.
architecture-paradigm-service-based
by athola
Use coarse-grained service-based architecture (SOA-lite) when microservices are unnecessary but modular deployment is needed.
architecture-paradigm-space-based
by athola
Use space-based/data-grid architectures to scale high-traffic, stateful workloads across nodes.
architecture-paradigms
by athola
Interactive selector and implementation planner for architecture paradigms with orchestration access to specialized paradigm skills.
architecture-review
by athola
Evaluate how the codebase architecture lines up with existing ADRs, coupling rules, and team guardrails before approving major work.
bug-review
by athola
Systematically uncover and fix bugs across diffs/snippets with language-aware expertise and reproducible evidence.
catchup
by athola
Repo-diff catchup ritual that gathers git status/diffs, reviews each material file, and produces a concise summary while keeping token usage low.
commit-messages
by athola
Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text to the pr...
cpu-gpu-performance
by athola
Guardrail workflow that keeps CPU/GPU usage lean by measuring load, narrowing scope, and choosing the lowest-cost validation strategy before runnin...
doc-updates
by athola
Update documentation files based on recent changes while enforcing project writing guidelines.
gemini-delegation
by athola
Decide when and how to hand routine coding work to the Gemini CLI while Claude focuses on higher-level reasoning.
git-workspace-review
by athola
Lightweight preflight checklist for verifying repo path, staged changes, and diffs before other workflows.
makefile-review
by athola
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage using research-driven heuristics.
math-review
by athola
Perform intensive mathematical analysis on code changes, ensuring derivations, numerical stability, and validation evidence align with authoritativ...
modular-skills
by athola
Design superpowers skills as modular building blocks for predictable token usage and maintainable architecture
pr-prep
by athola
Prepare a pull request by validating the workspace, running quality gates, summarizing changes, and drafting the PR template.
python-testing-patterns
by athola
Comprehensive Python testing guidance with orchestration access to specialized testing skills for unit testing, integration testing, mocking, and a...
python-testing-unit-tests
by athola
Master unit testing fundamentals with pytest for reliable, isolated testing of individual Python components.
qwen-delegation
by athola
Decide whether to delegate lower-level execution to Qwen MCP while Claude handles planning/review.
review-core
by athola
Shared preflight + reporting workflow for all deep-dive reviews (architecture, math, makefile, api, etc.).
rust-review
by athola
Perform in-depth Rust audits (ownership, concurrency, unsafe, traits, Cargo dependencies) with reproducible evidence.
skills-eval
by athola
Comprehensive evaluation and improvement system for Claude Skills across all ~/.claude/ locations
speckit-meta
by athola
Gemini-marketplace–only orchestrator that forces every /speckit:* workflow to load the correct superpowers skills, capture dual-governance variance...
test-review
by athola
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.
token-conservation
by athola
Enforce ultra-conservative token usage by minimizing prompt exposure, delegating bulk work, and tracking quotas.
update-readme
by athola
Consolidate README content using language-aware exemplars, internal doc linkage, and reproducible evidence.
version-updates
by athola
Bump project versions across configs, docs, and changelog using git-workspace-review context.
delegation-core
by athola
Framework for delegating tasks to external LLM services, with a focus on strategic oversight and quality control.
gemini-delegation
by athola
Gemini CLI delegation workflow with quota tracking, authentication, and usage logging.
qwen-delegation
by athola
Qwen CLI delegation workflow with quota tracking, authentication, and usage logging. Utilizes shared shell execution infrastructure for consistent ...
cpu-gpu-performance
by athola
Guardrail workflow that keeps CPU/GPU usage lean by measuring load, narrowing scope, and choosing the lowest-cost validation strategy before runnin...
token-conservation
by athola
A workflow for conservative token usage by minimizing prompt exposure, delegating bulk work, and tracking quotas.
catchup
by athola
A methodology for summarizing changes, extracting insights, and identifying follow-up actions.
diff-analysis
by athola
A methodology for categorizing changes, assessing risks, and creating summaries from any changeset.
evidence-logging
by athola
A workflow for capturing evidence and citations to create reproducible analyses and audit trails.
review-core
by athola
A foundational workflow for preparing and structuring detailed reviews (e.g., architecture, API).
structured-output
by athola
A guide to formatting review deliverables for consistency, ensuring findings are comparable across different types of analysis.
digital-garden-cultivator
by athola
Design, manage, and evolve digital gardens as living knowledge bases within memory palaces.
knowledge-locator
by athola
A spatial indexing and retrieval system for finding information within memory palaces.
memory-palace-architect
by athola
Design and construct virtual memory palaces for spatial knowledge organization.
session-palace-builder
by athola
Construct temporary, session-specific memory palaces for complex projects and conversations.
skill-cartographer
by athola
Map and navigate relationships between Claude skills.
skills-eval
by athola
Evaluate and improve Claude skills for clarity, completeness, testability, and architectural coherence.
api-review
by athola
Evaluate API surfaces against internal guidelines and external examples in any language.
architecture-review
by athola
Evaluate codebase architecture against ADRs, coupling rules, and team guardrails before approving major work.
bug-review
by athola
Uncover and fix bugs in code snippets using language-specific expertise and reproducible evidence.
makefile-review
by athola
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.
math-review
by athola
Perform intensive mathematical analysis on code changes to ensure numerical stability and alignment with authoritative standards.
rust-review
by athola
Perform in-depth audits of Rust code, covering ownership, concurrency, unsafe blocks, traits, and Cargo dependencies.
test-review
by athola
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.
unified-review
by athola
Orchestrate and run appropriate pensive review skills based on codebase analysis and context.
commit-messages
by athola
Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text to the pr...
doc-updates
by athola
Update documentation files based on recent changes while enforcing project writing guidelines.
file-analysis
by athola
Structured file enumeration and content analysis for understanding codebase structure before reviews or refactoring.
git-workspace-review
by athola
Lightweight preflight checklist for verifying repo path, staged changes, and diffs before other workflows.
pr-prep
by athola
Prepare a pull request by validating the workspace, running quality gates, summarizing changes, and drafting the PR template.
update-readme
by athola
Consolidate README content using language-aware exemplars, internal doc linkage, and reproducible evidence.
version-updates
by athola
Bump project versions across configs, docs, and changelog using git-workspace-review context.
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.