← all publishers

muxammadmamajonov

@muxammadmamajonov source repo

66 published skills

  1. AWS · muxammadmamajonov
    Use for AWS architecture, IAM, cost, or infra work. Triggers — EC2, ECS, EKS, Lambda, S3, RDS, DynamoDB, SQS/SNS, VPC, CloudFormation, CDK, Terraform on AWS, 'deploy to AWS'.
    0
    installs
  2. CLI · muxammadmamajonov
    Use for building or packaging a CLI/terminal tool — Node (Commander, Oclif), Python (Click, Typer), Go (Cobra), Rust (Clap), shell scripts. Not for services with a CLI entrypoint → skill backend.
    0
    installs
  3. GCP · muxammadmamajonov
    Use for Google Cloud work. Triggers — GKE, Cloud Run, Cloud Functions, BigQuery, Cloud SQL, Spanner, Pub/Sub, Cloud Storage, Firestore, Vertex AI, Terraform on GCP, 'deploy to Google Cloud'.
    0
    installs
  4. Web · muxammadmamajonov
    Use for end-to-end web apps — rendering strategy, data fetching, auth, builds, deployment. SPAs, SSR/SSG (Next.js, Nuxt, SvelteKit, Remix, Astro). Not for pure backend APIs → skill backend.
    0
    installs
  5. Game · muxammadmamajonov
    Use for video games on any platform — game loop, scenes, asset pipeline, physics, input, performance budgets, publishing. Unity, Unreal, Godot, Phaser, three.js. Not for non-game visualisations.
    0
    installs
  6. AI Ml · muxammadmamajonov
    Use for AI/ML features — LLM integration, RAG, embeddings, fine-tuning, agents, evals, guardrails, model serving. Triggers — LLM, RAG, vector store, prompt, LangChain, LlamaIndex, MLflow.
    0
    installs
  7. Azure · muxammadmamajonov
    Use for Microsoft Azure work. Triggers — AKS, App Service, Azure Functions, Azure SQL, Cosmos DB, Service Bus, Blob Storage, Entra ID/RBAC, ARM, Bicep, Terraform on Azure, 'deploy to Azure'.
    0
    installs
  8. Godot · muxammadmamajonov
    Use for Godot Engine 3/4 games and interactive apps — GDScript, C#, scene composition, signals, export pipeline, performance. Triggers — .gd/.tscn/project.godot files, scene tree, 'gdscript'.
    0
    installs
  9. Mysql · muxammadmamajonov
    Use for MySQL 8.0+/MariaDB (InnoDB) — schema design, indexing, transactions/isolation, replication, query tuning with EXPLAIN, safe migrations. Triggers — mysql CLI, SQL DDL on a MySQL stack.
    0
    installs
  10. Redis · muxammadmamajonov
    Use when the project uses Redis/Valkey/Upstash — caching, sessions, rate limiting, queues (BullMQ, Sidekiq, Celery), pub/sub, leaderboards, locks — or diagnosing stampedes and eviction.
    0
    installs
  11. Unity · muxammadmamajonov
    Use for Unity games/interactive apps — MonoBehaviour patterns, ScriptableObjects, rendering pipelines, profiling, asset management, builds. Triggers — C# scripts, Unity scenes, prefabs.
    0
    installs
  12. Devops · muxammadmamajonov
    Use for CI/CD pipelines, environments (staging/prod), secrets management, and infrastructure-as-code — automated build/test/deploy, reproducible infra, guards against destructive operations.
    0
    installs
  13. Dotnet · muxammadmamajonov
    Use for .NET 8+/ASP.NET Core — minimal APIs, MVC, EF Core, DI, middleware, options pattern, health checks, AOT, testing. Triggers — C#, .csproj/.sln, Program.cs, 'asp.net', 'blazor'.
    0
    installs
  14. Mobile · muxammadmamajonov bundle
    Use for mobile apps — native iOS (Swift/SwiftUI), Android (Kotlin/Compose), React Native, Expo, Flutter — navigation, offline data, push, store submission, OTA. Not for responsive web → skill web.
    0
    installs
  15. Search · muxammadmamajonov
    Use for search/relevance features. Triggers — full-text, faceted, autocomplete, vector/semantic/hybrid search, Elasticsearch, OpenSearch, Meilisearch, Typesense, pgvector, Qdrant, Pinecone.
    0
    installs
  16. Unreal · muxammadmamajonov
    Use for Unreal Engine 4/5 games — C++ gameplay, Blueprints, Actors/UCLASS, Gameplay Ability System, asset pipeline, performance. Triggers — .uproject/.uasset, 'unreal', 'ue4', 'ue5', 'blueprint'.
    0
    installs
  17. Backend · muxammadmamajonov
    Use for backend services — REST/GraphQL/gRPC APIs, workers, message consumers, microservices — any server stack. Not for web frontends → skill web; infra-only IaC → skill devops.
    0
    installs
  18. Desktop · muxammadmamajonov
    Use for desktop apps — Electron, Tauri, WPF/WinForms/MAUI, Qt, JavaFX, AppKit, Compose Desktop — windowing, IPC, OS integration, packaging, signing, auto-update. Not for CLIs → skill cli.
    0
    installs
  19. Flutter · muxammadmamajonov
    Use for Flutter apps — Dart, widget architecture, state management, navigation, platform channels, performance, multi-platform deployment. Triggers — pubspec.yaml, Dart code, Flutter widgets.
    0
    installs
  20. Mongodb · muxammadmamajonov
    Use for MongoDB — schema design, aggregation pipelines, indexes, transactions, sharding, Atlas setup. Triggers — MongoDB, Mongoose, document model, embed vs reference.
    0
    installs
  21. Testing · muxammadmamajonov bundle
    Use when defining a test strategy, choosing layers, raising meaningful coverage, or fixing flaky suites — write tests with the feature, failing test first for bugs, QA audit before launch.
    0
    installs
  22. Firebase · muxammadmamajonov
    Use when the project uses Firebase — Firestore, Firebase Auth, Storage, Cloud Functions, Hosting, Realtime Database, Remote Config — including security rules, schemas, Emulators.
    0
    installs
  23. Payments · muxammadmamajonov
    Use when integrating payments (Stripe, Adyen, PayPal, Square, regional PSPs) — checkout, subscriptions, webhooks, refunds, disputes, reconciliation, PCI/SCA, iDEAL/SEPA/PIX.
    0
    installs
  24. Postgres · muxammadmamajonov
    Use for PostgreSQL regardless of ORM — schema design, queries, indexing, EXPLAIN/plans, JSONB, partitions, extensions, migrations, security. Triggers — psql, SQL DDL on a Postgres stack.
    0
    installs
  25. Realtime · muxammadmamajonov
    Use for real-time/live-update/push design. Triggers — WebSocket, SSE, WebRTC, presence, live cursors, chat, collaborative editing, Socket.IO, Ably, Pusher, Supabase Realtime.
    0
    installs
  26. Security · muxammadmamajonov
    Threat-model, harden, and security-review any feature — STRIDE, secrets/auth/authz, pre-launch audit. Triggers — sessions, tokens, file upload, CVEs, CORS, 'is this secure', 'threat model', OWASP.
    0
    installs
  27. Supabase · muxammadmamajonov
    Use when the project uses Supabase — Postgres with RLS, Supabase Auth, Storage buckets, Realtime, Edge Functions — including JWT/RLS permission errors and multi-tenant models.
    0
    installs
  28. Vue Nuxt · muxammadmamajonov
    Use for Vue + Nuxt apps — Nuxt 3/Vue 3 Composition API, rendering modes, auto-imports, server routes, Nitro, Pinia, deployment. Triggers — Nuxt config, Vue components, SSR/SSG decisions.
    0
    installs
  29. Analytics · muxammadmamajonov
    Use for product analytics — event taxonomy/tracking plans, SDKs (Segment, Amplitude, Mixpanel, PostHog, GA4), warehouse pipelines (BigQuery, Snowflake, dbt), A/B experiments.
    0
    installs
  30. Discovery · muxammadmamajonov
    Run founder/business discovery at project start, before specs or code. Use for 'start a project', 'scope an idea', or vague requirements — produces the discovery-answers artifact.
    0
    installs
  31. API Design · muxammadmamajonov
    Design versioned, secure API contracts (REST, GraphQL, RPC, events, SDK surface) from requirements and data model. Use before implementing endpoints or for a breaking contract change.
    0
    installs
  32. Blockchain · muxammadmamajonov
    Use for blockchain/Web3 — smart contracts, DeFi, NFTs, DAOs, wallets, tokens. Triggers — Solidity, EVM, Ethereum, Solana, Anchor, Hardhat, Foundry, gas, multisig, oracle, L2/rollup.
    0
    installs
  33. Clickhouse · muxammadmamajonov
    Use when the project uses ClickHouse — OLAP analytics, event ingestion, time-series, log storage, table engines, materialized views, sharding/replication, slow analytic queries.
    0
    installs
  34. Cloudflare · muxammadmamajonov
    Use for Cloudflare edge work. Triggers — Workers, Pages, D1, R2, KV, Durable Objects, Queues, Hyperdrive, Workers AI, WAF, Turnstile, Wrangler, 'deploy to edge'.
    0
    installs
  35. Go Backend · muxammadmamajonov
    Use for Go backend services — net/http, chi/Gin/Echo, goroutine/channel concurrency, context, pgx/sqlc, testing, hardening. Triggers — go.mod, .go files, 'gin', 'chi', 'echo', 'pgx'.
    0
    installs
  36. Native IOS · muxammadmamajonov
    Use for native iOS apps — Swift, SwiftUI/UIKit, Swift concurrency, Core Data/SwiftData, App Store submission, security hardening. Triggers — Swift sources, Xcode settings, Info.plist, entitlements.
    0
    installs
  37. React Next · muxammadmamajonov
    Use for React + Next.js apps — App/Pages Router, rendering strategies, data fetching, state, performance, deployment. Triggers — Next.js config, React components, SSR/SSG/ISR decisions.
    0
    installs
  38. Ruby Rails · muxammadmamajonov
    Use for Ruby on Rails 7+ apps — ActiveRecord, Action Mailer, Sidekiq, Hotwire (Turbo/Stimulus), RSpec/Minitest. Triggers — Gemfile, bin/rails, models/controllers/migrations, or just 'Ruby'.
    0
    installs
  39. Java Spring · muxammadmamajonov
    Use for Java/Kotlin Spring Boot 3.x services — DI, JPA/Hibernate, Spring Security, Actuator, virtual threads, JUnit 5/Testcontainers. Triggers — pom.xml, @RestController/@Entity, 'spring', 'jpa'.
    0
    installs
  40. Performance · muxammadmamajonov
    Use for performance budgets, diagnosing slowness or high cost, optimizing latency/throughput/resources — spec NFRs, hot paths, pre-launch audit. Measure before optimizing.
    0
    installs
  41. PHP Laravel · muxammadmamajonov
    Use for PHP/Laravel 11+ apps — Eloquent, queues, migrations, Form Requests, Sanctum/Passport, Octane, PHPUnit/Pest. Triggers — composer.json, artisan, Blade, 'laravel', or just 'PHP'.
    0
    installs
  42. Architecture · muxammadmamajonov
    Design and document system architecture and trade-offs after requirements and stack selection, before build — or when a structural change (new service, scaling redesign) needs a record.
    0
    installs
  43. Iot Embedded · muxammadmamajonov
    Use for IoT/embedded work — firmware, edge computing, telemetry, fleet management, OTA updates. Triggers — MCU, RTOS, MQTT, BLE, Zigbee, LoRaWAN, CAN bus, FreeRTOS, Zephyr, ESP32, AWS IoT.
    0
    installs
  44. Node Backend · muxammadmamajonov
    Use for Node.js backend services — NestJS, Fastify, Express — API design, middleware, auth, database integration, testing. Triggers — Node/TS server code, package.json, 'nestjs'.
    0
    installs
  45. React Native · muxammadmamajonov
    Use for React Native apps (bare or Expo) — components, navigation, state management, native modules, performance, store submission. Triggers — Metro bundler, Expo config plugins.
    0
    installs
  46. Rust Backend · muxammadmamajonov
    Use for Rust backend services — Axum/Actix-web, Tokio async, thiserror/anyhow, SQLx/SeaORM, testing, hardening. Triggers — Cargo.toml, .rs handlers, 'axum', 'actix', 'tokio', 'sqlx'.
    0
    installs
  47. UI UX Design · muxammadmamajonov
    Use when designing user-facing surfaces — information architecture, user/data flows, screens or command surfaces, design-system baseline. Triggers — new web page, mobile screen, CLI command.
    0
    installs
  48. Data Modeling · muxammadmamajonov
    Design entities, relationships, constraints, indexes, and safe migrations from requirements and architecture. Use before persistence code, when reshaping an entity, or on query/integrity problems.
    0
    installs
  49. Data Platform · muxammadmamajonov
    Use for data platforms — lakes, warehouses, ETL/ELT, streaming, BI, data quality. Triggers — dbt, Spark, Kafka, Airflow, Flink, Snowflake, BigQuery, Redshift, Delta Lake, Iceberg, lineage.
    0
    installs
  50. Documentation · muxammadmamajonov
    Use when writing or updating specs, READMEs, API/reference docs, ADRs, or runbooks — record an ADR per decision, update docs when a feature ships, fix drifted docs.
    0
    installs
  51. Observability · muxammadmamajonov
    Use when adding or auditing logging, metrics, distributed tracing, alerting, SLOs, or dashboards — new services, incident blind spots, readiness review.
    0
    installs
  52. Native Android · muxammadmamajonov
    Use for native Android apps — Kotlin, Jetpack Compose, coroutines, Room/DataStore, Play Store submission, security hardening. Triggers — Kotlin source, Gradle scripts, AndroidManifest.xml.
    0
    installs
  53. Python Backend · muxammadmamajonov
    Use for Python backend services — FastAPI, Django/DRF, Flask — async patterns, Pydantic, ORM, auth, testing. Triggers — Python server code, pyproject.toml, 'fastapi', 'django', 'flask'.
    0
    installs
  54. MCP Integration · muxammadmamajonov
    Use when a task needs an MCP server (database, issue tracker, cloud, browser) — never assume access, ask the user to configure, least privilege, confirm destructive calls, treat output as untrusted.
    0
    installs
  55. Stack Selection · muxammadmamajonov
    Choose the stack from project type and constraints via the stack-matrix; record ADRs. Use after classification, before architecture, or when a foundational choice (language, DB, hosting) is revisited.
    0
    installs
  56. Messaging Queues · muxammadmamajonov
    Use for async messaging and event-driven design. Triggers — Kafka, RabbitMQ, SQS/SNS, NATS, Pub/Sub, Service Bus, outbox pattern, DLQ, consumer groups, idempotency.
    0
    installs
  57. Browser Extension · muxammadmamajonov
    Use when the project is a browser extension (Chrome, Firefox, Edge, Safari Web Extension). Triggers — manifest.json, content script, background service worker, popup, Web Store/AMO submission.
    0
    installs
  58. Docker Kubernetes · muxammadmamajonov
    Use for Docker containerization, Compose for local dev, or Kubernetes deploys (k8s, EKS, GKE, AKS) — Dockerfiles, Helm charts, manifests, image CI/CD, CrashLoopBackOff/OOMKilled errors.
    0
    installs
  59. Memory Management · muxammadmamajonov
    Use when deciding where information lives across sessions — project memory (CLAUDE.md) vs docs-as-memory (specs, ADRs, assumptions) vs user memory — and rehydrating context on resume.
    0
    installs
  60. Routine Authoring · muxammadmamajonov
    Use when defining a scheduled/recurring unattended routine (nightly audit, weekly scan) — schedule, scope, report-first, approval gates, runner (cron, CI, /schedule), kill-switch.
    0
    installs
  61. Token Optimization · muxammadmamajonov
    Reduce token waste in this OS or a project without lowering quality — find duplicated/bloated/unused instructions, compress prose, merge overlaps, enforce map-first reading. Use for /optimize-tokens and inside /evolve. Not for runtime app perf → skill performance.
    0
    installs
  62. Headless Automation · muxammadmamajonov
    Use when running the project OS non-interactively (CI, pipelines, unattended) — safe-headless commands, STOP-gates become recorded assumptions, deterministic exit codes, no-secret logging.
    0
    installs
  63. Terminal Operations · muxammadmamajonov
    Use when working in a project's shell — inspecting an unfamiliar repo, small reversible edits, running tests/lint/build, reporting changed files. Triggers — terminal, bash, git status/diff.
    0
    installs
  64. Production Readiness · muxammadmamajonov
    Use as the final pre-launch gate — verify reliability, observability, scaling, and disaster recovery are real, after security/QA/performance/accessibility audits pass. Blocks launch on critical gaps.
    0
    installs
  65. Project Classification · muxammadmamajonov bundle
    Classify the project into type(s), pick a matching preset, and surface cross-cutting concerns — after discovery, before stack selection. Use at project start or for 'which preset should we use'.
    0
    installs
  66. Requirements Engineering · muxammadmamajonov
    Turn discovery and classification into testable functional/non-functional requirements with acceptance criteria. Use before architecture/build, or when a feature needs verifiable specs.
    0
    installs