Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-night-market

claude-night-market에는 athola에서 수집한 skills 198개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
198
Stars
314
업데이트
2026-06-17
Forks
27
직업 범위
직업 카테고리 16개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

slop-detector
편집자

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

2026-06-17
rust-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-15
compression-strategy
컴퓨터·정보 연구 과학자

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

2026-06-14
elegant-code
소프트웨어 개발자

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.

2026-06-13
context-optimization
컴퓨터·정보 연구 과학자

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

2026-06-11
doc-generator
기술 작가

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

2026-06-11
doc-importer
기술 작가

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

2026-06-11
style-learner
편집자

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

2026-06-11
tech-tutorial
기술 작가

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

2026-06-11
skill-authoring
소프트웨어 개발자

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

2026-06-06
subagent-testing
소프트웨어 품질 보증 분석가·테스터

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

2026-06-06
rule-catalog
소프트웨어 개발자

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

2026-06-06
karpathy-principles
소프트웨어 개발자

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

2026-06-06
proof-of-work
소프트웨어 개발자

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

2026-06-06
scope-guard
소프트웨어 개발자

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

2026-06-06
decision-journal
프로젝트 관리 전문가

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

2026-06-06
progressive-loading
소프트웨어 개발자

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.

2026-06-06
utility
소프트웨어 개발자

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

2026-06-06
knowledge-intake
소프트웨어 개발자

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

2026-06-06
architecture-review
소프트웨어 개발자

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

2026-06-06
harden
정보 보안 분석가

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

2026-06-06
triz
경영 분석가

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

2026-06-06
ideate
경영 분석가

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

2026-06-06
review-core
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
structured-output
경영 분석가

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

2026-06-05
api-review
소프트웨어 개발자

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

2026-06-05
blast-radius
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-05
bug-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
code-refinement
소프트웨어 개발자

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

2026-06-05
makefile-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
math-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
performance-review
소프트웨어 개발자

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

2026-06-05
safety-critical-patterns
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
shell-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
test-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-05
tiered-audit
소프트웨어 개발자

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

2026-06-05
pr-review
소프트웨어 개발자

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

2026-06-05
voice-review
편집자

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

2026-06-05
assisted-mastery
소프트웨어 개발자

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

2026-06-02
dependency-verification
소프트웨어 개발자

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

2026-06-02
이 저장소에서 수집된 skills 198개 중 상위 40개를 표시합니다.