Browse Skills
44358 skills found
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Lightweight preflight checklist for verifying repo path, staged changes, anddiffs before other workflows.Triggers: git status, preflight, workspace check, staged changes, diff review,git verification, repo stateUse when: verifying workspace state before other git operations, checkingstaged changes, preflight checks before commits or PRsDO NOT use when: full commit workflow - use commit-messages instead.DO NOT use when: full PR preparation - use pr-prep.Use this skill as foundation for git workflows.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Generic weighted scoring and threshold-based decision framework for evaluatingartifacts against configurable criteria.Triggers: evaluation, scoring, quality gates, decision framework, rubrics,weighted criteria, threshold decisions, artifact evaluationUse when: implementing evaluation systems, creating quality gates, designingscoring rubrics, building decision frameworksDO NOT use when: simple pass/fail without scoring needs.Consult this skill when building evaluation or scoring systems.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Shared infrastructure and patterns for imbue analysis skills.Triggers: imbue patterns, todowrite patterns, evidence formats, analysis workflows,shared templates, imbue infrastructureUse when: other imbue skills need common patterns, creating new analysis skills,ensuring consistency across imbue pluginDO NOT use directly: this skill is infrastructure for other imbue skills.This skill provides shared patterns consumed by other imbue skills.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"eser/stack"
from
"eser/stack"
3
Code design patterns: pure functions, immutability, composition, and async. Use when designing code or functions.
2026-01-07
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Consolidates ephemeral LLM-generated markdown files into permanent documentation.Triggers: consolidate docs, untracked reports, ephemeral files, git cleanup,report consolidation, knowledge extraction, REPORT.md files, ANALYSIS.md filesUse when: you have untracked *_REPORT.md or *_ANALYSIS.md files, git statusshows markdown artifacts that shouldn't be committed, preparing PR and needto clean up working artifacts, preserving insights from code reviewsDO NOT use when: files are already in docs/ or skills/ locations.DO NOT use when: files are intentionally temporary scratch notes.DO NOT use when: source files have no extractable value.Merges valuable content into permanent documentation, then deletes source files.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Complete guide for writing Claude Code and SDK hooks with security-first design.Triggers: hook creation, hook writing, PreToolUse, PostToolUse, UserPromptSubmit,tool validation, logging hooks, context injection, workflow automationUse when: creating new hooks for tool validation, logging operations for audit,injecting context before prompts, enforcing project-specific workflows,preventing dangerous operations in productionDO NOT use when: logic belongs in core skill - use Skills instead.DO NOT use when: complex multi-step workflows needed - use Agents instead.DO NOT use when: behavior better suited for custom tool.Use this skill BEFORE writing any hook. Check even if unsure.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Update documentation with writing guideline enforcement, consolidation detection, and accuracy verification.Triggers: documentation update, docs update, ADR, docstrings, writing guidelines, readme update, debloat docsUse when: updating documentation after code changes, enforcing writing guidelines, maintaining ADRsDO NOT use when: README-specific updates - use update-readme instead.DO NOT use when: complex multi-file consolidation - use doc-consolidation.Use this skill for general documentation updates with built-in quality gates.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
detailed hook evaluation framework for Claude Code and Agent SDK hooks.Triggers: hook audit, hook security, hook performance, hook compliance,SDK hooks, hook evaluation, hook benchmarking, hook vulnerabilityUse when: auditing existing hooks for security vulnerabilities, benchmarkinghook performance, implementing hooks using Python SDK, understanding hookcallback signatures, validating hooks against compliance standardsDO NOT use when: deciding hook placement - use hook-scope-guide instead.DO NOT use when: writing hook rules from scratch - use hookify instead.DO NOT use when: validating plugin structure - use validate-plugin instead.Use this skill BEFORE deploying hooks to production.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
MECW theory and patterns for hallucination prevention via context management. Implements 50% rule.Triggers: MECW, context window, hallucination, 50% rule, context pressureUse when: implementing context-aware systems or monitoring context pressure
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Methodology for categorizing changes, assessing risks, and creating summariesfrom any changeset.Triggers: diff analysis, changeset review, risk assessment, change categorization,semantic analysis, release preparation, change summary, git diffUse when: analyzing specific changesets, assessing risk of changes, preparingrelease notes, categorizing changes by type and impactDO NOT use when: quick context catchup - use catchup instead.DO NOT use when: full PR review - use review-core with pensive skills.Use this skill for systematic change analysis with risk scoring.
2026-01-16
go-practices.md
83
1
export
go-practices
2
from
"eser/stack"
from
"eser/stack"
3
Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services.
2026-01-07
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Evaluate codebase architecture against ADRs, coupling rules, and team guardrails.Triggers: architecture review, ADR audit, coupling analysis, design review,principle checks, Law of Demeter, architecture assessmentUse when: reviewing architecture decisions, auditing ADR compliance, analyzingcoupling, validating design principlesDO NOT use when: selecting architecture paradigms - use archetypes skills.DO NOT use when: API surface review - use api-review.Use this skill for architecture assessment and compliance.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Scope-focused PR code review that validates against original requirements androutes out-of-scope findings to GitHub issues.Triggers: PR review, pull request review, scope validation, requirement compliance,backlog triage, code review, blocking issuesUse when: reviewing PRs, validating against requirements, triaging findingsto backlog, preventing overengineeringDO NOT use when: preparing PRs - use pr-prep instead.DO NOT use when: deep code review - use pensive:unified-review.Use this skill for scope-focused PR reviews.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Consolidate README content using language-aware exemplars, internal doc linkage,and reproducible evidence.Triggers: README update, documentation refresh, readme structure, exemplar research,language-aware docs, readme modernization, project documentationUse when: README requires structural refresh, adding features to documentation,aligning readme with exemplar standards, improving project presentationDO NOT use when: updating inline docs - use doc-updates.DO NOT use when: consolidating ephemeral reports - use doc-consolidation.Run git-workspace-review first to capture repo context.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking,and quality assessment.Triggers: test audit, test coverage, test quality, TDD, BDD, test gaps,test improvement, coverage analysis, test remediationUse when: auditing test suites, analyzing coverage gaps, improving testquality, evaluating TDD/BDD complianceDO NOT use when: writing new tests - use parseltongue:python-testing.DO NOT use when: updating existing tests - use sanctum:test-updates.Use this skill for test suite evaluation and quality assessment.
2026-01-16
precommit-setup.md
83
1
export
precommit-setup
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Configure comprehensive three-layer pre-commit quality system with linting, type checking, and testing enforcement
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplication,pattern rules, automatic variables, dependency graphUse when: auditing Makefiles, reviewing build system, checking portability,eliminating recipe duplicationDO NOT use when: creating new Makefiles - use abstract:make-dogfood.DO NOT use when: architecture review - use architecture-review.Use this skill for Makefile audit and optimization.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Detect codebase bloat through progressive analysis: dead code, duplication, complexity, and documentation bloat.Triggers: bloat detection, dead code, code cleanup, duplication, redundancy, codebase health, technical debt, unused codeUse when: preparing for refactoring, context usage is high, quarterly maintenance, pre-release cleanupDO NOT use when: actively developing new features, time-sensitive bug fixes.DO NOT use when: codebase is < 1000 lines (insufficient scale for bloat).Progressive 3-tier detection: quick scan → targeted analysis → deep audit.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Expert-level Rust audits covering ownership, concurrency, unsafe blocks,traits, and Cargo dependencies.Triggers: Rust review, ownership analysis, borrowing, unsafe audit, concurrency,Cargo dependencies, lifetime annotations, trait boundsUse when: reviewing Rust code, auditing unsafe blocks, analyzing ownership patterns,scanning Cargo dependencies for securityDO NOT use when: general code review without Rust - use unified-review.DO NOT use when: performance profiling - use parseltongue:python-performance pattern.Use this skill for Rust-specific code audits.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Systematically uncover and fix bugs using language-specific expertise andreproducible evidence.Triggers: bug hunting, defect detection, debugging, fix verification, bug fix,regression check, error investigation, defect documentationUse when: deep bug hunting needed, documenting defects, verifying fixes,systematic debugging requiredDO NOT use when: test coverage audit - use test-review instead.DO NOT use when: architecture issues - use architecture-review.Use this skill for systematic bug hunting with evidence trails.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Gemini CLI delegation workflow implementing delegation-core for Google's Gemini models.Triggers: gemini cli, gemini delegation, google gemini, 1M context, large file analysis,gemini batch, gemini summarization, gemini extractionUse when: delegation-core selected Gemini, need Gemini's 1M+ token context window,batch processing or large document summarization requiredDO NOT use when: deciding which model to use - use delegation-core first.DO NOT use when: gemini CLI not installed or authenticated.Consult this skill when implementing Gemini-specific delegation workflows.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Construct temporary, session-specific memory palaces for complex projectsand conversations.Triggers: session context, project memory, conversation state, temporary storage,session palace, context preservation, complex project, extended conversationUse when: working on complex multi-step projects, preserving context acrossinterruptions, tracking session-specific stateDO NOT use when: permanent knowledge structures needed - use memory-palace-architect.DO NOT use when: searching existing knowledge - use knowledge-locator.Consult this skill for session-scoped temporary knowledge structures.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Context-aware progressive module loading with hub-and-spoke pattern for token optimization.Triggers: progressive loading, lazy loading, hub-spoke, module selectionUse when: optimizing skill loading or reducing upfront context usage
2026-01-16
makefile-generation.md
83
1
export
makefile-generation
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Generate language-specific Makefile with common development targets
2026-01-16