Browse Skills

44969 skills found

implementing-database-audit-logging.md
2
1 export implementing-database-audit-logging
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy.
2026-01-05
gabb-code-navigation.md
2
1 export gabb-code-navigation
2 gabb-software from "gabb-software/gabb-cli"
3 Teaches when to use gabb_structure for efficient file exploration.Use gabb_structure before reading large files in supported languages.
2026-01-05
generating-security-audit-reports.md
2
1 export generating-security-audit-reports
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate comprehensive security audit reports. It is designed to provide insights into an application or system's security posture, compliance status, and recommended remediation steps. Use this skill when the user requests a "security audit report", wants to "audit security", or needs a "vulnerability assessment report". The skill analyzes security data and produces a detailed report in various formats. It is best used to identify vulnerabilities, track compliance, and create remediation roadmaps. The skill can be activated via the command `/audit-report` or its shortcut `/auditreport`.
2026-01-05
designing-database-schemas.md
2
1 export designing-database-schemas
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
2026-01-05
reusable-workflows.md
2
1 export reusable-workflows
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions再利用可能ワークフローの専門スキル。ワークフロー共有、入力・出力設計、シークレット管理を提供します。Anchors:• 『Continuous Delivery』(Jez Humble) / 適用: CI/CD / 目的: パイプライン設計と自動化戦略Trigger:GitHub Actions再利用可能ワークフロー作成時、共通CI/CDパイプライン設計時に使用
2026-01-05
optimistic-updates.md
2
1 export optimistic-updates
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 楽観的更新(Optimistic Updates)パターンの実装スキル。サーバーレスポンス前にUIを即座更新し、失敗時のロールバック機構を提供することで、レスポンシブなユーザー体験を実現します。Anchors:• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: 分散システムにおける楽観的並行制御 / 目的: 競合検出とロールバック戦略の設計• React Query (TanStack) / 適用: onMutate/onError/onSettledフック / 目的: 楽観的更新とロールバックの自動化• SWR Documentation (Vercel) / 適用: optimisticDataとrollbackOnError / 目的: 宣言的な楽観的更新の実装Trigger:Use when implementing instant UI feedback before server response, hiding CRUD latency, implementing optimistic updates with React Query/SWR, designing rollback strategies, or handling conflict states.optimistic update, UI feedback, rollback, React Query, SWR, mutation, conflict resolution
2026-01-05
version-control.md
2
1 export version-control
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Git version control, branching strategies, GitHub/GitLab workflows, and collaborative development
2026-01-05
blog-scraper.md
2
1 export blog-scraper
2 Ryunosuke-Tanaka-sti from "Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3 Fetch and compress blog articles from tech-lab.sios.jp into the doc/ directory with token usage statistics and OGP metadata
2026-01-05
frontend-design.md
2
1 export frontend-design
2 ChuDiRen from "ChuDiRen/AI-agent-testing-platform"
3 高质量前端界面设计指南。当用户要求构建 Web 组件、页面、仪表板、React/Vue 组件、HTML/CSS 布局,或对任何 Web UI 进行样式美化时使用。生成富有创意、精美的代码和 UI 设计,避免通用的 AI 美学。
2026-01-05
speculator-orchestration.md
2
1 export speculator-orchestration
2 wbeard from "wbeard/speculator"
3 Multi-agent task orchestration using the spec CLI. Guides agents on claiming tasks, parallel execution, blocking, and coordination. Use when working with multiple agents, claiming tasks, or managing parallel work.
2026-01-05
voice-transcription.md
2
1 export voice-transcription
2 aldervall from "aldervall/Voicetype"
3 Record and transcribe voice input when user wants to speak instead of type, describe complex issues verbally, provide audio input, or dictate text. Use this when user says "record my voice", "let me speak", "voice input", "transcribe audio", or when verbal description would be clearer than typing.
2026-01-05
scripting.md
2
1 export scripting
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 DevOps scripting with Bash, Python, and Go for automation, tooling, and infrastructure management
2026-01-05
composite-actions.md
2
1 export composite-actions
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の Composite Actions 設計と実装を支援するスキル。action.yml の構造、入出力設計、再利用性、検証手順を整理する。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 自動化設計 / 目的: 再利用可能な処理の整理• 『GitHub Actions公式ドキュメント』 / 適用: Composite Actions 実装 / 目的: 構文仕様の準拠• 『The Twelve-Factor App』 / 適用: 設定と可搬性 / 目的: アクションの独立性確保• 『Release It!』(Michael Nygard) / 適用: エラーハンドリング / 目的: 安定運用の設計Trigger:Use when designing composite actions, validating action.yml structure, or integrating reusable GitHub Actions steps.composite actions, action.yml, reusable action, inputs outputs, github actions
2026-01-05
use-case-modeling.md
2
1 export use-case-modeling
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユースケース駆動の要件分析スキル。ユーザーとシステムの対話を構造化し、ビジネスロジックを明確にします。アクター識別から詳細シナリオ設計まで段階的に進めます。Anchors:• 『Writing Effective Use Cases』(Alistair Cockburn) / 適用: ユースケース設計 / 目的: 要件仕様の明確化• 『The Pragmatic Programmer』(David Thomas, Andrew Hunt) / 適用: 要件分析 / 目的: 実践的な品質維持Trigger:ユースケースモデリング、アクター分析、システム要件定義時に使用
2026-01-05
drizzle-orm.md
2
1 export drizzle-orm
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 DrizzleORMを使用したデータベーススキーマ設計、マイグレーション、型安全なクエリ構築を専門とするスキル。SQLite、PostgreSQL、MySQLに対応し、TypeScriptの型システムを最大限活用した堅牢なDB層を構築する。Anchors:• Drizzle ORM公式ドキュメント / 適用: スキーマ定義とマイグレーション / 目的: 型安全なDB設計の基盤• TypeScript型システム / 適用: クエリビルダーとスキーマ定義 / 目的: エンドツーエンドの型安全性• Database Design for Mere Mortals (Hernandez) / 適用: リレーション設計 / 目的: 正規化と参照整合性Trigger:Use when defining Drizzle schemas, creating migrations, building type-safe queries, designing relations, or optimizing database performance.drizzle, orm, schema, migration, sqlite, postgresql, type-safe query
2026-01-05
create-agent.md
2
1 export create-agent
2 Dexploarer from "Dexploarer/hyper-forge"
3 Quickly create a new specialized subagent when needed. Use when you need a specialist that doesn't exist yet for a specific task domain.
2026-01-05
optimizing-cloud-costs.md
2
1 export optimizing-cloud-costs
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices for cost optimization and provides production-ready configurations.
2026-01-05
encrypting-and-decrypting-data.md
2
1 export encrypting-and-decrypting-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
unity-csharp-editing.md
2
1 export unity-csharp-editing
2 akiojin from "akiojin/unity-mcp-server"
3 Supports Unity C# script editing, searching, and refactoring. Enables TDD cycle code editing, symbol navigation, reference searching, and structured editing. Use when: C# editing, script search, symbol search, refactoring, code indexing, class creation, method addition
2026-01-05
feature-implementation.md
2
1 export feature-implementation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when implementing new features, enhancements, or adding functionality. Triggers on keywords like implement, add feature, build, create new, develop, enhancement.
2026-01-05
deploy.md
2
1 export deploy
2 mruwnik from "mruwnik/memory"
3 Deploy the memory application to the remote server. Use when deploying code, syncing changes, restarting services, or running commands on the production server.
2026-01-05
i18n.md
2
1 export i18n
2 cosmix from "cosmix/claude-code-setup"
3 Internationalization and localization implementation. Use when implementing multi-language support, translation systems, locale-specific formatting, or RTL layouts. Keywords: i18n, l10n, internationalization, localization, translation, locale, RTL, pluralization, i18next, react-intl, gettext, ICU, formatting.
2026-01-05
managing-snapshot-tests.md
2
1 export managing-snapshot-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage and update snapshot tests using intelligent diff analysis and selective updates. It is triggered when the user asks to analyze snapshot failures, update snapshots, or manage snapshot tests in general. It helps distinguish intentional changes from regressions, selectively update snapshots, and validate snapshot integrity. Use this when the user mentions "snapshot tests", "update snapshots", "snapshot failures", or requests to run "/snapshot-manager" or "/sm". It supports Jest, Vitest, Playwright, and Storybook frameworks.
2026-01-05
infrastructure-as-code.md
2
1 export infrastructure-as-code
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Infrastructure as Code(IaC)の原則に基づく構成管理の自動化を専門とするスキル。環境変数管理、Secret管理、Railway統合を中心に、再現可能で安全なインフラ構成を実現します。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas)/ 適用: 設定の外部化・DRY原則・エラーの早期検出 / 目的: 保守性とセキュリティの両立• IaC 4原則(宣言的定義・べき等性・バージョン管理・不変インフラ)/ 適用: インフラ構成全体 / 目的: 再現可能性の確保Trigger:Use when designing environment variables, managing secrets, configuring Railway deployments, or setting up infrastructure as code for Next.js/Electron projects.Keywords: railway.json, .env.example, environment variables, GitHub Secrets, Railway Secrets, Turso integration, infrastructure automation
2026-01-05