Browse Skills

20307 skills found

generating-orm-code.md
2
1 export generating-orm-code
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Use this skill when the user mentions terms like "ORM model", "database schema", "generate entities", "create migrations", or specifies a particular ORM framework like "TypeORM entities" or "SQLAlchemy models". It facilitates both database-to-code and code-to-database schema generation.
2026-01-05
fullstory-user-consent.md
2
1 export fullstory-user-consent
2 fullstorydev from "fullstorydev/fs-skills"
3 Comprehensive guide for implementing Fullstory's User Consent API for web applications. Teaches proper consent flow implementation, selective capture modes, GDPR/CCPA compliance patterns, and cookie consent integration. Includes detailed good/bad examples for consent banners, preference centers, and privacy-conscious recording to help developers implement privacy-compliant session recording.
2026-01-05
conventional-commits.md
2
1 export conventional-commits
2 dashed from "dashed/claude-marketplace"
3 Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.
2026-01-05
angular-api-service.md
2
1 export angular-api-service
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating API services for backend communication with proper patterns for caching, error handling, and type safety.
2026-01-05
merge-pr.md
2
1 export merge-pr
2 sakuro from "sakuro/dotfiles"
3 Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.
2026-01-05
monorepo-ci-optimizer.md
2
1 export monorepo-ci-optimizer
2 patricio0312rev from "patricio0312rev/skillset"
3 Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests. Includes Turborepo/Nx strategies, caching, and parallel execution. Use for "monorepo CI", "affected detection", "incremental builds", or "workspace optimization".
2026-01-05
deployment-environments-gha.md
2
1 export deployment-environments-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の environments 設計、承認フロー、シークレット運用を体系化するスキル。複数環境の保護ルールと段階的デプロイを整理する。Anchors:• Release It! / 適用: 環境分離 / 目的: 本番保護• GitHub Actions / 適用: environments と approval / 目的: 標準的な運用設計• The Pragmatic Programmer / 適用: 自動化 / 目的: 手順の一貫性Trigger:Use when setting up multi-environment deployments, approval gates, protection rules, or environment-specific secrets in GitHub Actions.github actions environments, approval workflow, deployment gates, environment secrets
2026-01-05
standards-global.md
2
1 export standards-global
2 korallis from "korallis/Amp-OS"
3 Global coding conventions and best practices for modern full-stack TypeScript development. Load when implementing any code to ensure consistent naming, error handling, file organization, type safety, and code style across the entire codebase.
2026-01-05
global-tech-stack.md
2
1 export global-tech-stack
2 adigunners from "adigunners/adigunners.github.io"
3 Standards for this static HTML/CSS/JavaScript project. Use this skill when working with vanilla JavaScript modules, HTML templates, CSS stylesheets, Node.js tooling scripts, or package.json configuration. Apply when editing .html files, .js files in js/ directory, css/styles.css, package.json scripts, or configuring Prettier/Lighthouse/markdownlint tooling.
2026-01-05
dev-onboarding-builder.md
2
1 export dev-onboarding-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive developer onboarding documentation and materials including step-by-step setup guides, first-task assignments, expected time per step, common troubleshooting, team introductions, and code walkthrough tours. Use when preparing "new developer onboarding", "first day setup", "junior dev training", or "team member onboarding".
2026-01-05
nextjs-optimization.md
2
1 export nextjs-optimization
2 nekorush14 from "nekorush14/dotfiles"
3 Optimize Next.js applications for performance and SEO with image/font optimization, bundle optimization, caching, and Core Web Vitals improvements. Use when optimizing performance, improving SEO, or enhancing user experience.
2026-01-05
tel-start.md
2
1 export tel-start
2 blueif16 from "blueif16/claude-code-with-telegram"
3 启动 Telegram Webhook 服务器(主服务器或项目服务器)
2026-01-05
claude-code-analyzer.md
2
1 export claude-code-analyzer
2 modille from "modille/dotfiles"
3 Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
2026-01-05
grant-proposal.md
2
1 export grant-proposal
2 poemswe from "poemswe/co-researcher"
3 Guidance for structuring and writing PhD-level funding applications and grant proposals (e.g., NSF, NIH, ERC). Focuses on narrative arc, significance, innovation, and methodological feasibility.
2026-01-05
building-recommendation-systems.md
2
1 export building-recommendation-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
design-qa.md
2
1 export design-qa
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Reviews finished and in-progress digital products to assess adherence to design specifications and discover potential issues with those specifications. Validates implementation against design intent, identifies visual and interaction discrepancies, and provides actionable feedback for design and engineering teams.
2026-01-05
deployment-advisor.md
2
1 export deployment-advisor
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Choose deployment strategy and infrastructure. Use when deciding where to deploy applications, setting up CI/CD, or configuring production environments. Covers Vercel, Railway, AWS, Cloudflare Workers, and Docker.
2026-01-05
homebrew-publish.md
2
1 export homebrew-publish
2 regenrek from "regenrek/agent-skills"
3 Publish CLIs/TUIs to Homebrew via a personal tap. Use when asked to create or manage a Homebrew tap repo, generate or update formulae, compute sha256, test installs, or ship new releases for Go, Rust, Node/TypeScript, Python, or prebuilt binaries.
2026-01-05
unit-testing.md
2
1 export unit-testing
2 wmeints from "wmeints/promptyard"
3 Use this skill to write or modify unit-tests in the application for non-component files.
2026-01-05
brainstorming.md
2
1 export brainstorming
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
running-integration-tests.md
2
1 export running-integration-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
caching-strategist.md
2
1 export caching-strategist
2 patricio0312rev from "patricio0312rev/skillset"
3 Defines caching strategies with cache keys, TTL values, invalidation triggers, consistency patterns, and correctness checklist. Provides code examples for Redis, CDN, and application-level caching. Use when implementing "caching", "performance optimization", "cache strategy", or "Redis caching".
2026-01-05
i18n-translator.md
2
1 export i18n-translator
2 mjanv from "mjanv/premiere-ecoute"
3 Internationalization specialist for Phoenix/Elixir applications. Use when you need to extract hardcoded strings and replace them with gettext calls, manage translation files (POT/PO), or provide translations for French and Italian. Handles templates (.heex), controllers, LiveViews, error messages, and UI text.
2026-01-05
react-conventions.md
2
1 export react-conventions
2 benaor from "benaor/claude-config"
3 React and React Native coding conventions with TypeScript. Use this skill when creating components, writing hooks, or reviewing React/React Native code. Enforces naming conventions, component structure, typing patterns, accessibility, and performance best practices.
2026-01-05