Browse Skills

732 skills found

database-data-generation.md
0
1 export database-data-generation
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 wincellarCloneBackend
2026-04-13
testing.md
0
1 export testing
2 Higashi-Kota from "Higashi-Kota/llm-internal-rag-chat"
3 Vitest + Storybook testing strategy with clear role separation.Reference for implementing unit tests and UI interaction tests.
2026-01-03
configuring-java-stack.md
0
1 export configuring-java-stack
2 bryonjacob from "bryonjacob/aug"
3 Aug plugin marketplace
2026-01-13
assessment-builder.md
0
1 export assessment-builder
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Creates assessments with varied question types (MCQ, code-completion, debugging, projects) alignedto learning objectives with meaningful distractors based on common misconceptions. Activate wheneducators design quizzes, exams, or tests measuring understanding; need questions at appropriatecognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); orrequire rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writingprompts, debugging challenges, and project-based assessments targeting deep understanding.
2025-12-20
research.md
0
1 export research
2 htlabs-xyz from "htlabs-xyz/htlabs"
3 Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
2025-11-11
cloudflare-workers.md
0
1 export cloudflare-workers
2 levanminhduc from "levanminhduc/LuongHoaThoNew"
3 Comprehensive guide for building serverless applications with Cloudflare Workers. Use when developing Workers, configuring bindings, implementing runtime APIs, testing Workers, using Wrangler CLI, deploying to production, or building edge functions with JavaScript/TypeScript/Python/Rust.
2026-04-09
typescript-expert.md
0
1 export typescript-expert
2 edneyreis999 from "edneyreis999/zord-project"
3 Meu assistente inteligente
2026-04-10
playwright.md
0
1 export playwright
2 Mandalorian007 from "Mandalorian007/thunderbot"
3 Custom Discord Bot just for ThunderClap Gaming Community
2026-01-03
managing-claude-code-meta.md
0
1 export managing-claude-code-meta
2 mikekelly from "mikekelly/promode-linear"
3 MUST be loaded when setting up, installing, migrating, reviewing, auditing, or checking CLAUDE.md files in projects. Covers installing the promode CLAUDE.md into new projects, migrating existing CLAUDE.md content to READMEs (progressive disclosure), and auditing projects for conformance. Invoke PROACTIVELY when user mentions CLAUDE.md, project setup, agent configuration, or code meta files.
2026-01-02
cicd.md
0
1 export cicd
2 tidemann from "tidemann/st44-home"
3 GitHub Actions expert for CI/CD pipelines, workflows, build failures, test failures, lint errors, format checks, gh run, gh pr checks, ESLint, Prettier, TypeScript errors, quality gates, automated fixes, pipeline debugging, workflow monitoring
2026-01-20
docusaurus-documentation.md
0
1 export docusaurus-documentation
2 mcclowes from "mcclowes/mcclowes.com"
3 My personal website
2026-04-18
code-analyze.md
0
1 export code-analyze
2 GiantCroissant-Lunar from "GiantCroissant-Lunar/lunar-snake-hub"
3 Run static analysis, security scans, and dependency checks on .NET code. Use when task involves code quality, security audits, or vulnerability detection.
2026-01-11
code-reviewer.md
0
1 export code-reviewer
2 jk278 from "jk278/veld"
3 Veld - AI Toolkit for Developers: A cross-platform system tray tool for quick AI assistant access with pre-configured prompts and real-time AI interaction
2026-01-18
vscode-extension-resolver.md
0
1 export vscode-extension-resolver
2 Shavakan from "Shavakan/nix-flakes"
3 Use this skill when VSCode extensions fail to build in nix configuration, when adding new VSCode extensions, or when debugging extension-related build errors. Handles systematic search across nixpkgs, vscode-marketplace, and open-vsx sources with incremental testing.
2026-04-12
run-tests.md
0
1 export run-tests
2 aandersland from "aandersland/feast"
3 Automatically invoked when running tests, analyzing test results, or verifying code changes. Ensures tests are run appropriately and results are interpreted correctly.
2026-01-11
kadoppe-constitution.md
0
1 export kadoppe-constitution
2 kadoppe from "kadoppe/claude-code-kadoppe"
3 ALWAYS apply this skill for ANY software development task. Triggers: implement, create, build, add, write, code, function, class, component, API, feature, fix, bug, debug, refactor, improve, clean, review, check, design, architect, structure, test, endpoint, module, service, handler, controller, model, schema, migration, deploy, configure. This skill enforces kadoppe's development principles for all coding work.
2025-12-30
run-tests.md
0
1 export run-tests
2 autonomous-bits from "autonomous-bits/nomos-provider-terraform-remote-state"
3 Nomos provider for file system access.
2026-02-17
analyzing-backtests.md
0
1 export analyzing-backtests
2 PoorRican from "PoorRican/dotfiles"
3 Analyzes algorithmic trading backtest results from Jupyter notebooks and generates summary reports. Use when the user wants to analyze or summarize backtest notebooks.
2026-04-17
sql-server-admin.md
0
1 export sql-server-admin
2 larsnyg from "larsnyg/claude-code-template-sql"
3 Claude code template for sql server database modelling and sql transforms
2025-12-20
visibility-pattern-guardian.md
0
1 export visibility-pattern-guardian
2 matthew-bram from "matthew-bram/enterprise-confluent-test-probe"
3 Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss). References authoritative style guides rather than duplicating. Auto-refactors code to private[module] object pattern with user approval. Detects inline lambdas and suggests extraction to named functions ("laws"). Blocks during scala-ninja review (Phase 2) as peer review rejection point.
2025-12-08
code-reviewer.md
0
1 export code-reviewer
2 villads-valur from "villads-valur/vanluren"
3 My own, my precious.
2026-04-14
express-nodejs-expert.md
0
1 export express-nodejs-expert
2 WebDev70 from "WebDev70/hosting-google"
3 Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security, performance optimization, proxy patterns, static file serving, and production deployment. Use when working with server.js, adding routes, implementing middleware, debugging Express issues, or optimizing API endpoints.
2025-12-31
database-first.md
0
1 export database-first
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.
2025-12-06
api-test.md
0
1 export api-test
2 dfujiwara from "dfujiwara/kindle-notes-reminder"
3 Interactive API testing tool for the Kindle notes backend. Tests endpoints with intelligent data checking, minimal test data creation, and timing metrics.
2026-03-29