mcpbeat

athola Skills

221 skills published by athola across 2 repositories. Together they weigh 1 041 328 tokens — that is what loading all of them at once would cost you in context.

221 skills 1 041 328 tokens total

Action First Output
claude-night-market

Shapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.

3k tokens
Additive Bias Defense
claude-night-market

Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.

1k tokens
Agent Expenditure
claude-night-market

Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.

1k tokens
Agent Teams
claude-night-market

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

13k tokens
API Review
claude-night-market

Evaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before releasing a new API surface.

4k tokens
Architecture Aware Init
claude-night-market

Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.

4k tokens
Architecture Diagram
claude-night-market

Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.

767 tokens
Architecture Paradigm Client Server
claude-night-market

Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.

1k tokens
Architecture Paradigm Cqrs Es
claude-night-market

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.

1k tokens
Architecture Paradigm Domain Driven
claude-night-market

Models a business in its own language. Use when the domain has real business rules to capture.

2k tokens
Architecture Paradigm Event Driven
claude-night-market

Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.

1k tokens
Architecture Paradigm Functional Core
claude-night-market

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.

1k tokens
Architecture Paradigm Hexagonal
claude-night-market

Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.

1k tokens
Architecture Paradigm Layered
claude-night-market

Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.

2k tokens
Architecture Paradigm Microkernel
claude-night-market

Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.

1k tokens
Architecture Paradigm Microservices
claude-night-market

Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.

2k tokens
Architecture Paradigm Modular Monolith
claude-night-market

Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.

1k tokens
Architecture Paradigm Pipeline
claude-night-market

Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.

1k tokens
Architecture Paradigms
claude-night-market

Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.

2k tokens
Architecture Paradigm Serverless
claude-night-market

Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.

1k tokens
Architecture Paradigm Service Based
claude-night-market

Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.

1k tokens
Architecture Paradigm Space Based
claude-night-market

Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.

1k tokens
Architecture Review
claude-night-market

Assesses architecture decisions, ADR compliance, and coupling. Use when evaluating design changes or validating structural decisions before merging.

10k tokens
Assisted Mastery
claude-night-market

Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or learning from agent-written code.

5k tokens
Authentication Patterns
claude-night-market

Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.

10k tokens scripts
Blast Radius
claude-night-market

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.

1k tokens
Bloat Detector
claude-night-market

Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.

12k tokens
Browser Recording
claude-night-market

Records browser sessions via Playwright and converts video to GIF. Use when creating web UI tutorials or demos showing browser interactions.

4k tokens
Bug Review
claude-night-market

Hunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hidden defects.

4k tokens
Call Chain
claude-night-market

Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.

818 tokens
Catchup
claude-night-market

Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.

3k tokens
Challenge
claude-night-market

Presents adaptive codebase challenge questions with multiple-choice and trace exercises. Use when testing contributor knowledge of the codebase.

591 tokens
Class Diagram
claude-night-market

Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.

853 tokens
Claude Code Plugin Reference
claude-night-market

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.

6k tokens
Clear Context
claude-night-market

Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.

7k tokens
Code Communities
claude-night-market

Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.

958 tokens
Code Quality Principles
claude-night-market

Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.

2k tokens
Code Refinement
claude-night-market

Improves code quality across duplication, efficiency, and architectural fit. Use when code passes tests but quality is poor or before a major release.

9k tokens
Code Search
claude-night-market

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

371 tokens
Commit Messages
claude-night-market

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.

948 tokens
Compression Strategy
claude-night-market

Recommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.

5k tokens
Computer Control
claude-night-market

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

1k tokens
Content Sanitization
claude-night-market

Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input.

1k tokens
Context Map
claude-night-market

Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.

1k tokens
Context Optimization
claude-night-market

Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.

19k tokens
Cpu Gpu Performance
claude-night-market

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.

1k tokens
Curate
claude-night-market

Adds developer-authored annotations to the gauntlet knowledge base. Use when capturing tribal knowledge or rationale not visible in code.

314 tokens
Damage Control
claude-night-market

Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.

9k tokens
Data Flow
claude-night-market

Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.

792 tokens
Decision Journal
claude-night-market

Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.

1k tokens
Decisive Action
claude-night-market

Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.

1k tokens
Deferred Capture
claude-night-market

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

1k tokens
Delegation Core
claude-night-market

Delegates tasks to Gemini or Qwen with quota tracking and error handling. Use when tasks exceed context window or need cheaper processing.

8k tokens
Dependency Graph
claude-night-market

Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.

834 tokens
Dependency Verification
claude-night-market

Verifies a package exists before install, defending against hallucination and slopsquatting. Use when adding, recommending, or installing a package.

2k tokens
Diff Analysis
claude-night-market

Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.

3k tokens
Dig
claude-night-market

Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle.

438 tokens
Digital Garden Cultivator
claude-night-market

Manages digital garden notes, link structures, and health metrics. Use when curating a knowledge base, pruning stale notes, or tracking content maturity.

2k tokens
Discourse
claude-night-market

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

416 tokens
Doc Consolidation
claude-night-market

Merges ephemeral report and analysis artifacts into permanent documentation. Use when LLM-generated markdown files have accumulated and need consolidation.

9k tokens
Doc Generator
claude-night-market

Generates or remediates documentation with human-quality writing. Use when creating new docs, rewriting AI-generated content, or applying style profiles.

4k tokens
Doc Importer
claude-night-market

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

814 tokens
Document Conversion
claude-night-market

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.

3k tokens
Doc Updates
claude-night-market

Updates documentation after code changes with quality gates, slop detection, and accuracy checks. Use when code changes require corresponding doc updates.

11k tokens
Do Issue
claude-night-market

Implements GitHub or GitLab issues via parallel subagents with review gates between task batches. Use when resolving multi-step issues end-to-end.

8k tokens
Dora Metrics
claude-night-market

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

2k tokens
Dorodango
claude-night-market

Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.

2k tokens
Elegant Code
claude-night-market

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.

3k tokens
Error Patterns
claude-night-market

Provides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.

3k tokens
Escalation Governance
claude-night-market

Assess whether to escalate models. Use when evaluating reasoning depth.

6k tokens
Evaluation Framework
claude-night-market

Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation systems, or decision frameworks.

13k tokens
Extract
claude-night-market

Builds the gauntlet knowledge base from AST extraction and AI enrichment. Use when initializing or refreshing codebase knowledge for challenges.

509 tokens
Feature Review
claude-night-market

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.

16k tokens
File Analysis
claude-night-market

Maps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation.

685 tokens
Friction Detector
claude-night-market

Detect friction signals; graduate patterns into rules. Use for session retrospectives.

2k tokens
Gauntlet Curate
claude-night-market

Audits the DSA problem bank for coverage gaps and proposes new YAML entries. Use when refreshing the problem bank during update-plugins runs.

1k tokens
Gemini Delegation
claude-night-market

Delegates tasks to Gemini CLI implementing delegation-core for Google's models. Use when delegation-core selects Gemini or 1M+ token context is needed.

1k tokens
Gif Generation
claude-night-market

Converts webm/mp4 video files to optimized GIFs via ffmpeg with configurable quality settings. Use when post-processing recordings into shareable GIFs.

2k tokens
Github Initiative Pulse
claude-night-market

Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.

961 tokens
Git Platform
claude-night-market

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

3k tokens
Git Workspace Review
claude-night-market

Verifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set is clean and correct.

2k tokens
Graduated Implementation
claude-night-market

Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.

5k tokens
Graph Build
claude-night-market

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.

608 tokens
Graph Search
claude-night-market

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.

487 tokens
Harden
claude-night-market

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

11k tokens
Hook Authoring
claude-night-market

Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.

26k tokens scripts
Hook Scope Guide
claude-night-market

Select hook scope (plugin, project, global) by audience. Use when authoring a hook.

2k tokens
Hooks Eval
claude-night-market

Evaluate hook security, performance, and SDK compliance. Use for audits.

6k tokens
Ideate
claude-night-market

Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.

1k tokens
Install Watchdog
claude-night-market

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.

836 tokens
Justify
claude-night-market

Audits changes for additive bias and Iron Law compliance. Use when reviewing completed work before merging or after AI-assisted implementation.

3k tokens
Karpathy Principles
claude-night-market

Pre-implementation gate covering think-first, simplicity, surgical edits, and verifiable goals. Use when starting implementation to verify the approach.

8k tokens
Knowledge Intake
claude-night-market

Processes external resources into stored knowledge with quality scoring and routing. Use when ingesting articles, papers, or docs into a memory palace.

13k tokens
Knowledge Locator
claude-night-market

Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces.

2k tokens
Latent Space Engineering
claude-night-market

Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents.

2k tokens
Loop Optimization
claude-night-market

Decides hand-vs-compiler for loop transforms (unrolling, SIMD, fusion, hoisting). Use when reviewing/authoring a hot loop or tempted to hand-optimize one.

1k tokens
Makefile Generation
claude-night-market

Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.

1k tokens
Makefile Review
claude-night-market

Audits Makefiles for build correctness, portability, and recipe duplication. Use when reviewing a Makefile or before committing Makefile changes.

5k tokens
Markdown Formatting
claude-night-market

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

2k tokens
Math Review
claude-night-market

Verifies math-heavy code for algorithmic correctness and numerical stability. Use when reviewing scientific algorithms, ML models, or numerical code.

5k tokens
MCP Code Execution
claude-night-market

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

8k tokens
Media Composition
claude-night-market

Combines GIFs and videos into composite tutorials with vertical or grid layouts via ffmpeg. Use when assembling multi-part media into a single output.

2k tokens
Memory Clarity Probe
claude-night-market

> info gaps. Use when verifying session state or summary before handoff or compression.

2k tokens
Memory Palace Architect
claude-night-market

Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand.

5k tokens
Metacognitive Self Mod
claude-night-market

Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.

4k tokens
Methodology Curator
claude-night-market

Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.

12k tokens
Mission Orchestrator
claude-night-market

Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.

20k tokens
Modular Skills
claude-night-market

Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.

11k tokens
Night Market Architecture Contract
claude-night-market

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

4k tokens
Night Market Build And Env
claude-night-market

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.

3k tokens
Night Market Change Control
claude-night-market

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.

3k tokens
Night Market Collective Memory
claude-night-market

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

3k tokens
Night Market Completion Integrity Campaign
claude-night-market

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.

7k tokens
Night Market Config Catalog
claude-night-market

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

4k tokens
Night Market Debugging Playbook
claude-night-market

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.

4k tokens
Night Market Diagnostics Toolkit
claude-night-market

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

4k tokens scripts
Night Market Docs And Writing
claude-night-market

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.

4k tokens
Night Market Failure Archaeology
claude-night-market

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.

5k tokens
Night Market Operations
claude-night-market

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.

4k tokens
Night Market Research Frontier
claude-night-market

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.

5k tokens
Night Market Research Methodology
claude-night-market

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.

4k tokens
Night Market Validation And Qa
claude-night-market

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.

3k tokens
Onboard
claude-night-market

Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.

426 tokens
Palace Diagram
claude-night-market

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

946 tokens
Palace Index Curator
claude-night-market

Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.

2k tokens
Papers
claude-night-market

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

718 tokens
Performance Review
claude-night-market

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

8k tokens
Plugin Review
claude-night-market

Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.

3k tokens
Precommit Setup
claude-night-market

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.

5k tokens
Progressive Loading
claude-night-market

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.

33k tokens
Project Brainstorming
claude-night-market

Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.

5k tokens
Project Execution
claude-night-market

Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.

7k tokens
Project Init
claude-night-market

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.

4k tokens
Project Planning
claude-night-market

Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.

1k tokens
Project Specification
claude-night-market

Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.

1k tokens
Proof Of Work
claude-night-market

Enforces validation and evidence before claiming work complete. Use before declaring implementation done, creating a PR, or submitting deliverables for review.

20k tokens
Pr Prep
claude-night-market

Prepares pull requests by running quality gates, drafting descriptions, and validating tests. Use when completing a feature and ready for review.

5k tokens
Pr Review
claude-night-market

Reviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or GitLab PRs.

17k tokens
Pytest Config
claude-night-market

Provides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.

4k tokens
Python Async
claude-night-market

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.

4k tokens
Python Packaging
claude-night-market

Python package creation and PyPI distribution via pyproject.toml and entry points. Use when publishing a package or setting up build configuration.

3k tokens
Python Performance
claude-night-market

Profiles Python code for performance bottlenecks and memory issues. Use when Python code is slow or when profiling for optimization before a release.

3k tokens
Python Testing
claude-night-market

Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite.

6k tokens
Quality Gate
claude-night-market

Orchestrates the QUALITY pipeline stage for egregore work items, running code review, unbloat, and test updates. Use when running quality checks before a PR.

2k tokens
Quota Management
claude-night-market

Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits.

2k tokens
Qwen Delegation
claude-night-market

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.

1k tokens
Release Health Gates
claude-night-market

Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass.

944 tokens
Research
claude-night-market

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

1k tokens
Response Compression
claude-night-market

Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.

2k tokens
Review Chamber
claude-night-market

Captures and retrieves PR-review findings in memory palaces. Use after PR review to store architectural decisions, patterns, and standards for future reference.

8k tokens
Review Core
claude-night-market

Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings.

2k tokens
Rigorous Reasoning
claude-night-market

Applies anti-sycophancy checklist to override agreement bias. Use when analyzing contested claims or avoiding socially convenient but inaccurate conclusions.

12k tokens
Risk Classification
claude-night-market

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

7k tokens
Rule Catalog
claude-night-market

Browse hookify rule catalog. Use when installing pre-built rules or browsing categories. Do not use when writing custom rules; use hookify:writing-rules.

7k tokens
Rules Eval
claude-night-market

Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.

2k tokens
Rust Review
claude-night-market

Audits Rust code for unsafe blocks, ownership issues, and Cargo dependency risks. Use when reviewing Rust code or before merging Rust changes.

32k tokens
Safety Critical Patterns
claude-night-market

Applies NASA Power of 10 rules for safety-critical verifiable code. Use when auditing financial, medical, or high-reliability system code.

2k tokens
Scope Guard
claude-night-market

Scores feature worthiness and enforces branch-size limits against overengineering. Use when evaluating whether a feature belongs in the current scope or branch.

10k tokens
Sem Integration
claude-night-market

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

2k tokens
Service Registry
claude-night-market

Registers external services with health checks, central config, and unified execution. Use when integrating multiple external services needing coordination.

3k tokens
Session Management
claude-night-market

Manages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions.

2k tokens
Session Palace Builder
claude-night-market

Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project.

2k tokens
Session Replay
claude-night-market

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

1k tokens
Session To Post
claude-night-market

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.

5k tokens
Setup
claude-night-market

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

384 tokens
Shared Patterns
claude-night-market

Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.

8k tokens
Shell Review
claude-night-market

Audits shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts or before committing shell changes.

5k tokens
Skill Authoring
claude-night-market

Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.

38k tokens
Skill Graph Audit
claude-night-market

Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.

2k tokens
Skill Library Mission
claude-night-market

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.

6k tokens
Skills Eval
claude-night-market

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

28k tokens scripts
Slop Detector
claude-night-market

Detects AI-generated writing patterns in prose. Use when reviewing docs for slop, vague language, or identity leaks before publishing.

50k tokens
Smart Sourcing
claude-night-market

Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.

1k tokens
Speckit Orchestrator
claude-night-market

Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation.

8k tokens
Spec Writing
claude-night-market

Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning.

6k tokens
Stack Create
claude-night-market

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.

1k tokens
Stack Mode
claude-night-market

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.

3k tokens
Stack Push
claude-night-market

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.

1k tokens
Stack Rebase
claude-night-market

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.

2k tokens
Stewardship
claude-night-market

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

3k tokens
Structured Output
claude-night-market

Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared.

1k tokens
Style Learner
claude-night-market

Extracts writing style patterns from exemplar text into a reusable profile. Use when creating a style guide or learning a specific author's voice.

4k tokens
Subagent Testing
claude-night-market

Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.

4k tokens
Summon
claude-night-market

Autonomous orchestrator for manifest work items through the development lifecycle. Use when running egregore to process a backlog automatically.

10k tokens
Supply Chain Advisory
claude-night-market

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

2k tokens
Synthesize
claude-night-market

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

400 tokens
Task Planning
claude-night-market

Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before starting implementation.

4k tokens
Tech Tutorial
claude-night-market

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

4k tokens
Testing Quality Standards
claude-night-market

Defines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets.

3k tokens
Test Review
claude-night-market

Evaluates test suites for coverage gaps, TDD/BDD compliance, and anti-patterns. Use when auditing test quality or before a major release.

7k tokens
Test Updates
claude-night-market

Updates, generates, and validates tests using git-workspace context and TDD/BDD methodology. Use when code changes require new or updated test coverage.

14k tokens
Tiered Audit
claude-night-market

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

3k tokens
Token Conservation
claude-night-market

Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.

1k tokens
Triz
claude-night-market

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

993 tokens
Tutorial Updates
claude-night-market

Generates or updates tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording. Use when tutorial assets need refreshing.

12k tokens
Unified Review
claude-night-market

Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed.

5k tokens
Uninstall Watchdog
claude-night-market

Removes the egregore watchdog daemon and its associated files. Use when stopping automated session relaunching or cleaning up egregore infrastructure.

776 tokens
Update Readme
claude-night-market

Refreshes README structure favoring concision (an index, not a manual). Use when the README needs a structural update after significant project changes.

3k tokens
Usage Logging
claude-night-market

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.

2k tokens
Utility
claude-night-market

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

6k tokens
Validate Pr
claude-night-market

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;

2k tokens
Version Updates
claude-night-market

Bumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version.

1k tokens
Vhs Recording
claude-night-market

Generates terminal recordings using VHS tape scripts and produces GIF outputs. Use when creating demo GIFs or documenting CLI workflows for tutorials.

2k tokens
Voice Extract
claude-night-market

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

4k tokens
Voice Generate
claude-night-market

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

3k tokens
Voice Learn
claude-night-market

Improves a voice profile by learning from manual edits. Use after editing generated text to refine registers and close voice drift over time.

3k tokens
Voice Review
claude-night-market

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

1k tokens
Vow Enforcement
claude-night-market

Classifies and enforces constraints via soft vows, hard vows, and Nen Court layers. Use when designing or auditing enforcement mechanisms for project rules.

2k tokens
War Room
claude-night-market

Convenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted.

16k tokens
War Room Checkpoint
claude-night-market

Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.

3k tokens
Workflow Diagram
claude-night-market

Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.

826 tokens
Workflow Improvement
claude-night-market

Evaluates and improves skills, agents, commands, and hooks after a workflow slice. Use when execution felt slow, confusing, repetitive, or fragile.

4k tokens
Workflow Monitor
claude-night-market

Detects workflow failures and inefficient patterns then files GitHub issues. Use when a workflow step repeatedly fails or produces inconsistent output.

5k tokens
Workflow Setup
claude-night-market

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

2k tokens
Writing Rules
claude-night-market

Creates behavioral rules in markdown to block dangerous commands or restrict AI behavior. Use when adding safety guardrails or preventing specific commands.

2k tokens
API Designer
skrills

Design RESTful APIs with best practices for consistency and usability

305 tokens
Coding Assistant
skrills

Provides coding assistance with best practices and code review

181 tokens
Debug Helper
skrills

Systematic debugging approach for identifying and fixing issues

188 tokens
Git Workflow
skrills

Git best practices for version control and collaboration

167 tokens
Html Portal Generator
skrills

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.

3k tokens
Test Writer
skrills

Write thorough tests following TDD and BDD principles

216 tokens