Browse Skills

44357 skills found

software-development.md
0
1 export software-development
2 bryonjacob from "bryonjacob/aug"
3 Build code from GitHub issue specifications. Implements in chunks with tests after each chunk. Uses just commands for quality gates. Creates self-contained modules.
2026-01-05
graphiti-memory-wasteland.md
0
1 export graphiti-memory-wasteland
2 sharpner from "sharpner/wasteland"
3 Wasteland Chronicles Graphiti memory. Use for project knowledge, architecture decisions, bug fixes, and game design patterns.
2026-01-05
rust-graceful-shutdown.md
0
1 export rust-graceful-shutdown
2 gar-ai from "gar-ai/mallorn"
3 Implement graceful shutdown with signal handling and broadcast channels. Use when building long-running services or daemons.
2026-01-05
pca-ui-v2.md
0
1 export pca-ui-v2
2 narcisolcf from "narcisolcf/skills_claude_narciso"
3 Gera prototipos React (SPA) visuais completos num unico ficheiro HTML para o PCA Camocim. Versao 2 com shadcn/ui.
2026-01-05
testing-anti-patterns.md
0
1 export testing-anti-patterns
2 pproenca from "pproenca/dot-claude"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-05
maplibre-layers.md
0
1 export maplibre-layers
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use when adding map layers, managing GeoJSON sources, styling markers, or handling layer interactions. Load for layer registration patterns, markRaw usage, MglGeoJsonSource components, data-driven styling, and layer event handling. Covers the mapLayers store and dynamic layer composition.
2026-01-05
backend-models.md
0
1 export backend-models
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define database models and schemas with proper data types, constraints, relationships, and validation rules for PostgreSQL (Supabase/Bun.sql) and Firestore (Firebase). Use this skill when creating or modifying database models, ORM entity definitions, Prisma schemas, or Firestore document structures. Apply when working on model files (models/*.ts, entities/*.ts, schema.prisma, models/*.py, Models/*.cs), defining database relationships, setting up validation rules, or implementing data integrity constraints. This skill ensures snake_case naming for SQL and camelCase for NoSQL, required timestamps (created_at/updated_at), UUIDs for SQL and auto-generated IDs for Firestore, foreign key constraints with indexed columns, Row Level Security (RLS) policies for Supabase, strict Firestore security rules, normalized data for SQL (3NF) with denormalization for Firestore read performance, and pgvector setup for AI embeddings.
2026-01-05
project-analyzer.md
0
1 export project-analyzer
2 SawanoLab from "SawanoLab/adaptive-claude-agents"
3 Analyzes project structure and generates appropriate Claude Code subagents based on detected tech stack
2026-01-05
dependency-doctor.md
0
1 export dependency-doctor
2 j0KZ from "j0KZ/mcp-agents"
3 Diagnose and heal dependency issues in ANY package manager, ANY language. Use when facing version conflicts, security vulnerabilities, or dependency bloat.
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Build accessible user interfaces following WCAG standards with semantic HTML, keyboard navigation, proper color contrast, and ARIA attributes. Use this skill when creating or modifying UI components, React components, Vue components, web forms, navigation menus, modal dialogs, or any interactive elements. Use this skill when implementing keyboard navigation support, adding ARIA labels and roles, ensuring proper focus management, providing alternative text for images, or testing with screen readers. Use this skill when working with component files (.jsx, .tsx, .vue, .svelte), HTML templates, or any frontend code that renders user-facing interfaces. Use this skill when establishing heading hierarchies, form input labels, or color contrast ratios.
2026-01-05
quiz-master.md
0
1 export quiz-master
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates 4 high-quality MCQs with full explanations and correct answer marked
2026-01-05
skills-mcp-playbook.md
0
1 export skills-mcp-playbook
2 yurake from "yurake/skills"
3 Skill/MCPの使い分けと組み合わせ設計を支援するガイド。外部ツール接続はMCP、手順・品質基準はSkillという分離原則、衝突回避、実例(財務バリュエーション/ミーティング準備)を参照し、どちらを使うか判断・設計したいときに使う。
2026-01-05
ci-cd-pipeline-design.md
0
1 export ci-cd-pipeline-design
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide developers through CI/CD pipeline design including architecture patterns, stage design, and security considerations
2026-01-05
bio-vcf.md
0
1 export bio-vcf
2 dakesan from "dakesan/cc-dnawork-plugin"
3 This skill should be used when the user asks to analyze, filter, or inspect VCF/BCF variant files from WGS/WES sequencing. Triggers include requests to calculate variant statistics, filter variants by quality/depth/frequency, extract variants from specific chromosomes or regions, or export variant data as JSON for downstream analysis.
2026-01-05
instrumentation-planning.md
0
1 export instrumentation-planning
2 nexus-labs-automation from "nexus-labs-automation/web-observability"
3 Plan what to measure in web applications. Use when starting observability or prioritizing instrumentation.
2026-01-05
merge-book-cover.md
0
1 export merge-book-cover
2 dparedesi from "dparedesi/Data-Science-with-R-book"
3 Merge a cover image into a PDF book while preserving aspect ratio and matching width. Use when the user wants to "merge cover", "combine pdf", "fix cover size", or "add cover image".
2026-01-05
backend-development.md
0
1 export backend-development
2 honhatphi from "honhatphi/wes"
3 Build robust backend systems with modern technologies (Node.js, Python, Go, Rust, .NET), frameworks (NestJS, FastAPI, Django, ASP.NET Core), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC, Minimal APIs), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
2026-01-05
flutter-state-management.md
0
1 export flutter-state-management
2 abhishekbrt from "abhishekbrt/GlowState"
3 State management patterns for Flutter with Riverpod as primary solution. Covers provider types, async state, and local state patterns. Use when managing app state or implementing feature state logic.
2026-01-05
fastapi-security-expert.md
0
1 export fastapi-security-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in securing FastAPI applications with JWT tokens and Better Auth. Use this when implementing authentication middleware, route protection, and user isolation.
2026-01-05
css-generator-editor-enhancer.md
0
1 export css-generator-editor-enhancer
2 OsamabinAdnan from "OsamabinAdnan/Quarter04_plus_Learning"
3 Comprehensive CSS generation, editing, and enhancement tool. Use this skill when users need to create CSS from scratch, modify existing CSS, enhance CSS with modern features, optimize CSS performance, or generate CSS frameworks and components. This skill handles CSS generation, editing, enhancement, validation, and optimization tasks.
2026-01-05
underware-openscad.md
0
1 export underware-openscad
2 racurry from "racurry/neat-little-package"
3 Reference guide for generating Underware cable management channel OpenSCAD code. Provides channel type selection, parameter quick reference, and QuackWorks integration. Use when generating OpenSCAD files for Underware cable routing systems.
2026-01-05
rust-code-reviewer.md
0
1 export rust-code-reviewer
2 iammarkps from "iammarkps/eqapo-gui"
3 Expert Rust code review agent that analyzes Rust code for correctness, safety, idiomatic patterns, performance, and best practices. Use when reviewing Rust code files (.rs), providing feedback on Rust projects, checking for unsafe code patterns, evaluating borrow checker compliance, suggesting idiomatic improvements, or conducting thorough code quality assessments for Rust codebases.
2026-01-05
ui-ux-verifier.md
0
1 export ui-ux-verifier
2 nalyk from "nalyk/ungheni-news"
3 Use this skill when implementing or verifying UI/UX changes on the Triunghi.md website. Triggers include layout modifications, CSS changes, responsive design work, accessibility improvements, or any visual/interactive updates. Essential for systematic verification of deployed changes through browser testing, screenshots, and multi-viewport validation.
2026-01-05
chrome-devtools.md
0
1 export chrome-devtools
2 hungtrandigital from "hungtrandigital/ResidentOne"
3 Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
2026-01-05