All authors
athola avatar

Claude Skills by athola

github.com/athola
228 skillsA× 220B× 5C× 34 installs244 views
Deferred CaptureA

Defines the contract for deferred-item capture across plugins. Use when building or validating a plugin's deferred-capture wrapper or adding source labels.

ai-agentspythongo
0
333
Document ConversionA

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.

ai-agentsgo
0
333
Git PlatformA

Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform. Use when writing skills that must run on any git hosting provider.

ai-agentsgobash
0
333
Stack CreateA

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.

ai-agentsgobash
0
333
Stack ModeA

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.

ai-agentsgobash
0
333
Stack PushA

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.

ai-agentsgobash
0
333
Stack RebaseA

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.

ai-agentsgobash
0
333
Doc ImporterA

Converts external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown. Use when ingesting external files for rewriting or project integration.

ai-agentsgodocumentation
0
333
Session ReplayA

Converts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evidence from past sessions.

ai-agentsgobash
0
333
Session To PostA

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.

developmentpythonrust
0
333
Tech TutorialA

Plans, drafts, and refines technical tutorials for developers. Use when writing step-by-step guides or getting-started walkthroughs backed by working code.

ai-agentsgoapi
0
333
Voice ExtractA

Extracts a user's writing voice from text samples via SICO comparative analysis. Use when building a voice profile for consistent generation.

ai-agentsgobash
0
333
Voice GenerateA

Generates text in a learned writing voice. Use when drafting content that must match a specific author's style profile extracted by voice-extract.

ai-agentsgobash
0
333
Voice ReviewA

Runs parallel prose and craft review agents against a voice profile. Use when checking generated content for AI patterns and voice drift before publishing.

ai-agentsgo
0
333
Code SearchA

Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session.

ai-agentsgogit
0
333
DiscourseA

Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach.

ai-agentsgoapi
0
333
PapersA

Searches academic literature via arXiv, Semantic Scholar, and open-access PDFs. Use when building literature reviews or finding formal research on a topic.

ai-agentsgoapi
0
333
ResearchA

Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar. Use when surveying a technical topic across multiple channels.

ai-agentspythongo
0
333
SynthesizeA

Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from multiple channels to produce a ranked report.

ai-agentsgo
0
333
TrizA

Applies TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when stuck on a problem and needing inventive perspectives.

ai-agentsgosecurity
0
333
Markdown FormattingA

Enforces markdown line-wrap and structure rules for clean git diffs. Use when writing or editing any committed markdown documentation or skill file.

ai-agentsgogit
0
333
Risk ClassificationA

Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach.

ai-agentsgodatabase
0
333
Sem IntegrationA

Provides sem semantic-diff detection, install-on-first-use, and fallback patterns. Use when building skills that consume git diff output.

ai-agentsgobash
0
333
StewardshipA

Applies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality.

ai-agentsgo
0
333
Supply Chain AdvisoryA

Audits dependency supply chains for bad versions, lockfile drift, and artifact integrity. Use when adding deps, handling incidents, or releasing a plugin.

ai-agentspythongo
0
333
UtilityA

Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an agent or invoke a tool.

ai-agentsgoapi
0
333
Palace DiagramA

Generates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity. Use when inspecting or presenting a palace visually.

ai-agentspythongo
0
333
Dora MetricsA

Computes DORA delivery-performance metrics from git and GitHub API. Use when assessing deployment frequency, lead time, or change failure rate.

ai-agentspythongo
0
333
SetupA

Provisions the oracle ML inference daemon with onnxruntime via uv. Use when setting up local ONNX model inference for skill quality evaluation.

ai-agentspythonbash
0
333
Blast RadiusA

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.

ai-agentspythongo
0
333
HardenA

Applies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing concrete security remediations.

ai-agentspythonrust
0
333
Performance ReviewA

Detects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merges, or to find O(n²) regressions.

ai-agentspythonrust
0
333
Tiered AuditA

Runs a three-tier codebase audit (git history, targeted scans, full review) with gating. Use when auditing a codebase before release or after incidents.

ai-agentsgobash
0
333
Computer ControlA

Automates desktop GUI workflows via computer use API with screenshot capture. Use when scripting GUI interactions or recording browser sessions for tutorials.

ai-agentspythongo
0
333
Claude Code Plugin ReferenceA

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.

ai-agentsjavascriptpython
0
333
Night Market Architecture ContractA

States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.

ai-agentspythonrust
0
333
Night Market Build And EnvA

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.

ai-agentspythonrust
0
333
Night Market Change ControlA

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.

ai-agentspythonrust
0
333
Night Market Collective MemoryA

Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.

ai-agentspythongo
0
333
Night Market Completion Integrity CampaignA

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.

ai-agentspythonrust
0
333
Night Market Config CatalogA

Catalog every config axis, its defaults and guards. Use when adding or auditing configuration. Do not use for running gates; use night-market-operations.

ai-agentstypescriptpython
0
333
Night Market Debugging PlaybookA

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.

ai-agentspythonrust
0
333
Night Market Diagnostics ToolkitA

Run and interpret repo diagnostic scripts (ratchets, validators, token stats). Use when measuring health. Do not use to run tests; use night-market-operations.

ai-agentspythongo
0
333
Night Market Docs And WritingA

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.

ai-agentspythongo
0
333
Night Market Failure ArchaeologyA

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.

ai-agentspythonrust
0
333
Night Market Model And Harness UpdatesA

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.

ai-agentspythonbash
0
333
Night Market OperationsA

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.

ai-agentspythonrust
0
333
Night Market Research FrontierA

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.

ai-agentspythonrust
0
333
Night Market Research MethodologyA

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.

ai-agentspythonrust
0
333
Night Market Validation And QaA

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.

ai-agentspythongo
0
333