Browse Skills

44915 skills found

justfile-quality-patterns.md
0
1 export justfile-quality-patterns
2 bryonjacob from "bryonjacob/aug"
3 Level 1 patterns - test-watch, integration-test, complexity, loc, duplicates, slowtests
2026-01-05
codex-debug.md
0
1 export codex-debug
2 kanlanc from "kanlanc/Claude-Code-Kanlanc-Marketplace"
3 Use for systematic debugging and root cause analysis with Codex. Triggers on "codex debug", "codex root cause", "have codex investigate this bug", "codex find the issue".
2026-01-05
langgraph-guardian.md
0
1 export langgraph-guardian
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Prevent and detect code quality issues in LangGraph pipelines. Use when implementing new nodes, debugging state flow issues, troubleshooting empty state keys, or before committing LangGraph code. Triggers on phrases like "validate node", "check node implementation", "trace flow", "why is state empty", "lint langgraph", "check completeness", "validate before commit", "pre-flight check", "debug state flow", "find the bug in my node".
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 timequity from "timequity/vibe-coder"
3 Use when encountering any bug, test failure, or unexpected behavior - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
slop.md
0
1 export slop
2 rhinoman from "rhinoman/slop-plugin"
3 Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed forminimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Needstrong contracts and range types, (3) Creating code with typed holes for incrementalgeneration, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.
2026-01-05
property-testing-guide.md
0
1 export property-testing-guide
2 EmilLindfors from "EmilLindfors/claude-marketplace"
3 Introduces property-based testing with proptest, helping users find edge cases automatically by testing invariants and properties. Activates when users test algorithms or data structures.
2026-01-05
markdown.md
0
1 export markdown
2 46ki75 from "46ki75/skills"
3 Markdown linting and automated fixing using markdownlint-cli2. Use when Claude needs to: (1) Check markdown files for style issues, (2) Fix markdown formatting problems, (3) Ensure markdown follows best practices, (4) Validate markdown documents, or (5) Apply consistent markdown styling
2026-01-05
analysis-phase.md
0
1 export analysis-phase
2 metasaver from "metasaver/metasaver-marketplace"
3 Parallel execution of analysis check skills. Command-specific - /ms uses all 3 checks, /build uses 2, /audit uses 2 different ones. See command for which checks to run.
2026-01-05
writing-plans.md
0
1 export writing-plans
2 seanGSISG from "seanGSISG/crispy-claude"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
bigquery.md
0
1 export bigquery
2 BfdCampos from "BfdCampos/dotfiles"
3 Comprehensive guide for using BigQuery CLI (bq) to query and inspect tables in Monzo's BigQuery projects, with emphasis on data sensitivity and INFORMATION_SCHEMA queries.
2026-01-05
react.md
0
1 export react
2 kprsnt2 from "kprsnt2/MyLocalCLI"
3 React development patterns and best practices including hooks, state management, and performance optimization.
2026-01-05
ui-ux-design.md
0
1 export ui-ux-design
2 htooayelwinict from "htooayelwinict/claude-config"
3 Design and implement UI/UX changes using existing components and Tailwind tokens; ensure accessibility. EXCLUSIVE to ui-ux-designer agent.
2026-01-05
rp2350-micropython.md
0
1 export rp2350-micropython
2 rghamilton3 from "rghamilton3/dotfiles"
3 Expert RP2350 development with MicroPython, covering Pimoroni Presto hardware, touchscreen interfaces, RGB lighting control, BLE server implementation, and display rendering. Use when developing for RP2350 boards, implementing touch UI, managing BLE communication, or working with RGB backlights.
2026-01-05
moc-curator.md
0
1 export moc-curator
2 alexanderop from "alexanderop/second-brain-nuxt"
3 Suggest MOC updates and new MOCs based on semantic clustering.Use when asked to "curate MOCs", "update maps", "find clusters","what MOCs need updating", or "organize my notes".
2026-01-05
ff-statistical-methods.md
0
1 export ff-statistical-methods
2 zazu-22 from "zazu-22/ff_data_analytics"
3 Expert guidance on statistical analysis methodologies and Monte Carlo simulation for fantasy football. Use this skill when selecting regression approaches, designing simulations, performing variance analysis, or conducting hypothesis tests. Covers regression types (OLS, Ridge, Lasso, GAMs), Monte Carlo frameworks, regression-to-mean analysis, and statistical best practices for player performance modeling.
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 a-ariff from "a-ariff/ariff-claude-plugins"
3 Structured approach to finding and fixing bugs
2026-01-05
birdmate.md
0
1 export birdmate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 APM project for birdmate
2026-01-05
track-and-field.md
0
1 export track-and-field
2 violetio from "violetio/violet-ai-plugins"
3 Track & Field affiliate tracking context
2026-01-05
sap-odoo18-taxpulse-certified.md
0
1 export sap-odoo18-taxpulse-certified
2 majiayu000 from "majiayu000/claude-skill-registry"
3 End-to-end ERP + tax intelligence engineer skill: SAP Business One functional parity, Odoo 18 CE/OCA-compliant implementation, and deep Finance Tax Pulse (PH tax) integration.
2026-01-05
monitoring.md
0
1 export monitoring
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-kubernetes"
3 Master Kubernetes observability, monitoring with Prometheus, logging, metrics, and distributed tracing. Learn to implement comprehensive monitoring strategies.
2026-01-05
maintaining-code-quality.md
0
1 export maintaining-code-quality
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Maintaining code quality and standards in StickerNest. Use when refactoring code, checking file sizes, splitting large files, reviewing code structure, or when files exceed length limits. Covers file length limits, refactoring patterns, code organization, and the "check existing code first" principle.
2026-01-05
nextjs-fsd-starter.md
0
1 export nextjs-fsd-starter
2 rladydqls99 from "rladydqls99/claude"
3 Create a new Next.js project with FSD (Feature-Sliced Design) architecture, TypeScript, Tailwind CSS, ESLint (flat config), Prettier, and Husky. Use when user asks to create/scaffold/initialize a Next.js project with FSD architecture, or when they want a production-ready Next.js boilerplate with modern tooling setup.
2026-01-05
pal-thinkdeep.md
0
1 export pal-thinkdeep
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Multi-stage deep investigation and reasoning for complex problems using PAL MCP. Use for architecture decisions, complex analysis, performance challenges, or when you need thorough reasoning. Triggers on complex problems requiring deep thought, hypothesis testing, or expert analysis.
2026-01-05
moai-lang-shell.md
0
1 export moai-lang-shell
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Shell scripting best practices with bats-core 1.11, shellcheck 0.10, and POSIX compliance.
2026-01-05