← all publishers

athola

@athola source repo

242 published skills · page 3 of 3

  1. Quota Management · athola bundle
    Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.
    1 install
  2. Release Health Gates · athola bundle
    Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass.
    1 install
  3. Doc Generator · athola bundle
    Generates or remediates documentation with human-quality writing. Use when creating new docs, rewriting AI-generated content, or applying style profiles.
    1 install
  4. Tech Tutorial · athola bundle
    Plans, drafts, and refines technical tutorials for developers. Use when writing step-by-step guides or getting-started walkthroughs backed by working code.
    1 install
  5. Update Readme · athola bundle
    Refreshes README structure favoring concision (an index, not a manual). Use when the README needs a structural update after significant project changes.
    0 installs
  6. Smart Sourcing · athola
    Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.
    1 install
  7. Tiered Audit · athola bundle
    Runs a three-tier codebase audit (git history, targeted scans, full review) with gating. Use when auditing a codebase before release or after incidents.
    1 install
  8. Delegation Core · athola bundle
    Delegates tasks to Gemini or Qwen with quota tracking and error handling. Use when tasks exceed context window or need cheaper processing.
    1 install
  9. Qwen Delegation · athola bundle
    Delegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.
    1 install
  10. Session To Post · athola bundle
    Converts a Claude Code session into a blog post, case study, or Reddit post. Use when publishing dev blog content or community posts from real sessions.
    1 install
  11. Response Compression · athola
    Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
    1 install
  12. Sem Integration · athola bundle
    Provides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.
    1 install
  13. Media Composition · athola
    Combines GIFs and videos into composite tutorials with vertical or grid layouts via ffmpeg. Use when assembling multi-part media into a single output.
    1 install
  14. Project Specification · athola
    Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.
    1 install
  15. Cpu Gpu Performance · athola
    Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.
    1 install
  16. Makefile Generation · athola
    Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.
    1 install
  17. Session Replay · athola
    Converts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evidence from past sessions.
    1 install
  18. Palace Diagram · athola
    Generates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity. Use when inspecting or presenting a palace visually.
    1 install
  19. Review Chamber · athola bundle
    Captures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference.
    1 install
  20. Hook Authoring · athola bundle
    Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
    1 install
  21. Performance Review · athola bundle
    Detects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merges, or to find O(n²) regressions.
    1 install
  22. Python Performance · athola bundle
    Profiles Python code for performance bottlenecks and memory issues. Use when Python code is slow or when profiling for optimization before a release.
    1 install
  23. Karpathy Principles · athola bundle
    Pre-implementation gate covering think-first, simplicity, surgical edits, and verifiable goals. Use when starting implementation to verify the approach.
    1 install
  24. Progressive Loading · athola bundle
    Implements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.
    1 install
  25. War Room Checkpoint · athola
    Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.
    0 installs
  26. Modular Skills · athola bundle
    Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
    1 install
  27. Uninstall Watchdog · athola
    Removes the egregore watchdog daemon and its associated files. Use when stopping automated session relaunching or cleaning up egregore infrastructure.
    1 install
  28. Doc Updates · athola bundle
    Updates documentation after code changes with quality gates, slop detection, and accuracy checks. Use when code changes require corresponding doc updates.
    1 install
  29. Voice Generate · athola bundle
    Generates text in a learned writing voice. Use when drafting content that must match a specific author's style profile extracted by voice-extract.
    0 installs
  30. Clear Context · athola bundle
    Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
    1 install
  31. Data Flow · athola
    Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.
    1 install
  32. Challenge · athola
    Presents adaptive codebase challenge questions with multiple-choice and trace exercises. Use when testing contributor knowledge of the codebase.
    1 install
  33. Bug Review · athola bundle
    Hunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hidden defects.
    1 install
  34. Call Chain · athola
    Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.
    1 install
  35. Stack Mode · athola
    Detects shared stack membership and iterates a command across all PRs in base-to-tip order. Use when a command supports --stack flag for multi-PR iteration.
    1 install
  36. Stack Push · athola
    Pushes all branches in a stack and opens or updates one dependent PR per slice. Use after stack-create to publish the stack or after adding commits to a slice.
    1 install
  37. Discourse · athola
    Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach.
    1 install
  38. Dig · athola
    Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle.
    1 install
  39. Ideate · athola
    Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
    1 install
  40. Pr Prep · athola bundle
    Prepares pull requests by running quality gates, drafting descriptions, and validating tests. Use when completing a feature and ready for review.
    1 install
  41. Catchup · athola bundle
    Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.
    1 install
  42. War Room · athola bundle
    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 installs