← all publishers

Nikoxkx

@nikoxkx source repo

59 published skills

  1. Database Schema Designer · nikoxkx
    Designs normalized relational database schemas with proper constraints, indexes, and relationships. Use when modeling data for a new application or refactoring an existing schema.
    0 installs
  2. GRAPHQL Schema Designer · nikoxkx
    Designs GraphQL schemas with types, queries, mutations, subscriptions, and resolvers. Use when building or refactoring a GraphQL API.
    0 installs
  3. Responsive Layout System · nikoxkx
    Creates a responsive layout using CSS Grid and Flexbox with mobile-first breakpoints. Use when building page layouts that must work across all screen sizes.
    0 installs
  4. React Component Generator · nikoxkx
    Generates production-ready React functional components with TypeScript, props interface, default props, and JSDoc. Use when scaffolding new React components from descriptions or design specs.
    0 installs
  5. JWT Security Auditor · nikoxkx
    Audits JWT implementation for common security vulnerabilities. Use when reviewing authentication systems that use JSON Web Tokens.
    0 installs
  6. SEO Optimizer · nikoxkx
    Overview
    0 installs
  7. Synthetic Data Generator · nikoxkx
    Generates synthetic training or test data using LLMs or statistical methods. Use when you need labelled training data, test fixtures, or privacy-safe data substitutes.
    0 installs
  8. Github Actions Pipeline · nikoxkx
    Creates GitHub Actions CI/CD pipelines with build, test, lint, and deploy stages. Use when setting up or improving automated workflows in GitHub.
    0 installs
  9. Ssl Certificate Manager · nikoxkx
    Manages SSL/TLS certificates including provisioning, renewal, and multi-domain setup. Use when configuring HTTPS for any domain.
    0 installs
  10. Threat Model Designer · nikoxkx
    Creates a structured threat model for an application using STRIDE or PASTA methodology. Use when designing security into a new system or assessing an existing one.
    0 installs
  11. Vulnerability Scanner · nikoxkx
    Runs automated vulnerability scans on codebases, dependencies, and containers. Use when auditing security before deployment or after adding new dependencies.
    0 installs
  12. Form Validator · nikoxkx
    Implements client-side and server-side form validation with accessible error messaging. Use when adding validation to any HTML or React form.
    0 installs
  13. JSON Transformer · nikoxkx
    Transforms, reshapes, and validates JSON data structures. Use when normalizing API responses, converting nested JSON to flat tables, or validating JSON against a schema.
    0 installs
  14. Report Generator · nikoxkx
    Generates formatted data reports in PDF, Excel, or HTML from structured data. Use when producing recurring business reports, dashboards, or data summaries.
    0 installs
  15. Docker Compose Generator · nikoxkx
    Generates production-ready docker-compose.yml files for multi-service applications. Use when containerizing an app with databases, caches, or other services.
    0 installs
  16. Terraform Module Builder · nikoxkx
    Creates reusable Terraform modules for cloud infrastructure. Use when provisioning AWS, GCP, or Azure resources with Infrastructure as Code.
    0 installs
  17. Penetration Test Planner · nikoxkx
    Creates a structured penetration testing plan for web applications and APIs. Use when planning a security assessment, red team exercise, or bug bounty program.
    0 installs
  18. API Route Builder · nikoxkx
    Designs and implements RESTful or tRPC API routes with input validation, error handling, and OpenAPI documentation. Use when building backend routes in Next.js, Express, Fastify, or similar.
    0 installs
  19. Auth Flow Builder · nikoxkx
    Implements authentication flows including login, registration, password reset, and session management. Use when adding auth to a web app using JWT, sessions, or OAuth.
    0 installs
  20. Pandas Data Cleaner · nikoxkx
    Cleans, transforms, and validates datasets using pandas. Use when preparing raw data for analysis, modeling, or export.
    0 installs
  21. SQL Query Optimizer · nikoxkx
    Analyzes and optimizes slow SQL queries for PostgreSQL, MySQL, or SQLite. Use when queries are slow, or when building efficient queries from scratch.
    0 installs
  22. Time Series Analyzer · nikoxkx
    Analyzes time series data for trends, seasonality, anomalies, and forecasting. Use when working with timestamped data like metrics, sales, or sensor readings.
    0 installs
  23. Nextjs App Scaffold · nikoxkx
    Scaffolds a production Next.js 14+ App Router project with TypeScript, Tailwind, ESLint, Prettier, testing, and CI. Use when starting a new Next.js project from scratch.
    0 installs
  24. Performance Auditor · nikoxkx
    Audits web application performance and generates an actionable improvement plan. Use when a web app is slow, fails Lighthouse checks, or has poor Core Web Vitals scores.
    0 installs
  25. Data Pipeline Builder · nikoxkx
    Designs and implements ETL/ELT data pipelines with error handling, retries, and monitoring. Use when moving data between systems or building a data warehouse ingestion process.
    0 installs
  26. Etl Workflow Designer · nikoxkx
    Designs a complete ETL workflow diagram and implementation plan for a given data movement scenario. Use when planning how to move and transform data between source and destination systems.
    0 installs
  27. Accessibility Auditor · nikoxkx
    Audits web interfaces for WCAG 2.1 AA compliance and generates a prioritized fix list. Use when auditing accessibility, preparing for legal compliance, or improving inclusivity.
    0 installs
  28. CSS Animation Crafter · nikoxkx
    Creates CSS keyframe animations, transitions, and micro-interactions. Use when adding motion to web UIs without JavaScript animation libraries.
    0 installs
  29. Websocket Integration · nikoxkx
    Integrates WebSocket real-time communication into a web application. Use when implementing live features like chat, notifications, collaborative editing, or live dashboards.
    0 installs
  30. Visualization Generator · nikoxkx
    Creates data visualizations using matplotlib, seaborn, plotly, or D3.js. Use when generating charts, graphs, dashboards, or exploratory data plots.
    0 installs
  31. HTML Component Builder · nikoxkx
    Builds reusable, semantic HTML components from descriptions or wireframes. Use when creating UI elements like cards, modals, navbars, footers, forms, or any HTML structure without a JS framework.
    0 installs
  32. Tailwind Design System · nikoxkx
    Creates a Tailwind CSS design system with custom tokens, component classes, and dark mode. Use when establishing a consistent design language for a project.
    0 installs
  33. Model Benchmarker · nikoxkx
    Benchmarks LLM performance on speed, cost, accuracy, and token efficiency. Use when selecting a model for a use case or comparing model versions.
    0 installs
  34. Embeddings Builder · nikoxkx
    Creates, stores, and queries text embeddings for semantic search, clustering, or similarity. Use when building semantic search, recommendation systems, or clustering text data.
    0 installs
  35. Evaluation Harness · nikoxkx
    Builds an evaluation harness to measure LLM accuracy, reliability, and performance on a task. Use when benchmarking models, comparing prompts, or tracking quality regressions.
    0 installs
  36. LLM Router Builder · nikoxkx
    Builds an LLM router that selects the right model or prompt based on task complexity, cost, or latency. Use when optimizing AI API costs or routing queries to specialized models.
    0 installs
  37. Secret Detector · nikoxkx
    Detects hardcoded secrets, API keys, and credentials in codebases and git history. Use when auditing code for leaked secrets or setting up pre-commit secret detection.
    0 installs
  38. API Wrapper Builder · nikoxkx
    Creates a clean Python/TypeScript wrapper around an external AI API (OpenAI, Anthropic, Google AI, etc.). Use when abstracting an AI provider for easier use, testing, or provider switching.
    0 installs
  39. Security Hardening · nikoxkx
    Hardens server, container, and cloud infrastructure against common attacks. Use when preparing infrastructure for production or after a security audit.
    0 installs
  40. Pwa Setup · nikoxkx
    Converts a web app to a Progressive Web App with offline support, install prompts, and push notifications. Use when making a web app installable and offline-capable.
    0 installs
  41. Agent Chain Designer · nikoxkx
    Designs multi-step AI agent chains with tool use, planning, and error recovery. Use when building agentic systems that require planning, tool calls, or multi-turn reasoning.
    0 installs
  42. Fine Tuning Preparer · nikoxkx
    Prepares datasets and training configurations for fine-tuning LLMs. Use when customizing a base model on domain-specific data using LoRA, QLoRA, or supervised fine-tuning.
    0 installs
  43. RAG Pipeline Builder · nikoxkx
    Builds a Retrieval-Augmented Generation pipeline with document ingestion, chunking, embedding, vector search, and generation. Use when building a Q&A system over custom documents.
    0 installs
  44. Vector DB Integrator · nikoxkx
    Integrates a vector database (Pinecone, Qdrant, Chroma, Weaviate, pgvector) into an application for semantic search or similarity queries. Use when adding vector search to any project.
    0 installs
  45. Load Balancer Config · nikoxkx
    Configures load balancers for high availability, health checking, and traffic distribution. Use when distributing traffic across multiple backend instances.
    0 installs
  46. Log Aggregator Setup · nikoxkx
    Sets up centralized log aggregation with structured logging, log levels, and alerting. Use when implementing observability in production systems.
    0 installs
  47. Monitoring Dashboard · nikoxkx
    Creates monitoring dashboards and alerting rules for production services. Use when setting up observability with Prometheus, Grafana, Datadog, or similar.
    0 installs
  48. Compliance Checker · nikoxkx
    Checks application and infrastructure compliance against SOC 2, GDPR, HIPAA, or PCI-DSS requirements. Use when preparing for compliance audits or implementing regulatory requirements.
    0 installs
  49. Dependency Checker · nikoxkx
    Audits third-party dependencies for known vulnerabilities, license issues, and supply chain risks. Use when reviewing dependencies before merging or deploying.
    0 installs
  50. Incident Responder · nikoxkx
    Overview
    0 installs
  51. CSV Processor · nikoxkx
    Parses, transforms, validates, and exports CSV files. Use when reading, cleaning, filtering, merging, or converting CSV data.
    0 installs
  52. Kubernetes Deployment · nikoxkx
    Creates Kubernetes manifests for deploying containerized applications with scaling, health checks, and resource limits. Use when deploying to any Kubernetes cluster (GKE, EKS, AKS, local).
    0 installs
  53. Nginx Config Generator · nikoxkx
    Generates Nginx configurations for reverse proxying, load balancing, SSL termination, and static file serving. Use when configuring Nginx for a web server or API gateway.
    0 installs
  54. API Security Auditor · nikoxkx
    Audits REST or GraphQL APIs for OWASP API Top 10 vulnerabilities. Use when reviewing or testing the security of an API before launch or after changes.
    0 installs
  55. Prompt Engineer · nikoxkx
    Designs, tests, and iterates on LLM prompts for accuracy, reliability, and performance. Use when crafting system prompts, few-shot examples, chain-of-thought prompts, or output format instructions.
    0 installs
  56. Ml Model Trainer · nikoxkx
    Trains a traditional ML model (classification, regression, clustering) using scikit-learn or PyTorch. Use when building predictive models on tabular or structured data.
    0 installs
  57. Backup Strategy · nikoxkx
    Designs and implements a backup and disaster recovery strategy for databases and file storage. Use when setting up backups for production data.
    0 installs
  58. CI CD Optimizer · nikoxkx
    Analyzes and optimizes CI/CD pipeline speed, reliability, and cost. Use when pipelines are slow, flaky, or expensive.
    0 installs
  59. Owasp Checker · nikoxkx
    Reviews a web application against the OWASP Top 10 vulnerabilities. Use when performing a security review or preparing a security assessment report.
    0 installs