Back to authors
beshkenadze

beshkenadze

70 Skills published on GitHub.

markdown-formatter

Format and structure content as clean, well-organized Markdown. Use when asked to create documentation, format text, or generate Markdown output.

UncategorizedView skill →

biome

Fast linting/formatting for TypeScript/React. Use when setting up linter, migrating from ESLint/Prettier, or running code quality checks.

UncategorizedView skill →

code-reviewer

Review code for quality, security, and best practices. Use when asked to review code, find bugs, or suggest improvements.

UncategorizedView skill →

codex-code-review

Use Codex CLI for AI-powered code review. Triggers on "codex review", "review with codex", "code review pr", or when user wants AI code review before PR/merge.

UncategorizedView skill →

dev-workflow

Orchestrate full development workflow. Use when implementing features, starting structured development, or user mentions "workflow" or "implement issues".

UncategorizedView skill →

git-worktree-workflow

Manage git worktrees for branch isolation. Use when creating feature branches, working on isolated tasks, creating PRs, and cleaning up after merge.

UncategorizedView skill →

gitea-tea

Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.

UncategorizedView skill →

gitea-wiki

Manage Gitea wiki pages. Use when working with wiki content, creating documentation, or updating wiki pages.

UncategorizedView skill →

ios-design-review

Review iOS code for Apple HIG compliance. Use when validating SwiftUI/UIKit code, checking accessibility, or auditing iOS design implementation.

UncategorizedView skill →

ios-design-workflow

Orchestrates complete iOS app design workflow from idea to implementation. Use when starting a new iOS feature, planning iOS app architecture, or need end-to-end iOS design process.

UncategorizedView skill →

ios-hig-reference

Apple Human Interface Guidelines quick reference. Use when needing iOS design guidelines, HIG rules, or Apple design best practices.

UncategorizedView skill →

ios-swiftui-generator

Generate SwiftUI components following Apple HIG. Use when creating iOS UI components, building SwiftUI views, or need code scaffolding for iOS interfaces.

UncategorizedView skill →

python-uv

Manage Python with uv instead of pip/virtualenv. Use when running Python scripts, installing packages, or creating virtual environments.

UncategorizedView skill →

research-guide

Research best practices, guides, and libraries. Use when needing documentation, recommendations, implementation guidance, or library comparisons.

UncategorizedView skill →

swiftui-developer

Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.

UncategorizedView skill →

typescript-advanced-types

Advanced TypeScript types (generics, conditionals, mapped, utilities). Use when building type-safe libraries or implementing complex type logic.

UncategorizedView skill →

zenstack

ZenStack access policies and enhanced Prisma ORM. Use when defining access control rules (@@allow/@@deny), integrating with tRPC, setting up auth(), or working with ZModel schemas.

UncategorizedView skill →

json-schema

Generate and validate JSON Schema definitions. Use when asked to create schemas, validate JSON structure, or document API payloads.

UncategorizedView skill →

ada-compliance

Use when reviewing accessibility of websites, apps, or facilities, conducting WCAG audits, preparing for ADA Title II/III deadlines, or checking digital/physical accessibility requirements.

UncategorizedView skill →

aoda-compliance

Use when auditing websites or apps for Canadian accessibility law compliance, checking AODA (Ontario) or Accessible Canada Act (federal) requirements, or advising on CAN/ASC-EN 301 549 obligations.

UncategorizedView skill →

eaa-compliance

Use when auditing digital products or services for European Accessibility Act (EAA) compliance, checking EN 301 549 conformance, or advising on EU Web Accessibility Directive obligations.

UncategorizedView skill →

global-accessibility

Use when determining which accessibility law applies to an organization, comparing requirements across jurisdictions (US, EU, Canada, Japan), or planning multi-country accessibility compliance strategy.

UncategorizedView skill →

jis-accessibility

Use when auditing websites for Japanese accessibility compliance, checking JIS X 8341-3 conformance, or advising on Japan's Act for Eliminating Discrimination against Persons with Disabilities.

UncategorizedView skill →

meeting-notes

Structure meeting transcripts into organized notes with action items, decisions, and key points. Use when processing meeting recordings or creating meeting summaries.

UncategorizedView skill →

skill-creator

Create new Claude Agent Skills. Use when asked to create, build, or develop a skill.

UncategorizedView skill →

verify-known-issues

Verify claims about known issues in libraries or tools. Use when about to state something is a "known issue", "known bug", or "known limitation".

UncategorizedView skill →

safe-rm

Use safe-rm script instead of rm -rf. Prevents accidental deletion of protected system, config, and project paths.

UncategorizedView skill →

wget-reader

Fetch data from URLs. Use when asked to download content, fetch remote files, or read web data.

UncategorizedView skill →

your-skill-name

Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill.

UncategorizedView skill →

skill-with-scripts

A template for skills that include executable code for deterministic operations.

UncategorizedView skill →

kaban-workflow

Use when calling TodoWrite with 3+ items, starting multi-step tasks, or when user mentions "board", "kanban", "track progress". Syncs TodoWrite with persistent Kaban board.

UncategorizedView skill →

adding-tauri-system-tray

Guides the user through implementing Tauri system tray functionality, including tray icon setup, tray menu creation, handling tray events, and updating the tray at runtime in the notification area.

UncategorizedView skill →

distributing-tauri-for-android

Guides the user through distributing Tauri applications for Android, including Google Play Store submission, APK and AAB generation, build configuration, signing setup, and version management.

UncategorizedView skill →

managing-tauri-app-resources

Assists with managing Tauri application resources including app icons setup and generation, embedding static files and assets, accessing bundled resources at runtime, and implementing thread-safe state management patterns.

UncategorizedView skill →

understanding-tauri-architecture

Teaches Claude about Tauri's core architecture, including the Rust backend, webview integration, Core-Shell design pattern, IPC mechanisms, and security model fundamentals.

UncategorizedView skill →

optimizing-tauri-binary-size

Guides users through Tauri binary size optimization techniques to produce small, efficient desktop application bundles using Cargo profile settings and build configurations.

UncategorizedView skill →

calling-frontend-from-tauri-rust

Guides developers through Tauri v2 event system for calling frontend from Rust, covering emit functions, event payloads, IPC channels, and JavaScript evaluation for bi-directional Rust-frontend communication.

UncategorizedView skill →

calling-rust-from-tauri-frontend

Guides the user through calling Rust backend functions from the Tauri frontend using the invoke function, defining commands with the #[tauri::command] attribute, passing arguments, returning values, handling errors, and implementing async IPC communication.

UncategorizedView skill →

configuring-tauri-capabilities

Guides users through configuring Tauri capabilities for security and access control, covering capability files, permissions, per-window security boundaries, and platform-specific configurations.

UncategorizedView skill →

signing-tauri-apps

Guides the user through Tauri application code signing and notarization for Android, iOS, Linux, macOS, and Windows platforms including certificate setup and configuration.

UncategorizedView skill →

configuring-tauri-apps

Guides developers through Tauri v2 configuration including tauri.conf.json structure, Cargo.toml settings, environment-specific configs, and common configuration options for desktop and mobile applications.

UncategorizedView skill →

using-crabnebula-cloud-with-tauri

Guides the user through distributing Tauri applications via CrabNebula Cloud, including pipeline setup, cloud configuration, auto-updates integration, and CI/CD workflows for seamless app distribution.

UncategorizedView skill →

configuring-tauri-csp

Guides users through configuring Content Security Policy (CSP) in Tauri v2 applications to prevent XSS attacks and enhance security by restricting resource loading.

UncategorizedView skill →

debugging-tauri-apps

Helps users debug Tauri v2 applications across VS Code, RustRover, IntelliJ, and Neovim. Covers console debugging, WebView DevTools, Rust backtrace, CrabNebula DevTools integration, and IDE-specific launch configurations.

UncategorizedView skill →

understanding-tauri-ecosystem-security

Guides developers through Tauri ecosystem security practices including security auditing, dependency management, vulnerability reporting, and organizational security measures for building secure desktop applications.

UncategorizedView skill →

listening-to-tauri-events

Teaches how to subscribe to and listen for Tauri events in the frontend using the events API, including typed event handlers and cleanup patterns.

UncategorizedView skill →

integrating-tauri-js-frontends

Guides Claude through configuring JavaScript frontend frameworks for Tauri v2 desktop applications, including Next.js, Nuxt, Qwik, SvelteKit, and Vite with proper SSG setup, tauri.conf.json settings, and framework-specific configurations.

UncategorizedView skill →

integrating-tauri-rust-frontends

Guides the user through integrating Rust-based WASM frontend frameworks with Tauri v2, covering Leptos and Trunk setup, WASM compilation configuration, Cargo.toml dependencies, Trunk.toml bundler settings, and withGlobalTauri API access.

UncategorizedView skill →

configuring-tauri-http-headers

Guides developers through configuring HTTP headers security in Tauri v2 applications, covering security headers, custom headers, and CORS configuration for secure cross-origin resource handling.

UncategorizedView skill →

distributing-tauri-for-ios

Guides users through distributing Tauri applications to the iOS App Store, including Apple Developer enrollment, Xcode configuration, provisioning profiles, code signing, TestFlight beta testing, and App Store submission processes.

UncategorizedView skill →

Page 1 of 2 · 70 results