Browse Skills
44357 skills found
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Standardized error handling patterns with classification, recovery, and logging strategies.Triggers: error handling, error recovery, graceful degradation, resilienceUse when: implementing error handling in production plugins
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Guide to effective Claude Code skill authoring using TDD methodology andpersuasion principles.Triggers: skill authoring, skill writing, new skill, TDD skills, skill creation,skill best practices, skill validation, skill deployment, skill complianceUse when: creating new skills from scratch, improving existing skills withlow compliance rates, learning skill authoring best practices, validatingskill quality before deployment, understanding what makes skills effectiveDO NOT use when: evaluating existing skills - use skills-eval instead.DO NOT use when: analyzing skill architecture - use modular-skills instead.DO NOT use when: writing general documentation for humans.YOU MUST write a failing test before writing any skill. This is the Iron Law.
2026-01-16
architecture-paradigms.md
83
1
export
architecture-paradigms
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Interactive selector and router for architecture paradigms.
Triggers: architecture selection, pattern comparison, system design, ADR creation,
architecture decision, paradigm evaluation, new system architecture, architecture
planning, which architecture, compare architectures
Use when: selecting architecture patterns for new systems, comparing paradigm
trade-offs, creating architecture decision records, evaluating architecture fit
for team size and domain complexity, planning implementation roadmaps
DO NOT use when: implementing a specific known paradigm - use the specific
architecture-paradigm-* skill (hexagonal, layered, microservices, etc.) instead.
DO NOT use when: reviewing existing architecture - use architecture-review instead.
Use this skill BEFORE making architecture decisions. Check even if unsure about needs.
2026-01-16
fix-issue.md
83
1
export
fix-issue
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Fix GitHub issues using subagent-driven-development with parallel executionwhere appropriate.Triggers: fix issue, github issue, issue resolution, subagent development,parallel execution, issue workflow, gh issue, fix githubUse when: addressing GitHub issues systematically, multiple related issuesneed fixing, tasks can be parallelized across subagents, quality gates neededbetween task batchesDO NOT use when: single simple fix - just implement directly.DO NOT use when: issue needs clarification - comment first to clarify scope.Uses subagents for parallel execution with code review gates between batches.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Intensive mathematical analysis for numerical stability, algorithm correctness,and alignment with authoritative standards.Triggers: math review, numerical stability, algorithm correctness, mathematicalverification, scientific computing, numerical analysis, derivation checkUse when: reviewing math-heavy code, verifying algorithm correctness, checkingnumerical stability, aligning with mathematical standardsDO NOT use when: general algorithm review - use architecture-review.DO NOT use when: performance optimization - use parseltongue:python-performance.Use this skill for mathematical code verification.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Registry pattern for managing external service connections, configurations,and health checks.Triggers: service registry, service discovery, health checks, service configuration,multi-service integration, unified execution, service managementUse when: managing multiple external services, implementing health checks,centralizing service configuration, unified service executionDO NOT use when: single service integration without registry needs.Consult this skill when implementing service registry patterns.
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 summarizing changes, extracting insights, and identifying follow-up actions.Triggers: catchup, what changed, summarize changes, context acquisition, handoff,progress review, recent changes, git log analysis, sprint summaryUse when: resuming work after absence, preparing handoff documentation, reviewingsprint progress, analyzing git history for contextDO NOT use when: doing detailed diff analysis - use diff-analysis instead.DO NOT use when: full code review needed - use review-core instead.Use this skill to quickly understand "what changed and what matters".
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Workflow for capturing evidence and citations to create reproducible analysesand audit trails.Triggers: evidence capture, citations, reproducible analysis, audit trail,documentation, evidence logging, findings documentationUse when: conducting any review that needs evidence trails, creating auditdocumentation, ensuring reproducibility of analysesDO NOT use when: quick informal checks without documentation needs.DO NOT use when: structured output is the focus - use structured-output.Use this skill as foundation for all evidence-based review workflows.
2026-01-16
tooling-standards.md
83
1
export
tooling-standards
2
from
"eser/stack"
from
"eser/stack"
3
Development tooling standards including Deno runtime, JSR package registry, and configuration files. Use when setting up projects, managing dependencies, or configuring build tools.
2026-01-07
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Transform tool-heavy workflows into MCP code execution patterns for token savings and optimized processing.Triggers: MCP, code execution, tool chain, data pipeline, tool transformation, batch processing, workflow optimizationUse when: >3 tools chained sequentially, large datasets (>10k rows), large files (>50KB), context usage >25%DO NOT use when: simple tool calls that don't chain.DO NOT use when: context pressure is low and tools are fast.Use this skill BEFORE building complex tool chains. Optimize proactively.
2026-01-16
documentation.md
82
1
export
documentation
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Communicating the intended behavior and context of code through clear documentation and comments, and sharing knowledge with the team.
2026-01-14
secure-coding.md
82
1
export
secure-coding
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Incorporating security at every step of software development – writing code that defends against vulnerabilities and protects user data.
2026-01-14
reviewing-security.md
82
1
export
reviewing-security
2
from
"ryuichi1208/dotfiles"
from
"ryuichi1208/dotfiles"
3
OWASP API Security Top 10 (2023) と Rust セキュリティベストプラクティス。脆弱性検出。Use when: セキュリティ、脆弱性、OWASP、認証、認可、監査を依頼された時。
2026-01-03
full-stack-development.md
82
1
export
full-stack-development
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Ability to develop both front-end and back-end systems, integrating user interfaces with server logic and databases.
2026-01-14
testing-debugging.md
82
1
export
testing-debugging
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
2026-01-14
data-ml.md
82
1
export
data-ml
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Competence in data analytics and machine learning, enabling developers to build data-driven features and integrate AI/ML capabilities.
2026-01-14
ai-assisted-development.md
82
1
export
ai-assisted-development
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
2026-01-14
code-readability.md
82
1
export
code-readability
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
2026-01-14
devops-cloud.md
82
1
export
devops-cloud
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Skill in automating software deployment pipelines and managing cloud infrastructure for scalable, reliable systems.
2026-01-14
team-collaboration.md
82
1
export
team-collaboration
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Working effectively with others in coding projects – including code reviews, clear communication, and contributing to shared or open-source codebases.
2026-01-14
code-refactoring.md
82
1
export
code-refactoring
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
The practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.
2026-01-14
clojure-eval.md
81
1
export
clojure-eval
2
from
"bhauman/clojure-mcp-light"
from
"bhauman/clojure-mcp-light"
3
Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.
2026-01-14
analyzing-requirements.md
80
1
export
analyzing-requirements
2
from
"skanehira/dotfiles"
from
"skanehira/dotfiles"
3
ユーザー要件を分析し、システム設計ドキュメント(DESIGN.md)を生成します。ユーザー要件が曖昧または不明確な場合、システムアーキテクチャの設計が必要な場合、大規模な機能開発の設計仕様が必要な場合、技術的実現可能性の検証が必要な場合に使用します。不明点はAskUserQuestionツールで確認します。
2026-01-15
reviewing-skills.md
80
1
export
reviewing-skills
2
from
"skanehira/dotfiles"
from
"skanehira/dotfiles"
3
Claude Codeスキルを公式ベストプラクティスに基づいてレビューします。SKILL.mdファイルのレビュー、スキル品質のチェック、スキル構造の検証、改善提案が必要な場合に使用します。「このスキルをレビューして」「スキル品質をチェック」「SKILL.mdを検証」「このスキルを改善」などのリクエストで起動します。
2026-01-15