athola
- 242 skills
- 0 followers
- 1 week ago last updated
- ▌ Quota Management · athola bundleTracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.
- ▌ Release Health Gates · athola bundleStandardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass.
- ▌ Doc Generator · athola bundleGenerates or remediates documentation with human-quality writing. Use when creating new docs, rewriting AI-generated content, or applying style profiles.
- ▌ Tech Tutorial · athola bundlePlans, drafts, and refines technical tutorials for developers. Use when writing step-by-step guides or getting-started walkthroughs backed by working code.
- ▌ Update Readme · athola bundleRefreshes README structure favoring concision (an index, not a manual). Use when the README needs a structural update after significant project changes.
- ▌ Smart Sourcing · atholaSelects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.
- ▌ Tiered Audit · athola bundleRuns a three-tier codebase audit (git history, targeted scans, full review) with gating. Use when auditing a codebase before release or after incidents.
- ▌ Delegation Core · athola bundleDelegates tasks to Gemini or Qwen with quota tracking and error handling. Use when tasks exceed context window or need cheaper processing.
- ▌ Qwen Delegation · athola bundleDelegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.
- ▌ Session To Post · athola bundleConverts 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.
- ▌ Response Compression · atholaCompresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
- ▌ Sem Integration · athola bundleProvides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.
- ▌ Media Composition · atholaCombines GIFs and videos into composite tutorials with vertical or grid layouts via ffmpeg. Use when assembling multi-part media into a single output.
- ▌ Project Specification · atholaTransforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.
- ▌ Cpu Gpu Performance · atholaEstablishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.
- ▌ Makefile Generation · atholaGenerates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.
- ▌ Session Replay · atholaConverts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evidence from past sessions.
- ▌ Palace Diagram · atholaGenerates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity. Use when inspecting or presenting a palace visually.
- ▌ Review Chamber · athola bundleCaptures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference.
- ▌ Hook Authoring · athola bundleGuide creating Claude Code hooks with security-first design. Use for validation and enforcement.
- ▌ Performance Review · athola bundleDetects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merges, or to find O(n²) regressions.
- ▌ Python Performance · athola bundleProfiles Python code for performance bottlenecks and memory issues. Use when Python code is slow or when profiling for optimization before a release.
- ▌ Karpathy Principles · athola bundlePre-implementation gate covering think-first, simplicity, surgical edits, and verifiable goals. Use when starting implementation to verify the approach.
- ▌ Progressive Loading · athola bundleImplements hub-and-spoke lazy loading to minimize token usage in large skills. Use when building multi-module skills that need conditional on-demand loading.
- ▌ War Room Checkpoint · atholaAssesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.
- ▌ Modular Skills · athola bundleBuild composable skill modules with hub-and-spoke loading. Use when token budget is tight.
- ▌ Uninstall Watchdog · atholaRemoves the egregore watchdog daemon and its associated files. Use when stopping automated session relaunching or cleaning up egregore infrastructure.
- ▌ Doc Updates · athola bundleUpdates documentation after code changes with quality gates, slop detection, and accuracy checks. Use when code changes require corresponding doc updates.
- ▌ Voice Generate · athola bundleGenerates text in a learned writing voice. Use when drafting content that must match a specific author's style profile extracted by voice-extract.
- ▌ Clear Context · athola bundleManages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
- ▌ Data Flow · atholaGenerates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.
- ▌ Challenge · atholaPresents adaptive codebase challenge questions with multiple-choice and trace exercises. Use when testing contributor knowledge of the codebase.
- ▌ Bug Review · athola bundleHunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hidden defects.
- ▌ Call Chain · atholaTraces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.
- ▌ Stack Mode · atholaDetects 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.
- ▌ Stack Push · atholaPushes 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.
- ▌ Discourse · atholaScans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach.
- ▌ Dig · atholaRefines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle.
- ▌ Ideate · atholaGenerate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
- ▌ Pr Prep · athola bundlePrepares pull requests by running quality gates, drafting descriptions, and validating tests. Use when completing a feature and ready for review.
- ▌ Catchup · athola bundleSummarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.
- ▌ War Room · athola bundleConvenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted.