← all publishers

athola

@athola source repo

242 published skills · page 1 of 3

  1. Context Map · athola
    Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.
    1 install
  2. Triz · athola
    Applies TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when stuck on a problem and needing inventive perspectives.
    1 install
  3. Export · athola
    Export a research session into knowledge-intake compatible markdown. Use after a research session to hand findings to memory-palace.
    1 install
  4. Setup · athola
    Provisions the oracle ML inference daemon with onnxruntime via uv. Use when setting up local ONNX model inference for skill quality evaluation.
    1 install
  5. Research · athola
    Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar. Use when surveying a technical topic across multiple channels.
    1 install
  6. Onboard · athola
    Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
    1 install
  7. Pr Review · athola bundle
    Reviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or GitLab PRs.
    1 install
  8. Simplified Technical English · athola bundle
    Applies an ASD-STE100-derived register to operator and procedural text. Use when writing runbooks or steps. Do not use for docstrings, ADRs, or rationale.
    1 install
  9. Night Market Model And Harness Updates · athola bundle
    Sweep plugins, skills, agents, commands, and hooks after a model release or Claude Code version bump. Use when upstream ships. Do not use for routine edits; use night-market-change-control.
    1 install
  10. Architecture Diagram · athola
    Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.
    1 install
  11. Authentication Patterns · athola bundle
    Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
    1 install
  12. Opencode Delegation · athola
    Delegates tasks to OpenCode (opencode run) via delegation-core. Use when delegation-core selects OpenCode or a provider-agnostic harness is wanted.
    1 install
  13. Python Testing · athola bundle
    Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite.
    1 install
  14. Architecture Review · athola bundle
    Assesses architecture decisions, ADR compliance, and coupling. Use when evaluating design changes or validating structural decisions before merging.
    1 install
  15. Action First Output · athola
    Shapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.
    1 install
  16. Context Optimization · athola bundle
    Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.
    1 install
  17. Session Handoff · athola bundle
    Decompose a session into typed handoff units and recall them later. Use when ending a session or resuming work whose prior state must be recovered.
    1 install
  18. Glimmer Delegation · athola
    Delegates tasks to a locally served Muse Glimmer via ollama. Use when delegation-core selects glimmer or the prompt must not leave the machine.
    1 install
  19. Minimax Delegation · athola bundle
    Delegates tasks to the MiniMax CLI (mmx) via delegation-core. Use when delegation-core selects MiniMax or large-context batch work is needed.
    1 install
  20. Codex Delegation · athola
    Delegates tasks to the OpenAI Codex CLI (codex exec) via delegation-core. Use when delegation-core selects Codex or OpenAI credentials are already configured.
    1 install
  21. Muse Delegation · athola
    Delegates tasks to Meta's Muse Code CLI (muse) via delegation-core. Use when delegation-core selects Muse or repository-scale work needs a 1M-token context.
    1 install
  22. Commit Messages · athola
    Generates conventional commit messages from staged changes. Use when committing and needing a well-formatted message. Do not use for full PR prep; use pr-prep.
    1 install
  23. Skill Authoring · athola bundle
    Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.
    1 install
  24. Spec Writing · athola bundle
    Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning.
    1 install
  25. Glm Delegation · athola
    Delegates tasks to Z.ai GLM-5.x via the stock claude binary and an endpoint swap. Use when delegation-core selects GLM or a 1M-token context is needed.
    1 install
  26. Provider Setup · athola
    Reports which delegation CLIs are installed and authenticated, installs missing ones, and stores the result. Use before delegating or when a provider errors.
    1 install
  27. Test Writer · athola
    Write thorough tests following TDD and BDD principles
    1 install
  28. HTML Portal Generator · athola
    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.
    1 install
  29. Authentication Patterns 2 · athola bundle
    Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
    1 install
  30. Architecture Review 2 · athola bundle
    Assesses architecture decisions, ADR compliance, and coupling. Use when evaluating design changes or validating structural decisions before merging.
    1 install
  31. Skill Authoring 2 · athola bundle
    Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.
    1 install
  32. Architecture Diagram 2 · athola
    Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.
    1 install
  33. Context Optimization 2 · athola bundle
    Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.
    1 install
  34. Research 3 · athola
    Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar. Use when surveying a technical topic across multiple channels.
    1 install
  35. Commit Messages 2 · athola
    Generates conventional commit messages from staged changes. Use when committing and needing a well-formatted message. Do not use for full PR prep; use pr-prep.
    1 install
  36. Python Packaging 2 · athola bundle
    Python package creation and PyPI distribution via pyproject.toml and entry points. Use when publishing a package or setting up build configuration.
    1 install
  37. Spec Writing 2 · athola bundle
    Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning.
    1 install
  38. Python Testing 2 · athola bundle
    Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite.
    1 install
  39. Context Map 2 · athola
    Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.
    1 install
  40. Onboard 4 · athola
    Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
    1 install
  41. Pr Review 2 · athola bundle
    Reviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or GitLab PRs.
    1 install
  42. Night Market Completion Integrity Campaign · athola
    Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.
    1 install
  43. Architecture Paradigm Modular Monolith · athola
    Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.
    1 install
  44. Night Market Research Methodology · athola
    Turn hunches into accepted results: worthiness score, evidence bar, research-to-rules. Use when vetting ideas. Not for QA; use night-market-validation-and-qa.
    1 install
  45. Night Market Research Frontier · athola
    Map open problems where this repo can advance SOTA. Use when scoping research. Do not use to run the campaign; use night-market-completion-integrity-campaign.
    1 install
  46. Night Market Docs And Writing · athola
    Maintain docs of record, ADRs, changelog, and house style. Use when writing repo docs. Do not use for release steps; use night-market-operations instead.
    1 install
  47. Architecture Paradigm Functional Core · athola
    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.
    1 install
  48. Architecture Paradigm Event Driven · athola
    Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.
    1 install
  49. Night Market Architecture Contract · athola
    States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
    1 install
  50. Night Market Collective Memory · athola
    Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
    1 install
  51. Architecture Paradigm Client Server · athola
    Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.
    1 install
  52. Architecture Paradigm Domain Driven · athola
    Models a business in its own language. Use when the domain has real business rules to capture.
    1 install
  53. Architecture Paradigm Microservices · athola
    Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.
    1 install
  54. Architecture Paradigm Service Based · athola
    Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.
    1 install
  55. Architecture Paradigm Microkernel · athola
    Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.
    1 install
  56. Architecture Paradigm Space Based · athola
    Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.
    1 install
  57. Architecture Paradigm Serverless · athola
    Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.
    1 install
  58. Night Market Failure Archaeology · athola
    Chronicles settled battles, reverts, and dead ends. Use when a fix echoes a past failure. Do not use for live triage; use night-market-debugging-playbook.
    1 install
  59. Loop Optimization · athola
    Decides hand-vs-compiler for loop transforms (unrolling, SIMD, fusion, hoisting). Use when reviewing/authoring a hot loop or tempted to hand-optimize one.
    1 install
  60. Project Init · athola bundle
    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.
    1 install
  61. Voice Review · athola
    Runs parallel prose and craft review agents against a voice profile. Use when checking generated content for AI patterns and voice drift before publishing.
    0 installs
  62. Friction Detector · athola
    Detect friction signals; graduate patterns into rules. Use for session retrospectives.
    1 install
  63. Project Execution · athola bundle
    Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.
    1 install
  64. Structured Output · athola
    Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared.
    1 install
  65. Gif Generation · athola
    Converts webm/mp4 video files to optimized GIFs via ffmpeg with configurable quality settings. Use when post-processing recordings into shareable GIFs.
    1 install
  66. Graph Search · athola
    Searches the code knowledge graph by function, class, or type using FTS5 full-text search. Use when locating code entities by name or qualified path.
    1 install
  67. Math Review · athola bundle
    Verifies math-heavy code for algorithmic correctness and numerical stability. Use when reviewing scientific algorithms, ML models, or numerical code.
    1 install
  68. Slop Detector · athola bundle
    Detects AI-generated writing patterns in prose. Use when reviewing docs for slop, vague language, or identity leaks before publishing.
    1 install
  69. Style Learner · athola bundle
    Extracts writing style patterns from exemplar text into a reusable profile. Use when creating a style guide or learning a specific author's voice.
    1 install
  70. Voice Extract · athola bundle
    Extracts a user's writing voice from text samples via SICO comparative analysis. Use when building a voice profile for consistent generation.
    0 installs
  71. Writing Rules · athola
    Creates behavioral rules in markdown to block dangerous commands or restrict AI behavior. Use when adding safety guardrails or preventing specific commands.
    0 installs
  72. Workflow Diagram · athola
    Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.
    0 installs
  73. Code Communities · athola
    Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.
    1 install
  74. Install Watchdog · athola
    Installs egregore watchdog daemon via launchd or systemd for autonomous relaunching. Use when setting up egregore on a new machine. Do not use on CI/CD runners.
    1 install
  75. Doc Importer · athola
    Converts external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown. Use when ingesting external files for rewriting or project integration.
    1 install
  76. Graph Build · athola
    Builds or updates the code knowledge graph via tree-sitter AST and SQLite. Use when setting up the graph before search or blast-radius analysis.
    1 install
  77. Browser Recording · athola bundle
    Records browser sessions via Playwright and converts video to GIF. Use when creating web UI tutorials or demos showing browser interactions.
    1 install
  78. Rule Catalog · athola bundle
    Browse hookify rule catalog. Use when installing pre-built rules or browsing categories. Do not use when writing custom rules; use hookify:writing-rules.
    1 install
  79. Agent Teams · athola bundle
    Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.
    1 install
  80. Computer Control · athola
    Automates desktop GUI workflows via computer use API with screenshot capture. Use when scripting GUI interactions or recording browser sessions for tutorials.
    1 install
  81. Code Refinement · athola bundle
    Improves code quality across duplication, efficiency, and architectural fit. Use when code passes tests but quality is poor or before a major release.
    1 install
  82. Precommit Setup · athola bundle
    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.
    1 install
  83. Shared Patterns · athola bundle
    Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
    1 install
  84. Deferred Capture · athola
    Defines the contract for deferred-item capture across plugins. Use when building or validating a plugin's deferred-capture wrapper or adding source labels.
    1 install
  85. Dependency Graph · athola
    Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.
    1 install
  86. Hook Scope Guide · athola
    Select hook scope (plugin, project, global) by audience. Use when authoring a hook.
    1 install
  87. Project Planning · athola
    Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.
    1 install
  88. Service Registry · athola bundle
    Registers external services with health checks, central config, and unified execution. Use when integrating multiple external services needing coordination.
    1 install
  89. Workflow Monitor · athola bundle
    Detects workflow failures and inefficient patterns then files GitHub issues. Use when a workflow step repeatedly fails or produces inconsistent output.
    0 installs
  90. Justify · athola
    Audits changes for additive bias and Iron Law compliance. Use when reviewing completed work before merging or after AI-assisted implementation.
    1 install
  91. Subagent Testing · athola bundle
    Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.
    1 install
  92. Voice Learn · athola bundle
    Improves a voice profile by learning from manual edits. Use after editing generated text to refine registers and close voice drift over time.
    0 installs
  93. Hooks Eval · athola bundle
    Evaluate hook security, performance, and SDK compliance. Use for audits.
    1 install
  94. Rules Eval · athola bundle
    Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.
    1 install
  95. Synthesize · athola
    Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from multiple channels to produce a ranked report.
    1 install
  96. Version Updates · athola
    Bumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version.
    0 installs
  97. Vow Enforcement · athola
    Classifies and enforces constraints via soft vows, hard vows, and Nen Court layers. Use when designing or auditing enforcement mechanisms for project rules.
    0 installs
  98. Dorodango · athola bundle
    Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.
    1 install
  99. Workflow Setup · athola
    Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.
    0 installs
  100. Bloat Detector · athola bundle
    Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.
    1 install