Source

athola/claude-night-market

224 skills · 18.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
context-map Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before impleme…
athola/claude-night-market
77
2
deferred-capture Defines the contract for deferred-item capture across plugins. Use when building or validating a plugin's deferred-ca…
athola/claude-night-market
77
3
install-watchdog Installs egregore watchdog daemon via launchd or systemd for autonomous relaunching. Use when setting up egregore on …
athola/claude-night-market
77
4
onboard Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use…
athola/claude-night-market
77
5
session-to-post Converts a Claude Code session into a blog post, case study, or Reddit post. Use when publishing dev blog content or …
athola/claude-night-market
77
6
code-communities Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifyin…
athola/claude-night-market
76
7
discourse Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions…
athola/claude-night-market
76
8
research Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar. Use when surveying a technical top…
athola/claude-night-market
76
9
session-replay Converts a Claude Code session JSONL file into an animated GIF terminal replay. Use when creating demos or visual evi…
athola/claude-night-market
76
10
setup Provisions the oracle ML inference daemon with onnxruntime via uv. Use when setting up local ONNX model inference for…
athola/claude-night-market
76
11
utility Scores agent actions by expected gain, cost, uncertainty, and redundancy. Use when deciding whether to dispatch an ag…
athola/claude-night-market
76
12
voice-extract Extracts a user's writing voice from text samples via SICO comparative analysis. Use when building a voice profile fo…
athola/claude-night-market
76
13
voice-learn Improves a voice profile by learning from manual edits. Use after editing generated text to refine registers and clos…
athola/claude-night-market
76
14
curate Adds developer-authored annotations to the gauntlet knowledge base. Use when capturing tribal knowledge or rationale …
athola/claude-night-market
75
15
dig Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a…
athola/claude-night-market
75
16
doc-importer Converts external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown. Use when ingesting external files f…
athola/claude-night-market
75
17
dorodango Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs mult…
athola/claude-night-market
75
18
extract Builds the gauntlet knowledge base from AST extraction and AI enrichment. Use when initializing or refreshing codebas…
athola/claude-night-market
75
19
graph-search Searches the code knowledge graph by function, class, or type using FTS5 full-text search. Use when locating code ent…
athola/claude-night-market
75
20
voice-generate Generates text in a learned writing voice. Use when drafting content that must match a specific author's style profil…
athola/claude-night-market
75
21
voice-review Runs parallel prose and craft review agents against a voice profile. Use when checking generated content for AI patte…
athola/claude-night-market
75
22
challenge Presents adaptive codebase challenge questions with multiple-choice and trace exercises. Use when testing contributor…
athola/claude-night-market
74
23
graph-build Builds or updates the code knowledge graph via tree-sitter AST and SQLite. Use when setting up the graph before searc…
athola/claude-night-market
74
24
justify Audits changes for additive bias and Iron Law compliance. Use when reviewing completed work before merging or after A…
athola/claude-night-market
74
25
synthesize Merges, dedupes, ranks, and formats research findings into a report. Use after research agents return results from mu…
athola/claude-night-market
74
26
additive-bias-defense Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challen…
athola/claude-night-market
73
27
stack-rebase Cascades a rebase through an entire PR stack after a base PR merges or upstream changes. Use when a stack needs to in…
athola/claude-night-market
73
28
gauntlet-curate Audits the DSA problem bank for coverage gaps and proposes new YAML entries. Use when refreshing the problem bank dur…
athola/claude-night-market
72
29
stack-create Initializes a stacked branch set from an ordered plan, one branch per slice with parent-child links. Use when a plan …
athola/claude-night-market
72
30
stack-push Pushes all branches in a stack and opens or updates one dependent PR per slice. Use after stack-create to publish the…
athola/claude-night-market
72
31
vow-enforcement Classifies and enforces constraints via soft vows, hard vows, and Nen Court layers. Use when designing or auditing en…
athola/claude-night-market
72
32
friction-detector Detect friction signals; graduate patterns into rules. Use for session retrospectives.
athola/claude-night-market
71
33
stack-mode Detects shared stack membership and iterates a command across all PRs in base-to-tip order. Use when a command suppor…
athola/claude-night-market
71
34
skill-graph-audit Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.
athola/claude-night-market
70
35
performance-review Detects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merge…
athola/claude-night-market
69
36
hook-scope-guide Select hook scope (plugin, project, global) by audience. Use when authoring a hook.
athola/claude-night-market
67
37
dora-metrics Computes DORA delivery-performance metrics from git and GitHub API. Use when assessing deployment frequency, lead tim…
athola/claude-night-market
48
38
harden Applies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing …
athola/claude-night-market
44
39
memory-clarity-probe Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or…
athola/claude-night-market
26
40
palace-index-curator Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to…
athola/claude-night-market
25
41
assisted-mastery Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or lea…
athola/claude-night-market
19
42
decision-journal Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeo…
athola/claude-night-market
19
43
dependency-verification Verifies a package exists before install, defending against hallucination and slopsquatting. Use when adding, recomme…
athola/claude-night-market
19
44
graduated-implementation Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you m…
athola/claude-night-market
19
45
optimizing-large-skills Systematic methodology to reduce skill file size through externalization, consolidation, and progressive loading patt…
athola/claude-night-market
18
46
fpf-review Architecture review using FPF (Functional Programming Framework) methodology. Evaluates codebases through functional,…
athola/claude-night-market
15
47
ideate Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design…
athola/claude-night-market
14
48
shared Shared utilities and constants for scribe plugin skills. This module provides common patterns, word lists, and utili…
athola/claude-night-market
9
49
elegant-code Guide minimal code via a decision ladder with full safety, edge, and negative-case coverage. Use when adding code, ch…
athola/claude-night-market
7
50
validate-mr Use when you need a diff-derived test plan for an MR — reads the diff, groups changes by area, runs targeted verifica…
athola/claude-night-market
5
Page 4 · 224 total Previous Next