claude-night-market

Solid

23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

plugin 310 stars 27 forks Updated today MIT

Install

Plugins install via a marketplace, in two steps.

Step 1
Step 2
View on GitHub

Bundles

Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.

Skills (165)

AI & Automation Solid

development-workflow

Detailed development workflow with modular patterns for git, review, testing, and deployment.

310 Updated today
athola
AI & Automation Solid

escalation-governance

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

310 Updated today
athola
AI & Automation Solid

friction-detector

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

310 Updated today
athola
Code & Development Solid

hook-authoring

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

310 Updated today
athola
Code & Development Solid

hook-scope-guide

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

310 Updated today
athola
AI & Automation Solid

hooks-eval

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

310 Updated today
athola
AI & Automation Solid

metacognitive-self-mod

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

310 Updated today
athola
AI & Automation Solid

methodology-curator

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

310 Updated today
athola
AI & Automation Solid

modular-skills

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

310 Updated today
athola
Code & Development Solid

plugin-review

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

310 Updated today
athola
AI & Automation Solid

rules-eval

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

310 Updated today
athola
Code & Development Solid

shared-patterns

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

310 Updated today
athola
Show all 165 bundled skills
Code & Development Solid

skill-authoring

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

310 Updated today
athola
AI & Automation Solid

skill-graph-audit

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

310 Updated today
athola
AI & Automation Solid

skills-eval

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

310 Updated today
athola
Testing & QA Solid

subagent-testing

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

310 Updated today
athola
API & Backend Solid

architecture-paradigm-client-server

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-cqrs-es

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.

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-event-driven

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

310 Updated today
athola
Code & Development Solid

architecture-paradigm-functional-core

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.

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-hexagonal

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-layered

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-microkernel

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-microservices

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-modular-monolith

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

310 Updated today
athola
Data & Documents Solid

architecture-paradigm-pipeline

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

310 Updated today
athola
DevOps & Infrastructure Solid

architecture-paradigm-serverless

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-service-based

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigm-space-based

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

310 Updated today
athola
AI & Automation Solid

architecture-paradigms

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

310 Updated today
athola
Code & Development Solid

architecture-aware-init

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

310 Updated today
athola
AI & Automation Solid

dorodango

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

310 Updated today
athola
Code & Development Solid

makefile-generation

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

310 Updated today
athola
AI & Automation Solid

mission-orchestrator

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

310 Updated today
athola
Code & Development Solid

precommit-setup

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.

310 Updated today
athola
AI & Automation Solid

project-brainstorming

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

310 Updated today
athola
AI & Automation Solid

project-execution

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

310 Updated today
athola
Code & Development Solid

project-init

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.

310 Updated today
athola
AI & Automation Solid

project-planning

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

310 Updated today
athola
Testing & QA Solid

project-specification

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

310 Updated today
athola
AI & Automation Solid

war-room-checkpoint

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

310 Updated today
athola
AI & Automation Solid

war-room

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

310 Updated today
athola
AI & Automation Solid

workflow-setup

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

310 Updated today
athola
AI & Automation Solid

architecture-diagram

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

310 Updated today
athola
AI & Automation Solid

call-chain

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

310 Updated today
athola
AI & Automation Solid

class-diagram

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

310 Updated today
athola
Code & Development Solid

code-communities

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

310 Updated today
athola
Data & Documents Solid

data-flow

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

310 Updated today
athola
Code & Development Solid

dependency-graph

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

310 Updated today
athola
AI & Automation Solid

workflow-diagram

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

310 Updated today
athola
AI & Automation Solid

agent-teams

Coordinate Claude Code Agent Teams through filesystem-based protocol. Use

310 Updated today
athola
AI & Automation Solid

delegation-core

Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,

310 Updated today
athola
AI & Automation Solid

gemini-delegation

Gemini CLI delegation workflow implementing delegation-core for Google's

310 Updated today
athola
AI & Automation Solid

qwen-delegation

Qwen CLI delegation workflow implementing delegation-core for Alibaba's

310 Updated today
athola
AI & Automation Solid

agent-expenditure

Track per-agent token usage and flag waste patterns in parallel dispatch workflows. Consult after running parallel agents to evaluate whether expenditure was proportional to value. Cross-references the plan-before-large-dispatch rule.

310 Updated today
athola
AI & Automation Solid

bloat-detector

Detect codebase bloat via progressive analysis: dead code, duplication, complexity, and doc bloat

310 Updated today
athola
AI & Automation Solid

clear-context

Automatic context management with graceful handoff to a continuation subagent at 80% usage

310 Updated today
athola
Code & Development Solid

code-quality-principles

KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.

310 Updated today
athola
AI & Automation Solid

compression-strategy

Analyze current context and recommend compression strategies for bloated or quota-heavy sessions

310 Updated today
athola
AI & Automation Solid

cpu-gpu-performance

Establish CPU/GPU baselines before resource-intensive operations. Use for regression detection.

310 Updated today
athola
AI & Automation Solid

decisive-action

Guidance on when to ask clarifying questions vs proceed with standard approaches. Reduces unnecessary interaction rounds.

310 Updated today
athola
AI & Automation Solid

mcp-code-execution

Optimize multi-tool workflow chains via MCP server integration for processing large datasets, files, or complex pipelines.

310 Updated today
athola
Code & Development Solid

response-compression

Compress verbose responses by removing filler, hype, and unnecessary framing. Directness and termination guidelines.

310 Updated today
athola
Code & Development Solid

smart-sourcing

Select optimal information sources for tool calls and file reads, balancing accuracy with token efficiency.

310 Updated today
athola
AI & Automation Solid

token-conservation

Enforce token quota management at session start with conservation rules, delegation checks, and compression review.

310 Updated today
athola
AI & Automation Solid

install-watchdog

Install the egregore watchdog daemon using the OS-native scheduler. Creates a launchd plist (macOS) or systemd timer (Linux) that checks every 5 minutes if egregore needs relaunching.

310 Updated today
athola
AI & Automation Solid

summon

Autonomous orchestrator processing manifest work items through the development lifecycle with budget tracking.

310 Updated today
athola
AI & Automation Solid

uninstall-watchdog

Remove the egregore watchdog daemon and clean up all associated files (plist/unit, pidfile, watchdog log).

310 Updated today
athola
Code & Development Solid

challenge

Run a gauntlet challenge session with adaptive difficulty. Tests codebase understanding through multiple choice, code completion, trace exercises, and more.

310 Updated today
athola
AI & Automation Solid

curate

Add or edit knowledge annotations. Capture tribal knowledge, business context, and rationale that cannot be inferred from code.

310 Updated today
athola
Data & Documents Solid

extract

Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration.

310 Updated today
athola
AI & Automation Solid

graph-build

Build or incrementally update the code knowledge graph for a codebase. Uses Tree-sitter for multi-language AST parsing and stores nodes/edges in SQLite.

310 Updated today
athola
AI & Automation Solid

graph-search

Search the code knowledge graph by function, class, or type name using FTS5 full-text search with query-aware kind boosting.

310 Updated today
athola
Code & Development Solid

onboard

Guided onboarding path through five stages: big picture, core domain, interfaces, patterns, and hardening.

310 Updated today
athola
Code & Development Solid

rule-catalog

Browse the rule catalog and guide installation. Use when looking for

310 Updated today
athola
AI & Automation Solid

writing-rules

Create markdown-based behavioral rules to prevent unwanted actions and block dangerous commands

310 Updated today
athola
AI & Automation Solid

catchup

Summarize recent changes from git history for context recovery, handoffs, and sprint review

310 Updated today
athola
Code & Development Solid

diff-analysis

Analyze changesets with risk scoring, categorization by type/impact, and release note preparation

310 Updated today
athola
Code & Development Solid

feature-review

Review and prioritize features using RICE, WSJF, or Kano scoring frameworks, then create GitHub issues for suggestions.

310 Updated today
athola
Code & Development Solid

latent-space-engineering

Shape agent behavior through instruction framing, emotional priming, and style transfer rather than information density alone.

310 Updated today
athola
Code & Development Solid

proof-of-work

Enforce validation and evidence before declaring work complete. Use for acceptance criteria and done gates.

310 Updated today
athola
Code & Development Solid

review-core

Reusable scaffolding for review workflows with context establishment, evidence capture, and structured output.

310 Updated today
athola
Code & Development Solid

rigorous-reasoning

Prevent sycophantic reasoning via checklist enforcing evidence-based conclusions and honest analysis.

310 Updated today
athola
AI & Automation Solid

scope-guard

Pre-implementation scope control: evaluate feature necessity and enforce branch size limits

310 Updated today
athola
Code & Development Solid

structured-output

Format final review deliverables with consistent structure for comparable findings across reviews

310 Updated today
athola
AI & Automation Solid

workflow-monitor

Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow.

310 Updated today
athola
API & Backend Solid

authentication-patterns

Authentication patterns for external services: API keys, OAuth, token management, verification. authentication, API keys, OAuth, token management, credentials.

310 Updated today
athola
Code & Development Solid

content-sanitization

Sanitization guidelines for external content

310 Updated today
athola
Code & Development Solid

damage-control

Recover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees.

310 Updated today
athola
AI & Automation Solid

deferred-capture

Contract for unified deferred-item capture across plugins. Defines CLI interface, issue template, label taxonomy, and compliance test.

310 Updated today
athola
Data & Documents Solid

document-conversion

Document-to-markdown conversion with tiered fallback: MCP markitdown, native tools, or user notice

310 Updated today
athola
AI & Automation Solid

error-patterns

Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience.

310 Updated today
athola
AI & Automation Solid

evaluation-framework

Patterns for building evaluation and scoring systems, quality gates, rubrics, and decision frameworks. Use for any scored assessment.

310 Updated today
athola
Code & Development Solid

git-platform

Git platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket

310 Updated today
athola
Code & Development Solid

markdown-formatting

Canonical markdown formatting conventions for diff-friendly documentation. Consult this skill when generating, editing, or reviewing markdown prose. Defines hybrid line wrapping, heading style, list spacing, and link conventions.

310 Updated today
athola
AI & Automation Solid

progressive-loading

Context-aware progressive module loading with hub-and-spoke pattern for token optimization. progressive loading, lazy loading, hub-spoke, module selection.

310 Updated today
athola
Testing & QA Solid

pytest-config

Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration. Use when configuring pytest, setting up conftest patterns, or establishing shared test fixtures.

310 Updated today
athola
Code & Development Solid

sem-integration

Foundation skill for sem (semantic diff CLI) integration. Provides detection, install-on-first-use, and output normalization patterns for consumer skills.

310 Updated today
athola
AI & Automation Solid

service-registry

Service registry patterns for managing external services, health checks, centralized configuration, and unified execution.

310 Updated today
athola
AI & Automation Solid

stewardship

Stewardship virtues (Care, Curiosity, Humility, Diligence) for plugins.

310 Updated today
athola
AI & Automation Solid

storage-templates

Consult this skill when designing storage and documentation systems.

310 Updated today
athola
Testing & QA Solid

testing-quality-standards

Cross-plugin testing quality metrics, coverage thresholds, and anti-patterns

310 Updated today
athola
AI & Automation Solid

usage-logging

Consult this skill when implementing usage logging and audit trails.

310 Updated today
athola
Code & Development Solid

utility

Score candidate agent actions by expected gain, cost, uncertainty, and redundancy to guide dispatch and termination decisions.

310 Updated today
athola
Code & Development Solid

digital-garden-cultivator

Cultivate digital gardens: manage notes, link structures, knowledge bases, and garden health

310 Updated today
athola
AI & Automation Solid

knowledge-intake

Process external resources into stored knowledge with quality evaluation, curation routing, and application decisions.

310 Updated today
athola
AI & Automation Solid

knowledge-locator

Search and navigate stored knowledge in memory palaces. Use for cross-referencing, context retrieval.

310 Updated today
athola
AI & Automation Solid

memory-palace-architect

Design memory palace structures with spatial layouts and domain org.

310 Updated today
athola
Code & Development Solid

review-chamber

Capture and retrieve PR review knowledge in project memory palaces.

310 Updated today
athola
AI & Automation Solid

session-palace-builder

Build session-scoped temporary knowledge structures for multi-step projects. Use when working on complex tasks spanning turns.

310 Updated today
athola
Code & Development Solid

github-initiative-pulse

Generate markdown digests and CSV exports for GitHub issues, PRs, and initiative health tracking

310 Updated today
athola
AI & Automation Solid

release-health-gates

Standardize release approvals with GitHub-aware checklists and deployment gate validation

310 Updated today
athola
AI & Automation Listed

setup

Provision the oracle inference daemon with Python 3.11+ and onnxruntime via uv

310 Updated today
athola
AI & Automation Solid

python-async

Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers

310 Updated today
athola
AI & Automation Solid

python-packaging

Python package creation and distribution: pyproject.toml, entry points, PyPI publishing, CI/CD

310 Updated today
athola
AI & Automation Solid

python-performance

Python performance profiling and optimization: bottleneck detection, memory tuning, benchmarking

310 Updated today
athola
Testing & QA Solid

python-testing

Python testing patterns: pytest setup, fixtures, TDD, mocking, async tests, and integration tests

310 Updated today
athola
Code & Development Solid

api-review

Evaluate API surface design, consistency, documentation, and exemplar alignment

310 Updated today
athola
Code & Development Solid

architecture-review

Assess architecture decisions, ADR compliance, coupling analysis, and design principles

310 Updated today
athola
AI & Automation Solid

blast-radius

Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph.

310 Updated today
athola
Code & Development Solid

bug-review

Bug hunting with evidence trails: find defects, document them, and verify fixes

310 Updated today
athola
AI & Automation Solid

code-refinement

Improve code quality: duplication, efficiency, clean code, architectural fit, and error handling

310 Updated today
athola
Code & Development Solid

makefile-review

Audit Makefiles for build correctness, portability, and recipe duplication

310 Updated today
athola
Code & Development Solid

math-review

Verify math-heavy code for algorithm correctness, numerical stability, and standards alignment

310 Updated today
athola
Code & Development Solid

rust-review

Rust code audit: unsafe blocks, ownership patterns, and Cargo dependency security scanning

310 Updated today
athola
AI & Automation Solid

safety-critical-patterns

NASA Power of 10 rules adapted for writing robust, verifiable code with context-appropriate rigor

310 Updated today
athola
Code & Development Solid

shell-review

Audit shell scripts for correctness, portability, and common pitfalls.

310 Updated today
athola
Testing & QA Solid

test-review

Evaluate test suites for coverage gaps, quality issues, and TDD/BDD compliance

310 Updated today
athola
AI & Automation Solid

tiered-audit

Audit a codebase using three escalation tiers: git history analysis, targeted deep-dives, and full codebase review with gating.

310 Updated today
athola
Code & Development Solid

unified-review

Orchestrate multiple review types into a single multi-domain review with integrated reporting

310 Updated today
athola
AI & Automation Solid

computer-control

Automate desktop GUI workflows via Claude computer use API with screenshot capture and mouse/keyboard control.

310 Updated today
athola
Code & Development Solid

commit-messages

Generate conventional commit messages from staged changes with correct type/scope. Use when generating commit messages in conventional commits format. DO NOT use when: full PR preparation - use pr-prep instead.

310 Updated today
athola
AI & Automation Solid

do-issue

Parallel subagent execution with code review gates between task batches for issue resolution

310 Updated today
athola
Code & Development Solid

doc-consolidation

Merge report and analysis artifacts into permanent docs, then delete source files

310 Updated today
athola
AI & Automation Solid

doc-updates

Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification.

310 Updated today
athola
Code & Development Solid

file-analysis

Map file structure and organization for downstream review and refactoring workflows

310 Updated today
athola
Code & Development Solid

git-workspace-review

Verify workspace state, staged changes, and preflight checks before commits or PRs

310 Updated today
athola
AI & Automation Solid

pr-prep

Prepare pull requests by running quality gates, drafting descriptions, and validating tests before submission.

310 Updated today
athola
Code & Development Solid

pr-review

Scope-focused PR review with requirements validation and backlog triage

310 Updated today
athola
Testing & QA Solid

test-updates

Update, generate, and validate tests using git-workspace-review for change context

310 Updated today
athola
AI & Automation Solid

tutorial-updates

Generate tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording

310 Updated today
athola
AI & Automation Solid

update-readme

Refresh README structure and content using repo context from git-workspace-review

310 Updated today
athola
AI & Automation Solid

version-updates

Bump versions, update changelogs, and coordinate version changes across files for releases

310 Updated today
athola
AI & Automation Solid

workflow-improvement

Retrospective evaluation and improvement of skills, agents, commands, and hooks

310 Updated today
athola
AI & Automation Solid

doc-generator

Generate or remediate documentation with human-quality writing and style

310 Updated today
athola
Data & Documents Solid

doc-importer

Import external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration.

310 Updated today
athola
Data & Documents Solid

session-replay

Convert a Claude Code session JSONL file into an animated GIF replay showing the conversation as typed terminal output.

310 Updated today
athola
AI & Automation Solid

session-to-post

Convert a Claude Code session into a shareable blog post or case study capturing decisions, process, and outcomes.

310 Updated today
athola
AI & Automation Solid

slop-detector

Detect and flag AI-generated content markers in documentation and prose.

310 Updated today
athola
AI & Automation Solid

style-learner

Learn and extract writing style patterns from exemplar text for consistent

310 Updated today
athola
Code & Development Solid

tech-tutorial

Plan, draft, and refine technical tutorials for developers.

310 Updated today
athola
Web & Frontend Solid

browser-recording

Record browser sessions using Playwright for web UI tutorials, converts

310 Updated today
athola
Code & Development Solid

gif-generation

Post-process video files and generate optimized GIFs. Converts webm/mp4

310 Updated today
athola
Code & Development Solid

media-composition

Combine media assets (GIFs, videos) into composite tutorials with vertical/horizontal

310 Updated today
athola
AI & Automation Solid

vhs-recording

Generate terminal recordings using VHS tape files, produces GIF outputs.

310 Updated today
athola
Testing & QA Solid

spec-writing

Create clear, testable specifications from feature descriptions with user stories, acceptance criteria, and success metrics.

310 Updated today
athola
Testing & QA Solid

speckit-orchestrator

Workflow orchestrator for Spec Driven Development. Coordinates skills and tracks progress. speckit workflow, spec driven development, speckit commands.

310 Updated today
athola
AI & Automation Solid

task-planning

Generate phased, dependency-ordered tasks from specifications with parallelization opportunities and tech-stack patterns.

310 Updated today
athola
AI & Automation Solid

code-search

Search GitHub for existing implementations of a topic. Use when the user wants to find code examples, libraries, or implementation patterns. Standalone or as part of a full research session.

310 Updated today
athola
Code & Development Solid

dig

Interactively refine research results by searching deeper into a subtopic or specific channel. Loads the active session and merges new findings into it. Use after a /tome:research session completes to explore areas of interest.

310 Updated today
athola
AI & Automation Solid

discourse

Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic. Use when the user wants community perspectives on a technology or approach.

310 Updated today
athola
AI & Automation Solid

papers

Search academic literature via arXiv, Semantic Scholar, and open-access discovery chains. Fetches and parses PDFs for key findings. Use when the user needs academic papers, citations, or formal research on a topic.

310 Updated today
athola
AI & Automation Solid

research

Multi-source research across code, discourse, and academic channels.

310 Updated today
athola
Code & Development Solid

synthesize

Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results.

310 Updated today
athola
AI & Automation Solid

triz

Apply TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when conventional approaches stall.

310 Updated today
athola

Agents (3)

code-review-mode.md documentation-mode.md plugin-developer.md

Quality Score: 67/100

Stars 20%
83
Recency 20%
100
Manifest 20%
0
Documentation 15%
0
Issue Health 10%
50
License 10%
100
Description 5%
100

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Listed in marketplaces