← all publishers

athola

@athola source repo

242 published skills · page 2 of 3

  1. Damage Control · athola bundle
    Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.
    1 install
  2. Error Patterns · athola bundle
    Provides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.
    1 install
  3. Decisive Action · athola
    Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.
    1 install
  4. Makefile Review · athola bundle
    Audits Makefiles for build correctness, portability, and recipe duplication. Use when reviewing a Makefile or before committing Makefile changes.
    1 install
  5. File Analysis · athola
    Maps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation.
    1 install
  6. Usage Logging · athola bundle
    Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usage analytics, or cost tracking to a skill.
    0 installs
  7. Harden · athola bundle
    Applies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing concrete security remediations.
    1 install
  8. Gauntlet Curate · athola
    Audits the DSA problem bank for coverage gaps and proposes new YAML entries. Use when refreshing the problem bank during update-plugins runs.
    1 install
  9. Plugin Review · athola bundle
    Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.
    1 install
  10. Proof Of Work · athola bundle
    Enforces validation and evidence before claiming work complete. Use before declaring implementation done, creating a PR, or submitting deliverables for review.
    1 install
  11. Task Planning · athola bundle
    Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before starting implementation.
    1 install
  12. Vhs Recording · athola bundle
    Generates terminal recordings using VHS tape scripts and produces GIF outputs. Use when creating demo GIFs or documenting CLI workflows for tutorials.
    0 installs
  13. Feature Review · athola bundle
    Scores backlog items with RICE/WSJF/Kano and files GitHub issues for top candidates. Use when triaging a roadmap or prioritizing features for a sprint.
    1 install
  14. Unified Review · athola bundle
    Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed.
    1 install
  15. Do Issue · athola bundle
    Implements GitHub or GitLab issues via parallel subagents with review gates between task batches. Use when resolving multi-step issues end-to-end.
    1 install
  16. Class Diagram · athola
    Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.
    1 install
  17. Diff Analysis · athola bundle
    Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.
    1 install
  18. Extract · athola
    Builds the gauntlet knowledge base from AST extraction and AI enrichment. Use when initializing or refreshing codebase knowledge for challenges.
    1 install
  19. Papers · athola
    Searches academic literature via arXiv, Semantic Scholar, and open-access PDFs. Use when building literature reviews or finding formal research on a topic.
    1 install
  20. Pytest Config · athola bundle
    Provides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.
    1 install
  21. Utility · athola bundle
    Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.
    0 installs
  22. Dora Metrics · athola bundle
    Computes DORA delivery-performance metrics from git and GitHub API. Use when assessing deployment frequency, lead time, or change failure rate.
    1 install
  23. Elegant Code · athola bundle
    Guide minimal code via a decision ladder with full safety, edge, and negative-case coverage. Use when adding code, choosing a dependency, or auditing a diff.
    1 install
  24. Git Platform · athola bundle
    Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform. Use when writing skills that must run on any git hosting provider.
    1 install
  25. Python Async · athola bundle
    Async Python patterns via asyncio and aiohttp for I/O-bound concurrency. Use when adding async APIs, handling concurrent I/O, or debugging async code.
    1 install
  26. Quality Gate · athola
    Orchestrates the QUALITY pipeline stage for egregore work items, running code review, unbloat, and test updates. Use when running quality checks before a PR.
    1 install
  27. Test Updates · athola bundle
    Updates, generates, and validates tests using git-workspace context and TDD/BDD methodology. Use when code changes require new or updated test coverage.
    1 install
  28. Summon · athola bundle
    Autonomous orchestrator for manifest work items through the development lifecycle. Use when running egregore to process a backlog automatically.
    1 install
  29. Code Search · athola
    Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.
    1 install
  30. Stewardship · athola bundle
    Applies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality.
    1 install
  31. Shell Review · athola bundle
    Audits shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts or before committing shell changes.
    1 install
  32. Stack Create · athola
    Initializes a stacked branch set from an ordered plan, one branch per slice with parent-child links. Use when a plan has 2+ sequentially dependent changes.
    1 install
  33. Stack Rebase · athola
    Cascades a rebase through an entire PR stack after a base PR merges or upstream changes. Use when a stack needs to incorporate new base branch commits.
    1 install
  34. Test Review · athola bundle
    Evaluates test suites for coverage gaps, TDD/BDD compliance, and anti-patterns. Use when auditing test quality or before a major release.
    1 install
  35. Validate Pr · athola
    Generates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
    0 installs
  36. API Review · athola bundle
    Evaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before releasing a new API surface.
    1 install
  37. Review Core · athola
    Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings.
    1 install
  38. Rust Review · athola bundle
    Audits Rust code for unsafe blocks, ownership issues, and Cargo dependency risks. Use when reviewing Rust code or before merging Rust changes.
    1 install
  39. Scope Guard · athola bundle
    Scores feature worthiness and enforces branch-size limits against overengineering. Use when evaluating whether a feature belongs in the current scope or branch.
    1 install
  40. Skills Eval · athola bundle
    Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.
    1 install
  41. Curate · athola
    Adds developer-authored annotations to the gauntlet knowledge base. Use when capturing tribal knowledge or rationale not visible in code.
    1 install
  42. Blast Radius · athola
    Analyzes code change impact with risk scoring and affected-node mapping. Use before merging to understand what a change touches and what lacks test coverage.
    1 install
  43. Night Market Diagnostics Toolkit · athola bundle
    Run and interpret repo diagnostic scripts (ratchets, validators, token stats). Use when measuring health. Do not use to run tests; use night-market-operations.
    1 install
  44. Session Management · athola
    Manages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions.
    1 install
  45. Architecture Paradigm Hexagonal · athola
    Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.
    1 install
  46. Night Market Debugging Playbook · athola
    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.
    1 install
  47. Project Brainstorming · athola bundle
    Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.
    1 install
  48. Architecture Paradigm Pipeline · athola
    Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.
    1 install
  49. Digital Garden Cultivator · athola bundle
    Manages digital garden notes, link structures, and health metrics. Use when curating a knowledge base, pruning stale notes, or tracking content maturity.
    1 install
  50. Night Market Validation And QA · athola
    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.
    1 install
  51. Architecture Paradigm Cqrs Es · athola
    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.
    1 install
  52. Architecture Paradigm Layered · athola
    Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.
    1 install
  53. Safety Critical Patterns · athola
    Applies NASA Power of 10 rules for safety-critical verifiable code. Use when auditing financial, medical, or high-reliability system code.
    1 install
  54. Claude Code Plugin Reference · athola
    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.
    1 install
  55. Rigorous Reasoning · athola bundle
    Applies anti-sycophancy checklist to override agreement bias. Use when analyzing contested claims or avoiding socially convenient but inaccurate conclusions.
    1 install
  56. Memory Palace Architect · athola bundle
    Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand.
    1 install
  57. Development Workflow · athola bundle
    Detailed development workflow with modular patterns for git, review, testing, and deployment.
    1 install
  58. Night Market Change Control · athola
    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.
    1 install
  59. Session Palace Builder · athola bundle
    Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project.
    1 install
  60. Night Market Build And Env · athola
    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.
    1 install
  61. Night Market Config Catalog · athola
    Catalog every config axis, its defaults and guards. Use when adding or auditing configuration. Do not use for running gates; use night-market-operations.
    1 install
  62. Skill Graph Audit · athola bundle
    Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.
    1 install
  63. Mission Orchestrator · athola bundle
    Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
    1 install
  64. Speckit Orchestrator · athola bundle
    Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation.
    1 install
  65. Workflow Improvement · athola bundle
    Evaluates and improves skills, agents, commands, and hooks after a workflow slice. Use when execution felt slow, confusing, repetitive, or fragile.
    0 installs
  66. Methodology Curator · athola bundle
    Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
    1 install
  67. Memory Clarity Probe · athola
    > Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or summary before handoff or compression.
    1 install
  68. Palace Index Curator · athola
    Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.
    1 install
  69. Compression Strategy · athola bundle
    Recommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.
    1 install
  70. Doc Consolidation · athola bundle
    Merges ephemeral report and analysis artifacts into permanent documentation. Use when LLM-generated markdown files have accumulated and need consolidation.
    1 install
  71. Storage Templates · athola bundle
    Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.
    1 install
  72. Latent Space Engineering · athola bundle
    Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.
    1 install
  73. Testing Quality Standards · athola bundle
    Defines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets.
    1 install
  74. Content Sanitization · athola
    Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.
    1 install
  75. Graduated Implementation · athola bundle
    Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.
    1 install
  76. Evaluation Framework · athola bundle
    Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation systems, or decision frameworks.
    1 install
  77. Tutorial Updates · athola bundle
    Generates or updates tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording. Use when tutorial assets need refreshing.
    1 install
  78. Architecture Aware Init · athola bundle
    Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.
    1 install
  79. Code Quality Principles · athola
    Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.
    1 install
  80. Night Market Operations · athola
    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.
    1 install
  81. Markdown Formatting · athola bundle
    Enforces markdown line-wrap and structure rules for clean git diffs. Use when writing or editing any committed markdown documentation or skill file.
    1 install
  82. MCP Code Execution · athola bundle
    Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
    1 install
  83. Document Conversion · athola bundle
    Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.
    1 install
  84. Architecture Paradigms · athola
    Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.
    1 install
  85. Metacognitive Self Mod · athola bundle
    Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.
    1 install
  86. Dependency Verification · athola bundle
    Verifies a package exists before install, defending against hallucination and slopsquatting. Use when adding, recommending, or installing a package.
    1 install
  87. Github Initiative Pulse · athola bundle
    Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.
    1 install
  88. Gemini Delegation · athola bundle
    Delegates tasks to Gemini CLI implementing delegation-core for Google's models. Use when delegation-core selects Gemini or 1M+ token context is needed.
    1 install
  89. Token Conservation · athola
    Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.
    1 install
  90. Risk Classification · athola bundle
    Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.
    1 install
  91. Knowledge Locator · athola bundle
    Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces.
    1 install
  92. Decision Journal · athola
    Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
    1 install
  93. Agent Expenditure · athola bundle
    Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.
    1 install
  94. Assisted Mastery · athola bundle
    Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or learning from agent-written code.
    1 install
  95. Knowledge Intake · athola bundle
    Processes external resources into stored knowledge with quality scoring and routing. Use when ingesting articles, papers, or docs into a memory palace.
    1 install
  96. Git Workspace Review · athola bundle
    Verifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set is clean and correct.
    1 install
  97. Additive Bias Defense · athola
    Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.
    1 install
  98. Escalation Governance · athola bundle
    Assess whether to escalate models. Use when evaluating reasoning depth.
    1 install
  99. Skill Library Mission · athola bundle
    Build a project skill library in .claude/skills/ via discovery, parallel authoring, and review. Use when packaging tribal knowledge. Do not use for one skill.
    1 install
  100. Supply Chain Advisory · athola bundle
    Audits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.
    1 install