Source

athola/claude-night-market

224 skills · 18.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
hook-authoring Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
athola/claude-night-market
104
2
knowledge-locator Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cros…
athola/claude-night-market
104
3
python-packaging Python package creation and PyPI distribution via pyproject.toml and entry points. Use when publishing a package or s…
athola/claude-night-market
104
4
writing-rules Creates behavioral rules in markdown to block dangerous commands or restrict AI behavior. Use when adding safety guar…
athola/claude-night-market
104
5
architecture-paradigm-microkernel Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third …
athola/claude-night-market
103
6
bug-review Hunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hid…
athola/claude-night-market
103
7
structured-output Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or anal…
athola/claude-night-market
103
8
agent-teams Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies…
athola/claude-night-market
102
9
context-optimization Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-st…
athola/claude-night-market
102
10
safety-critical-patterns Applies NASA Power of 10 rules for safety-critical verifiable code. Use when auditing financial, medical, or high-rel…
athola/claude-night-market
102
11
unified-review Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review…
athola/claude-night-market
102
12
api-review Evaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before re…
athola/claude-night-market
101
13
feature-review Scores backlog items with RICE/WSJF/Kano and files GitHub issues for top candidates. Use when triaging a roadmap or p…
athola/claude-night-market
101
14
vhs-recording Generates terminal recordings using VHS tape scripts and produces GIF outputs. Use when creating demo GIFs or documen…
athola/claude-night-market
101
15
workflow-setup Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a …
athola/claude-night-market
101
16
architecture-paradigm-layered Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear prese…
athola/claude-night-market
100
17
architecture-paradigm-microservices Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycl…
athola/claude-night-market
100
18
mission-orchestrator Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or re…
athola/claude-night-market
100
19
scope-guard Scores feature worthiness and enforces branch-size limits against overengineering. Use when evaluating whether a feat…
athola/claude-night-market
100
20
architecture-paradigm-cqrs-es Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex d…
athola/claude-night-market
99
21
architecture-review Assesses architecture decisions, ADR compliance, and coupling. Use when evaluating design changes or validating struc…
athola/claude-night-market
99
22
python-async Async Python patterns via asyncio and aiohttp for I/O-bound concurrency. Use when adding async APIs, handling concurr…
athola/claude-night-market
99
23
python-testing Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditin…
athola/claude-night-market
99
24
quota-management Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external serv…
athola/claude-night-market
99
25
workflow-improvement Evaluates and improves skills, agents, commands, and hooks after a workflow slice. Use when execution felt slow, conf…
athola/claude-night-market
99
26
architecture-paradigm-hexagonal Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and…
athola/claude-night-market
98
27
diff-analysis Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extr…
athola/claude-night-market
98
28
document-conversion Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a s…
athola/claude-night-market
98
29
session-palace-builder Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptio…
athola/claude-night-market
98
30
architecture-paradigm-event-driven Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subsc…
athola/claude-night-market
97
31
architecture-paradigm-serverless Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrast…
athola/claude-night-market
97
32
doc-updates Updates documentation after code changes with quality gates, slop detection, and accuracy checks. Use when code chang…
athola/claude-night-market
97
33
git-workspace-review Verifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set…
athola/claude-night-market
97
34
media-composition Combines GIFs and videos into composite tutorials with vertical or grid layouts via ffmpeg. Use when assembling multi…
athola/claude-night-market
97
35
pr-review Reviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or…
athola/claude-night-market
97
36
project-init Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config. Use when starting a new Python,…
athola/claude-night-market
97
37
speckit-orchestrator Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit w…
athola/claude-night-market
97
38
task-planning Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before …
athola/claude-night-market
97
39
architecture-aware-init Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice need…
athola/claude-night-market
96
40
evaluation-framework Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation sys…
athola/claude-night-market
96
41
papers Searches academic literature via arXiv, Semantic Scholar, and open-access PDFs. Use when building literature reviews …
athola/claude-night-market
96
42
release-health-gates Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production …
athola/claude-night-market
96
43
risk-classification Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before …
athola/claude-night-market
96
44
usage-logging Implements structured usage logging and audit trails for cost and session tracking. Use when adding audit trails, usa…
athola/claude-night-market
96
45
architecture-paradigm-client-server Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services,…
athola/claude-night-market
95
46
architecture-paradigm-functional-core Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled wi…
athola/claude-night-market
95
47
architecture-paradigm-service-based Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed bu…
athola/claude-night-market
95
48
do-issue Implements GitHub or GitLab issues via parallel subagents with review gates between task batches. Use when resolving …
athola/claude-night-market
95
49
makefile-review Audits Makefiles for build correctness, portability, and recipe duplication. Use when reviewing a Makefile or before …
athola/claude-night-market
95
50
mcp-code-execution Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limi…
athola/claude-night-market
95
Page 2 · 224 total Previous Next