Nikoxkx
- 59 skills
- 0 followers
- 7 hours ago last updated
- ▌ Database Schema Designer · nikoxkxDesigns normalized relational database schemas with proper constraints, indexes, and relationships. Use when modeling data for a new application or refactoring an existing schema.
- ▌ GRAPHQL Schema Designer · nikoxkxDesigns GraphQL schemas with types, queries, mutations, subscriptions, and resolvers. Use when building or refactoring a GraphQL API.
- ▌ Responsive Layout System · nikoxkxCreates a responsive layout using CSS Grid and Flexbox with mobile-first breakpoints. Use when building page layouts that must work across all screen sizes.
- ▌ React Component Generator · nikoxkxGenerates production-ready React functional components with TypeScript, props interface, default props, and JSDoc. Use when scaffolding new React components from descriptions or design specs.
- ▌ JWT Security Auditor · nikoxkxAudits JWT implementation for common security vulnerabilities. Use when reviewing authentication systems that use JSON Web Tokens.
- ▌
- ▌ Synthetic Data Generator · nikoxkxGenerates synthetic training or test data using LLMs or statistical methods. Use when you need labelled training data, test fixtures, or privacy-safe data substitutes.
- ▌ Github Actions Pipeline · nikoxkxCreates GitHub Actions CI/CD pipelines with build, test, lint, and deploy stages. Use when setting up or improving automated workflows in GitHub.
- ▌ Ssl Certificate Manager · nikoxkxManages SSL/TLS certificates including provisioning, renewal, and multi-domain setup. Use when configuring HTTPS for any domain.
- ▌ Threat Model Designer · nikoxkxCreates 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.
- ▌ Vulnerability Scanner · nikoxkxRuns automated vulnerability scans on codebases, dependencies, and containers. Use when auditing security before deployment or after adding new dependencies.
- ▌ Form Validator · nikoxkxImplements client-side and server-side form validation with accessible error messaging. Use when adding validation to any HTML or React form.
- ▌ JSON Transformer · nikoxkxTransforms, reshapes, and validates JSON data structures. Use when normalizing API responses, converting nested JSON to flat tables, or validating JSON against a schema.
- ▌ Report Generator · nikoxkxGenerates formatted data reports in PDF, Excel, or HTML from structured data. Use when producing recurring business reports, dashboards, or data summaries.
- ▌ Docker Compose Generator · nikoxkxGenerates production-ready docker-compose.yml files for multi-service applications. Use when containerizing an app with databases, caches, or other services.
- ▌ Terraform Module Builder · nikoxkxCreates reusable Terraform modules for cloud infrastructure. Use when provisioning AWS, GCP, or Azure resources with Infrastructure as Code.
- ▌ Penetration Test Planner · nikoxkxCreates a structured penetration testing plan for web applications and APIs. Use when planning a security assessment, red team exercise, or bug bounty program.
- ▌ API Route Builder · nikoxkxDesigns 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.
- ▌ Auth Flow Builder · nikoxkxImplements authentication flows including login, registration, password reset, and session management. Use when adding auth to a web app using JWT, sessions, or OAuth.
- ▌ Pandas Data Cleaner · nikoxkxCleans, transforms, and validates datasets using pandas. Use when preparing raw data for analysis, modeling, or export.
- ▌ SQL Query Optimizer · nikoxkxAnalyzes and optimizes slow SQL queries for PostgreSQL, MySQL, or SQLite. Use when queries are slow, or when building efficient queries from scratch.
- ▌ Time Series Analyzer · nikoxkxAnalyzes time series data for trends, seasonality, anomalies, and forecasting. Use when working with timestamped data like metrics, sales, or sensor readings.
- ▌ Nextjs App Scaffold · nikoxkxScaffolds 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.
- ▌ Performance Auditor · nikoxkxAudits 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.
- ▌ Data Pipeline Builder · nikoxkxDesigns 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.
- ▌ Etl Workflow Designer · nikoxkxDesigns 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.
- ▌ Accessibility Auditor · nikoxkxAudits 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.
- ▌ CSS Animation Crafter · nikoxkxCreates CSS keyframe animations, transitions, and micro-interactions. Use when adding motion to web UIs without JavaScript animation libraries.
- ▌ Websocket Integration · nikoxkxIntegrates WebSocket real-time communication into a web application. Use when implementing live features like chat, notifications, collaborative editing, or live dashboards.
- ▌ Visualization Generator · nikoxkxCreates data visualizations using matplotlib, seaborn, plotly, or D3.js. Use when generating charts, graphs, dashboards, or exploratory data plots.
- ▌ HTML Component Builder · nikoxkxBuilds 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.
- ▌ Tailwind Design System · nikoxkxCreates a Tailwind CSS design system with custom tokens, component classes, and dark mode. Use when establishing a consistent design language for a project.
- ▌ Model Benchmarker · nikoxkxBenchmarks LLM performance on speed, cost, accuracy, and token efficiency. Use when selecting a model for a use case or comparing model versions.
- ▌ Embeddings Builder · nikoxkxCreates, stores, and queries text embeddings for semantic search, clustering, or similarity. Use when building semantic search, recommendation systems, or clustering text data.
- ▌ Evaluation Harness · nikoxkxBuilds an evaluation harness to measure LLM accuracy, reliability, and performance on a task. Use when benchmarking models, comparing prompts, or tracking quality regressions.
- ▌ LLM Router Builder · nikoxkxBuilds 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.
- ▌ Secret Detector · nikoxkxDetects 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.
- ▌ API Wrapper Builder · nikoxkxCreates 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.
- ▌ Security Hardening · nikoxkxHardens server, container, and cloud infrastructure against common attacks. Use when preparing infrastructure for production or after a security audit.
- ▌ Pwa Setup · nikoxkxConverts 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.
- ▌ Agent Chain Designer · nikoxkxDesigns 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.
- ▌ Fine Tuning Preparer · nikoxkxPrepares 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.
- ▌ RAG Pipeline Builder · nikoxkxBuilds a Retrieval-Augmented Generation pipeline with document ingestion, chunking, embedding, vector search, and generation. Use when building a Q&A system over custom documents.
- ▌ Vector DB Integrator · nikoxkxIntegrates 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.
- ▌ Load Balancer Config · nikoxkxConfigures load balancers for high availability, health checking, and traffic distribution. Use when distributing traffic across multiple backend instances.
- ▌ Log Aggregator Setup · nikoxkxSets up centralized log aggregation with structured logging, log levels, and alerting. Use when implementing observability in production systems.
- ▌ Monitoring Dashboard · nikoxkxCreates monitoring dashboards and alerting rules for production services. Use when setting up observability with Prometheus, Grafana, Datadog, or similar.
- ▌ Compliance Checker · nikoxkxChecks application and infrastructure compliance against SOC 2, GDPR, HIPAA, or PCI-DSS requirements. Use when preparing for compliance audits or implementing regulatory requirements.
- ▌ Dependency Checker · nikoxkxAudits third-party dependencies for known vulnerabilities, license issues, and supply chain risks. Use when reviewing dependencies before merging or deploying.
- ▌
- ▌ CSV Processor · nikoxkxParses, transforms, validates, and exports CSV files. Use when reading, cleaning, filtering, merging, or converting CSV data.
- ▌ Kubernetes Deployment · nikoxkxCreates Kubernetes manifests for deploying containerized applications with scaling, health checks, and resource limits. Use when deploying to any Kubernetes cluster (GKE, EKS, AKS, local).
- ▌ Nginx Config Generator · nikoxkxGenerates Nginx configurations for reverse proxying, load balancing, SSL termination, and static file serving. Use when configuring Nginx for a web server or API gateway.
- ▌ API Security Auditor · nikoxkxAudits 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.
- ▌ Prompt Engineer · nikoxkxDesigns, 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.
- ▌ Ml Model Trainer · nikoxkxTrains a traditional ML model (classification, regression, clustering) using scikit-learn or PyTorch. Use when building predictive models on tabular or structured data.
- ▌ Backup Strategy · nikoxkxDesigns and implements a backup and disaster recovery strategy for databases and file storage. Use when setting up backups for production data.
- ▌ CI CD Optimizer · nikoxkxAnalyzes and optimizes CI/CD pipeline speed, reliability, and cost. Use when pipelines are slow, flaky, or expensive.
- ▌ Owasp Checker · nikoxkxReviews a web application against the OWASP Top 10 vulnerabilities. Use when performing a security review or preparing a security assessment report.