Browse Skills
44357 skills found
dry-refactoring.md
87
1
export
dry-refactoring
2
from
"YYH211/Claude-meta-skill"
from
"YYH211/Claude-meta-skill"
3
Guides systematic code refactoring following the DRY (Don't Repeat Yourself) principle. Use when user asks to eliminate code duplication, refactor repetitive code, apply DRY principle, or mentions code smells like copy-paste, magic numbers, or repeated logic. Implements a 4-step workflow from identifying repetition to verified refactoring.
2026-01-16
create-skill-file.md
87
1
export
create-skill-file
2
from
"YYH211/Claude-meta-skill"
from
"YYH211/Claude-meta-skill"
3
Guides Claude in creating well-structured SKILL.md files following best practices. Provides clear guidelines for naming, structure, and content organization to make skills easy to discover and execute.
2026-01-16
product-management.md
86
1
export
product-management
2
from
"ooiyeefei/ccc"
from
"ooiyeefei/ccc"
3
This skill should be used when the user asks to "analyze my product", "research competitors", "find feature gaps", "create feature request", "prioritize backlog", "generate PRD", "plan roadmap", "what should we build next", "competitive analysis", "gap analysis", "sync issues", or mentions product management workflows. Provides AI-native PM capabilities for startups with signal-based feature tracking, the WINNING prioritization filter, and GitHub Issues integration with deduplication.
2026-01-16
excalidraw.md
86
1
export
excalidraw
2
from
"ooiyeefei/ccc"
from
"ooiyeefei/ccc"
3
Generate architecture diagrams as .excalidraw files from codebase analysis. Use when the user asks to create architecture diagrams, system diagrams, visualize codebase structure, or generate excalidraw files.
2026-01-16
streak.md
86
1
export
streak
2
from
"ooiyeefei/ccc"
from
"ooiyeefei/ccc"
3
Universal challenge tracker with flexible cadence, intelligent insights, and cross-challenge learning detection. Use when user wants to track any personal challenge - learning, habits, building, fitness, creative, or custom. Supports daily, weekly, or N-day check-ins with type-adaptive preferences, backlog, and context files.
2026-01-16
quality-validation.md
85
1
export
quality-validation
2
from
"VAMFI/claude-user-memory"
from
"VAMFI/claude-user-memory"
3
Systematic validation methodology for ResearchPacks and Implementation Plans. Provides scoring rubrics and quality gates to ensure outputs meet standards before proceeding to next phase. Prevents garbage-in-garbage-out scenarios.
2026-01-14
planning-methodology.md
85
1
export
planning-methodology
2
from
"VAMFI/claude-user-memory"
from
"VAMFI/claude-user-memory"
3
Systematic approach for creating minimal-change, reversible implementation plans. Claude invokes this skill when transforming requirements/research into executable blueprints. Emphasizes simplicity, safety, and clear verification steps.
2026-01-14
context-engineering.md
85
1
export
context-engineering
2
from
"VAMFI/claude-user-memory"
from
"VAMFI/claude-user-memory"
3
Active context curation to fight context rot. Curates what goes into limited context window from constantly evolving information universe. 39% improvement, 84% token reduction.
2026-01-14
research-methodology.md
85
1
export
research-methodology
2
from
"VAMFI/claude-user-memory"
from
"VAMFI/claude-user-memory"
3
Systematic approach for gathering authoritative, version-accurate documentation. Claude invokes this skill when research is needed before implementation. Ensures truth over speed while achieving both.
2026-01-14
pattern-recognition.md
85
1
export
pattern-recognition
2
from
"VAMFI/claude-user-memory"
from
"VAMFI/claude-user-memory"
3
Systematic methodology for identifying, capturing, and documenting reusable patterns from implementations. Enables automatic learning and knowledge-core.md updates. Claude invokes this after successful implementations to preserve institutional knowledge.
2026-01-14
overthrow-architecture.md
84
1
export
overthrow-architecture
2
from
"ArmaOverthrow/Overthrow.Arma4"
from
"ArmaOverthrow/Overthrow.Arma4"
3
Overthrow mod architecture patterns, naming conventions, and project structure
2025-12-28
enforcescript-patterns.md
84
1
export
enforcescript-patterns
2
from
"ArmaOverthrow/Overthrow.Arma4"
from
"ArmaOverthrow/Overthrow.Arma4"
3
EnforceScript component patterns, networking, persistence, and memory management for Enfusion engine
2025-12-28
crossplane-renderer.md
84
1
export
crossplane-renderer
2
from
"Smana/cloud-native-ref"
from
"Smana/cloud-native-ref"
3
Renders and validates Crossplane compositions with security and policy checks. Automatically activates when testing compositions, rendering examples, or validating resources with Polaris, kube-linter, and Datree. Works standalone or as part of complete KCL validation workflow.
2026-01-10
kcl-composition-validator.md
84
1
export
kcl-composition-validator
2
from
"Smana/cloud-native-ref"
from
"Smana/cloud-native-ref"
3
Validates KCL Crossplane compositions with comprehensive checks including formatting, syntax validation, and rendering tests. Automatically activates when working with KCL files, Crossplane compositions, or before commits touching infrastructure/base/crossplane/configuration/. Prevents CI failures and catches critical bugs like the mutation pattern.
2026-01-10
workbench-workflow.md
84
1
export
workbench-workflow
2
from
"ArmaOverthrow/Overthrow.Arma4"
from
"ArmaOverthrow/Overthrow.Arma4"
3
Arma Reforger Workbench workflow, testing guidelines, and debugging patterns
2025-12-28
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Bump project versions across configs, docs, and changelog usinggit-workspace-review context.Triggers: version bump, semver, release version, changelog update, versionupdate, package version, release preparationUse when: bumping project versions, updating changelogs, preparing releases,coordinating version changes across filesDO NOT use when: just documentation updates - use doc-updates.DO NOT use when: full PR preparation - use pr-prep.Use this skill for version management and release preparation.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Create distributable Python packages with proper structure and publishing.Triggers: Python packaging, pyproject.toml, uv, pip, PyPI, distribution, CLI tools,entry points, package structure, publishingUse when: creating Python packages, configuring pyproject.toml, setting upentry points, publishing to PyPI, CI/CD for packagesDO NOT use when: testing packages - use python-testing instead.DO NOT use when: optimizing package performance - use python-performance.Consult this skill for Python package creation and distribution.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Profile and optimize Python code using cProfile, memory profilers, andperformance best practices.Triggers: profiling, optimization, cProfile, memory profiler, bottleneck,slow code, performance, benchmarking, py-spy, tracemallocUse when: debugging slow code, identifying bottlenecks, optimizing memory,benchmarking performance, production profilingDO NOT use when: async concurrency - use python-async instead.DO NOT use when: CPU/GPU system monitoring - use conservation:cpu-gpu-performance.Consult this skill for Python performance profiling 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
Generate conventional commit messages from staged changes with correct type/scope.Triggers: commit message, conventional commit, git commitUse when: generating commit messages in conventional commits formatDO NOT use when: full PR preparation - use pr-prep instead.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging, and error handling.Triggers: delegate task, external LLM, gemini, qwen, large context, offloadUse when: tasks exceed context window or need cheaper processingDO NOT use when: task requires Claude's reasoning.
2026-01-16
project-specification.md
83
1
export
project-specification
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Transform project brief into detailed, testable specifications using spec-driven development methodology
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Generate phased, dependency-ordered tasks from specs. Identifies parallelization opportunities.Triggers: task planning, dependency ordering, phased breakdown, parallel tasksUse when: converting specifications to implementation tasksDO NOT use when: writing specifications - use spec-writing.
2026-01-16
Unnamed Skill.md
83
1
export
Unnamed Skill
2
from
"athola/claude-night-market"
from
"athola/claude-night-market"
3
Design, manage, and evolve digital gardens as living knowledge bases withinmemory palaces.Triggers: digital garden, knowledge base, linking, note curation, content lifecycle,garden maintenance, bidirectional links, knowledge evolutionUse when: managing note collections, creating link structures, maintainingknowledge bases, tending garden health and growthDO NOT use when: creating memory palace structures - use memory-palace-architect.DO NOT use when: evaluating new knowledge - use knowledge-intake.Consult this skill when cultivating and maintaining digital gardens.
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 formatting review deliverables for consistency, ensuring findingsare comparable across different types of analysis.Triggers: report formatting, deliverable structure, consistent output, reviewoutput, findings format, report template, output consistencyUse when: formatting final review outputs, ensuring consistent deliverablestructure, making findings comparable across reviewsDO NOT use when: capturing evidence during analysis - use evidence-logging.DO NOT use when: reviewing changes - use diff-analysis or review-core first.Consult this skill when formatting final review deliverables.
2026-01-16